1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-15 12:57:03 +02:00
TableFilter/doc/ast/source/src/extensions/colsVisibility/colsVisibility.js.json
2015-08-06 15:27:09 +10:00

46766 lines
1.8 MiB

{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Dom",
"range": [
7,
10
],
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 10
}
}
},
"range": [
7,
10
],
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 10
}
}
}
],
"source": {
"type": "Literal",
"value": "../../dom",
"raw": "'../../dom'",
"range": [
16,
27
],
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 27
}
}
},
"range": [
0,
28
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 28
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Types",
"range": [
37,
42
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
},
"range": [
37,
42
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
}
],
"source": {
"type": "Literal",
"value": "../../types",
"raw": "'../../types'",
"range": [
48,
61
],
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 31
}
}
},
"range": [
30,
62
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Event",
"range": [
71,
76
],
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 12
}
}
},
"range": [
71,
76
],
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 12
}
}
}
],
"source": {
"type": "Literal",
"value": "../../event",
"raw": "'../../event'",
"range": [
82,
95
],
"loc": {
"start": {
"line": 3,
"column": 18
},
"end": {
"line": 3,
"column": 31
}
}
},
"range": [
64,
96
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Arr",
"range": [
105,
108
],
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 10
}
}
},
"range": [
105,
108
],
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 10
}
}
}
],
"source": {
"type": "Literal",
"value": "../../array",
"raw": "'../../array'",
"range": [
114,
127
],
"loc": {
"start": {
"line": 4,
"column": 16
},
"end": {
"line": 4,
"column": 29
}
}
},
"range": [
98,
128
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 30
}
}
},
{
"type": "ExportDefaultDeclaration",
"declaration": {
"type": "ClassDeclaration",
"id": {
"type": "Identifier",
"name": "ColsVisibility",
"range": [
153,
167
],
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 35
}
}
},
"superClass": null,
"body": {
"type": "ClassBody",
"body": [
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "constructor",
"range": [
312,
323
],
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 15
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "tf",
"range": [
324,
326
],
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 18
}
}
},
{
"type": "Identifier",
"name": "f",
"range": [
328,
329
],
"loc": {
"start": {
"line": 13,
"column": 20
},
"end": {
"line": 13,
"column": 21
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cfg",
"range": [
380,
383
],
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 15
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
386,
388
],
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "config",
"range": [
389,
395
],
"loc": {
"start": {
"line": 16,
"column": 21
},
"end": {
"line": 16,
"column": 27
}
}
},
"range": [
386,
395
],
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 27
}
}
},
"arguments": [],
"range": [
386,
397
],
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 29
}
}
},
"range": [
380,
397
],
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 29
}
}
}
],
"kind": "var",
"range": [
376,
398
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 30
}
},
"leadingComments": [
{
"type": "Line",
"value": " Configuration object",
"range": [
343,
366
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 31
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
410,
414
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
415,
426
],
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 24
}
}
},
"range": [
410,
426
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
429,
434
],
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 32
}
}
},
"range": [
410,
434
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 32
}
}
},
"range": [
410,
435
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 33
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
445,
449
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
450,
454
],
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 17
}
}
},
"range": [
445,
454
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 17
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
457,
458
],
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
459,
463
],
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 26
}
}
},
"range": [
457,
463
],
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 26
}
}
},
"range": [
445,
463
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 26
}
}
},
"range": [
445,
464
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 27
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
474,
478
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "desc",
"range": [
479,
483
],
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 17
}
}
},
"range": [
474,
483
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 17
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
486,
487
],
"loc": {
"start": {
"line": 20,
"column": 20
},
"end": {
"line": 20,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "description",
"range": [
488,
499
],
"loc": {
"start": {
"line": 20,
"column": 22
},
"end": {
"line": 20,
"column": 33
}
}
},
"range": [
486,
499
],
"loc": {
"start": {
"line": 20,
"column": 20
},
"end": {
"line": 20,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": "Columns visibility manager",
"raw": "'Columns visibility manager'",
"range": [
503,
531
],
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 65
}
}
},
"range": [
486,
531
],
"loc": {
"start": {
"line": 20,
"column": 20
},
"end": {
"line": 20,
"column": 65
}
}
},
"range": [
474,
531
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 65
}
}
},
"range": [
474,
532
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 66
}
},
"trailingComments": [
{
"type": "Line",
"value": "show/hide cols span element",
"range": [
544,
573
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
583,
587
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "spanEl",
"range": [
588,
594
],
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 19
}
}
},
"range": [
583,
594
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 19
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
597,
601
],
"loc": {
"start": {
"line": 23,
"column": 22
},
"end": {
"line": 23,
"column": 26
}
}
},
"range": [
583,
601
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 26
}
}
},
"range": [
583,
602
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 27
}
},
"leadingComments": [
{
"type": "Line",
"value": "show/hide cols span element",
"range": [
544,
573
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 37
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "show/hide cols button element",
"range": [
612,
643
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 39
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
653,
657
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
658,
663
],
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 18
}
}
},
"range": [
653,
663
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 18
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
666,
670
],
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 25
}
}
},
"range": [
653,
670
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 25
}
}
},
"range": [
653,
671
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 26
}
},
"leadingComments": [
{
"type": "Line",
"value": "show/hide cols button element",
"range": [
612,
643
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 39
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "show/hide cols container div element",
"range": [
681,
719
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
729,
733
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
734,
740
],
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 19
}
}
},
"range": [
729,
740
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 19
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
743,
747
],
"loc": {
"start": {
"line": 27,
"column": 22
},
"end": {
"line": 27,
"column": 26
}
}
},
"range": [
729,
747
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 26
}
}
},
"range": [
729,
748
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 27
}
},
"leadingComments": [
{
"type": "Line",
"value": "show/hide cols container div element",
"range": [
681,
719
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "tick to hide or show column",
"range": [
760,
789
],
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
799,
803
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
804,
814
],
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 23
}
}
},
"range": [
799,
814
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 23
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
817,
818
],
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "tick_to_hide",
"range": [
819,
831
],
"loc": {
"start": {
"line": 30,
"column": 28
},
"end": {
"line": 30,
"column": 40
}
}
},
"range": [
817,
831
],
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 40
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
834,
839
],
"loc": {
"start": {
"line": 30,
"column": 43
},
"end": {
"line": 30,
"column": 48
}
}
},
"range": [
817,
839
],
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 48
}
}
},
"consequent": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
842,
847
],
"loc": {
"start": {
"line": 30,
"column": 51
},
"end": {
"line": 30,
"column": 56
}
}
},
"alternate": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
850,
854
],
"loc": {
"start": {
"line": 30,
"column": 59
},
"end": {
"line": 30,
"column": 63
}
}
},
"range": [
817,
854
],
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 63
}
}
},
"range": [
799,
854
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 63
}
}
},
"range": [
799,
855
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 64
}
},
"leadingComments": [
{
"type": "Line",
"value": "tick to hide or show column",
"range": [
760,
789
],
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 37
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "enables/disables cols manager generation",
"range": [
865,
907
],
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 50
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
917,
921
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "manager",
"range": [
922,
929
],
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 20
}
}
},
"range": [
917,
929
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 20
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
932,
933
],
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "manager",
"range": [
934,
941
],
"loc": {
"start": {
"line": 32,
"column": 25
},
"end": {
"line": 32,
"column": 32
}
}
},
"range": [
932,
941
],
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 32
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
944,
949
],
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 40
}
}
},
"range": [
932,
949
],
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 40
}
}
},
"consequent": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
952,
957
],
"loc": {
"start": {
"line": 32,
"column": 43
},
"end": {
"line": 32,
"column": 48
}
}
},
"alternate": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
960,
964
],
"loc": {
"start": {
"line": 32,
"column": 51
},
"end": {
"line": 32,
"column": 55
}
}
},
"range": [
932,
964
],
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 55
}
}
},
"range": [
917,
964
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 55
}
}
},
"range": [
917,
965
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 56
}
},
"leadingComments": [
{
"type": "Line",
"value": "enables/disables cols manager generation",
"range": [
865,
907
],
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 50
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "only if external headers",
"range": [
975,
1001
],
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 34
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1011,
1015
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
1016,
1026
],
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 23
}
}
},
"range": [
1011,
1026
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 23
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1029,
1030
],
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "headers_table",
"range": [
1031,
1044
],
"loc": {
"start": {
"line": 34,
"column": 28
},
"end": {
"line": 34,
"column": 41
}
}
},
"range": [
1029,
1044
],
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 41
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
1048,
1053
],
"loc": {
"start": {
"line": 34,
"column": 45
},
"end": {
"line": 34,
"column": 50
}
}
},
"range": [
1029,
1053
],
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 50
}
}
},
"range": [
1011,
1053
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 50
}
}
},
"range": [
1011,
1054
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 51
}
},
"leadingComments": [
{
"type": "Line",
"value": "only if external headers",
"range": [
975,
1001
],
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 34
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "only if external headers",
"range": [
1064,
1090
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 34
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1100,
1104
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headersIndex",
"range": [
1105,
1117
],
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 25
}
}
},
"range": [
1100,
1117
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1120,
1121
],
"loc": {
"start": {
"line": 36,
"column": 28
},
"end": {
"line": 36,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "headers_index",
"range": [
1122,
1135
],
"loc": {
"start": {
"line": 36,
"column": 30
},
"end": {
"line": 36,
"column": 43
}
}
},
"range": [
1120,
1135
],
"loc": {
"start": {
"line": 36,
"column": 28
},
"end": {
"line": 36,
"column": 43
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
1139,
1140
],
"loc": {
"start": {
"line": 36,
"column": 47
},
"end": {
"line": 36,
"column": 48
}
}
},
"range": [
1120,
1140
],
"loc": {
"start": {
"line": 36,
"column": 28
},
"end": {
"line": 36,
"column": 48
}
}
},
"range": [
1100,
1140
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 48
}
}
},
"range": [
1100,
1141
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 49
}
},
"leadingComments": [
{
"type": "Line",
"value": "only if external headers",
"range": [
1064,
1090
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 34
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "id of container element",
"range": [
1151,
1176
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 33
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1186,
1190
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contElTgtId",
"range": [
1191,
1202
],
"loc": {
"start": {
"line": 38,
"column": 13
},
"end": {
"line": 38,
"column": 24
}
}
},
"range": [
1186,
1202
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 24
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1205,
1206
],
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "container_target_id",
"range": [
1207,
1226
],
"loc": {
"start": {
"line": 38,
"column": 29
},
"end": {
"line": 38,
"column": 48
}
}
},
"range": [
1205,
1226
],
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 48
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1230,
1234
],
"loc": {
"start": {
"line": 38,
"column": 52
},
"end": {
"line": 38,
"column": 56
}
}
},
"range": [
1205,
1234
],
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 56
}
}
},
"range": [
1186,
1234
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 56
}
}
},
"range": [
1186,
1235
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 57
}
},
"leadingComments": [
{
"type": "Line",
"value": "id of container element",
"range": [
1151,
1176
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 33
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "alternative headers text",
"range": [
1245,
1271
],
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 34
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1281,
1285
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headersText",
"range": [
1286,
1297
],
"loc": {
"start": {
"line": 40,
"column": 13
},
"end": {
"line": 40,
"column": 24
}
}
},
"range": [
1281,
1297
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 24
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1300,
1301
],
"loc": {
"start": {
"line": 40,
"column": 27
},
"end": {
"line": 40,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "headers_text",
"range": [
1302,
1314
],
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 41
}
}
},
"range": [
1300,
1314
],
"loc": {
"start": {
"line": 40,
"column": 27
},
"end": {
"line": 40,
"column": 41
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1318,
1322
],
"loc": {
"start": {
"line": 40,
"column": 45
},
"end": {
"line": 40,
"column": 49
}
}
},
"range": [
1300,
1322
],
"loc": {
"start": {
"line": 40,
"column": 27
},
"end": {
"line": 40,
"column": 49
}
}
},
"range": [
1281,
1322
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 49
}
}
},
"range": [
1281,
1323
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 50
}
},
"leadingComments": [
{
"type": "Line",
"value": "alternative headers text",
"range": [
1245,
1271
],
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 34
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "id of button container element",
"range": [
1333,
1365
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 40
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1375,
1379
],
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnTgtId",
"range": [
1380,
1388
],
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 21
}
}
},
"range": [
1375,
1388
],
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 21
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1391,
1392
],
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "btn_target_id",
"range": [
1393,
1406
],
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 42,
"column": 39
}
}
},
"range": [
1391,
1406
],
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 39
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1410,
1414
],
"loc": {
"start": {
"line": 42,
"column": 43
},
"end": {
"line": 42,
"column": 47
}
}
},
"range": [
1391,
1414
],
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 47
}
}
},
"range": [
1375,
1414
],
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 47
}
}
},
"range": [
1375,
1415
],
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 48
}
},
"leadingComments": [
{
"type": "Line",
"value": "id of button container element",
"range": [
1333,
1365
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 40
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines show/hide cols text",
"range": [
1425,
1454
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1464,
1468
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
1469,
1476
],
"loc": {
"start": {
"line": 44,
"column": 13
},
"end": {
"line": 44,
"column": 20
}
}
},
"range": [
1464,
1476
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 20
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1479,
1480
],
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "btn_text",
"range": [
1481,
1489
],
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 33
}
}
},
"range": [
1479,
1489
],
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": "Columns▼",
"raw": "'Columns▼'",
"range": [
1493,
1509
],
"loc": {
"start": {
"line": 44,
"column": 37
},
"end": {
"line": 44,
"column": 53
}
}
},
"range": [
1479,
1509
],
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 53
}
}
},
"range": [
1464,
1509
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 53
}
}
},
"range": [
1464,
1510
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 54
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines show/hide cols text",
"range": [
1425,
1454
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 37
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines show/hide cols button innerHtml",
"range": [
1520,
1561
],
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 49
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1571,
1575
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
1576,
1583
],
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 20
}
}
},
"range": [
1571,
1583
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 20
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1586,
1587
],
"loc": {
"start": {
"line": 46,
"column": 23
},
"end": {
"line": 46,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "btn_html",
"range": [
1588,
1596
],
"loc": {
"start": {
"line": 46,
"column": 25
},
"end": {
"line": 46,
"column": 33
}
}
},
"range": [
1586,
1596
],
"loc": {
"start": {
"line": 46,
"column": 23
},
"end": {
"line": 46,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1600,
1604
],
"loc": {
"start": {
"line": 46,
"column": 37
},
"end": {
"line": 46,
"column": 41
}
}
},
"range": [
1586,
1604
],
"loc": {
"start": {
"line": 46,
"column": 23
},
"end": {
"line": 46,
"column": 41
}
}
},
"range": [
1571,
1604
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 41
}
}
},
"range": [
1571,
1605
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines show/hide cols button innerHtml",
"range": [
1520,
1561
],
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 49
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for show/hide cols button",
"range": [
1615,
1660
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 53
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1670,
1674
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnCssClass",
"range": [
1675,
1686
],
"loc": {
"start": {
"line": 48,
"column": 13
},
"end": {
"line": 48,
"column": 24
}
}
},
"range": [
1670,
1686
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 24
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1689,
1690
],
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "btn_css_class",
"range": [
1691,
1704
],
"loc": {
"start": {
"line": 48,
"column": 29
},
"end": {
"line": 48,
"column": 42
}
}
},
"range": [
1689,
1704
],
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "colVis",
"raw": "'colVis'",
"range": [
1708,
1716
],
"loc": {
"start": {
"line": 48,
"column": 46
},
"end": {
"line": 48,
"column": 54
}
}
},
"range": [
1689,
1716
],
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 54
}
}
},
"range": [
1670,
1716
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 54
}
}
},
"range": [
1670,
1717
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 55
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for show/hide cols button",
"range": [
1615,
1660
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 53
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines close link text",
"range": [
1727,
1752
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 33
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1762,
1766
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseText",
"range": [
1767,
1779
],
"loc": {
"start": {
"line": 50,
"column": 13
},
"end": {
"line": 50,
"column": 25
}
}
},
"range": [
1762,
1779
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1782,
1783
],
"loc": {
"start": {
"line": 50,
"column": 28
},
"end": {
"line": 50,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "btn_close_text",
"range": [
1784,
1798
],
"loc": {
"start": {
"line": 50,
"column": 30
},
"end": {
"line": 50,
"column": 44
}
}
},
"range": [
1782,
1798
],
"loc": {
"start": {
"line": 50,
"column": 28
},
"end": {
"line": 50,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "Close",
"raw": "'Close'",
"range": [
1802,
1809
],
"loc": {
"start": {
"line": 50,
"column": 48
},
"end": {
"line": 50,
"column": 55
}
}
},
"range": [
1782,
1809
],
"loc": {
"start": {
"line": 50,
"column": 28
},
"end": {
"line": 50,
"column": 55
}
}
},
"range": [
1762,
1809
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 55
}
}
},
"range": [
1762,
1810
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 56
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines close link text",
"range": [
1727,
1752
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 33
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines close button innerHtml",
"range": [
1820,
1852
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 40
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1862,
1866
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseHtml",
"range": [
1867,
1879
],
"loc": {
"start": {
"line": 52,
"column": 13
},
"end": {
"line": 52,
"column": 25
}
}
},
"range": [
1862,
1879
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1882,
1883
],
"loc": {
"start": {
"line": 52,
"column": 28
},
"end": {
"line": 52,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "btn_close_html",
"range": [
1884,
1898
],
"loc": {
"start": {
"line": 52,
"column": 30
},
"end": {
"line": 52,
"column": 44
}
}
},
"range": [
1882,
1898
],
"loc": {
"start": {
"line": 52,
"column": 28
},
"end": {
"line": 52,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1902,
1906
],
"loc": {
"start": {
"line": 52,
"column": 48
},
"end": {
"line": 52,
"column": 52
}
}
},
"range": [
1882,
1906
],
"loc": {
"start": {
"line": 52,
"column": 28
},
"end": {
"line": 52,
"column": 52
}
}
},
"range": [
1862,
1906
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 52
}
}
},
"range": [
1862,
1907
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 53
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines close button innerHtml",
"range": [
1820,
1852
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 40
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for close button",
"range": [
1917,
1953
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 44
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1963,
1967
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseCssClass",
"range": [
1968,
1984
],
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 29
}
}
},
"range": [
1963,
1984
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 29
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1987,
1988
],
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "btn_close_css_class",
"range": [
1989,
2008
],
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 53
}
}
},
"range": [
1987,
2008
],
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 53
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2012,
2016
],
"loc": {
"start": {
"line": 54,
"column": 57
},
"end": {
"line": 54,
"column": 61
}
}
},
"property": {
"type": "Identifier",
"name": "btnCssClass",
"range": [
2017,
2028
],
"loc": {
"start": {
"line": 54,
"column": 62
},
"end": {
"line": 54,
"column": 73
}
}
},
"range": [
2012,
2028
],
"loc": {
"start": {
"line": 54,
"column": 57
},
"end": {
"line": 54,
"column": 73
}
}
},
"range": [
1987,
2028
],
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 73
}
}
},
"range": [
1963,
2028
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 73
}
}
},
"range": [
1963,
2029
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 74
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for close button",
"range": [
1917,
1953
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 44
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2039,
2043
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
2044,
2054
],
"loc": {
"start": {
"line": 55,
"column": 13
},
"end": {
"line": 55,
"column": 23
}
}
},
"range": [
2039,
2054
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 23
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2057,
2058
],
"loc": {
"start": {
"line": 55,
"column": 26
},
"end": {
"line": 55,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
2059,
2069
],
"loc": {
"start": {
"line": 55,
"column": 28
},
"end": {
"line": 55,
"column": 38
}
}
},
"range": [
2057,
2069
],
"loc": {
"start": {
"line": 55,
"column": 26
},
"end": {
"line": 55,
"column": 38
}
}
},
"right": {
"type": "Literal",
"value": "colsVisibility.css",
"raw": "'colsVisibility.css'",
"range": [
2073,
2093
],
"loc": {
"start": {
"line": 55,
"column": 42
},
"end": {
"line": 55,
"column": 62
}
}
},
"range": [
2057,
2093
],
"loc": {
"start": {
"line": 55,
"column": 26
},
"end": {
"line": 55,
"column": 62
}
}
},
"range": [
2039,
2093
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 62
}
}
},
"range": [
2039,
2094
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 63
}
},
"trailingComments": [
{
"type": "Line",
"value": "span containing show/hide cols button",
"range": [
2104,
2143
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 47
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2153,
2157
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfx",
"range": [
2158,
2162
],
"loc": {
"start": {
"line": 57,
"column": 13
},
"end": {
"line": 57,
"column": 17
}
}
},
"range": [
2153,
2162
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 17
}
}
},
"right": {
"type": "Literal",
"value": "colVis_",
"raw": "'colVis_'",
"range": [
2165,
2174
],
"loc": {
"start": {
"line": 57,
"column": 20
},
"end": {
"line": 57,
"column": 29
}
}
},
"range": [
2153,
2174
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 29
}
}
},
"range": [
2153,
2175
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 30
}
},
"leadingComments": [
{
"type": "Line",
"value": "span containing show/hide cols button",
"range": [
2104,
2143
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 47
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class span containing show/hide cols",
"range": [
2185,
2235
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2245,
2249
],
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "spanCssClass",
"range": [
2250,
2262
],
"loc": {
"start": {
"line": 59,
"column": 13
},
"end": {
"line": 59,
"column": 25
}
}
},
"range": [
2245,
2262
],
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2266,
2267
],
"loc": {
"start": {
"line": 59,
"column": 29
},
"end": {
"line": 59,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "span_css_class",
"range": [
2268,
2282
],
"loc": {
"start": {
"line": 59,
"column": 31
},
"end": {
"line": 59,
"column": 45
}
}
},
"range": [
2266,
2282
],
"loc": {
"start": {
"line": 59,
"column": 29
},
"end": {
"line": 59,
"column": 45
}
}
},
"right": {
"type": "Literal",
"value": "colVisSpan",
"raw": "'colVisSpan'",
"range": [
2286,
2298
],
"loc": {
"start": {
"line": 59,
"column": 49
},
"end": {
"line": 59,
"column": 61
}
}
},
"range": [
2266,
2298
],
"loc": {
"start": {
"line": 59,
"column": 29
},
"end": {
"line": 59,
"column": 61
}
}
},
"range": [
2245,
2298
],
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 61
}
}
},
"range": [
2245,
2299
],
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 62
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class span containing show/hide cols",
"range": [
2185,
2235
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2309,
2313
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxCont",
"range": [
2314,
2322
],
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 21
}
}
},
"range": [
2309,
2322
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 21
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2325,
2329
],
"loc": {
"start": {
"line": 60,
"column": 24
},
"end": {
"line": 60,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "prfx",
"range": [
2330,
2334
],
"loc": {
"start": {
"line": 60,
"column": 29
},
"end": {
"line": 60,
"column": 33
}
}
},
"range": [
2325,
2334
],
"loc": {
"start": {
"line": 60,
"column": 24
},
"end": {
"line": 60,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": "Cont_",
"raw": "'Cont_'",
"range": [
2337,
2344
],
"loc": {
"start": {
"line": 60,
"column": 36
},
"end": {
"line": 60,
"column": 43
}
}
},
"range": [
2325,
2344
],
"loc": {
"start": {
"line": 60,
"column": 24
},
"end": {
"line": 60,
"column": 43
}
}
},
"range": [
2309,
2344
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 43
}
}
},
"range": [
2309,
2345
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 44
}
},
"trailingComments": [
{
"type": "Line",
"value": "defines css class div containing show/hide cols",
"range": [
2355,
2404
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 57
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2414,
2418
],
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contCssClass",
"range": [
2419,
2431
],
"loc": {
"start": {
"line": 62,
"column": 13
},
"end": {
"line": 62,
"column": 25
}
}
},
"range": [
2414,
2431
],
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2434,
2435
],
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "cont_css_class",
"range": [
2436,
2450
],
"loc": {
"start": {
"line": 62,
"column": 30
},
"end": {
"line": 62,
"column": 44
}
}
},
"range": [
2434,
2450
],
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "colVisCont",
"raw": "'colVisCont'",
"range": [
2454,
2466
],
"loc": {
"start": {
"line": 62,
"column": 48
},
"end": {
"line": 62,
"column": 60
}
}
},
"range": [
2434,
2466
],
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 60
}
}
},
"range": [
2414,
2466
],
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 60
}
}
},
"range": [
2414,
2467
],
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 61
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class div containing show/hide cols",
"range": [
2355,
2404
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 57
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for cols list (ul)",
"range": [
2477,
2515
],
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2525,
2529
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "listCssClass",
"range": [
2530,
2542
],
"loc": {
"start": {
"line": 64,
"column": 13
},
"end": {
"line": 64,
"column": 25
}
}
},
"range": [
2525,
2542
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
2545,
2548
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "list_css_class",
"range": [
2549,
2563
],
"loc": {
"start": {
"line": 64,
"column": 32
},
"end": {
"line": 64,
"column": 46
}
}
},
"range": [
2545,
2563
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 46
}
}
},
"right": {
"type": "Literal",
"value": "cols_checklist",
"raw": "'cols_checklist'",
"range": [
2566,
2582
],
"loc": {
"start": {
"line": 64,
"column": 49
},
"end": {
"line": 64,
"column": 65
}
}
},
"range": [
2545,
2582
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 65
}
}
},
"range": [
2525,
2582
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 65
}
}
},
"range": [
2525,
2583
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 66
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for cols list (ul)",
"range": [
2477,
2515
],
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for list item (li)",
"range": [
2593,
2631
],
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2641,
2645
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "listItemCssClass",
"range": [
2646,
2662
],
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 29
}
}
},
"range": [
2641,
2662
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 29
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
2665,
2668
],
"loc": {
"start": {
"line": 66,
"column": 32
},
"end": {
"line": 66,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "checklist_item_css_class",
"range": [
2669,
2693
],
"loc": {
"start": {
"line": 66,
"column": 36
},
"end": {
"line": 66,
"column": 60
}
}
},
"range": [
2665,
2693
],
"loc": {
"start": {
"line": 66,
"column": 32
},
"end": {
"line": 66,
"column": 60
}
}
},
"right": {
"type": "Literal",
"value": "cols_checklist_item",
"raw": "'cols_checklist_item'",
"range": [
2710,
2731
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 33
}
}
},
"range": [
2665,
2731
],
"loc": {
"start": {
"line": 66,
"column": 32
},
"end": {
"line": 67,
"column": 33
}
}
},
"range": [
2641,
2731
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 67,
"column": 33
}
}
},
"range": [
2641,
2732
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 67,
"column": 34
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for list item (li)",
"range": [
2593,
2631
],
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for selected list item (li)",
"range": [
2742,
2789
],
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 55
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2799,
2803
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "listSlcItemCssClass",
"range": [
2804,
2823
],
"loc": {
"start": {
"line": 69,
"column": 13
},
"end": {
"line": 69,
"column": 32
}
}
},
"range": [
2799,
2823
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 32
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
2826,
2829
],
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "checklist_selected_item_css_class",
"range": [
2830,
2863
],
"loc": {
"start": {
"line": 69,
"column": 39
},
"end": {
"line": 69,
"column": 72
}
}
},
"range": [
2826,
2863
],
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 72
}
}
},
"right": {
"type": "Literal",
"value": "cols_checklist_slc_item",
"raw": "'cols_checklist_slc_item'",
"range": [
2880,
2905
],
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 37
}
}
},
"range": [
2826,
2905
],
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 70,
"column": 37
}
}
},
"range": [
2799,
2905
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 70,
"column": 37
}
}
},
"range": [
2799,
2906
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 70,
"column": 38
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for selected list item (li)",
"range": [
2742,
2789
],
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 55
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "text preceding columns list",
"range": [
2916,
2945
],
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 71,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2955,
2959
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "text",
"range": [
2960,
2964
],
"loc": {
"start": {
"line": 72,
"column": 13
},
"end": {
"line": 72,
"column": 17
}
}
},
"range": [
2955,
2964
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 17
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2967,
2968
],
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "text",
"range": [
2969,
2973
],
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 26
}
}
},
"range": [
2967,
2973
],
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 26
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2978,
2982
],
"loc": {
"start": {
"line": 72,
"column": 31
},
"end": {
"line": 72,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
2983,
2993
],
"loc": {
"start": {
"line": 72,
"column": 36
},
"end": {
"line": 72,
"column": 46
}
}
},
"range": [
2978,
2993
],
"loc": {
"start": {
"line": 72,
"column": 31
},
"end": {
"line": 72,
"column": 46
}
}
},
"consequent": {
"type": "Literal",
"value": "Hide: ",
"raw": "'Hide: '",
"range": [
2996,
3004
],
"loc": {
"start": {
"line": 72,
"column": 49
},
"end": {
"line": 72,
"column": 57
}
}
},
"alternate": {
"type": "Literal",
"value": "Show: ",
"raw": "'Show: '",
"range": [
3007,
3015
],
"loc": {
"start": {
"line": 72,
"column": 60
},
"end": {
"line": 72,
"column": 68
}
}
},
"range": [
2978,
3015
],
"loc": {
"start": {
"line": 72,
"column": 31
},
"end": {
"line": 72,
"column": 68
}
}
},
"range": [
2967,
3016
],
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 69
}
}
},
"range": [
2955,
3016
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 69
}
}
},
"range": [
2955,
3017
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 70
}
},
"leadingComments": [
{
"type": "Line",
"value": "text preceding columns list",
"range": [
2916,
2945
],
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 71,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3027,
3031
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "atStart",
"range": [
3032,
3039
],
"loc": {
"start": {
"line": 73,
"column": 13
},
"end": {
"line": 73,
"column": 20
}
}
},
"range": [
3027,
3039
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 20
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3042,
3043
],
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "at_start",
"range": [
3044,
3052
],
"loc": {
"start": {
"line": 73,
"column": 25
},
"end": {
"line": 73,
"column": 33
}
}
},
"range": [
3042,
3052
],
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
3056,
3060
],
"loc": {
"start": {
"line": 73,
"column": 37
},
"end": {
"line": 73,
"column": 41
}
}
},
"range": [
3042,
3060
],
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 41
}
}
},
"range": [
3027,
3060
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 41
}
}
},
"range": [
3027,
3061
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 42
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3071,
3075
],
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "enableHover",
"range": [
3076,
3087
],
"loc": {
"start": {
"line": 74,
"column": 13
},
"end": {
"line": 74,
"column": 24
}
}
},
"range": [
3071,
3087
],
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 24
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "Boolean",
"range": [
3090,
3097
],
"loc": {
"start": {
"line": 74,
"column": 27
},
"end": {
"line": 74,
"column": 34
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3098,
3099
],
"loc": {
"start": {
"line": 74,
"column": 35
},
"end": {
"line": 74,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "enable_hover",
"range": [
3100,
3112
],
"loc": {
"start": {
"line": 74,
"column": 37
},
"end": {
"line": 74,
"column": 49
}
}
},
"range": [
3098,
3112
],
"loc": {
"start": {
"line": 74,
"column": 35
},
"end": {
"line": 74,
"column": 49
}
}
}
],
"range": [
3090,
3113
],
"loc": {
"start": {
"line": 74,
"column": 27
},
"end": {
"line": 74,
"column": 50
}
}
},
"range": [
3071,
3113
],
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 50
}
}
},
"range": [
3071,
3114
],
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 51
}
},
"trailingComments": [
{
"type": "Line",
"value": "enables select all option",
"range": [
3124,
3151
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 35
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3161,
3165
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "enableTickAll",
"range": [
3166,
3179
],
"loc": {
"start": {
"line": 76,
"column": 13
},
"end": {
"line": 76,
"column": 26
}
}
},
"range": [
3161,
3179
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 26
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "Boolean",
"range": [
3182,
3189
],
"loc": {
"start": {
"line": 76,
"column": 29
},
"end": {
"line": 76,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3190,
3191
],
"loc": {
"start": {
"line": 76,
"column": 37
},
"end": {
"line": 76,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "enable_tick_all",
"range": [
3192,
3207
],
"loc": {
"start": {
"line": 76,
"column": 39
},
"end": {
"line": 76,
"column": 54
}
}
},
"range": [
3190,
3207
],
"loc": {
"start": {
"line": 76,
"column": 37
},
"end": {
"line": 76,
"column": 54
}
}
}
],
"range": [
3182,
3208
],
"loc": {
"start": {
"line": 76,
"column": 29
},
"end": {
"line": 76,
"column": 55
}
}
},
"range": [
3161,
3208
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 55
}
}
},
"range": [
3161,
3209
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 56
}
},
"leadingComments": [
{
"type": "Line",
"value": "enables select all option",
"range": [
3124,
3151
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 35
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "text preceding columns list",
"range": [
3219,
3248
],
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3258,
3262
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tickAllText",
"range": [
3263,
3274
],
"loc": {
"start": {
"line": 78,
"column": 13
},
"end": {
"line": 78,
"column": 24
}
}
},
"range": [
3258,
3274
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 24
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3277,
3278
],
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "tick_all_text",
"range": [
3279,
3292
],
"loc": {
"start": {
"line": 78,
"column": 29
},
"end": {
"line": 78,
"column": 42
}
}
},
"range": [
3277,
3292
],
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "Select all:",
"raw": "'Select all:'",
"range": [
3296,
3309
],
"loc": {
"start": {
"line": 78,
"column": 46
},
"end": {
"line": 78,
"column": 59
}
}
},
"range": [
3277,
3309
],
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 59
}
}
},
"range": [
3258,
3309
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 59
}
}
},
"range": [
3258,
3310
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 60
}
},
"leadingComments": [
{
"type": "Line",
"value": "text preceding columns list",
"range": [
3219,
3248
],
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 37
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "array containing hidden columns indexes",
"range": [
3322,
3363
],
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 49
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3373,
3377
],
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
3378,
3388
],
"loc": {
"start": {
"line": 81,
"column": 13
},
"end": {
"line": 81,
"column": 23
}
}
},
"range": [
3373,
3388
],
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 23
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [],
"range": [
3391,
3393
],
"loc": {
"start": {
"line": 81,
"column": 26
},
"end": {
"line": 81,
"column": 28
}
}
},
"range": [
3373,
3393
],
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 28
}
}
},
"range": [
3373,
3394
],
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 29
}
},
"leadingComments": [
{
"type": "Line",
"value": "array containing hidden columns indexes",
"range": [
3322,
3363
],
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 49
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3404,
3408
],
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblHasColTag",
"range": [
3409,
3421
],
"loc": {
"start": {
"line": 82,
"column": 13
},
"end": {
"line": 82,
"column": 25
}
}
},
"range": [
3404,
3421
],
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 25
}
}
},
"right": {
"type": "BinaryExpression",
"operator": ">",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
3425,
3428
],
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "tag",
"range": [
3429,
3432
],
"loc": {
"start": {
"line": 82,
"column": 33
},
"end": {
"line": 82,
"column": 36
}
}
},
"range": [
3425,
3432
],
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3433,
3435
],
"loc": {
"start": {
"line": 82,
"column": 37
},
"end": {
"line": 82,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
3436,
3439
],
"loc": {
"start": {
"line": 82,
"column": 40
},
"end": {
"line": 82,
"column": 43
}
}
},
"range": [
3433,
3439
],
"loc": {
"start": {
"line": 82,
"column": 37
},
"end": {
"line": 82,
"column": 43
}
}
},
{
"type": "Literal",
"value": "col",
"raw": "'col'",
"range": [
3440,
3445
],
"loc": {
"start": {
"line": 82,
"column": 44
},
"end": {
"line": 82,
"column": 49
}
}
}
],
"range": [
3425,
3446
],
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
3447,
3453
],
"loc": {
"start": {
"line": 82,
"column": 51
},
"end": {
"line": 82,
"column": 57
}
}
},
"range": [
3425,
3453
],
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 57
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
3456,
3457
],
"loc": {
"start": {
"line": 82,
"column": 60
},
"end": {
"line": 82,
"column": 61
}
}
},
"range": [
3425,
3457
],
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 61
}
}
},
"range": [
3404,
3458
],
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 62
}
}
},
"range": [
3404,
3459
],
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 63
}
},
"trailingComments": [
{
"type": "Line",
"value": "callback invoked just after cols manager is loaded",
"range": [
3471,
3523
],
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 60
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3533,
3537
],
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onLoaded",
"range": [
3538,
3546
],
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 21
}
}
},
"range": [
3533,
3546
],
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 21
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
3549,
3554
],
"loc": {
"start": {
"line": 85,
"column": 24
},
"end": {
"line": 85,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
3555,
3559
],
"loc": {
"start": {
"line": 85,
"column": 30
},
"end": {
"line": 85,
"column": 34
}
}
},
"range": [
3549,
3559
],
"loc": {
"start": {
"line": 85,
"column": 24
},
"end": {
"line": 85,
"column": 34
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3560,
3561
],
"loc": {
"start": {
"line": 85,
"column": 35
},
"end": {
"line": 85,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "on_loaded",
"range": [
3562,
3571
],
"loc": {
"start": {
"line": 85,
"column": 37
},
"end": {
"line": 85,
"column": 46
}
}
},
"range": [
3560,
3571
],
"loc": {
"start": {
"line": 85,
"column": 35
},
"end": {
"line": 85,
"column": 46
}
}
}
],
"range": [
3549,
3572
],
"loc": {
"start": {
"line": 85,
"column": 24
},
"end": {
"line": 85,
"column": 47
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3575,
3576
],
"loc": {
"start": {
"line": 85,
"column": 50
},
"end": {
"line": 85,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "on_loaded",
"range": [
3577,
3586
],
"loc": {
"start": {
"line": 85,
"column": 52
},
"end": {
"line": 85,
"column": 61
}
}
},
"range": [
3575,
3586
],
"loc": {
"start": {
"line": 85,
"column": 50
},
"end": {
"line": 85,
"column": 61
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
3589,
3593
],
"loc": {
"start": {
"line": 85,
"column": 64
},
"end": {
"line": 85,
"column": 68
}
}
},
"range": [
3549,
3593
],
"loc": {
"start": {
"line": 85,
"column": 24
},
"end": {
"line": 85,
"column": 68
}
}
},
"range": [
3533,
3593
],
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 68
}
}
},
"range": [
3533,
3594
],
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 69
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback invoked just after cols manager is loaded",
"range": [
3471,
3523
],
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 60
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "calls function before cols manager is opened",
"range": [
3604,
3650
],
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 54
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3660,
3664
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
3665,
3677
],
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 25
}
}
},
"range": [
3660,
3677
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 25
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
3680,
3685
],
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
3686,
3690
],
"loc": {
"start": {
"line": 87,
"column": 34
},
"end": {
"line": 87,
"column": 38
}
}
},
"range": [
3680,
3690
],
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 38
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3691,
3692
],
"loc": {
"start": {
"line": 87,
"column": 39
},
"end": {
"line": 87,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_open",
"range": [
3693,
3707
],
"loc": {
"start": {
"line": 87,
"column": 41
},
"end": {
"line": 87,
"column": 55
}
}
},
"range": [
3691,
3707
],
"loc": {
"start": {
"line": 87,
"column": 39
},
"end": {
"line": 87,
"column": 55
}
}
}
],
"range": [
3680,
3708
],
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 56
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3724,
3725
],
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_open",
"range": [
3726,
3740
],
"loc": {
"start": {
"line": 88,
"column": 14
},
"end": {
"line": 88,
"column": 28
}
}
},
"range": [
3724,
3740
],
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 28
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
3743,
3747
],
"loc": {
"start": {
"line": 88,
"column": 31
},
"end": {
"line": 88,
"column": 35
}
}
},
"range": [
3680,
3747
],
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 88,
"column": 35
}
}
},
"range": [
3660,
3747
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 88,
"column": 35
}
}
},
"range": [
3660,
3748
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 88,
"column": 36
}
},
"leadingComments": [
{
"type": "Line",
"value": "calls function before cols manager is opened",
"range": [
3604,
3650
],
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 54
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "calls function after cols manager is opened",
"range": [
3758,
3803
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 53
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3813,
3817
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterOpen",
"range": [
3818,
3829
],
"loc": {
"start": {
"line": 90,
"column": 13
},
"end": {
"line": 90,
"column": 24
}
}
},
"range": [
3813,
3829
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 24
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
3832,
3837
],
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
3838,
3842
],
"loc": {
"start": {
"line": 90,
"column": 33
},
"end": {
"line": 90,
"column": 37
}
}
},
"range": [
3832,
3842
],
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3843,
3844
],
"loc": {
"start": {
"line": 90,
"column": 38
},
"end": {
"line": 90,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_open",
"range": [
3845,
3858
],
"loc": {
"start": {
"line": 90,
"column": 40
},
"end": {
"line": 90,
"column": 53
}
}
},
"range": [
3843,
3858
],
"loc": {
"start": {
"line": 90,
"column": 38
},
"end": {
"line": 90,
"column": 53
}
}
}
],
"range": [
3832,
3859
],
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 54
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3862,
3863
],
"loc": {
"start": {
"line": 90,
"column": 57
},
"end": {
"line": 90,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_open",
"range": [
3864,
3877
],
"loc": {
"start": {
"line": 90,
"column": 59
},
"end": {
"line": 90,
"column": 72
}
}
},
"range": [
3862,
3877
],
"loc": {
"start": {
"line": 90,
"column": 57
},
"end": {
"line": 90,
"column": 72
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
3880,
3884
],
"loc": {
"start": {
"line": 90,
"column": 75
},
"end": {
"line": 90,
"column": 79
}
}
},
"range": [
3832,
3884
],
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 79
}
}
},
"range": [
3813,
3884
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 79
}
}
},
"range": [
3813,
3885
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 80
}
},
"leadingComments": [
{
"type": "Line",
"value": "calls function after cols manager is opened",
"range": [
3758,
3803
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 53
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "calls function before cols manager is closed",
"range": [
3895,
3941
],
"loc": {
"start": {
"line": 91,
"column": 8
},
"end": {
"line": 91,
"column": 54
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3951,
3955
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeClose",
"range": [
3956,
3969
],
"loc": {
"start": {
"line": 92,
"column": 13
},
"end": {
"line": 92,
"column": 26
}
}
},
"range": [
3951,
3969
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 26
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
3972,
3977
],
"loc": {
"start": {
"line": 92,
"column": 29
},
"end": {
"line": 92,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
3978,
3982
],
"loc": {
"start": {
"line": 92,
"column": 35
},
"end": {
"line": 92,
"column": 39
}
}
},
"range": [
3972,
3982
],
"loc": {
"start": {
"line": 92,
"column": 29
},
"end": {
"line": 92,
"column": 39
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3983,
3984
],
"loc": {
"start": {
"line": 92,
"column": 40
},
"end": {
"line": 92,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_close",
"range": [
3985,
4000
],
"loc": {
"start": {
"line": 92,
"column": 42
},
"end": {
"line": 92,
"column": 57
}
}
},
"range": [
3983,
4000
],
"loc": {
"start": {
"line": 92,
"column": 40
},
"end": {
"line": 92,
"column": 57
}
}
}
],
"range": [
3972,
4001
],
"loc": {
"start": {
"line": 92,
"column": 29
},
"end": {
"line": 92,
"column": 58
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4017,
4018
],
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_close",
"range": [
4019,
4034
],
"loc": {
"start": {
"line": 93,
"column": 14
},
"end": {
"line": 93,
"column": 29
}
}
},
"range": [
4017,
4034
],
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 29
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
4037,
4041
],
"loc": {
"start": {
"line": 93,
"column": 32
},
"end": {
"line": 93,
"column": 36
}
}
},
"range": [
3972,
4041
],
"loc": {
"start": {
"line": 92,
"column": 29
},
"end": {
"line": 93,
"column": 36
}
}
},
"range": [
3951,
4041
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 93,
"column": 36
}
}
},
"range": [
3951,
4042
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 93,
"column": 37
}
},
"leadingComments": [
{
"type": "Line",
"value": "calls function before cols manager is closed",
"range": [
3895,
3941
],
"loc": {
"start": {
"line": 91,
"column": 8
},
"end": {
"line": 91,
"column": 54
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "calls function after cols manager is closed",
"range": [
4052,
4097
],
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 53
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4107,
4111
],
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterClose",
"range": [
4112,
4124
],
"loc": {
"start": {
"line": 95,
"column": 13
},
"end": {
"line": 95,
"column": 25
}
}
},
"range": [
4107,
4124
],
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 25
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
4127,
4132
],
"loc": {
"start": {
"line": 95,
"column": 28
},
"end": {
"line": 95,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
4133,
4137
],
"loc": {
"start": {
"line": 95,
"column": 34
},
"end": {
"line": 95,
"column": 38
}
}
},
"range": [
4127,
4137
],
"loc": {
"start": {
"line": 95,
"column": 28
},
"end": {
"line": 95,
"column": 38
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4138,
4139
],
"loc": {
"start": {
"line": 95,
"column": 39
},
"end": {
"line": 95,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_close",
"range": [
4140,
4154
],
"loc": {
"start": {
"line": 95,
"column": 41
},
"end": {
"line": 95,
"column": 55
}
}
},
"range": [
4138,
4154
],
"loc": {
"start": {
"line": 95,
"column": 39
},
"end": {
"line": 95,
"column": 55
}
}
}
],
"range": [
4127,
4155
],
"loc": {
"start": {
"line": 95,
"column": 28
},
"end": {
"line": 95,
"column": 56
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4171,
4172
],
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_close",
"range": [
4173,
4187
],
"loc": {
"start": {
"line": 96,
"column": 14
},
"end": {
"line": 96,
"column": 28
}
}
},
"range": [
4171,
4187
],
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 28
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
4190,
4194
],
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 35
}
}
},
"range": [
4127,
4194
],
"loc": {
"start": {
"line": 95,
"column": 28
},
"end": {
"line": 96,
"column": 35
}
}
},
"range": [
4107,
4194
],
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 96,
"column": 35
}
}
},
"range": [
4107,
4195
],
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 96,
"column": 36
}
},
"leadingComments": [
{
"type": "Line",
"value": "calls function after cols manager is closed",
"range": [
4052,
4097
],
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 53
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback before col is hidden",
"range": [
4207,
4238
],
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 39
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4248,
4252
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeColHidden",
"range": [
4253,
4270
],
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 99,
"column": 30
}
}
},
"range": [
4248,
4270
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 30
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
4273,
4278
],
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 99,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
4279,
4283
],
"loc": {
"start": {
"line": 99,
"column": 39
},
"end": {
"line": 99,
"column": 43
}
}
},
"range": [
4273,
4283
],
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 99,
"column": 43
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4284,
4285
],
"loc": {
"start": {
"line": 99,
"column": 44
},
"end": {
"line": 99,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_col_hidden",
"range": [
4286,
4306
],
"loc": {
"start": {
"line": 99,
"column": 46
},
"end": {
"line": 99,
"column": 66
}
}
},
"range": [
4284,
4306
],
"loc": {
"start": {
"line": 99,
"column": 44
},
"end": {
"line": 99,
"column": 66
}
}
}
],
"range": [
4273,
4307
],
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 99,
"column": 67
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4323,
4324
],
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_col_hidden",
"range": [
4325,
4345
],
"loc": {
"start": {
"line": 100,
"column": 14
},
"end": {
"line": 100,
"column": 34
}
}
},
"range": [
4323,
4345
],
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 34
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
4348,
4352
],
"loc": {
"start": {
"line": 100,
"column": 37
},
"end": {
"line": 100,
"column": 41
}
}
},
"range": [
4273,
4352
],
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 100,
"column": 41
}
}
},
"range": [
4248,
4352
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 100,
"column": 41
}
}
},
"range": [
4248,
4353
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 100,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback before col is hidden",
"range": [
4207,
4238
],
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 39
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback after col is hidden",
"range": [
4363,
4393
],
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 38
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4403,
4407
],
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColHidden",
"range": [
4408,
4424
],
"loc": {
"start": {
"line": 102,
"column": 13
},
"end": {
"line": 102,
"column": 29
}
}
},
"range": [
4403,
4424
],
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 29
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
4427,
4432
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
4433,
4437
],
"loc": {
"start": {
"line": 102,
"column": 38
},
"end": {
"line": 102,
"column": 42
}
}
},
"range": [
4427,
4437
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 42
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4438,
4439
],
"loc": {
"start": {
"line": 102,
"column": 43
},
"end": {
"line": 102,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_hidden",
"range": [
4440,
4459
],
"loc": {
"start": {
"line": 102,
"column": 45
},
"end": {
"line": 102,
"column": 64
}
}
},
"range": [
4438,
4459
],
"loc": {
"start": {
"line": 102,
"column": 43
},
"end": {
"line": 102,
"column": 64
}
}
}
],
"range": [
4427,
4460
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 65
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4476,
4477
],
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_hidden",
"range": [
4478,
4497
],
"loc": {
"start": {
"line": 103,
"column": 14
},
"end": {
"line": 103,
"column": 33
}
}
},
"range": [
4476,
4497
],
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 33
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
4500,
4504
],
"loc": {
"start": {
"line": 103,
"column": 36
},
"end": {
"line": 103,
"column": 40
}
}
},
"range": [
4427,
4504
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 103,
"column": 40
}
}
},
"range": [
4403,
4504
],
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 103,
"column": 40
}
}
},
"range": [
4403,
4505
],
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 103,
"column": 41
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback after col is hidden",
"range": [
4363,
4393
],
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 38
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback before col is displayed",
"range": [
4515,
4549
],
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 42
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4559,
4563
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeColDisplayed",
"range": [
4564,
4584
],
"loc": {
"start": {
"line": 105,
"column": 13
},
"end": {
"line": 105,
"column": 33
}
}
},
"range": [
4559,
4584
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 33
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
4587,
4592
],
"loc": {
"start": {
"line": 105,
"column": 36
},
"end": {
"line": 105,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
4593,
4597
],
"loc": {
"start": {
"line": 105,
"column": 42
},
"end": {
"line": 105,
"column": 46
}
}
},
"range": [
4587,
4597
],
"loc": {
"start": {
"line": 105,
"column": 36
},
"end": {
"line": 105,
"column": 46
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4598,
4599
],
"loc": {
"start": {
"line": 105,
"column": 47
},
"end": {
"line": 105,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_col_displayed",
"range": [
4600,
4623
],
"loc": {
"start": {
"line": 105,
"column": 49
},
"end": {
"line": 105,
"column": 72
}
}
},
"range": [
4598,
4623
],
"loc": {
"start": {
"line": 105,
"column": 47
},
"end": {
"line": 105,
"column": 72
}
}
}
],
"range": [
4587,
4624
],
"loc": {
"start": {
"line": 105,
"column": 36
},
"end": {
"line": 105,
"column": 73
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4640,
4641
],
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_col_displayed",
"range": [
4642,
4665
],
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 37
}
}
},
"range": [
4640,
4665
],
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 37
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
4668,
4672
],
"loc": {
"start": {
"line": 106,
"column": 40
},
"end": {
"line": 106,
"column": 44
}
}
},
"range": [
4587,
4672
],
"loc": {
"start": {
"line": 105,
"column": 36
},
"end": {
"line": 106,
"column": 44
}
}
},
"range": [
4559,
4672
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 106,
"column": 44
}
}
},
"range": [
4559,
4673
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 106,
"column": 45
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback before col is displayed",
"range": [
4515,
4549
],
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 42
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback after col is displayed",
"range": [
4683,
4716
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 41
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4726,
4730
],
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColDisplayed",
"range": [
4731,
4750
],
"loc": {
"start": {
"line": 108,
"column": 13
},
"end": {
"line": 108,
"column": 32
}
}
},
"range": [
4726,
4750
],
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 32
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
4753,
4758
],
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
4759,
4763
],
"loc": {
"start": {
"line": 108,
"column": 41
},
"end": {
"line": 108,
"column": 45
}
}
},
"range": [
4753,
4763
],
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 45
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4764,
4765
],
"loc": {
"start": {
"line": 108,
"column": 46
},
"end": {
"line": 108,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_displayed",
"range": [
4766,
4788
],
"loc": {
"start": {
"line": 108,
"column": 48
},
"end": {
"line": 108,
"column": 70
}
}
},
"range": [
4764,
4788
],
"loc": {
"start": {
"line": 108,
"column": 46
},
"end": {
"line": 108,
"column": 70
}
}
}
],
"range": [
4753,
4789
],
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 71
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
4805,
4806
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_displayed",
"range": [
4807,
4829
],
"loc": {
"start": {
"line": 109,
"column": 14
},
"end": {
"line": 109,
"column": 36
}
}
},
"range": [
4805,
4829
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 36
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
4832,
4836
],
"loc": {
"start": {
"line": 109,
"column": 39
},
"end": {
"line": 109,
"column": 43
}
}
},
"range": [
4753,
4836
],
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 109,
"column": 43
}
}
},
"range": [
4726,
4836
],
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 109,
"column": 43
}
}
},
"range": [
4726,
4837
],
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 109,
"column": 44
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback after col is displayed",
"range": [
4683,
4716
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 41
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Grid layout compatibility",
"range": [
4849,
4876
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 35
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4889,
4891
],
"loc": {
"start": {
"line": 112,
"column": 11
},
"end": {
"line": 112,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
4892,
4902
],
"loc": {
"start": {
"line": 112,
"column": 14
},
"end": {
"line": 112,
"column": 24
}
}
},
"range": [
4889,
4902
],
"loc": {
"start": {
"line": 112,
"column": 11
},
"end": {
"line": 112,
"column": 24
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4918,
4922
],
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
4923,
4933
],
"loc": {
"start": {
"line": 113,
"column": 17
},
"end": {
"line": 113,
"column": 27
}
}
},
"range": [
4918,
4933
],
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 27
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4936,
4938
],
"loc": {
"start": {
"line": 113,
"column": 30
},
"end": {
"line": 113,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
4939,
4946
],
"loc": {
"start": {
"line": 113,
"column": 33
},
"end": {
"line": 113,
"column": 40
}
}
},
"range": [
4936,
4946
],
"loc": {
"start": {
"line": 113,
"column": 30
},
"end": {
"line": 113,
"column": 40
}
}
},
"arguments": [
{
"type": "Literal",
"value": "gridLayout",
"raw": "'gridLayout'",
"range": [
4947,
4959
],
"loc": {
"start": {
"line": 113,
"column": 41
},
"end": {
"line": 113,
"column": 53
}
}
}
],
"range": [
4936,
4960
],
"loc": {
"start": {
"line": 113,
"column": 30
},
"end": {
"line": 113,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
4961,
4968
],
"loc": {
"start": {
"line": 113,
"column": 55
},
"end": {
"line": 113,
"column": 62
}
}
},
"range": [
4936,
4968
],
"loc": {
"start": {
"line": 113,
"column": 30
},
"end": {
"line": 113,
"column": 62
}
}
},
"range": [
4918,
4968
],
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 62
}
}
},
"range": [
4918,
4969
],
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 63
}
},
"trailingComments": [
{
"type": "Line",
"value": "headers table",
"range": [
4970,
4985
],
"loc": {
"start": {
"line": 113,
"column": 64
},
"end": {
"line": 113,
"column": 79
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4999,
5003
],
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "headersIndex",
"range": [
5004,
5016
],
"loc": {
"start": {
"line": 114,
"column": 17
},
"end": {
"line": 114,
"column": 29
}
}
},
"range": [
4999,
5016
],
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
5019,
5020
],
"loc": {
"start": {
"line": 114,
"column": 32
},
"end": {
"line": 114,
"column": 33
}
}
},
"range": [
4999,
5020
],
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 33
}
}
},
"range": [
4999,
5021
],
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 34
}
},
"leadingComments": [
{
"type": "Line",
"value": "headers table",
"range": [
4970,
4985
],
"loc": {
"start": {
"line": 113,
"column": 64
},
"end": {
"line": 113,
"column": 79
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "headers index",
"range": [
5022,
5037
],
"loc": {
"start": {
"line": 114,
"column": 35
},
"end": {
"line": 114,
"column": 50
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5051,
5055
],
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColDisplayed",
"range": [
5056,
5075
],
"loc": {
"start": {
"line": 115,
"column": 17
},
"end": {
"line": 115,
"column": 36
}
}
},
"range": [
5051,
5075
],
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 36
}
}
},
"right": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [],
"range": [
5088,
5090
],
"loc": {
"start": {
"line": 115,
"column": 49
},
"end": {
"line": 115,
"column": 51
}
}
},
"generator": false,
"expression": false,
"range": [
5078,
5090
],
"loc": {
"start": {
"line": 115,
"column": 39
},
"end": {
"line": 115,
"column": 51
}
}
},
"range": [
5051,
5090
],
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 51
}
}
},
"range": [
5051,
5091
],
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 52
}
},
"leadingComments": [
{
"type": "Line",
"value": "headers index",
"range": [
5022,
5037
],
"loc": {
"start": {
"line": 114,
"column": 35
},
"end": {
"line": 114,
"column": 50
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5105,
5109
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColHidden",
"range": [
5110,
5126
],
"loc": {
"start": {
"line": 116,
"column": 17
},
"end": {
"line": 116,
"column": 33
}
}
},
"range": [
5105,
5126
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 33
}
}
},
"right": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [],
"range": [
5139,
5141
],
"loc": {
"start": {
"line": 116,
"column": 46
},
"end": {
"line": 116,
"column": 48
}
}
},
"generator": false,
"expression": false,
"range": [
5129,
5141
],
"loc": {
"start": {
"line": 116,
"column": 36
},
"end": {
"line": 116,
"column": 48
}
}
},
"range": [
5105,
5141
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 48
}
}
},
"range": [
5105,
5142
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 49
}
}
}
],
"range": [
4903,
5153
],
"loc": {
"start": {
"line": 112,
"column": 25
},
"end": {
"line": 117,
"column": 9
}
}
},
"alternate": null,
"range": [
4886,
5153
],
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 117,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "Grid layout compatibility",
"range": [
4849,
4876
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 35
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Loads extension stylesheet",
"range": [
5165,
5193
],
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 36
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
5203,
5205
],
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "import",
"range": [
5206,
5212
],
"loc": {
"start": {
"line": 120,
"column": 11
},
"end": {
"line": 120,
"column": 17
}
}
},
"range": [
5203,
5212
],
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 17
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
5213,
5214
],
"loc": {
"start": {
"line": 120,
"column": 18
},
"end": {
"line": 120,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
5215,
5219
],
"loc": {
"start": {
"line": 120,
"column": 20
},
"end": {
"line": 120,
"column": 24
}
}
},
"range": [
5213,
5219
],
"loc": {
"start": {
"line": 120,
"column": 18
},
"end": {
"line": 120,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": "Style",
"raw": "'Style'",
"range": [
5220,
5227
],
"loc": {
"start": {
"line": 120,
"column": 25
},
"end": {
"line": 120,
"column": 32
}
}
},
"range": [
5213,
5227
],
"loc": {
"start": {
"line": 120,
"column": 18
},
"end": {
"line": 120,
"column": 32
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
5229,
5231
],
"loc": {
"start": {
"line": 120,
"column": 34
},
"end": {
"line": 120,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "stylePath",
"range": [
5232,
5241
],
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 46
}
}
},
"range": [
5229,
5241
],
"loc": {
"start": {
"line": 120,
"column": 34
},
"end": {
"line": 120,
"column": 46
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5244,
5248
],
"loc": {
"start": {
"line": 120,
"column": 49
},
"end": {
"line": 120,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
5249,
5259
],
"loc": {
"start": {
"line": 120,
"column": 54
},
"end": {
"line": 120,
"column": 64
}
}
},
"range": [
5244,
5259
],
"loc": {
"start": {
"line": 120,
"column": 49
},
"end": {
"line": 120,
"column": 64
}
}
},
"range": [
5229,
5259
],
"loc": {
"start": {
"line": 120,
"column": 34
},
"end": {
"line": 120,
"column": 64
}
}
},
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5261,
5265
],
"loc": {
"start": {
"line": 120,
"column": 66
},
"end": {
"line": 120,
"column": 70
}
}
},
{
"type": "Literal",
"value": "link",
"raw": "'link'",
"range": [
5267,
5273
],
"loc": {
"start": {
"line": 120,
"column": 72
},
"end": {
"line": 120,
"column": 78
}
}
}
],
"range": [
5203,
5274
],
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 79
}
}
},
"range": [
5203,
5275
],
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 80
}
},
"leadingComments": [
{
"type": "Line",
"value": "Loads extension stylesheet",
"range": [
5165,
5193
],
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 36
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5287,
5291
],
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
5292,
5294
],
"loc": {
"start": {
"line": 122,
"column": 13
},
"end": {
"line": 122,
"column": 15
}
}
},
"range": [
5287,
5294
],
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 15
}
}
},
"right": {
"type": "Identifier",
"name": "tf",
"range": [
5297,
5299
],
"loc": {
"start": {
"line": 122,
"column": 18
},
"end": {
"line": 122,
"column": 20
}
}
},
"range": [
5287,
5299
],
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 20
}
}
},
"range": [
5287,
5300
],
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 21
}
}
}
],
"range": [
330,
5307
],
"loc": {
"start": {
"line": 13,
"column": 22
},
"end": {
"line": 123,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
323,
5307
],
"loc": {
"start": {
"line": 13,
"column": 15
},
"end": {
"line": 123,
"column": 5
}
}
},
"kind": "constructor",
"computed": false,
"range": [
312,
5307
],
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 123,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Columns Visibility extension\r\n * @param {Object} tf TableFilter instance\r\n * @param {Object} f Config\r\n ",
"range": [
176,
306
],
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "toggle",
"range": [
5315,
5321
],
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 10
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "contDisplay",
"range": [
5338,
5349
],
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5352,
5356
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5357,
5363
],
"loc": {
"start": {
"line": 126,
"column": 31
},
"end": {
"line": 126,
"column": 37
}
}
},
"range": [
5352,
5363
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
5364,
5369
],
"loc": {
"start": {
"line": 126,
"column": 38
},
"end": {
"line": 126,
"column": 43
}
}
},
"range": [
5352,
5369
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "display",
"range": [
5370,
5377
],
"loc": {
"start": {
"line": 126,
"column": 44
},
"end": {
"line": 126,
"column": 51
}
}
},
"range": [
5352,
5377
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 51
}
}
},
"range": [
5338,
5377
],
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 51
}
}
}
],
"kind": "var",
"range": [
5334,
5378
],
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 52
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
5392,
5404
],
"loc": {
"start": {
"line": 127,
"column": 12
},
"end": {
"line": 127,
"column": 24
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5407,
5411
],
"loc": {
"start": {
"line": 127,
"column": 27
},
"end": {
"line": 127,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
5412,
5424
],
"loc": {
"start": {
"line": 127,
"column": 32
},
"end": {
"line": 127,
"column": 44
}
}
},
"range": [
5407,
5424
],
"loc": {
"start": {
"line": 127,
"column": 27
},
"end": {
"line": 127,
"column": 44
}
}
},
"range": [
5392,
5424
],
"loc": {
"start": {
"line": 127,
"column": 12
},
"end": {
"line": 127,
"column": 44
}
}
}
],
"kind": "var",
"range": [
5388,
5425
],
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 45
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "onBeforeClose",
"range": [
5439,
5452
],
"loc": {
"start": {
"line": 128,
"column": 12
},
"end": {
"line": 128,
"column": 25
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5455,
5459
],
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 128,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeClose",
"range": [
5460,
5473
],
"loc": {
"start": {
"line": 128,
"column": 33
},
"end": {
"line": 128,
"column": 46
}
}
},
"range": [
5455,
5473
],
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 128,
"column": 46
}
}
},
"range": [
5439,
5473
],
"loc": {
"start": {
"line": 128,
"column": 12
},
"end": {
"line": 128,
"column": 46
}
}
}
],
"kind": "var",
"range": [
5435,
5474
],
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 47
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "onAfterOpen",
"range": [
5488,
5499
],
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5502,
5506
],
"loc": {
"start": {
"line": 129,
"column": 26
},
"end": {
"line": 129,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterOpen",
"range": [
5507,
5518
],
"loc": {
"start": {
"line": 129,
"column": 31
},
"end": {
"line": 129,
"column": 42
}
}
},
"range": [
5502,
5518
],
"loc": {
"start": {
"line": 129,
"column": 26
},
"end": {
"line": 129,
"column": 42
}
}
},
"range": [
5488,
5518
],
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 42
}
}
}
],
"kind": "var",
"range": [
5484,
5519
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 43
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "onAfterClose",
"range": [
5533,
5545
],
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 24
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5548,
5552
],
"loc": {
"start": {
"line": 130,
"column": 27
},
"end": {
"line": 130,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterClose",
"range": [
5553,
5565
],
"loc": {
"start": {
"line": 130,
"column": 32
},
"end": {
"line": 130,
"column": 44
}
}
},
"range": [
5548,
5565
],
"loc": {
"start": {
"line": 130,
"column": 27
},
"end": {
"line": 130,
"column": 44
}
}
},
"range": [
5533,
5565
],
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 44
}
}
}
],
"kind": "var",
"range": [
5529,
5566
],
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 45
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
5581,
5593
],
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 23
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "contDisplay",
"range": [
5597,
5608
],
"loc": {
"start": {
"line": 132,
"column": 27
},
"end": {
"line": 132,
"column": 38
}
}
},
"right": {
"type": "Literal",
"value": "inline",
"raw": "'inline'",
"range": [
5613,
5621
],
"loc": {
"start": {
"line": 132,
"column": 43
},
"end": {
"line": 132,
"column": 51
}
}
},
"range": [
5597,
5621
],
"loc": {
"start": {
"line": 132,
"column": 27
},
"end": {
"line": 132,
"column": 51
}
}
},
"range": [
5581,
5621
],
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 51
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
5637,
5649
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
5650,
5654
],
"loc": {
"start": {
"line": 133,
"column": 25
},
"end": {
"line": 133,
"column": 29
}
}
},
"range": [
5637,
5654
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 29
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5655,
5659
],
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 133,
"column": 34
}
}
},
{
"type": "ThisExpression",
"range": [
5661,
5665
],
"loc": {
"start": {
"line": 133,
"column": 36
},
"end": {
"line": 133,
"column": 40
}
}
}
],
"range": [
5637,
5666
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 41
}
}
},
"range": [
5637,
5667
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 42
}
}
}
],
"range": [
5622,
5678
],
"loc": {
"start": {
"line": 132,
"column": 52
},
"end": {
"line": 134,
"column": 9
}
}
},
"alternate": null,
"range": [
5578,
5678
],
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 134,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "Identifier",
"name": "onBeforeClose",
"range": [
5691,
5704
],
"loc": {
"start": {
"line": 135,
"column": 11
},
"end": {
"line": 135,
"column": 24
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "contDisplay",
"range": [
5708,
5719
],
"loc": {
"start": {
"line": 135,
"column": 28
},
"end": {
"line": 135,
"column": 39
}
}
},
"right": {
"type": "Literal",
"value": "inline",
"raw": "'inline'",
"range": [
5724,
5732
],
"loc": {
"start": {
"line": 135,
"column": 44
},
"end": {
"line": 135,
"column": 52
}
}
},
"range": [
5708,
5732
],
"loc": {
"start": {
"line": 135,
"column": 28
},
"end": {
"line": 135,
"column": 52
}
}
},
"range": [
5691,
5732
],
"loc": {
"start": {
"line": 135,
"column": 11
},
"end": {
"line": 135,
"column": 52
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "onBeforeClose",
"range": [
5748,
5761
],
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
5762,
5766
],
"loc": {
"start": {
"line": 136,
"column": 26
},
"end": {
"line": 136,
"column": 30
}
}
},
"range": [
5748,
5766
],
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5767,
5771
],
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 35
}
}
},
{
"type": "ThisExpression",
"range": [
5773,
5777
],
"loc": {
"start": {
"line": 136,
"column": 37
},
"end": {
"line": 136,
"column": 41
}
}
}
],
"range": [
5748,
5778
],
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 42
}
}
},
"range": [
5748,
5779
],
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 43
}
}
}
],
"range": [
5733,
5790
],
"loc": {
"start": {
"line": 135,
"column": 53
},
"end": {
"line": 137,
"column": 9
}
}
},
"alternate": null,
"range": [
5688,
5790
],
"loc": {
"start": {
"line": 135,
"column": 8
},
"end": {
"line": 137,
"column": 9
}
}
},
{
"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": [
5802,
5806
],
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5807,
5813
],
"loc": {
"start": {
"line": 139,
"column": 13
},
"end": {
"line": 139,
"column": 19
}
}
},
"range": [
5802,
5813
],
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
5814,
5819
],
"loc": {
"start": {
"line": 139,
"column": 20
},
"end": {
"line": 139,
"column": 25
}
}
},
"range": [
5802,
5819
],
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "display",
"range": [
5820,
5827
],
"loc": {
"start": {
"line": 139,
"column": 26
},
"end": {
"line": 139,
"column": 33
}
}
},
"range": [
5802,
5827
],
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 33
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "contDisplay",
"range": [
5830,
5841
],
"loc": {
"start": {
"line": 139,
"column": 36
},
"end": {
"line": 139,
"column": 47
}
}
},
"right": {
"type": "Literal",
"value": "inline",
"raw": "'inline'",
"range": [
5846,
5854
],
"loc": {
"start": {
"line": 139,
"column": 52
},
"end": {
"line": 139,
"column": 60
}
}
},
"range": [
5830,
5854
],
"loc": {
"start": {
"line": 139,
"column": 36
},
"end": {
"line": 139,
"column": 60
}
}
},
"consequent": {
"type": "Literal",
"value": "none",
"raw": "'none'",
"range": [
5870,
5876
],
"loc": {
"start": {
"line": 140,
"column": 12
},
"end": {
"line": 140,
"column": 18
}
}
},
"alternate": {
"type": "Literal",
"value": "inline",
"raw": "'inline'",
"range": [
5879,
5887
],
"loc": {
"start": {
"line": 140,
"column": 21
},
"end": {
"line": 140,
"column": 29
}
}
},
"range": [
5830,
5887
],
"loc": {
"start": {
"line": 139,
"column": 36
},
"end": {
"line": 140,
"column": 29
}
}
},
"range": [
5802,
5887
],
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 140,
"column": 29
}
}
},
"range": [
5802,
5888
],
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 140,
"column": 30
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "Identifier",
"name": "onAfterOpen",
"range": [
5903,
5914
],
"loc": {
"start": {
"line": 142,
"column": 11
},
"end": {
"line": 142,
"column": 22
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "contDisplay",
"range": [
5918,
5929
],
"loc": {
"start": {
"line": 142,
"column": 26
},
"end": {
"line": 142,
"column": 37
}
}
},
"right": {
"type": "Literal",
"value": "inline",
"raw": "'inline'",
"range": [
5934,
5942
],
"loc": {
"start": {
"line": 142,
"column": 42
},
"end": {
"line": 142,
"column": 50
}
}
},
"range": [
5918,
5942
],
"loc": {
"start": {
"line": 142,
"column": 26
},
"end": {
"line": 142,
"column": 50
}
}
},
"range": [
5903,
5942
],
"loc": {
"start": {
"line": 142,
"column": 11
},
"end": {
"line": 142,
"column": 50
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "onAfterOpen",
"range": [
5958,
5969
],
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
5970,
5974
],
"loc": {
"start": {
"line": 143,
"column": 24
},
"end": {
"line": 143,
"column": 28
}
}
},
"range": [
5958,
5974
],
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 28
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5975,
5979
],
"loc": {
"start": {
"line": 143,
"column": 29
},
"end": {
"line": 143,
"column": 33
}
}
},
{
"type": "ThisExpression",
"range": [
5981,
5985
],
"loc": {
"start": {
"line": 143,
"column": 35
},
"end": {
"line": 143,
"column": 39
}
}
}
],
"range": [
5958,
5986
],
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 40
}
}
},
"range": [
5958,
5987
],
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 41
}
}
}
],
"range": [
5943,
5998
],
"loc": {
"start": {
"line": 142,
"column": 51
},
"end": {
"line": 144,
"column": 9
}
}
},
"alternate": null,
"range": [
5900,
5998
],
"loc": {
"start": {
"line": 142,
"column": 8
},
"end": {
"line": 144,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "Identifier",
"name": "onAfterClose",
"range": [
6011,
6023
],
"loc": {
"start": {
"line": 145,
"column": 11
},
"end": {
"line": 145,
"column": 23
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "contDisplay",
"range": [
6027,
6038
],
"loc": {
"start": {
"line": 145,
"column": 27
},
"end": {
"line": 145,
"column": 38
}
}
},
"right": {
"type": "Literal",
"value": "inline",
"raw": "'inline'",
"range": [
6043,
6051
],
"loc": {
"start": {
"line": 145,
"column": 43
},
"end": {
"line": 145,
"column": 51
}
}
},
"range": [
6027,
6051
],
"loc": {
"start": {
"line": 145,
"column": 27
},
"end": {
"line": 145,
"column": 51
}
}
},
"range": [
6011,
6051
],
"loc": {
"start": {
"line": 145,
"column": 11
},
"end": {
"line": 145,
"column": 51
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "onAfterClose",
"range": [
6067,
6079
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
6080,
6084
],
"loc": {
"start": {
"line": 146,
"column": 25
},
"end": {
"line": 146,
"column": 29
}
}
},
"range": [
6067,
6084
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 29
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
6085,
6089
],
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 34
}
}
},
{
"type": "ThisExpression",
"range": [
6091,
6095
],
"loc": {
"start": {
"line": 146,
"column": 36
},
"end": {
"line": 146,
"column": 40
}
}
}
],
"range": [
6067,
6096
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 41
}
}
},
"range": [
6067,
6097
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 42
}
}
}
],
"range": [
6052,
6108
],
"loc": {
"start": {
"line": 145,
"column": 52
},
"end": {
"line": 147,
"column": 9
}
}
},
"alternate": null,
"range": [
6008,
6108
],
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 147,
"column": 9
}
}
}
],
"range": [
5323,
6115
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 148,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
5321,
6115
],
"loc": {
"start": {
"line": 125,
"column": 10
},
"end": {
"line": 148,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
5315,
6115
],
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 148,
"column": 5
}
},
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "checkItem",
"range": [
6123,
6132
],
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 13
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "lbl",
"range": [
6133,
6136
],
"loc": {
"start": {
"line": 150,
"column": 14
},
"end": {
"line": 150,
"column": 17
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "li",
"range": [
6152,
6154
],
"loc": {
"start": {
"line": 151,
"column": 12
},
"end": {
"line": 151,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "lbl",
"range": [
6157,
6160
],
"loc": {
"start": {
"line": 151,
"column": 17
},
"end": {
"line": 151,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
6161,
6171
],
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 31
}
}
},
"range": [
6157,
6171
],
"loc": {
"start": {
"line": 151,
"column": 17
},
"end": {
"line": 151,
"column": 31
}
}
},
"range": [
6152,
6171
],
"loc": {
"start": {
"line": 151,
"column": 12
},
"end": {
"line": 151,
"column": 31
}
}
}
],
"kind": "var",
"range": [
6148,
6172
],
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 32
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "li",
"range": [
6186,
6188
],
"loc": {
"start": {
"line": 152,
"column": 12
},
"end": {
"line": 152,
"column": 14
}
}
},
"prefix": true,
"range": [
6185,
6188
],
"loc": {
"start": {
"line": 152,
"column": 11
},
"end": {
"line": 152,
"column": 14
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "lbl",
"range": [
6193,
6196
],
"loc": {
"start": {
"line": 152,
"column": 19
},
"end": {
"line": 152,
"column": 22
}
}
},
"prefix": true,
"range": [
6192,
6196
],
"loc": {
"start": {
"line": 152,
"column": 18
},
"end": {
"line": 152,
"column": 22
}
}
},
"range": [
6185,
6196
],
"loc": {
"start": {
"line": 152,
"column": 11
},
"end": {
"line": 152,
"column": 22
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
6212,
6219
],
"loc": {
"start": {
"line": 153,
"column": 12
},
"end": {
"line": 153,
"column": 19
}
}
}
],
"range": [
6197,
6230
],
"loc": {
"start": {
"line": 152,
"column": 23
},
"end": {
"line": 154,
"column": 9
}
}
},
"alternate": null,
"range": [
6182,
6230
],
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 154,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "isChecked",
"range": [
6244,
6253
],
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 21
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "lbl",
"range": [
6256,
6259
],
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
6260,
6270
],
"loc": {
"start": {
"line": 155,
"column": 28
},
"end": {
"line": 155,
"column": 38
}
}
},
"range": [
6256,
6270
],
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
6271,
6278
],
"loc": {
"start": {
"line": 155,
"column": 39
},
"end": {
"line": 155,
"column": 46
}
}
},
"range": [
6256,
6278
],
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 46
}
}
},
"range": [
6244,
6278
],
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 46
}
}
}
],
"kind": "var",
"range": [
6240,
6279
],
"loc": {
"start": {
"line": 155,
"column": 8
},
"end": {
"line": 155,
"column": 47
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "colIndex",
"range": [
6293,
6301
],
"loc": {
"start": {
"line": 156,
"column": 12
},
"end": {
"line": 156,
"column": 20
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "lbl",
"range": [
6304,
6307
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
6308,
6318
],
"loc": {
"start": {
"line": 156,
"column": 27
},
"end": {
"line": 156,
"column": 37
}
}
},
"range": [
6304,
6318
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "getAttribute",
"range": [
6319,
6331
],
"loc": {
"start": {
"line": 156,
"column": 38
},
"end": {
"line": 156,
"column": 50
}
}
},
"range": [
6304,
6331
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 50
}
}
},
"arguments": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
6332,
6336
],
"loc": {
"start": {
"line": 156,
"column": 51
},
"end": {
"line": 156,
"column": 55
}
}
}
],
"range": [
6304,
6337
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "split",
"range": [
6338,
6343
],
"loc": {
"start": {
"line": 156,
"column": 57
},
"end": {
"line": 156,
"column": 62
}
}
},
"range": [
6304,
6343
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 62
}
}
},
"arguments": [
{
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
6344,
6347
],
"loc": {
"start": {
"line": 156,
"column": 63
},
"end": {
"line": 156,
"column": 66
}
}
}
],
"range": [
6304,
6348
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 67
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
6349,
6350
],
"loc": {
"start": {
"line": 156,
"column": 68
},
"end": {
"line": 156,
"column": 69
}
}
},
"range": [
6304,
6351
],
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 70
}
}
},
"range": [
6293,
6351
],
"loc": {
"start": {
"line": 156,
"column": 12
},
"end": {
"line": 156,
"column": 70
}
}
}
],
"kind": "var",
"range": [
6289,
6352
],
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 71
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "colIndex",
"range": [
6362,
6370
],
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 16
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
6373,
6381
],
"loc": {
"start": {
"line": 157,
"column": 19
},
"end": {
"line": 157,
"column": 27
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
6382,
6390
],
"loc": {
"start": {
"line": 157,
"column": 28
},
"end": {
"line": 157,
"column": 36
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
6392,
6394
],
"loc": {
"start": {
"line": 157,
"column": 38
},
"end": {
"line": 157,
"column": 40
}
}
}
],
"range": [
6373,
6395
],
"loc": {
"start": {
"line": 157,
"column": 19
},
"end": {
"line": 157,
"column": 41
}
}
},
"range": [
6362,
6395
],
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 41
}
}
},
"range": [
6362,
6396
],
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 42
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "isChecked",
"range": [
6409,
6418
],
"loc": {
"start": {
"line": 158,
"column": 11
},
"end": {
"line": 158,
"column": 20
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
6434,
6437
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "addClass",
"range": [
6438,
6446
],
"loc": {
"start": {
"line": 159,
"column": 16
},
"end": {
"line": 159,
"column": 24
}
}
},
"range": [
6434,
6446
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 24
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "li",
"range": [
6447,
6449
],
"loc": {
"start": {
"line": 159,
"column": 25
},
"end": {
"line": 159,
"column": 27
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6451,
6455
],
"loc": {
"start": {
"line": 159,
"column": 29
},
"end": {
"line": 159,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "listSlcItemCssClass",
"range": [
6456,
6475
],
"loc": {
"start": {
"line": 159,
"column": 34
},
"end": {
"line": 159,
"column": 53
}
}
},
"range": [
6451,
6475
],
"loc": {
"start": {
"line": 159,
"column": 29
},
"end": {
"line": 159,
"column": 53
}
}
}
],
"range": [
6434,
6476
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 54
}
}
},
"range": [
6434,
6477
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 55
}
}
}
],
"range": [
6419,
6488
],
"loc": {
"start": {
"line": 158,
"column": 21
},
"end": {
"line": 160,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
6509,
6512
],
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "removeClass",
"range": [
6513,
6524
],
"loc": {
"start": {
"line": 161,
"column": 16
},
"end": {
"line": 161,
"column": 27
}
}
},
"range": [
6509,
6524
],
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 27
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "li",
"range": [
6525,
6527
],
"loc": {
"start": {
"line": 161,
"column": 28
},
"end": {
"line": 161,
"column": 30
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6529,
6533
],
"loc": {
"start": {
"line": 161,
"column": 32
},
"end": {
"line": 161,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "listSlcItemCssClass",
"range": [
6534,
6553
],
"loc": {
"start": {
"line": 161,
"column": 37
},
"end": {
"line": 161,
"column": 56
}
}
},
"range": [
6529,
6553
],
"loc": {
"start": {
"line": 161,
"column": 32
},
"end": {
"line": 161,
"column": 56
}
}
}
],
"range": [
6509,
6554
],
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 57
}
}
},
"range": [
6509,
6555
],
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 58
}
}
}
],
"range": [
6494,
6566
],
"loc": {
"start": {
"line": 160,
"column": 15
},
"end": {
"line": 162,
"column": 9
}
}
},
"range": [
6406,
6566
],
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 162,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "hide",
"range": [
6582,
6586
],
"loc": {
"start": {
"line": 164,
"column": 12
},
"end": {
"line": 164,
"column": 16
}
}
},
"init": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
6589,
6594
],
"loc": {
"start": {
"line": 164,
"column": 19
},
"end": {
"line": 164,
"column": 24
}
}
},
"range": [
6582,
6594
],
"loc": {
"start": {
"line": 164,
"column": 12
},
"end": {
"line": 164,
"column": 24
}
}
}
],
"kind": "var",
"range": [
6578,
6595
],
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6609,
6613
],
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
6614,
6624
],
"loc": {
"start": {
"line": 165,
"column": 17
},
"end": {
"line": 165,
"column": 27
}
}
},
"range": [
6609,
6624
],
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 27
}
}
},
"right": {
"type": "Identifier",
"name": "isChecked",
"range": [
6628,
6637
],
"loc": {
"start": {
"line": 165,
"column": 31
},
"end": {
"line": 165,
"column": 40
}
}
},
"range": [
6609,
6637
],
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 40
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6644,
6648
],
"loc": {
"start": {
"line": 165,
"column": 47
},
"end": {
"line": 165,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
6649,
6659
],
"loc": {
"start": {
"line": 165,
"column": 52
},
"end": {
"line": 165,
"column": 62
}
}
},
"range": [
6644,
6659
],
"loc": {
"start": {
"line": 165,
"column": 47
},
"end": {
"line": 165,
"column": 62
}
}
},
"prefix": true,
"range": [
6643,
6659
],
"loc": {
"start": {
"line": 165,
"column": 46
},
"end": {
"line": 165,
"column": 62
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "isChecked",
"range": [
6664,
6673
],
"loc": {
"start": {
"line": 165,
"column": 67
},
"end": {
"line": 165,
"column": 76
}
}
},
"prefix": true,
"range": [
6663,
6673
],
"loc": {
"start": {
"line": 165,
"column": 66
},
"end": {
"line": 165,
"column": 76
}
}
},
"range": [
6643,
6673
],
"loc": {
"start": {
"line": 165,
"column": 46
},
"end": {
"line": 165,
"column": 76
}
}
},
"range": [
6608,
6674
],
"loc": {
"start": {
"line": 165,
"column": 11
},
"end": {
"line": 165,
"column": 77
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "hide",
"range": [
6690,
6694
],
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 16
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
6697,
6701
],
"loc": {
"start": {
"line": 166,
"column": 19
},
"end": {
"line": 166,
"column": 23
}
}
},
"range": [
6690,
6701
],
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 23
}
}
},
"range": [
6690,
6702
],
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 24
}
}
}
],
"range": [
6675,
6713
],
"loc": {
"start": {
"line": 165,
"column": 78
},
"end": {
"line": 167,
"column": 9
}
}
},
"alternate": null,
"range": [
6605,
6713
],
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 167,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6723,
6727
],
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "setHidden",
"range": [
6728,
6737
],
"loc": {
"start": {
"line": 168,
"column": 13
},
"end": {
"line": 168,
"column": 22
}
}
},
"range": [
6723,
6737
],
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 22
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
6738,
6746
],
"loc": {
"start": {
"line": 168,
"column": 23
},
"end": {
"line": 168,
"column": 31
}
}
},
{
"type": "Identifier",
"name": "hide",
"range": [
6748,
6752
],
"loc": {
"start": {
"line": 168,
"column": 33
},
"end": {
"line": 168,
"column": 37
}
}
}
],
"range": [
6723,
6753
],
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 38
}
}
},
"range": [
6723,
6754
],
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 39
}
}
}
],
"range": [
6137,
6761
],
"loc": {
"start": {
"line": 150,
"column": 18
},
"end": {
"line": 169,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
6132,
6761
],
"loc": {
"start": {
"line": 150,
"column": 13
},
"end": {
"line": 169,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
6123,
6761
],
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 169,
"column": 5
}
},
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "init",
"range": [
6769,
6773
],
"loc": {
"start": {
"line": 171,
"column": 4
},
"end": {
"line": 171,
"column": 8
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6790,
6794
],
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "manager",
"range": [
6795,
6802
],
"loc": {
"start": {
"line": 172,
"column": 17
},
"end": {
"line": 172,
"column": 24
}
}
},
"range": [
6790,
6802
],
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 24
}
}
},
"prefix": true,
"range": [
6789,
6802
],
"loc": {
"start": {
"line": 172,
"column": 11
},
"end": {
"line": 172,
"column": 24
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
6818,
6825
],
"loc": {
"start": {
"line": 173,
"column": 12
},
"end": {
"line": 173,
"column": 19
}
}
}
],
"range": [
6803,
6836
],
"loc": {
"start": {
"line": 172,
"column": 25
},
"end": {
"line": 174,
"column": 9
}
}
},
"alternate": null,
"range": [
6786,
6836
],
"loc": {
"start": {
"line": 172,
"column": 8
},
"end": {
"line": 174,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6846,
6850
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "buildBtn",
"range": [
6851,
6859
],
"loc": {
"start": {
"line": 175,
"column": 13
},
"end": {
"line": 175,
"column": 21
}
}
},
"range": [
6846,
6859
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 21
}
}
},
"arguments": [],
"range": [
6846,
6861
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 23
}
}
},
"range": [
6846,
6862
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 24
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6872,
6876
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "buildManager",
"range": [
6877,
6889
],
"loc": {
"start": {
"line": 176,
"column": 13
},
"end": {
"line": 176,
"column": 25
}
}
},
"range": [
6872,
6889
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 25
}
}
},
"arguments": [],
"range": [
6872,
6891
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 27
}
}
},
"range": [
6872,
6892
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 28
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6904,
6908
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
6909,
6920
],
"loc": {
"start": {
"line": 178,
"column": 13
},
"end": {
"line": 178,
"column": 24
}
}
},
"range": [
6904,
6920
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
6923,
6927
],
"loc": {
"start": {
"line": 178,
"column": 27
},
"end": {
"line": 178,
"column": 31
}
}
},
"range": [
6904,
6927
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 31
}
}
},
"range": [
6904,
6928
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 32
}
}
}
],
"range": [
6775,
6935
],
"loc": {
"start": {
"line": 171,
"column": 10
},
"end": {
"line": 179,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
6773,
6935
],
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 179,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
6769,
6935
],
"loc": {
"start": {
"line": 171,
"column": 4
},
"end": {
"line": 179,
"column": 5
}
},
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Build main button UI\r\n ",
"range": [
6943,
6984
],
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 183,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "buildBtn",
"range": [
6990,
6998
],
"loc": {
"start": {
"line": 184,
"column": 4
},
"end": {
"line": 184,
"column": 12
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7014,
7018
],
"loc": {
"start": {
"line": 185,
"column": 11
},
"end": {
"line": 185,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
7019,
7024
],
"loc": {
"start": {
"line": 185,
"column": 16
},
"end": {
"line": 185,
"column": 21
}
}
},
"range": [
7014,
7024
],
"loc": {
"start": {
"line": 185,
"column": 11
},
"end": {
"line": 185,
"column": 21
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
7040,
7047
],
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 19
}
}
}
],
"range": [
7025,
7058
],
"loc": {
"start": {
"line": 185,
"column": 22
},
"end": {
"line": 187,
"column": 9
}
}
},
"alternate": null,
"range": [
7011,
7058
],
"loc": {
"start": {
"line": 185,
"column": 8
},
"end": {
"line": 187,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
7072,
7074
],
"loc": {
"start": {
"line": 188,
"column": 12
},
"end": {
"line": 188,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7077,
7081
],
"loc": {
"start": {
"line": 188,
"column": 17
},
"end": {
"line": 188,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
7082,
7084
],
"loc": {
"start": {
"line": 188,
"column": 22
},
"end": {
"line": 188,
"column": 24
}
}
},
"range": [
7077,
7084
],
"loc": {
"start": {
"line": 188,
"column": 17
},
"end": {
"line": 188,
"column": 24
}
}
},
"range": [
7072,
7084
],
"loc": {
"start": {
"line": 188,
"column": 12
},
"end": {
"line": 188,
"column": 24
}
}
}
],
"kind": "var",
"range": [
7068,
7085
],
"loc": {
"start": {
"line": 188,
"column": 8
},
"end": {
"line": 188,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "span",
"range": [
7099,
7103
],
"loc": {
"start": {
"line": 189,
"column": 12
},
"end": {
"line": 189,
"column": 16
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
7106,
7109
],
"loc": {
"start": {
"line": 189,
"column": 19
},
"end": {
"line": 189,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
7110,
7116
],
"loc": {
"start": {
"line": 189,
"column": 23
},
"end": {
"line": 189,
"column": 29
}
}
},
"range": [
7106,
7116
],
"loc": {
"start": {
"line": 189,
"column": 19
},
"end": {
"line": 189,
"column": 29
}
}
},
"arguments": [
{
"type": "Literal",
"value": "span",
"raw": "'span'",
"range": [
7117,
7123
],
"loc": {
"start": {
"line": 189,
"column": 30
},
"end": {
"line": 189,
"column": 36
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
7126,
7130
],
"loc": {
"start": {
"line": 189,
"column": 39
},
"end": {
"line": 189,
"column": 43
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7132,
7136
],
"loc": {
"start": {
"line": 189,
"column": 45
},
"end": {
"line": 189,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"name": "prfx",
"range": [
7137,
7141
],
"loc": {
"start": {
"line": 189,
"column": 50
},
"end": {
"line": 189,
"column": 54
}
}
},
"range": [
7132,
7141
],
"loc": {
"start": {
"line": 189,
"column": 45
},
"end": {
"line": 189,
"column": 54
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
7142,
7144
],
"loc": {
"start": {
"line": 189,
"column": 55
},
"end": {
"line": 189,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
7145,
7147
],
"loc": {
"start": {
"line": 189,
"column": 58
},
"end": {
"line": 189,
"column": 60
}
}
},
"range": [
7142,
7147
],
"loc": {
"start": {
"line": 189,
"column": 55
},
"end": {
"line": 189,
"column": 60
}
}
},
"range": [
7132,
7147
],
"loc": {
"start": {
"line": 189,
"column": 45
},
"end": {
"line": 189,
"column": 60
}
}
}
],
"range": [
7125,
7148
],
"loc": {
"start": {
"line": 189,
"column": 38
},
"end": {
"line": 189,
"column": 61
}
}
}
],
"range": [
7106,
7149
],
"loc": {
"start": {
"line": 189,
"column": 19
},
"end": {
"line": 189,
"column": 62
}
}
},
"range": [
7099,
7149
],
"loc": {
"start": {
"line": 189,
"column": 12
},
"end": {
"line": 189,
"column": 62
}
}
}
],
"kind": "var",
"range": [
7095,
7150
],
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 63
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
7160,
7164
],
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
7165,
7174
],
"loc": {
"start": {
"line": 190,
"column": 13
},
"end": {
"line": 190,
"column": 22
}
}
},
"range": [
7160,
7174
],
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 22
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7177,
7181
],
"loc": {
"start": {
"line": 190,
"column": 25
},
"end": {
"line": 190,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "spanCssClass",
"range": [
7182,
7194
],
"loc": {
"start": {
"line": 190,
"column": 30
},
"end": {
"line": 190,
"column": 42
}
}
},
"range": [
7177,
7194
],
"loc": {
"start": {
"line": 190,
"column": 25
},
"end": {
"line": 190,
"column": 42
}
}
},
"range": [
7160,
7194
],
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 42
}
}
},
"range": [
7160,
7195
],
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 43
}
},
"trailingComments": [
{
"type": "Line",
"value": "Container element (rdiv or custom element)",
"range": [
7207,
7251
],
"loc": {
"start": {
"line": 192,
"column": 8
},
"end": {
"line": 192,
"column": 52
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7265,
7269
],
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnTgtId",
"range": [
7270,
7278
],
"loc": {
"start": {
"line": 193,
"column": 17
},
"end": {
"line": 193,
"column": 25
}
}
},
"range": [
7265,
7278
],
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 25
}
}
},
"prefix": true,
"range": [
7264,
7278
],
"loc": {
"start": {
"line": 193,
"column": 11
},
"end": {
"line": 193,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
7294,
7296
],
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "setToolbar",
"range": [
7297,
7307
],
"loc": {
"start": {
"line": 194,
"column": 15
},
"end": {
"line": 194,
"column": 25
}
}
},
"range": [
7294,
7307
],
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 25
}
}
},
"arguments": [],
"range": [
7294,
7309
],
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 27
}
}
},
"range": [
7294,
7310
],
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 28
}
}
}
],
"range": [
7279,
7321
],
"loc": {
"start": {
"line": 193,
"column": 26
},
"end": {
"line": 195,
"column": 9
}
}
},
"alternate": null,
"range": [
7261,
7321
],
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 195,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "Container element (rdiv or custom element)",
"range": [
7207,
7251
],
"loc": {
"start": {
"line": 192,
"column": 8
},
"end": {
"line": 192,
"column": 52
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "targetEl",
"range": [
7335,
7343
],
"loc": {
"start": {
"line": 196,
"column": 12
},
"end": {
"line": 196,
"column": 20
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7347,
7351
],
"loc": {
"start": {
"line": 196,
"column": 24
},
"end": {
"line": 196,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "btnTgtId",
"range": [
7352,
7360
],
"loc": {
"start": {
"line": 196,
"column": 29
},
"end": {
"line": 196,
"column": 37
}
}
},
"range": [
7347,
7360
],
"loc": {
"start": {
"line": 196,
"column": 24
},
"end": {
"line": 196,
"column": 37
}
}
},
"prefix": true,
"range": [
7346,
7360
],
"loc": {
"start": {
"line": 196,
"column": 23
},
"end": {
"line": 196,
"column": 37
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
7363,
7365
],
"loc": {
"start": {
"line": 196,
"column": 40
},
"end": {
"line": 196,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "rDiv",
"range": [
7366,
7370
],
"loc": {
"start": {
"line": 196,
"column": 43
},
"end": {
"line": 196,
"column": 47
}
}
},
"range": [
7363,
7370
],
"loc": {
"start": {
"line": 196,
"column": 40
},
"end": {
"line": 196,
"column": 47
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
7373,
7376
],
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
7377,
7379
],
"loc": {
"start": {
"line": 196,
"column": 54
},
"end": {
"line": 196,
"column": 56
}
}
},
"range": [
7373,
7379
],
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 56
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7380,
7384
],
"loc": {
"start": {
"line": 196,
"column": 57
},
"end": {
"line": 196,
"column": 61
}
}
},
"property": {
"type": "Identifier",
"name": "btnTgtId",
"range": [
7385,
7393
],
"loc": {
"start": {
"line": 196,
"column": 62
},
"end": {
"line": 196,
"column": 70
}
}
},
"range": [
7380,
7393
],
"loc": {
"start": {
"line": 196,
"column": 57
},
"end": {
"line": 196,
"column": 70
}
}
}
],
"range": [
7373,
7394
],
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 71
}
}
},
"range": [
7346,
7394
],
"loc": {
"start": {
"line": 196,
"column": 23
},
"end": {
"line": 196,
"column": 71
}
}
},
"range": [
7335,
7394
],
"loc": {
"start": {
"line": 196,
"column": 12
},
"end": {
"line": 196,
"column": 71
}
}
}
],
"kind": "var",
"range": [
7331,
7395
],
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 72
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7411,
7415
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnTgtId",
"range": [
7416,
7424
],
"loc": {
"start": {
"line": 198,
"column": 17
},
"end": {
"line": 198,
"column": 25
}
}
},
"range": [
7411,
7424
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 25
}
}
},
"prefix": true,
"range": [
7410,
7424
],
"loc": {
"start": {
"line": 198,
"column": 11
},
"end": {
"line": 198,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "firstChild",
"range": [
7444,
7454
],
"loc": {
"start": {
"line": 199,
"column": 16
},
"end": {
"line": 199,
"column": 26
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "targetEl",
"range": [
7457,
7465
],
"loc": {
"start": {
"line": 199,
"column": 29
},
"end": {
"line": 199,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
7466,
7476
],
"loc": {
"start": {
"line": 199,
"column": 38
},
"end": {
"line": 199,
"column": 48
}
}
},
"range": [
7457,
7476
],
"loc": {
"start": {
"line": 199,
"column": 29
},
"end": {
"line": 199,
"column": 48
}
}
},
"range": [
7444,
7476
],
"loc": {
"start": {
"line": 199,
"column": 16
},
"end": {
"line": 199,
"column": 48
}
}
}
],
"kind": "var",
"range": [
7440,
7477
],
"loc": {
"start": {
"line": 199,
"column": 12
},
"end": {
"line": 199,
"column": 49
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "firstChild",
"range": [
7491,
7501
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
7502,
7512
],
"loc": {
"start": {
"line": 200,
"column": 23
},
"end": {
"line": 200,
"column": 33
}
}
},
"range": [
7491,
7512
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
7513,
7525
],
"loc": {
"start": {
"line": 200,
"column": 34
},
"end": {
"line": 200,
"column": 46
}
}
},
"range": [
7491,
7525
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 46
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "span",
"range": [
7526,
7530
],
"loc": {
"start": {
"line": 200,
"column": 47
},
"end": {
"line": 200,
"column": 51
}
}
},
{
"type": "Identifier",
"name": "firstChild",
"range": [
7532,
7542
],
"loc": {
"start": {
"line": 200,
"column": 53
},
"end": {
"line": 200,
"column": 63
}
}
}
],
"range": [
7491,
7543
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 64
}
}
},
"range": [
7491,
7544
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 65
}
}
}
],
"range": [
7425,
7555
],
"loc": {
"start": {
"line": 198,
"column": 26
},
"end": {
"line": 201,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "targetEl",
"range": [
7576,
7584
],
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
7585,
7596
],
"loc": {
"start": {
"line": 202,
"column": 21
},
"end": {
"line": 202,
"column": 32
}
}
},
"range": [
7576,
7596
],
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 32
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "span",
"range": [
7597,
7601
],
"loc": {
"start": {
"line": 202,
"column": 33
},
"end": {
"line": 202,
"column": 37
}
}
}
],
"range": [
7576,
7602
],
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 38
}
}
},
"range": [
7576,
7603
],
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 39
}
}
}
],
"range": [
7561,
7614
],
"loc": {
"start": {
"line": 201,
"column": 15
},
"end": {
"line": 203,
"column": 9
}
}
},
"range": [
7407,
7614
],
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 203,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7630,
7634
],
"loc": {
"start": {
"line": 205,
"column": 12
},
"end": {
"line": 205,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
7635,
7642
],
"loc": {
"start": {
"line": 205,
"column": 17
},
"end": {
"line": 205,
"column": 24
}
}
},
"range": [
7630,
7642
],
"loc": {
"start": {
"line": 205,
"column": 12
},
"end": {
"line": 205,
"column": 24
}
}
},
"prefix": true,
"range": [
7629,
7642
],
"loc": {
"start": {
"line": 205,
"column": 11
},
"end": {
"line": 205,
"column": 24
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "btn",
"range": [
7662,
7665
],
"loc": {
"start": {
"line": 206,
"column": 16
},
"end": {
"line": 206,
"column": 19
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
7668,
7671
],
"loc": {
"start": {
"line": 206,
"column": 22
},
"end": {
"line": 206,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
7672,
7678
],
"loc": {
"start": {
"line": 206,
"column": 26
},
"end": {
"line": 206,
"column": 32
}
}
},
"range": [
7668,
7678
],
"loc": {
"start": {
"line": 206,
"column": 22
},
"end": {
"line": 206,
"column": 32
}
}
},
"arguments": [
{
"type": "Literal",
"value": "a",
"raw": "'a'",
"range": [
7679,
7682
],
"loc": {
"start": {
"line": 206,
"column": 33
},
"end": {
"line": 206,
"column": 36
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "href",
"raw": "'href'",
"range": [
7685,
7691
],
"loc": {
"start": {
"line": 206,
"column": 39
},
"end": {
"line": 206,
"column": 45
}
}
},
{
"type": "Literal",
"value": "javascript:;",
"raw": "'javascript:;'",
"range": [
7692,
7706
],
"loc": {
"start": {
"line": 206,
"column": 46
},
"end": {
"line": 206,
"column": 60
}
}
}
],
"range": [
7684,
7707
],
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 61
}
}
}
],
"range": [
7668,
7708
],
"loc": {
"start": {
"line": 206,
"column": 22
},
"end": {
"line": 206,
"column": 62
}
}
},
"range": [
7662,
7708
],
"loc": {
"start": {
"line": 206,
"column": 16
},
"end": {
"line": 206,
"column": 62
}
}
}
],
"kind": "var",
"range": [
7658,
7709
],
"loc": {
"start": {
"line": 206,
"column": 12
},
"end": {
"line": 206,
"column": 63
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
7723,
7726
],
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
7727,
7736
],
"loc": {
"start": {
"line": 207,
"column": 16
},
"end": {
"line": 207,
"column": 25
}
}
},
"range": [
7723,
7736
],
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 25
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7739,
7743
],
"loc": {
"start": {
"line": 207,
"column": 28
},
"end": {
"line": 207,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "btnCssClass",
"range": [
7744,
7755
],
"loc": {
"start": {
"line": 207,
"column": 33
},
"end": {
"line": 207,
"column": 44
}
}
},
"range": [
7739,
7755
],
"loc": {
"start": {
"line": 207,
"column": 28
},
"end": {
"line": 207,
"column": 44
}
}
},
"range": [
7723,
7755
],
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 44
}
}
},
"range": [
7723,
7756
],
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 45
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
7770,
7773
],
"loc": {
"start": {
"line": 208,
"column": 12
},
"end": {
"line": 208,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "title",
"range": [
7774,
7779
],
"loc": {
"start": {
"line": 208,
"column": 16
},
"end": {
"line": 208,
"column": 21
}
}
},
"range": [
7770,
7779
],
"loc": {
"start": {
"line": 208,
"column": 12
},
"end": {
"line": 208,
"column": 21
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7782,
7786
],
"loc": {
"start": {
"line": 208,
"column": 24
},
"end": {
"line": 208,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "desc",
"range": [
7787,
7791
],
"loc": {
"start": {
"line": 208,
"column": 29
},
"end": {
"line": 208,
"column": 33
}
}
},
"range": [
7782,
7791
],
"loc": {
"start": {
"line": 208,
"column": 24
},
"end": {
"line": 208,
"column": 33
}
}
},
"range": [
7770,
7791
],
"loc": {
"start": {
"line": 208,
"column": 12
},
"end": {
"line": 208,
"column": 33
}
}
},
"range": [
7770,
7792
],
"loc": {
"start": {
"line": 208,
"column": 12
},
"end": {
"line": 208,
"column": 34
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
7808,
7811
],
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
7812,
7821
],
"loc": {
"start": {
"line": 210,
"column": 16
},
"end": {
"line": 210,
"column": 25
}
}
},
"range": [
7808,
7821
],
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 25
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7824,
7828
],
"loc": {
"start": {
"line": 210,
"column": 28
},
"end": {
"line": 210,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
7829,
7836
],
"loc": {
"start": {
"line": 210,
"column": 33
},
"end": {
"line": 210,
"column": 40
}
}
},
"range": [
7824,
7836
],
"loc": {
"start": {
"line": 210,
"column": 28
},
"end": {
"line": 210,
"column": 40
}
}
},
"range": [
7808,
7836
],
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 40
}
}
},
"range": [
7808,
7837
],
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 41
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
7851,
7855
],
"loc": {
"start": {
"line": 211,
"column": 12
},
"end": {
"line": 211,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
7856,
7867
],
"loc": {
"start": {
"line": 211,
"column": 17
},
"end": {
"line": 211,
"column": 28
}
}
},
"range": [
7851,
7867
],
"loc": {
"start": {
"line": 211,
"column": 12
},
"end": {
"line": 211,
"column": 28
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
7868,
7871
],
"loc": {
"start": {
"line": 211,
"column": 29
},
"end": {
"line": 211,
"column": 32
}
}
}
],
"range": [
7851,
7872
],
"loc": {
"start": {
"line": 211,
"column": 12
},
"end": {
"line": 211,
"column": 33
}
}
},
"range": [
7851,
7873
],
"loc": {
"start": {
"line": 211,
"column": 12
},
"end": {
"line": 211,
"column": 34
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7891,
7895
],
"loc": {
"start": {
"line": 212,
"column": 16
},
"end": {
"line": 212,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "enableHover",
"range": [
7896,
7907
],
"loc": {
"start": {
"line": 212,
"column": 21
},
"end": {
"line": 212,
"column": 32
}
}
},
"range": [
7891,
7907
],
"loc": {
"start": {
"line": 212,
"column": 16
},
"end": {
"line": 212,
"column": 32
}
}
},
"prefix": true,
"range": [
7890,
7907
],
"loc": {
"start": {
"line": 212,
"column": 15
},
"end": {
"line": 212,
"column": 32
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
7927,
7932
],
"loc": {
"start": {
"line": 213,
"column": 16
},
"end": {
"line": 213,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
7933,
7936
],
"loc": {
"start": {
"line": 213,
"column": 22
},
"end": {
"line": 213,
"column": 25
}
}
},
"range": [
7927,
7936
],
"loc": {
"start": {
"line": 213,
"column": 16
},
"end": {
"line": 213,
"column": 25
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
7937,
7940
],
"loc": {
"start": {
"line": 213,
"column": 26
},
"end": {
"line": 213,
"column": 29
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
7942,
7949
],
"loc": {
"start": {
"line": 213,
"column": 31
},
"end": {
"line": 213,
"column": 38
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
7952,
7955
],
"loc": {
"start": {
"line": 213,
"column": 41
},
"end": {
"line": 213,
"column": 44
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7961,
7965
],
"loc": {
"start": {
"line": 213,
"column": 50
},
"end": {
"line": 213,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
7966,
7972
],
"loc": {
"start": {
"line": 213,
"column": 55
},
"end": {
"line": 213,
"column": 61
}
}
},
"range": [
7961,
7972
],
"loc": {
"start": {
"line": 213,
"column": 50
},
"end": {
"line": 213,
"column": 61
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
7973,
7976
],
"loc": {
"start": {
"line": 213,
"column": 62
},
"end": {
"line": 213,
"column": 65
}
}
}
],
"range": [
7961,
7977
],
"loc": {
"start": {
"line": 213,
"column": 50
},
"end": {
"line": 213,
"column": 66
}
}
},
"range": [
7961,
7978
],
"loc": {
"start": {
"line": 213,
"column": 50
},
"end": {
"line": 213,
"column": 67
}
}
}
],
"range": [
7959,
7980
],
"loc": {
"start": {
"line": 213,
"column": 48
},
"end": {
"line": 213,
"column": 69
}
}
},
"generator": false,
"expression": false,
"range": [
7951,
7980
],
"loc": {
"start": {
"line": 213,
"column": 40
},
"end": {
"line": 213,
"column": 69
}
}
}
],
"range": [
7927,
7981
],
"loc": {
"start": {
"line": 213,
"column": 16
},
"end": {
"line": 213,
"column": 70
}
}
},
"range": [
7927,
7982
],
"loc": {
"start": {
"line": 213,
"column": 16
},
"end": {
"line": 213,
"column": 71
}
}
}
],
"range": [
7908,
7997
],
"loc": {
"start": {
"line": 212,
"column": 33
},
"end": {
"line": 214,
"column": 13
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
8022,
8027
],
"loc": {
"start": {
"line": 215,
"column": 16
},
"end": {
"line": 215,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
8028,
8031
],
"loc": {
"start": {
"line": 215,
"column": 22
},
"end": {
"line": 215,
"column": 25
}
}
},
"range": [
8022,
8031
],
"loc": {
"start": {
"line": 215,
"column": 16
},
"end": {
"line": 215,
"column": 25
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
8032,
8035
],
"loc": {
"start": {
"line": 215,
"column": 26
},
"end": {
"line": 215,
"column": 29
}
}
},
{
"type": "Literal",
"value": "mouseover",
"raw": "'mouseover'",
"range": [
8037,
8048
],
"loc": {
"start": {
"line": 215,
"column": 31
},
"end": {
"line": 215,
"column": 42
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
8051,
8054
],
"loc": {
"start": {
"line": 215,
"column": 45
},
"end": {
"line": 215,
"column": 48
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8060,
8064
],
"loc": {
"start": {
"line": 215,
"column": 54
},
"end": {
"line": 215,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
8065,
8071
],
"loc": {
"start": {
"line": 215,
"column": 59
},
"end": {
"line": 215,
"column": 65
}
}
},
"range": [
8060,
8071
],
"loc": {
"start": {
"line": 215,
"column": 54
},
"end": {
"line": 215,
"column": 65
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
8072,
8075
],
"loc": {
"start": {
"line": 215,
"column": 66
},
"end": {
"line": 215,
"column": 69
}
}
}
],
"range": [
8060,
8076
],
"loc": {
"start": {
"line": 215,
"column": 54
},
"end": {
"line": 215,
"column": 70
}
}
},
"range": [
8060,
8077
],
"loc": {
"start": {
"line": 215,
"column": 54
},
"end": {
"line": 215,
"column": 71
}
}
}
],
"range": [
8058,
8079
],
"loc": {
"start": {
"line": 215,
"column": 52
},
"end": {
"line": 215,
"column": 73
}
}
},
"generator": false,
"expression": false,
"range": [
8050,
8079
],
"loc": {
"start": {
"line": 215,
"column": 44
},
"end": {
"line": 215,
"column": 73
}
}
}
],
"range": [
8022,
8080
],
"loc": {
"start": {
"line": 215,
"column": 16
},
"end": {
"line": 215,
"column": 74
}
}
},
"range": [
8022,
8081
],
"loc": {
"start": {
"line": 215,
"column": 16
},
"end": {
"line": 215,
"column": 75
}
}
}
],
"range": [
8003,
8096
],
"loc": {
"start": {
"line": 214,
"column": 19
},
"end": {
"line": 216,
"column": 13
}
}
},
"range": [
7887,
8096
],
"loc": {
"start": {
"line": 212,
"column": 12
},
"end": {
"line": 216,
"column": 13
}
}
}
],
"range": [
7643,
8107
],
"loc": {
"start": {
"line": 205,
"column": 25
},
"end": {
"line": 217,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
8142,
8146
],
"loc": {
"start": {
"line": 218,
"column": 12
},
"end": {
"line": 218,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
8147,
8156
],
"loc": {
"start": {
"line": 218,
"column": 17
},
"end": {
"line": 218,
"column": 26
}
}
},
"range": [
8142,
8156
],
"loc": {
"start": {
"line": 218,
"column": 12
},
"end": {
"line": 218,
"column": 26
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8159,
8163
],
"loc": {
"start": {
"line": 218,
"column": 29
},
"end": {
"line": 218,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
8164,
8171
],
"loc": {
"start": {
"line": 218,
"column": 34
},
"end": {
"line": 218,
"column": 41
}
}
},
"range": [
8159,
8171
],
"loc": {
"start": {
"line": 218,
"column": 29
},
"end": {
"line": 218,
"column": 41
}
}
},
"range": [
8142,
8171
],
"loc": {
"start": {
"line": 218,
"column": 12
},
"end": {
"line": 218,
"column": 41
}
}
},
"range": [
8142,
8172
],
"loc": {
"start": {
"line": 218,
"column": 12
},
"end": {
"line": 218,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "Custom html",
"range": [
8115,
8128
],
"loc": {
"start": {
"line": 217,
"column": 17
},
"end": {
"line": 217,
"column": 30
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "colVisEl",
"range": [
8190,
8198
],
"loc": {
"start": {
"line": 219,
"column": 16
},
"end": {
"line": 219,
"column": 24
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
8201,
8205
],
"loc": {
"start": {
"line": 219,
"column": 27
},
"end": {
"line": 219,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
8206,
8216
],
"loc": {
"start": {
"line": 219,
"column": 32
},
"end": {
"line": 219,
"column": 42
}
}
},
"range": [
8201,
8216
],
"loc": {
"start": {
"line": 219,
"column": 27
},
"end": {
"line": 219,
"column": 42
}
}
},
"range": [
8190,
8216
],
"loc": {
"start": {
"line": 219,
"column": 16
},
"end": {
"line": 219,
"column": 42
}
}
}
],
"kind": "var",
"range": [
8186,
8217
],
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 43
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8235,
8239
],
"loc": {
"start": {
"line": 220,
"column": 16
},
"end": {
"line": 220,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "enableHover",
"range": [
8240,
8251
],
"loc": {
"start": {
"line": 220,
"column": 21
},
"end": {
"line": 220,
"column": 32
}
}
},
"range": [
8235,
8251
],
"loc": {
"start": {
"line": 220,
"column": 16
},
"end": {
"line": 220,
"column": 32
}
}
},
"prefix": true,
"range": [
8234,
8251
],
"loc": {
"start": {
"line": 220,
"column": 15
},
"end": {
"line": 220,
"column": 32
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
8271,
8276
],
"loc": {
"start": {
"line": 221,
"column": 16
},
"end": {
"line": 221,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
8277,
8280
],
"loc": {
"start": {
"line": 221,
"column": 22
},
"end": {
"line": 221,
"column": 25
}
}
},
"range": [
8271,
8280
],
"loc": {
"start": {
"line": 221,
"column": 16
},
"end": {
"line": 221,
"column": 25
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colVisEl",
"range": [
8281,
8289
],
"loc": {
"start": {
"line": 221,
"column": 26
},
"end": {
"line": 221,
"column": 34
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
8291,
8298
],
"loc": {
"start": {
"line": 221,
"column": 36
},
"end": {
"line": 221,
"column": 43
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
8301,
8304
],
"loc": {
"start": {
"line": 221,
"column": 46
},
"end": {
"line": 221,
"column": 49
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8310,
8314
],
"loc": {
"start": {
"line": 221,
"column": 55
},
"end": {
"line": 221,
"column": 59
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
8315,
8321
],
"loc": {
"start": {
"line": 221,
"column": 60
},
"end": {
"line": 221,
"column": 66
}
}
},
"range": [
8310,
8321
],
"loc": {
"start": {
"line": 221,
"column": 55
},
"end": {
"line": 221,
"column": 66
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
8322,
8325
],
"loc": {
"start": {
"line": 221,
"column": 67
},
"end": {
"line": 221,
"column": 70
}
}
}
],
"range": [
8310,
8326
],
"loc": {
"start": {
"line": 221,
"column": 55
},
"end": {
"line": 221,
"column": 71
}
}
},
"range": [
8310,
8327
],
"loc": {
"start": {
"line": 221,
"column": 55
},
"end": {
"line": 221,
"column": 72
}
}
}
],
"range": [
8308,
8329
],
"loc": {
"start": {
"line": 221,
"column": 53
},
"end": {
"line": 221,
"column": 74
}
}
},
"generator": false,
"expression": false,
"range": [
8300,
8329
],
"loc": {
"start": {
"line": 221,
"column": 45
},
"end": {
"line": 221,
"column": 74
}
}
}
],
"range": [
8271,
8330
],
"loc": {
"start": {
"line": 221,
"column": 16
},
"end": {
"line": 221,
"column": 75
}
}
},
"range": [
8271,
8331
],
"loc": {
"start": {
"line": 221,
"column": 16
},
"end": {
"line": 221,
"column": 76
}
}
}
],
"range": [
8252,
8346
],
"loc": {
"start": {
"line": 220,
"column": 33
},
"end": {
"line": 222,
"column": 13
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
8371,
8376
],
"loc": {
"start": {
"line": 223,
"column": 16
},
"end": {
"line": 223,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
8377,
8380
],
"loc": {
"start": {
"line": 223,
"column": 22
},
"end": {
"line": 223,
"column": 25
}
}
},
"range": [
8371,
8380
],
"loc": {
"start": {
"line": 223,
"column": 16
},
"end": {
"line": 223,
"column": 25
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colVisEl",
"range": [
8381,
8389
],
"loc": {
"start": {
"line": 223,
"column": 26
},
"end": {
"line": 223,
"column": 34
}
}
},
{
"type": "Literal",
"value": "mouseover",
"raw": "'mouseover'",
"range": [
8391,
8402
],
"loc": {
"start": {
"line": 223,
"column": 36
},
"end": {
"line": 223,
"column": 47
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
8405,
8408
],
"loc": {
"start": {
"line": 223,
"column": 50
},
"end": {
"line": 223,
"column": 53
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8414,
8418
],
"loc": {
"start": {
"line": 223,
"column": 59
},
"end": {
"line": 223,
"column": 63
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
8419,
8425
],
"loc": {
"start": {
"line": 223,
"column": 64
},
"end": {
"line": 223,
"column": 70
}
}
},
"range": [
8414,
8425
],
"loc": {
"start": {
"line": 223,
"column": 59
},
"end": {
"line": 223,
"column": 70
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
8426,
8429
],
"loc": {
"start": {
"line": 223,
"column": 71
},
"end": {
"line": 223,
"column": 74
}
}
}
],
"range": [
8414,
8430
],
"loc": {
"start": {
"line": 223,
"column": 59
},
"end": {
"line": 223,
"column": 75
}
}
},
"range": [
8414,
8431
],
"loc": {
"start": {
"line": 223,
"column": 59
},
"end": {
"line": 223,
"column": 76
}
}
}
],
"range": [
8412,
8433
],
"loc": {
"start": {
"line": 223,
"column": 57
},
"end": {
"line": 223,
"column": 78
}
}
},
"generator": false,
"expression": false,
"range": [
8404,
8433
],
"loc": {
"start": {
"line": 223,
"column": 49
},
"end": {
"line": 223,
"column": 78
}
}
}
],
"range": [
8371,
8434
],
"loc": {
"start": {
"line": 223,
"column": 16
},
"end": {
"line": 223,
"column": 79
}
}
},
"range": [
8371,
8435
],
"loc": {
"start": {
"line": 223,
"column": 16
},
"end": {
"line": 223,
"column": 80
}
}
}
],
"range": [
8352,
8450
],
"loc": {
"start": {
"line": 222,
"column": 19
},
"end": {
"line": 224,
"column": 13
}
}
},
"range": [
8231,
8450
],
"loc": {
"start": {
"line": 220,
"column": 12
},
"end": {
"line": 224,
"column": 13
}
}
}
],
"range": [
8113,
8461
],
"loc": {
"start": {
"line": 217,
"column": 15
},
"end": {
"line": 225,
"column": 9
}
}
},
"range": [
7626,
8461
],
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 225,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8473,
8477
],
"loc": {
"start": {
"line": 227,
"column": 8
},
"end": {
"line": 227,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "spanEl",
"range": [
8478,
8484
],
"loc": {
"start": {
"line": 227,
"column": 13
},
"end": {
"line": 227,
"column": 19
}
}
},
"range": [
8473,
8484
],
"loc": {
"start": {
"line": 227,
"column": 8
},
"end": {
"line": 227,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "span",
"range": [
8487,
8491
],
"loc": {
"start": {
"line": 227,
"column": 22
},
"end": {
"line": 227,
"column": 26
}
}
},
"range": [
8473,
8491
],
"loc": {
"start": {
"line": 227,
"column": 8
},
"end": {
"line": 227,
"column": 26
}
}
},
"range": [
8473,
8492
],
"loc": {
"start": {
"line": 227,
"column": 8
},
"end": {
"line": 227,
"column": 27
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8502,
8506
],
"loc": {
"start": {
"line": 228,
"column": 8
},
"end": {
"line": 228,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
8507,
8512
],
"loc": {
"start": {
"line": 228,
"column": 13
},
"end": {
"line": 228,
"column": 18
}
}
},
"range": [
8502,
8512
],
"loc": {
"start": {
"line": 228,
"column": 8
},
"end": {
"line": 228,
"column": 18
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8515,
8519
],
"loc": {
"start": {
"line": 228,
"column": 21
},
"end": {
"line": 228,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "spanEl",
"range": [
8520,
8526
],
"loc": {
"start": {
"line": 228,
"column": 26
},
"end": {
"line": 228,
"column": 32
}
}
},
"range": [
8515,
8526
],
"loc": {
"start": {
"line": 228,
"column": 21
},
"end": {
"line": 228,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
8527,
8537
],
"loc": {
"start": {
"line": 228,
"column": 33
},
"end": {
"line": 228,
"column": 43
}
}
},
"range": [
8515,
8537
],
"loc": {
"start": {
"line": 228,
"column": 21
},
"end": {
"line": 228,
"column": 43
}
}
},
"range": [
8502,
8537
],
"loc": {
"start": {
"line": 228,
"column": 8
},
"end": {
"line": 228,
"column": 43
}
}
},
"range": [
8502,
8538
],
"loc": {
"start": {
"line": 228,
"column": 8
},
"end": {
"line": 228,
"column": 44
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8553,
8557
],
"loc": {
"start": {
"line": 230,
"column": 11
},
"end": {
"line": 230,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onLoaded",
"range": [
8558,
8566
],
"loc": {
"start": {
"line": 230,
"column": 16
},
"end": {
"line": 230,
"column": 24
}
}
},
"range": [
8553,
8566
],
"loc": {
"start": {
"line": 230,
"column": 11
},
"end": {
"line": 230,
"column": 24
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8582,
8586
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onLoaded",
"range": [
8587,
8595
],
"loc": {
"start": {
"line": 231,
"column": 17
},
"end": {
"line": 231,
"column": 25
}
}
},
"range": [
8582,
8595
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
8596,
8600
],
"loc": {
"start": {
"line": 231,
"column": 26
},
"end": {
"line": 231,
"column": 30
}
}
},
"range": [
8582,
8600
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
8601,
8605
],
"loc": {
"start": {
"line": 231,
"column": 31
},
"end": {
"line": 231,
"column": 35
}
}
},
{
"type": "ThisExpression",
"range": [
8607,
8611
],
"loc": {
"start": {
"line": 231,
"column": 37
},
"end": {
"line": 231,
"column": 41
}
}
}
],
"range": [
8582,
8612
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 42
}
}
},
"range": [
8582,
8613
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 43
}
}
}
],
"range": [
8567,
8624
],
"loc": {
"start": {
"line": 230,
"column": 25
},
"end": {
"line": 232,
"column": 9
}
}
},
"alternate": null,
"range": [
8550,
8624
],
"loc": {
"start": {
"line": 230,
"column": 8
},
"end": {
"line": 232,
"column": 9
}
}
}
],
"range": [
7000,
8631
],
"loc": {
"start": {
"line": 184,
"column": 14
},
"end": {
"line": 233,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
6998,
8631
],
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 233,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
6990,
8631
],
"loc": {
"start": {
"line": 184,
"column": 4
},
"end": {
"line": 233,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Build main button UI\r\n ",
"range": [
6943,
6984
],
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 183,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Build columns manager UI\r\n ",
"range": [
8639,
8684
],
"loc": {
"start": {
"line": 235,
"column": 4
},
"end": {
"line": 237,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "buildManager",
"range": [
8690,
8702
],
"loc": {
"start": {
"line": 238,
"column": 4
},
"end": {
"line": 238,
"column": 16
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
8719,
8721
],
"loc": {
"start": {
"line": 239,
"column": 12
},
"end": {
"line": 239,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8724,
8728
],
"loc": {
"start": {
"line": 239,
"column": 17
},
"end": {
"line": 239,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
8729,
8731
],
"loc": {
"start": {
"line": 239,
"column": 22
},
"end": {
"line": 239,
"column": 24
}
}
},
"range": [
8724,
8731
],
"loc": {
"start": {
"line": 239,
"column": 17
},
"end": {
"line": 239,
"column": 24
}
}
},
"range": [
8719,
8731
],
"loc": {
"start": {
"line": 239,
"column": 12
},
"end": {
"line": 239,
"column": 24
}
}
}
],
"kind": "var",
"range": [
8715,
8732
],
"loc": {
"start": {
"line": 239,
"column": 8
},
"end": {
"line": 239,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "container",
"range": [
8748,
8757
],
"loc": {
"start": {
"line": 241,
"column": 12
},
"end": {
"line": 241,
"column": 21
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8761,
8765
],
"loc": {
"start": {
"line": 241,
"column": 25
},
"end": {
"line": 241,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "contElTgtId",
"range": [
8766,
8777
],
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 241,
"column": 41
}
}
},
"range": [
8761,
8777
],
"loc": {
"start": {
"line": 241,
"column": 25
},
"end": {
"line": 241,
"column": 41
}
}
},
"prefix": true,
"range": [
8760,
8777
],
"loc": {
"start": {
"line": 241,
"column": 24
},
"end": {
"line": 241,
"column": 41
}
}
},
"consequent": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
8793,
8796
],
"loc": {
"start": {
"line": 242,
"column": 12
},
"end": {
"line": 242,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
8797,
8803
],
"loc": {
"start": {
"line": 242,
"column": 16
},
"end": {
"line": 242,
"column": 22
}
}
},
"range": [
8793,
8803
],
"loc": {
"start": {
"line": 242,
"column": 12
},
"end": {
"line": 242,
"column": 22
}
}
},
"arguments": [
{
"type": "Literal",
"value": "div",
"raw": "'div'",
"range": [
8804,
8809
],
"loc": {
"start": {
"line": 242,
"column": 23
},
"end": {
"line": 242,
"column": 28
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
8812,
8816
],
"loc": {
"start": {
"line": 242,
"column": 31
},
"end": {
"line": 242,
"column": 35
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8818,
8822
],
"loc": {
"start": {
"line": 242,
"column": 37
},
"end": {
"line": 242,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "prfxCont",
"range": [
8823,
8831
],
"loc": {
"start": {
"line": 242,
"column": 42
},
"end": {
"line": 242,
"column": 50
}
}
},
"range": [
8818,
8831
],
"loc": {
"start": {
"line": 242,
"column": 37
},
"end": {
"line": 242,
"column": 50
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
8832,
8834
],
"loc": {
"start": {
"line": 242,
"column": 51
},
"end": {
"line": 242,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
8835,
8837
],
"loc": {
"start": {
"line": 242,
"column": 54
},
"end": {
"line": 242,
"column": 56
}
}
},
"range": [
8832,
8837
],
"loc": {
"start": {
"line": 242,
"column": 51
},
"end": {
"line": 242,
"column": 56
}
}
},
"range": [
8818,
8837
],
"loc": {
"start": {
"line": 242,
"column": 37
},
"end": {
"line": 242,
"column": 56
}
}
}
],
"range": [
8811,
8838
],
"loc": {
"start": {
"line": 242,
"column": 30
},
"end": {
"line": 242,
"column": 57
}
}
}
],
"range": [
8793,
8839
],
"loc": {
"start": {
"line": 242,
"column": 12
},
"end": {
"line": 242,
"column": 58
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
8855,
8858
],
"loc": {
"start": {
"line": 243,
"column": 12
},
"end": {
"line": 243,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
8859,
8861
],
"loc": {
"start": {
"line": 243,
"column": 16
},
"end": {
"line": 243,
"column": 18
}
}
},
"range": [
8855,
8861
],
"loc": {
"start": {
"line": 243,
"column": 12
},
"end": {
"line": 243,
"column": 18
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8862,
8866
],
"loc": {
"start": {
"line": 243,
"column": 19
},
"end": {
"line": 243,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "contElTgtId",
"range": [
8867,
8878
],
"loc": {
"start": {
"line": 243,
"column": 24
},
"end": {
"line": 243,
"column": 35
}
}
},
"range": [
8862,
8878
],
"loc": {
"start": {
"line": 243,
"column": 19
},
"end": {
"line": 243,
"column": 35
}
}
}
],
"range": [
8855,
8879
],
"loc": {
"start": {
"line": 243,
"column": 12
},
"end": {
"line": 243,
"column": 36
}
}
},
"range": [
8760,
8879
],
"loc": {
"start": {
"line": 241,
"column": 24
},
"end": {
"line": 243,
"column": 36
}
}
},
"range": [
8748,
8879
],
"loc": {
"start": {
"line": 241,
"column": 12
},
"end": {
"line": 243,
"column": 36
}
}
}
],
"kind": "var",
"range": [
8744,
8880
],
"loc": {
"start": {
"line": 241,
"column": 8
},
"end": {
"line": 243,
"column": 37
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "container",
"range": [
8890,
8899
],
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
8900,
8909
],
"loc": {
"start": {
"line": 244,
"column": 18
},
"end": {
"line": 244,
"column": 27
}
}
},
"range": [
8890,
8909
],
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 27
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8912,
8916
],
"loc": {
"start": {
"line": 244,
"column": 30
},
"end": {
"line": 244,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "contCssClass",
"range": [
8917,
8929
],
"loc": {
"start": {
"line": 244,
"column": 35
},
"end": {
"line": 244,
"column": 47
}
}
},
"range": [
8912,
8929
],
"loc": {
"start": {
"line": 244,
"column": 30
},
"end": {
"line": 244,
"column": 47
}
}
},
"range": [
8890,
8929
],
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 47
}
}
},
"range": [
8890,
8930
],
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 48
}
},
"trailingComments": [
{
"type": "Line",
"value": "Extension description",
"range": [
8942,
8965
],
"loc": {
"start": {
"line": 246,
"column": 8
},
"end": {
"line": 246,
"column": 31
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "extNameLabel",
"range": [
8979,
8991
],
"loc": {
"start": {
"line": 247,
"column": 12
},
"end": {
"line": 247,
"column": 24
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
8994,
8997
],
"loc": {
"start": {
"line": 247,
"column": 27
},
"end": {
"line": 247,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
8998,
9004
],
"loc": {
"start": {
"line": 247,
"column": 31
},
"end": {
"line": 247,
"column": 37
}
}
},
"range": [
8994,
9004
],
"loc": {
"start": {
"line": 247,
"column": 27
},
"end": {
"line": 247,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "p",
"raw": "'p'",
"range": [
9005,
9008
],
"loc": {
"start": {
"line": 247,
"column": 38
},
"end": {
"line": 247,
"column": 41
}
}
}
],
"range": [
8994,
9009
],
"loc": {
"start": {
"line": 247,
"column": 27
},
"end": {
"line": 247,
"column": 42
}
}
},
"range": [
8979,
9009
],
"loc": {
"start": {
"line": 247,
"column": 12
},
"end": {
"line": 247,
"column": 42
}
}
}
],
"kind": "var",
"range": [
8975,
9010
],
"loc": {
"start": {
"line": 247,
"column": 8
},
"end": {
"line": 247,
"column": 43
}
},
"leadingComments": [
{
"type": "Line",
"value": "Extension description",
"range": [
8942,
8965
],
"loc": {
"start": {
"line": 246,
"column": 8
},
"end": {
"line": 246,
"column": 31
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "extNameLabel",
"range": [
9020,
9032
],
"loc": {
"start": {
"line": 248,
"column": 8
},
"end": {
"line": 248,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
9033,
9042
],
"loc": {
"start": {
"line": 248,
"column": 21
},
"end": {
"line": 248,
"column": 30
}
}
},
"range": [
9020,
9042
],
"loc": {
"start": {
"line": 248,
"column": 8
},
"end": {
"line": 248,
"column": 30
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9045,
9049
],
"loc": {
"start": {
"line": 248,
"column": 33
},
"end": {
"line": 248,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "text",
"range": [
9050,
9054
],
"loc": {
"start": {
"line": 248,
"column": 38
},
"end": {
"line": 248,
"column": 42
}
}
},
"range": [
9045,
9054
],
"loc": {
"start": {
"line": 248,
"column": 33
},
"end": {
"line": 248,
"column": 42
}
}
},
"range": [
9020,
9054
],
"loc": {
"start": {
"line": 248,
"column": 8
},
"end": {
"line": 248,
"column": 42
}
}
},
"range": [
9020,
9055
],
"loc": {
"start": {
"line": 248,
"column": 8
},
"end": {
"line": 248,
"column": 43
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "container",
"range": [
9065,
9074
],
"loc": {
"start": {
"line": 249,
"column": 8
},
"end": {
"line": 249,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
9075,
9086
],
"loc": {
"start": {
"line": 249,
"column": 18
},
"end": {
"line": 249,
"column": 29
}
}
},
"range": [
9065,
9086
],
"loc": {
"start": {
"line": 249,
"column": 8
},
"end": {
"line": 249,
"column": 29
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "extNameLabel",
"range": [
9087,
9099
],
"loc": {
"start": {
"line": 249,
"column": 30
},
"end": {
"line": 249,
"column": 42
}
}
}
],
"range": [
9065,
9100
],
"loc": {
"start": {
"line": 249,
"column": 8
},
"end": {
"line": 249,
"column": 43
}
}
},
"range": [
9065,
9101
],
"loc": {
"start": {
"line": 249,
"column": 8
},
"end": {
"line": 249,
"column": 44
}
},
"trailingComments": [
{
"type": "Line",
"value": "Headers list",
"range": [
9113,
9127
],
"loc": {
"start": {
"line": 251,
"column": 8
},
"end": {
"line": 251,
"column": 22
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "ul",
"range": [
9141,
9143
],
"loc": {
"start": {
"line": 252,
"column": 12
},
"end": {
"line": 252,
"column": 14
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
9146,
9149
],
"loc": {
"start": {
"line": 252,
"column": 17
},
"end": {
"line": 252,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
9150,
9156
],
"loc": {
"start": {
"line": 252,
"column": 21
},
"end": {
"line": 252,
"column": 27
}
}
},
"range": [
9146,
9156
],
"loc": {
"start": {
"line": 252,
"column": 17
},
"end": {
"line": 252,
"column": 27
}
}
},
"arguments": [
{
"type": "Literal",
"value": "ul",
"raw": "'ul'",
"range": [
9157,
9161
],
"loc": {
"start": {
"line": 252,
"column": 28
},
"end": {
"line": 252,
"column": 32
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
9164,
9168
],
"loc": {
"start": {
"line": 252,
"column": 35
},
"end": {
"line": 252,
"column": 39
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "ul",
"raw": "'ul'",
"range": [
9170,
9174
],
"loc": {
"start": {
"line": 252,
"column": 41
},
"end": {
"line": 252,
"column": 45
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9175,
9179
],
"loc": {
"start": {
"line": 252,
"column": 46
},
"end": {
"line": 252,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
9180,
9184
],
"loc": {
"start": {
"line": 252,
"column": 51
},
"end": {
"line": 252,
"column": 55
}
}
},
"range": [
9175,
9184
],
"loc": {
"start": {
"line": 252,
"column": 46
},
"end": {
"line": 252,
"column": 55
}
}
},
"range": [
9170,
9184
],
"loc": {
"start": {
"line": 252,
"column": 41
},
"end": {
"line": 252,
"column": 55
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
9185,
9188
],
"loc": {
"start": {
"line": 252,
"column": 56
},
"end": {
"line": 252,
"column": 59
}
}
},
"range": [
9170,
9188
],
"loc": {
"start": {
"line": 252,
"column": 41
},
"end": {
"line": 252,
"column": 59
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
9189,
9191
],
"loc": {
"start": {
"line": 252,
"column": 60
},
"end": {
"line": 252,
"column": 62
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
9192,
9194
],
"loc": {
"start": {
"line": 252,
"column": 63
},
"end": {
"line": 252,
"column": 65
}
}
},
"range": [
9189,
9194
],
"loc": {
"start": {
"line": 252,
"column": 60
},
"end": {
"line": 252,
"column": 65
}
}
},
"range": [
9170,
9194
],
"loc": {
"start": {
"line": 252,
"column": 41
},
"end": {
"line": 252,
"column": 65
}
}
}
],
"range": [
9163,
9195
],
"loc": {
"start": {
"line": 252,
"column": 34
},
"end": {
"line": 252,
"column": 66
}
}
}
],
"range": [
9146,
9196
],
"loc": {
"start": {
"line": 252,
"column": 17
},
"end": {
"line": 252,
"column": 67
}
}
},
"range": [
9141,
9196
],
"loc": {
"start": {
"line": 252,
"column": 12
},
"end": {
"line": 252,
"column": 67
}
}
}
],
"kind": "var",
"range": [
9137,
9197
],
"loc": {
"start": {
"line": 252,
"column": 8
},
"end": {
"line": 252,
"column": 68
}
},
"leadingComments": [
{
"type": "Line",
"value": "Headers list",
"range": [
9113,
9127
],
"loc": {
"start": {
"line": 251,
"column": 8
},
"end": {
"line": 251,
"column": 22
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "ul",
"range": [
9207,
9209
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
9210,
9219
],
"loc": {
"start": {
"line": 253,
"column": 11
},
"end": {
"line": 253,
"column": 20
}
}
},
"range": [
9207,
9219
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 20
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9222,
9226
],
"loc": {
"start": {
"line": 253,
"column": 23
},
"end": {
"line": 253,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "listCssClass",
"range": [
9227,
9239
],
"loc": {
"start": {
"line": 253,
"column": 28
},
"end": {
"line": 253,
"column": 40
}
}
},
"range": [
9222,
9239
],
"loc": {
"start": {
"line": 253,
"column": 23
},
"end": {
"line": 253,
"column": 40
}
}
},
"range": [
9207,
9239
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 40
}
}
},
"range": [
9207,
9240
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 41
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tbl",
"range": [
9256,
9259
],
"loc": {
"start": {
"line": 255,
"column": 12
},
"end": {
"line": 255,
"column": 15
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9262,
9266
],
"loc": {
"start": {
"line": 255,
"column": 18
},
"end": {
"line": 255,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
9267,
9277
],
"loc": {
"start": {
"line": 255,
"column": 23
},
"end": {
"line": 255,
"column": 33
}
}
},
"range": [
9262,
9277
],
"loc": {
"start": {
"line": 255,
"column": 18
},
"end": {
"line": 255,
"column": 33
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9280,
9284
],
"loc": {
"start": {
"line": 255,
"column": 36
},
"end": {
"line": 255,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
9285,
9295
],
"loc": {
"start": {
"line": 255,
"column": 41
},
"end": {
"line": 255,
"column": 51
}
}
},
"range": [
9280,
9295
],
"loc": {
"start": {
"line": 255,
"column": 36
},
"end": {
"line": 255,
"column": 51
}
}
},
"alternate": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
9298,
9300
],
"loc": {
"start": {
"line": 255,
"column": 54
},
"end": {
"line": 255,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
9301,
9304
],
"loc": {
"start": {
"line": 255,
"column": 57
},
"end": {
"line": 255,
"column": 60
}
}
},
"range": [
9298,
9304
],
"loc": {
"start": {
"line": 255,
"column": 54
},
"end": {
"line": 255,
"column": 60
}
}
},
"range": [
9262,
9304
],
"loc": {
"start": {
"line": 255,
"column": 18
},
"end": {
"line": 255,
"column": 60
}
}
},
"range": [
9256,
9304
],
"loc": {
"start": {
"line": 255,
"column": 12
},
"end": {
"line": 255,
"column": 60
}
}
}
],
"kind": "var",
"range": [
9252,
9305
],
"loc": {
"start": {
"line": 255,
"column": 8
},
"end": {
"line": 255,
"column": 61
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "headerIndex",
"range": [
9319,
9330
],
"loc": {
"start": {
"line": 256,
"column": 12
},
"end": {
"line": 256,
"column": 23
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9333,
9337
],
"loc": {
"start": {
"line": 256,
"column": 26
},
"end": {
"line": 256,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
9338,
9348
],
"loc": {
"start": {
"line": 256,
"column": 31
},
"end": {
"line": 256,
"column": 41
}
}
},
"range": [
9333,
9348
],
"loc": {
"start": {
"line": 256,
"column": 26
},
"end": {
"line": 256,
"column": 41
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9364,
9368
],
"loc": {
"start": {
"line": 257,
"column": 12
},
"end": {
"line": 257,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "headersIndex",
"range": [
9369,
9381
],
"loc": {
"start": {
"line": 257,
"column": 17
},
"end": {
"line": 257,
"column": 29
}
}
},
"range": [
9364,
9381
],
"loc": {
"start": {
"line": 257,
"column": 12
},
"end": {
"line": 257,
"column": 29
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
9384,
9386
],
"loc": {
"start": {
"line": 257,
"column": 32
},
"end": {
"line": 257,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "getHeadersRowIndex",
"range": [
9387,
9405
],
"loc": {
"start": {
"line": 257,
"column": 35
},
"end": {
"line": 257,
"column": 53
}
}
},
"range": [
9384,
9405
],
"loc": {
"start": {
"line": 257,
"column": 32
},
"end": {
"line": 257,
"column": 53
}
}
},
"arguments": [],
"range": [
9384,
9407
],
"loc": {
"start": {
"line": 257,
"column": 32
},
"end": {
"line": 257,
"column": 55
}
}
},
"range": [
9333,
9407
],
"loc": {
"start": {
"line": 256,
"column": 26
},
"end": {
"line": 257,
"column": 55
}
}
},
"range": [
9319,
9407
],
"loc": {
"start": {
"line": 256,
"column": 12
},
"end": {
"line": 257,
"column": 55
}
}
}
],
"kind": "var",
"range": [
9315,
9408
],
"loc": {
"start": {
"line": 256,
"column": 8
},
"end": {
"line": 257,
"column": 56
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "headerRow",
"range": [
9422,
9431
],
"loc": {
"start": {
"line": 258,
"column": 12
},
"end": {
"line": 258,
"column": 21
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
9434,
9437
],
"loc": {
"start": {
"line": 258,
"column": 24
},
"end": {
"line": 258,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
9438,
9442
],
"loc": {
"start": {
"line": 258,
"column": 28
},
"end": {
"line": 258,
"column": 32
}
}
},
"range": [
9434,
9442
],
"loc": {
"start": {
"line": 258,
"column": 24
},
"end": {
"line": 258,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "headerIndex",
"range": [
9443,
9454
],
"loc": {
"start": {
"line": 258,
"column": 33
},
"end": {
"line": 258,
"column": 44
}
}
},
"range": [
9434,
9455
],
"loc": {
"start": {
"line": 258,
"column": 24
},
"end": {
"line": 258,
"column": 45
}
}
},
"range": [
9422,
9455
],
"loc": {
"start": {
"line": 258,
"column": 12
},
"end": {
"line": 258,
"column": 45
}
}
}
],
"kind": "var",
"range": [
9418,
9456
],
"loc": {
"start": {
"line": 258,
"column": 8
},
"end": {
"line": 258,
"column": 46
}
},
"trailingComments": [
{
"type": "Line",
"value": "Tick all option",
"range": [
9468,
9485
],
"loc": {
"start": {
"line": 260,
"column": 8
},
"end": {
"line": 260,
"column": 25
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9498,
9502
],
"loc": {
"start": {
"line": 261,
"column": 11
},
"end": {
"line": 261,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "enableTickAll",
"range": [
9503,
9516
],
"loc": {
"start": {
"line": 261,
"column": 16
},
"end": {
"line": 261,
"column": 29
}
}
},
"range": [
9498,
9516
],
"loc": {
"start": {
"line": 261,
"column": 11
},
"end": {
"line": 261,
"column": 29
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "li",
"range": [
9536,
9538
],
"loc": {
"start": {
"line": 262,
"column": 16
},
"end": {
"line": 262,
"column": 18
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
9541,
9544
],
"loc": {
"start": {
"line": 262,
"column": 21
},
"end": {
"line": 262,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "createCheckItem",
"range": [
9545,
9560
],
"loc": {
"start": {
"line": 262,
"column": 25
},
"end": {
"line": 262,
"column": 40
}
}
},
"range": [
9541,
9560
],
"loc": {
"start": {
"line": 262,
"column": 21
},
"end": {
"line": 262,
"column": 40
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "col__",
"raw": "'col__'",
"range": [
9579,
9586
],
"loc": {
"start": {
"line": 263,
"column": 16
},
"end": {
"line": 263,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
9587,
9589
],
"loc": {
"start": {
"line": 263,
"column": 24
},
"end": {
"line": 263,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
9590,
9592
],
"loc": {
"start": {
"line": 263,
"column": 27
},
"end": {
"line": 263,
"column": 29
}
}
},
"range": [
9587,
9592
],
"loc": {
"start": {
"line": 263,
"column": 24
},
"end": {
"line": 263,
"column": 29
}
}
},
"range": [
9579,
9592
],
"loc": {
"start": {
"line": 263,
"column": 16
},
"end": {
"line": 263,
"column": 29
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9594,
9598
],
"loc": {
"start": {
"line": 263,
"column": 31
},
"end": {
"line": 263,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "tickAllText",
"range": [
9599,
9610
],
"loc": {
"start": {
"line": 263,
"column": 36
},
"end": {
"line": 263,
"column": 47
}
}
},
"range": [
9594,
9610
],
"loc": {
"start": {
"line": 263,
"column": 31
},
"end": {
"line": 263,
"column": 47
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9612,
9616
],
"loc": {
"start": {
"line": 263,
"column": 49
},
"end": {
"line": 263,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "tickAllText",
"range": [
9617,
9628
],
"loc": {
"start": {
"line": 263,
"column": 54
},
"end": {
"line": 263,
"column": 65
}
}
},
"range": [
9612,
9628
],
"loc": {
"start": {
"line": 263,
"column": 49
},
"end": {
"line": 263,
"column": 65
}
}
}
],
"range": [
9541,
9629
],
"loc": {
"start": {
"line": 262,
"column": 21
},
"end": {
"line": 263,
"column": 66
}
}
},
"range": [
9536,
9629
],
"loc": {
"start": {
"line": 262,
"column": 16
},
"end": {
"line": 263,
"column": 66
}
}
}
],
"kind": "var",
"range": [
9532,
9630
],
"loc": {
"start": {
"line": 262,
"column": 12
},
"end": {
"line": 263,
"column": 67
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
9644,
9647
],
"loc": {
"start": {
"line": 264,
"column": 12
},
"end": {
"line": 264,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "addClass",
"range": [
9648,
9656
],
"loc": {
"start": {
"line": 264,
"column": 16
},
"end": {
"line": 264,
"column": 24
}
}
},
"range": [
9644,
9656
],
"loc": {
"start": {
"line": 264,
"column": 12
},
"end": {
"line": 264,
"column": 24
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "li",
"range": [
9657,
9659
],
"loc": {
"start": {
"line": 264,
"column": 25
},
"end": {
"line": 264,
"column": 27
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9661,
9665
],
"loc": {
"start": {
"line": 264,
"column": 29
},
"end": {
"line": 264,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "listItemCssClass",
"range": [
9666,
9682
],
"loc": {
"start": {
"line": 264,
"column": 34
},
"end": {
"line": 264,
"column": 50
}
}
},
"range": [
9661,
9682
],
"loc": {
"start": {
"line": 264,
"column": 29
},
"end": {
"line": 264,
"column": 50
}
}
}
],
"range": [
9644,
9683
],
"loc": {
"start": {
"line": 264,
"column": 12
},
"end": {
"line": 264,
"column": 51
}
}
},
"range": [
9644,
9684
],
"loc": {
"start": {
"line": 264,
"column": 12
},
"end": {
"line": 264,
"column": 52
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "ul",
"range": [
9698,
9700
],
"loc": {
"start": {
"line": 265,
"column": 12
},
"end": {
"line": 265,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
9701,
9712
],
"loc": {
"start": {
"line": 265,
"column": 15
},
"end": {
"line": 265,
"column": 26
}
}
},
"range": [
9698,
9712
],
"loc": {
"start": {
"line": 265,
"column": 12
},
"end": {
"line": 265,
"column": 26
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "li",
"range": [
9713,
9715
],
"loc": {
"start": {
"line": 265,
"column": 27
},
"end": {
"line": 265,
"column": 29
}
}
}
],
"range": [
9698,
9716
],
"loc": {
"start": {
"line": 265,
"column": 12
},
"end": {
"line": 265,
"column": 30
}
}
},
"range": [
9698,
9717
],
"loc": {
"start": {
"line": 265,
"column": 12
},
"end": {
"line": 265,
"column": 31
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "li",
"range": [
9731,
9733
],
"loc": {
"start": {
"line": 266,
"column": 12
},
"end": {
"line": 266,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "check",
"range": [
9734,
9739
],
"loc": {
"start": {
"line": 266,
"column": 15
},
"end": {
"line": 266,
"column": 20
}
}
},
"range": [
9731,
9739
],
"loc": {
"start": {
"line": 266,
"column": 12
},
"end": {
"line": 266,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
9740,
9747
],
"loc": {
"start": {
"line": 266,
"column": 21
},
"end": {
"line": 266,
"column": 28
}
}
},
"range": [
9731,
9747
],
"loc": {
"start": {
"line": 266,
"column": 12
},
"end": {
"line": 266,
"column": 28
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
9751,
9755
],
"loc": {
"start": {
"line": 266,
"column": 32
},
"end": {
"line": 266,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
9756,
9766
],
"loc": {
"start": {
"line": 266,
"column": 37
},
"end": {
"line": 266,
"column": 47
}
}
},
"range": [
9751,
9766
],
"loc": {
"start": {
"line": 266,
"column": 32
},
"end": {
"line": 266,
"column": 47
}
}
},
"prefix": true,
"range": [
9750,
9766
],
"loc": {
"start": {
"line": 266,
"column": 31
},
"end": {
"line": 266,
"column": 47
}
}
},
"range": [
9731,
9766
],
"loc": {
"start": {
"line": 266,
"column": 12
},
"end": {
"line": 266,
"column": 47
}
}
},
"range": [
9731,
9767
],
"loc": {
"start": {
"line": 266,
"column": 12
},
"end": {
"line": 266,
"column": 48
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
9783,
9788
],
"loc": {
"start": {
"line": 268,
"column": 12
},
"end": {
"line": 268,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
9789,
9792
],
"loc": {
"start": {
"line": 268,
"column": 18
},
"end": {
"line": 268,
"column": 21
}
}
},
"range": [
9783,
9792
],
"loc": {
"start": {
"line": 268,
"column": 12
},
"end": {
"line": 268,
"column": 21
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "li",
"range": [
9793,
9795
],
"loc": {
"start": {
"line": 268,
"column": 22
},
"end": {
"line": 268,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "check",
"range": [
9796,
9801
],
"loc": {
"start": {
"line": 268,
"column": 25
},
"end": {
"line": 268,
"column": 30
}
}
},
"range": [
9793,
9801
],
"loc": {
"start": {
"line": 268,
"column": 22
},
"end": {
"line": 268,
"column": 30
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
9803,
9810
],
"loc": {
"start": {
"line": 268,
"column": 32
},
"end": {
"line": 268,
"column": 39
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "h",
"range": [
9844,
9845
],
"loc": {
"start": {
"line": 269,
"column": 24
},
"end": {
"line": 269,
"column": 25
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
9848,
9849
],
"loc": {
"start": {
"line": 269,
"column": 28
},
"end": {
"line": 269,
"column": 29
}
}
},
"range": [
9844,
9849
],
"loc": {
"start": {
"line": 269,
"column": 24
},
"end": {
"line": 269,
"column": 29
}
}
}
],
"kind": "var",
"range": [
9840,
9849
],
"loc": {
"start": {
"line": 269,
"column": 20
},
"end": {
"line": 269,
"column": 29
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "h",
"range": [
9851,
9852
],
"loc": {
"start": {
"line": 269,
"column": 31
},
"end": {
"line": 269,
"column": 32
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headerRow",
"range": [
9855,
9864
],
"loc": {
"start": {
"line": 269,
"column": 35
},
"end": {
"line": 269,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
9865,
9870
],
"loc": {
"start": {
"line": 269,
"column": 45
},
"end": {
"line": 269,
"column": 50
}
}
},
"range": [
9855,
9870
],
"loc": {
"start": {
"line": 269,
"column": 35
},
"end": {
"line": 269,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
9871,
9877
],
"loc": {
"start": {
"line": 269,
"column": 51
},
"end": {
"line": 269,
"column": 57
}
}
},
"range": [
9855,
9877
],
"loc": {
"start": {
"line": 269,
"column": 35
},
"end": {
"line": 269,
"column": 57
}
}
},
"range": [
9851,
9877
],
"loc": {
"start": {
"line": 269,
"column": 31
},
"end": {
"line": 269,
"column": 57
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "h",
"range": [
9879,
9880
],
"loc": {
"start": {
"line": 269,
"column": 59
},
"end": {
"line": 269,
"column": 60
}
}
},
"prefix": false,
"range": [
9879,
9882
],
"loc": {
"start": {
"line": 269,
"column": 59
},
"end": {
"line": 269,
"column": 62
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "itm",
"range": [
9910,
9913
],
"loc": {
"start": {
"line": 270,
"column": 24
},
"end": {
"line": 270,
"column": 27
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
9916,
9919
],
"loc": {
"start": {
"line": 270,
"column": 30
},
"end": {
"line": 270,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
9920,
9922
],
"loc": {
"start": {
"line": 270,
"column": 34
},
"end": {
"line": 270,
"column": 36
}
}
},
"range": [
9916,
9922
],
"loc": {
"start": {
"line": 270,
"column": 30
},
"end": {
"line": 270,
"column": 36
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "col_",
"raw": "'col_'",
"range": [
9923,
9929
],
"loc": {
"start": {
"line": 270,
"column": 37
},
"end": {
"line": 270,
"column": 43
}
}
},
"right": {
"type": "Identifier",
"name": "h",
"range": [
9930,
9931
],
"loc": {
"start": {
"line": 270,
"column": 44
},
"end": {
"line": 270,
"column": 45
}
}
},
"range": [
9923,
9931
],
"loc": {
"start": {
"line": 270,
"column": 37
},
"end": {
"line": 270,
"column": 45
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
9932,
9935
],
"loc": {
"start": {
"line": 270,
"column": 46
},
"end": {
"line": 270,
"column": 49
}
}
},
"range": [
9923,
9935
],
"loc": {
"start": {
"line": 270,
"column": 37
},
"end": {
"line": 270,
"column": 49
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
9936,
9938
],
"loc": {
"start": {
"line": 270,
"column": 50
},
"end": {
"line": 270,
"column": 52
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
9939,
9941
],
"loc": {
"start": {
"line": 270,
"column": 53
},
"end": {
"line": 270,
"column": 55
}
}
},
"range": [
9936,
9941
],
"loc": {
"start": {
"line": 270,
"column": 50
},
"end": {
"line": 270,
"column": 55
}
}
},
"range": [
9923,
9941
],
"loc": {
"start": {
"line": 270,
"column": 37
},
"end": {
"line": 270,
"column": 55
}
}
}
],
"range": [
9916,
9942
],
"loc": {
"start": {
"line": 270,
"column": 30
},
"end": {
"line": 270,
"column": 56
}
}
},
"range": [
9910,
9942
],
"loc": {
"start": {
"line": 270,
"column": 24
},
"end": {
"line": 270,
"column": 56
}
}
}
],
"kind": "var",
"range": [
9906,
9943
],
"loc": {
"start": {
"line": 270,
"column": 20
},
"end": {
"line": 270,
"column": 57
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "Identifier",
"name": "itm",
"range": [
9968,
9971
],
"loc": {
"start": {
"line": 271,
"column": 23
},
"end": {
"line": 271,
"column": 26
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "li",
"range": [
9975,
9977
],
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 271,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "check",
"range": [
9978,
9983
],
"loc": {
"start": {
"line": 271,
"column": 33
},
"end": {
"line": 271,
"column": 38
}
}
},
"range": [
9975,
9983
],
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 271,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
9984,
9991
],
"loc": {
"start": {
"line": 271,
"column": 39
},
"end": {
"line": 271,
"column": 46
}
}
},
"range": [
9975,
9991
],
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 271,
"column": 46
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
9996,
9999
],
"loc": {
"start": {
"line": 271,
"column": 51
},
"end": {
"line": 271,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
10000,
10007
],
"loc": {
"start": {
"line": 271,
"column": 55
},
"end": {
"line": 271,
"column": 62
}
}
},
"range": [
9996,
10007
],
"loc": {
"start": {
"line": 271,
"column": 51
},
"end": {
"line": 271,
"column": 62
}
}
},
"range": [
9975,
10007
],
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 271,
"column": 62
}
}
},
"range": [
9968,
10007
],
"loc": {
"start": {
"line": 271,
"column": 23
},
"end": {
"line": 271,
"column": 62
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
10035,
10038
],
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "click",
"range": [
10039,
10044
],
"loc": {
"start": {
"line": 272,
"column": 28
},
"end": {
"line": 272,
"column": 33
}
}
},
"range": [
10035,
10044
],
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 33
}
}
},
"arguments": [],
"range": [
10035,
10046
],
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 35
}
}
},
"range": [
10035,
10047
],
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 36
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
10073,
10076
],
"loc": {
"start": {
"line": 273,
"column": 24
},
"end": {
"line": 273,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
10077,
10084
],
"loc": {
"start": {
"line": 273,
"column": 28
},
"end": {
"line": 273,
"column": 35
}
}
},
"range": [
10073,
10084
],
"loc": {
"start": {
"line": 273,
"column": 24
},
"end": {
"line": 273,
"column": 35
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "li",
"range": [
10087,
10089
],
"loc": {
"start": {
"line": 273,
"column": 38
},
"end": {
"line": 273,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "check",
"range": [
10090,
10095
],
"loc": {
"start": {
"line": 273,
"column": 41
},
"end": {
"line": 273,
"column": 46
}
}
},
"range": [
10087,
10095
],
"loc": {
"start": {
"line": 273,
"column": 38
},
"end": {
"line": 273,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
10096,
10103
],
"loc": {
"start": {
"line": 273,
"column": 47
},
"end": {
"line": 273,
"column": 54
}
}
},
"range": [
10087,
10103
],
"loc": {
"start": {
"line": 273,
"column": 38
},
"end": {
"line": 273,
"column": 54
}
}
},
"range": [
10073,
10103
],
"loc": {
"start": {
"line": 273,
"column": 24
},
"end": {
"line": 273,
"column": 54
}
}
},
"range": [
10073,
10104
],
"loc": {
"start": {
"line": 273,
"column": 24
},
"end": {
"line": 273,
"column": 55
}
}
}
],
"range": [
10008,
10127
],
"loc": {
"start": {
"line": 271,
"column": 63
},
"end": {
"line": 274,
"column": 21
}
}
},
"alternate": null,
"range": [
9965,
10127
],
"loc": {
"start": {
"line": 271,
"column": 20
},
"end": {
"line": 274,
"column": 21
}
}
}
],
"range": [
9883,
10146
],
"loc": {
"start": {
"line": 269,
"column": 63
},
"end": {
"line": 275,
"column": 17
}
}
},
"range": [
9836,
10146
],
"loc": {
"start": {
"line": 269,
"column": 16
},
"end": {
"line": 275,
"column": 17
}
}
}
],
"range": [
9817,
10161
],
"loc": {
"start": {
"line": 268,
"column": 46
},
"end": {
"line": 276,
"column": 13
}
}
},
"generator": false,
"expression": false,
"range": [
9812,
10161
],
"loc": {
"start": {
"line": 268,
"column": 41
},
"end": {
"line": 276,
"column": 13
}
}
}
],
"range": [
9783,
10162
],
"loc": {
"start": {
"line": 268,
"column": 12
},
"end": {
"line": 276,
"column": 14
}
}
},
"range": [
9783,
10163
],
"loc": {
"start": {
"line": 268,
"column": 12
},
"end": {
"line": 276,
"column": 15
}
}
}
],
"range": [
9517,
10174
],
"loc": {
"start": {
"line": 261,
"column": 30
},
"end": {
"line": 277,
"column": 9
}
}
},
"alternate": null,
"range": [
9495,
10174
],
"loc": {
"start": {
"line": 261,
"column": 8
},
"end": {
"line": 277,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "Tick all option",
"range": [
9468,
9485
],
"loc": {
"start": {
"line": 260,
"column": 8
},
"end": {
"line": 260,
"column": 25
}
}
}
]
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "i",
"range": [
10194,
10195
],
"loc": {
"start": {
"line": 279,
"column": 16
},
"end": {
"line": 279,
"column": 17
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
10198,
10199
],
"loc": {
"start": {
"line": 279,
"column": 20
},
"end": {
"line": 279,
"column": 21
}
}
},
"range": [
10194,
10199
],
"loc": {
"start": {
"line": 279,
"column": 16
},
"end": {
"line": 279,
"column": 21
}
}
}
],
"kind": "var",
"range": [
10190,
10199
],
"loc": {
"start": {
"line": 279,
"column": 12
},
"end": {
"line": 279,
"column": 21
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "i",
"range": [
10201,
10202
],
"loc": {
"start": {
"line": 279,
"column": 23
},
"end": {
"line": 279,
"column": 24
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headerRow",
"range": [
10205,
10214
],
"loc": {
"start": {
"line": 279,
"column": 27
},
"end": {
"line": 279,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
10215,
10220
],
"loc": {
"start": {
"line": 279,
"column": 37
},
"end": {
"line": 279,
"column": 42
}
}
},
"range": [
10205,
10220
],
"loc": {
"start": {
"line": 279,
"column": 27
},
"end": {
"line": 279,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
10221,
10227
],
"loc": {
"start": {
"line": 279,
"column": 43
},
"end": {
"line": 279,
"column": 49
}
}
},
"range": [
10205,
10227
],
"loc": {
"start": {
"line": 279,
"column": 27
},
"end": {
"line": 279,
"column": 49
}
}
},
"range": [
10201,
10227
],
"loc": {
"start": {
"line": 279,
"column": 23
},
"end": {
"line": 279,
"column": 49
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "i",
"range": [
10229,
10230
],
"loc": {
"start": {
"line": 279,
"column": 51
},
"end": {
"line": 279,
"column": 52
}
}
},
"prefix": false,
"range": [
10229,
10232
],
"loc": {
"start": {
"line": 279,
"column": 51
},
"end": {
"line": 279,
"column": 54
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cell",
"range": [
10252,
10256
],
"loc": {
"start": {
"line": 280,
"column": 16
},
"end": {
"line": 280,
"column": 20
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headerRow",
"range": [
10259,
10268
],
"loc": {
"start": {
"line": 280,
"column": 23
},
"end": {
"line": 280,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
10269,
10274
],
"loc": {
"start": {
"line": 280,
"column": 33
},
"end": {
"line": 280,
"column": 38
}
}
},
"range": [
10259,
10274
],
"loc": {
"start": {
"line": 280,
"column": 23
},
"end": {
"line": 280,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "i",
"range": [
10275,
10276
],
"loc": {
"start": {
"line": 280,
"column": 39
},
"end": {
"line": 280,
"column": 40
}
}
},
"range": [
10259,
10277
],
"loc": {
"start": {
"line": 280,
"column": 23
},
"end": {
"line": 280,
"column": 41
}
}
},
"range": [
10252,
10277
],
"loc": {
"start": {
"line": 280,
"column": 16
},
"end": {
"line": 280,
"column": 41
}
}
}
],
"kind": "var",
"range": [
10248,
10278
],
"loc": {
"start": {
"line": 280,
"column": 12
},
"end": {
"line": 280,
"column": 42
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cellText",
"range": [
10296,
10304
],
"loc": {
"start": {
"line": 281,
"column": 16
},
"end": {
"line": 281,
"column": 24
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10307,
10311
],
"loc": {
"start": {
"line": 281,
"column": 27
},
"end": {
"line": 281,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "headersText",
"range": [
10312,
10323
],
"loc": {
"start": {
"line": 281,
"column": 32
},
"end": {
"line": 281,
"column": 43
}
}
},
"range": [
10307,
10323
],
"loc": {
"start": {
"line": 281,
"column": 27
},
"end": {
"line": 281,
"column": 43
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10327,
10331
],
"loc": {
"start": {
"line": 281,
"column": 47
},
"end": {
"line": 281,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "headersText",
"range": [
10332,
10343
],
"loc": {
"start": {
"line": 281,
"column": 52
},
"end": {
"line": 281,
"column": 63
}
}
},
"range": [
10327,
10343
],
"loc": {
"start": {
"line": 281,
"column": 47
},
"end": {
"line": 281,
"column": 63
}
}
},
"property": {
"type": "Identifier",
"name": "i",
"range": [
10344,
10345
],
"loc": {
"start": {
"line": 281,
"column": 64
},
"end": {
"line": 281,
"column": 65
}
}
},
"range": [
10327,
10346
],
"loc": {
"start": {
"line": 281,
"column": 47
},
"end": {
"line": 281,
"column": 66
}
}
},
"range": [
10307,
10346
],
"loc": {
"start": {
"line": 281,
"column": 27
},
"end": {
"line": 281,
"column": 66
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10366,
10370
],
"loc": {
"start": {
"line": 282,
"column": 16
},
"end": {
"line": 282,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "headersText",
"range": [
10371,
10382
],
"loc": {
"start": {
"line": 282,
"column": 21
},
"end": {
"line": 282,
"column": 32
}
}
},
"range": [
10366,
10382
],
"loc": {
"start": {
"line": 282,
"column": 16
},
"end": {
"line": 282,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "i",
"range": [
10383,
10384
],
"loc": {
"start": {
"line": 282,
"column": 33
},
"end": {
"line": 282,
"column": 34
}
}
},
"range": [
10366,
10385
],
"loc": {
"start": {
"line": 282,
"column": 16
},
"end": {
"line": 282,
"column": 35
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10388,
10392
],
"loc": {
"start": {
"line": 282,
"column": 38
},
"end": {
"line": 282,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "_getHeaderText",
"range": [
10393,
10407
],
"loc": {
"start": {
"line": 282,
"column": 43
},
"end": {
"line": 282,
"column": 57
}
}
},
"range": [
10388,
10407
],
"loc": {
"start": {
"line": 282,
"column": 38
},
"end": {
"line": 282,
"column": 57
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "cell",
"range": [
10408,
10412
],
"loc": {
"start": {
"line": 282,
"column": 58
},
"end": {
"line": 282,
"column": 62
}
}
}
],
"range": [
10388,
10413
],
"loc": {
"start": {
"line": 282,
"column": 38
},
"end": {
"line": 282,
"column": 63
}
}
},
"range": [
10307,
10413
],
"loc": {
"start": {
"line": 281,
"column": 27
},
"end": {
"line": 282,
"column": 63
}
}
},
"range": [
10296,
10413
],
"loc": {
"start": {
"line": 281,
"column": 16
},
"end": {
"line": 282,
"column": 63
}
}
}
],
"kind": "var",
"range": [
10292,
10414
],
"loc": {
"start": {
"line": 281,
"column": 12
},
"end": {
"line": 282,
"column": 64
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "liElm",
"range": [
10432,
10437
],
"loc": {
"start": {
"line": 283,
"column": 16
},
"end": {
"line": 283,
"column": 21
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
10440,
10443
],
"loc": {
"start": {
"line": 283,
"column": 24
},
"end": {
"line": 283,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "createCheckItem",
"range": [
10444,
10459
],
"loc": {
"start": {
"line": 283,
"column": 28
},
"end": {
"line": 283,
"column": 43
}
}
},
"range": [
10440,
10459
],
"loc": {
"start": {
"line": 283,
"column": 24
},
"end": {
"line": 283,
"column": 43
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "col_",
"raw": "'col_'",
"range": [
10478,
10484
],
"loc": {
"start": {
"line": 284,
"column": 16
},
"end": {
"line": 284,
"column": 22
}
}
},
"right": {
"type": "Identifier",
"name": "i",
"range": [
10485,
10486
],
"loc": {
"start": {
"line": 284,
"column": 23
},
"end": {
"line": 284,
"column": 24
}
}
},
"range": [
10478,
10486
],
"loc": {
"start": {
"line": 284,
"column": 16
},
"end": {
"line": 284,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
10487,
10490
],
"loc": {
"start": {
"line": 284,
"column": 25
},
"end": {
"line": 284,
"column": 28
}
}
},
"range": [
10478,
10490
],
"loc": {
"start": {
"line": 284,
"column": 16
},
"end": {
"line": 284,
"column": 28
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
10491,
10493
],
"loc": {
"start": {
"line": 284,
"column": 29
},
"end": {
"line": 284,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
10494,
10496
],
"loc": {
"start": {
"line": 284,
"column": 32
},
"end": {
"line": 284,
"column": 34
}
}
},
"range": [
10491,
10496
],
"loc": {
"start": {
"line": 284,
"column": 29
},
"end": {
"line": 284,
"column": 34
}
}
},
"range": [
10478,
10496
],
"loc": {
"start": {
"line": 284,
"column": 16
},
"end": {
"line": 284,
"column": 34
}
}
},
{
"type": "Identifier",
"name": "cellText",
"range": [
10498,
10506
],
"loc": {
"start": {
"line": 284,
"column": 36
},
"end": {
"line": 284,
"column": 44
}
}
},
{
"type": "Identifier",
"name": "cellText",
"range": [
10508,
10516
],
"loc": {
"start": {
"line": 284,
"column": 46
},
"end": {
"line": 284,
"column": 54
}
}
}
],
"range": [
10440,
10517
],
"loc": {
"start": {
"line": 283,
"column": 24
},
"end": {
"line": 284,
"column": 55
}
}
},
"range": [
10432,
10517
],
"loc": {
"start": {
"line": 283,
"column": 16
},
"end": {
"line": 284,
"column": 55
}
}
}
],
"kind": "var",
"range": [
10428,
10518
],
"loc": {
"start": {
"line": 283,
"column": 12
},
"end": {
"line": 284,
"column": 56
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
10532,
10535
],
"loc": {
"start": {
"line": 285,
"column": 12
},
"end": {
"line": 285,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "addClass",
"range": [
10536,
10544
],
"loc": {
"start": {
"line": 285,
"column": 16
},
"end": {
"line": 285,
"column": 24
}
}
},
"range": [
10532,
10544
],
"loc": {
"start": {
"line": 285,
"column": 12
},
"end": {
"line": 285,
"column": 24
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "liElm",
"range": [
10545,
10550
],
"loc": {
"start": {
"line": 285,
"column": 25
},
"end": {
"line": 285,
"column": 30
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10552,
10556
],
"loc": {
"start": {
"line": 285,
"column": 32
},
"end": {
"line": 285,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "listItemCssClass",
"range": [
10557,
10573
],
"loc": {
"start": {
"line": 285,
"column": 37
},
"end": {
"line": 285,
"column": 53
}
}
},
"range": [
10552,
10573
],
"loc": {
"start": {
"line": 285,
"column": 32
},
"end": {
"line": 285,
"column": 53
}
}
}
],
"range": [
10532,
10574
],
"loc": {
"start": {
"line": 285,
"column": 12
},
"end": {
"line": 285,
"column": 54
}
}
},
"range": [
10532,
10575
],
"loc": {
"start": {
"line": 285,
"column": 12
},
"end": {
"line": 285,
"column": 55
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10593,
10597
],
"loc": {
"start": {
"line": 286,
"column": 16
},
"end": {
"line": 286,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
10598,
10608
],
"loc": {
"start": {
"line": 286,
"column": 21
},
"end": {
"line": 286,
"column": 31
}
}
},
"range": [
10593,
10608
],
"loc": {
"start": {
"line": 286,
"column": 16
},
"end": {
"line": 286,
"column": 31
}
}
},
"prefix": true,
"range": [
10592,
10608
],
"loc": {
"start": {
"line": 286,
"column": 15
},
"end": {
"line": 286,
"column": 31
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
10628,
10631
],
"loc": {
"start": {
"line": 287,
"column": 16
},
"end": {
"line": 287,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "addClass",
"range": [
10632,
10640
],
"loc": {
"start": {
"line": 287,
"column": 20
},
"end": {
"line": 287,
"column": 28
}
}
},
"range": [
10628,
10640
],
"loc": {
"start": {
"line": 287,
"column": 16
},
"end": {
"line": 287,
"column": 28
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "liElm",
"range": [
10641,
10646
],
"loc": {
"start": {
"line": 287,
"column": 29
},
"end": {
"line": 287,
"column": 34
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10648,
10652
],
"loc": {
"start": {
"line": 287,
"column": 36
},
"end": {
"line": 287,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "listSlcItemCssClass",
"range": [
10653,
10672
],
"loc": {
"start": {
"line": 287,
"column": 41
},
"end": {
"line": 287,
"column": 60
}
}
},
"range": [
10648,
10672
],
"loc": {
"start": {
"line": 287,
"column": 36
},
"end": {
"line": 287,
"column": 60
}
}
}
],
"range": [
10628,
10673
],
"loc": {
"start": {
"line": 287,
"column": 16
},
"end": {
"line": 287,
"column": 61
}
}
},
"range": [
10628,
10674
],
"loc": {
"start": {
"line": 287,
"column": 16
},
"end": {
"line": 287,
"column": 62
}
}
}
],
"range": [
10609,
10689
],
"loc": {
"start": {
"line": 286,
"column": 32
},
"end": {
"line": 288,
"column": 13
}
}
},
"alternate": null,
"range": [
10589,
10689
],
"loc": {
"start": {
"line": 286,
"column": 12
},
"end": {
"line": 288,
"column": 13
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "ul",
"range": [
10703,
10705
],
"loc": {
"start": {
"line": 289,
"column": 12
},
"end": {
"line": 289,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
10706,
10717
],
"loc": {
"start": {
"line": 289,
"column": 15
},
"end": {
"line": 289,
"column": 26
}
}
},
"range": [
10703,
10717
],
"loc": {
"start": {
"line": 289,
"column": 12
},
"end": {
"line": 289,
"column": 26
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "liElm",
"range": [
10718,
10723
],
"loc": {
"start": {
"line": 289,
"column": 27
},
"end": {
"line": 289,
"column": 32
}
}
}
],
"range": [
10703,
10724
],
"loc": {
"start": {
"line": 289,
"column": 12
},
"end": {
"line": 289,
"column": 33
}
}
},
"range": [
10703,
10725
],
"loc": {
"start": {
"line": 289,
"column": 12
},
"end": {
"line": 289,
"column": 34
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10743,
10747
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tickToHide",
"range": [
10748,
10758
],
"loc": {
"start": {
"line": 290,
"column": 21
},
"end": {
"line": 290,
"column": 31
}
}
},
"range": [
10743,
10758
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 31
}
}
},
"prefix": true,
"range": [
10742,
10758
],
"loc": {
"start": {
"line": 290,
"column": 15
},
"end": {
"line": 290,
"column": 31
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "liElm",
"range": [
10778,
10783
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "check",
"range": [
10784,
10789
],
"loc": {
"start": {
"line": 291,
"column": 22
},
"end": {
"line": 291,
"column": 27
}
}
},
"range": [
10778,
10789
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "checked",
"range": [
10790,
10797
],
"loc": {
"start": {
"line": 291,
"column": 28
},
"end": {
"line": 291,
"column": 35
}
}
},
"range": [
10778,
10797
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 35
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
10800,
10804
],
"loc": {
"start": {
"line": 291,
"column": 38
},
"end": {
"line": 291,
"column": 42
}
}
},
"range": [
10778,
10804
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 42
}
}
},
"range": [
10778,
10805
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 43
}
}
}
],
"range": [
10759,
10820
],
"loc": {
"start": {
"line": 290,
"column": 32
},
"end": {
"line": 292,
"column": 13
}
}
},
"alternate": null,
"range": [
10739,
10820
],
"loc": {
"start": {
"line": 290,
"column": 12
},
"end": {
"line": 292,
"column": 13
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
10836,
10841
],
"loc": {
"start": {
"line": 294,
"column": 12
},
"end": {
"line": 294,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
10842,
10845
],
"loc": {
"start": {
"line": 294,
"column": 18
},
"end": {
"line": 294,
"column": 21
}
}
},
"range": [
10836,
10845
],
"loc": {
"start": {
"line": 294,
"column": 12
},
"end": {
"line": 294,
"column": 21
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "liElm",
"range": [
10846,
10851
],
"loc": {
"start": {
"line": 294,
"column": 22
},
"end": {
"line": 294,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "check",
"range": [
10852,
10857
],
"loc": {
"start": {
"line": 294,
"column": 28
},
"end": {
"line": 294,
"column": 33
}
}
},
"range": [
10846,
10857
],
"loc": {
"start": {
"line": 294,
"column": 22
},
"end": {
"line": 294,
"column": 33
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
10859,
10866
],
"loc": {
"start": {
"line": 294,
"column": 35
},
"end": {
"line": 294,
"column": 42
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
10869,
10872
],
"loc": {
"start": {
"line": 294,
"column": 45
},
"end": {
"line": 294,
"column": 48
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "elm",
"range": [
10899,
10902
],
"loc": {
"start": {
"line": 295,
"column": 20
},
"end": {
"line": 295,
"column": 23
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
10905,
10910
],
"loc": {
"start": {
"line": 295,
"column": 26
},
"end": {
"line": 295,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "target",
"range": [
10911,
10917
],
"loc": {
"start": {
"line": 295,
"column": 32
},
"end": {
"line": 295,
"column": 38
}
}
},
"range": [
10905,
10917
],
"loc": {
"start": {
"line": 295,
"column": 26
},
"end": {
"line": 295,
"column": 38
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
10918,
10921
],
"loc": {
"start": {
"line": 295,
"column": 39
},
"end": {
"line": 295,
"column": 42
}
}
}
],
"range": [
10905,
10922
],
"loc": {
"start": {
"line": 295,
"column": 26
},
"end": {
"line": 295,
"column": 43
}
}
},
"range": [
10899,
10922
],
"loc": {
"start": {
"line": 295,
"column": 20
},
"end": {
"line": 295,
"column": 43
}
}
}
],
"kind": "var",
"range": [
10895,
10923
],
"loc": {
"start": {
"line": 295,
"column": 16
},
"end": {
"line": 295,
"column": 44
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "lbl",
"range": [
10945,
10948
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "elm",
"range": [
10951,
10954
],
"loc": {
"start": {
"line": 296,
"column": 26
},
"end": {
"line": 296,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
10955,
10965
],
"loc": {
"start": {
"line": 296,
"column": 30
},
"end": {
"line": 296,
"column": 40
}
}
},
"range": [
10951,
10965
],
"loc": {
"start": {
"line": 296,
"column": 26
},
"end": {
"line": 296,
"column": 40
}
}
},
"range": [
10945,
10965
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 40
}
}
}
],
"kind": "var",
"range": [
10941,
10966
],
"loc": {
"start": {
"line": 296,
"column": 16
},
"end": {
"line": 296,
"column": 41
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
10984,
10988
],
"loc": {
"start": {
"line": 297,
"column": 16
},
"end": {
"line": 297,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "checkItem",
"range": [
10989,
10998
],
"loc": {
"start": {
"line": 297,
"column": 21
},
"end": {
"line": 297,
"column": 30
}
}
},
"range": [
10984,
10998
],
"loc": {
"start": {
"line": 297,
"column": 16
},
"end": {
"line": 297,
"column": 30
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "lbl",
"range": [
10999,
11002
],
"loc": {
"start": {
"line": 297,
"column": 31
},
"end": {
"line": 297,
"column": 34
}
}
}
],
"range": [
10984,
11003
],
"loc": {
"start": {
"line": 297,
"column": 16
},
"end": {
"line": 297,
"column": 35
}
}
},
"range": [
10984,
11004
],
"loc": {
"start": {
"line": 297,
"column": 16
},
"end": {
"line": 297,
"column": 36
}
}
}
],
"range": [
10876,
11019
],
"loc": {
"start": {
"line": 294,
"column": 52
},
"end": {
"line": 298,
"column": 13
}
}
},
"generator": false,
"expression": false,
"range": [
10868,
11019
],
"loc": {
"start": {
"line": 294,
"column": 44
},
"end": {
"line": 298,
"column": 13
}
}
}
],
"range": [
10836,
11020
],
"loc": {
"start": {
"line": 294,
"column": 12
},
"end": {
"line": 298,
"column": 14
}
}
},
"range": [
10836,
11021
],
"loc": {
"start": {
"line": 294,
"column": 12
},
"end": {
"line": 298,
"column": 15
}
}
}
],
"range": [
10233,
11032
],
"loc": {
"start": {
"line": 279,
"column": 55
},
"end": {
"line": 299,
"column": 9
}
}
},
"range": [
10186,
11032
],
"loc": {
"start": {
"line": 279,
"column": 8
},
"end": {
"line": 299,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": "separator",
"range": [
11044,
11055
],
"loc": {
"start": {
"line": 301,
"column": 8
},
"end": {
"line": 301,
"column": 19
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "p",
"range": [
11069,
11070
],
"loc": {
"start": {
"line": 302,
"column": 12
},
"end": {
"line": 302,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
11073,
11076
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
11077,
11083
],
"loc": {
"start": {
"line": 302,
"column": 20
},
"end": {
"line": 302,
"column": 26
}
}
},
"range": [
11073,
11083
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 26
}
}
},
"arguments": [
{
"type": "Literal",
"value": "p",
"raw": "'p'",
"range": [
11084,
11087
],
"loc": {
"start": {
"line": 302,
"column": 27
},
"end": {
"line": 302,
"column": 30
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "align",
"raw": "'align'",
"range": [
11090,
11097
],
"loc": {
"start": {
"line": 302,
"column": 33
},
"end": {
"line": 302,
"column": 40
}
}
},
{
"type": "Literal",
"value": "center",
"raw": "'center'",
"range": [
11098,
11106
],
"loc": {
"start": {
"line": 302,
"column": 41
},
"end": {
"line": 302,
"column": 49
}
}
}
],
"range": [
11089,
11107
],
"loc": {
"start": {
"line": 302,
"column": 32
},
"end": {
"line": 302,
"column": 50
}
}
}
],
"range": [
11073,
11108
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 51
}
}
},
"range": [
11069,
11108
],
"loc": {
"start": {
"line": 302,
"column": 12
},
"end": {
"line": 302,
"column": 51
}
}
}
],
"kind": "var",
"range": [
11065,
11109
],
"loc": {
"start": {
"line": 302,
"column": 8
},
"end": {
"line": 302,
"column": 52
}
},
"leadingComments": [
{
"type": "Line",
"value": "separator",
"range": [
11044,
11055
],
"loc": {
"start": {
"line": 301,
"column": 8
},
"end": {
"line": 301,
"column": 19
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "btn",
"range": [
11123,
11126
],
"loc": {
"start": {
"line": 303,
"column": 12
},
"end": {
"line": 303,
"column": 15
}
}
},
"init": null,
"range": [
11123,
11126
],
"loc": {
"start": {
"line": 303,
"column": 12
},
"end": {
"line": 303,
"column": 15
}
}
}
],
"kind": "var",
"range": [
11119,
11127
],
"loc": {
"start": {
"line": 303,
"column": 8
},
"end": {
"line": 303,
"column": 16
}
},
"trailingComments": [
{
"type": "Line",
"value": "Close link",
"range": [
11137,
11149
],
"loc": {
"start": {
"line": 304,
"column": 8
},
"end": {
"line": 304,
"column": 20
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11163,
11167
],
"loc": {
"start": {
"line": 305,
"column": 12
},
"end": {
"line": 305,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseHtml",
"range": [
11168,
11180
],
"loc": {
"start": {
"line": 305,
"column": 17
},
"end": {
"line": 305,
"column": 29
}
}
},
"range": [
11163,
11180
],
"loc": {
"start": {
"line": 305,
"column": 12
},
"end": {
"line": 305,
"column": 29
}
}
},
"prefix": true,
"range": [
11162,
11180
],
"loc": {
"start": {
"line": 305,
"column": 11
},
"end": {
"line": 305,
"column": 29
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "btn",
"range": [
11196,
11199
],
"loc": {
"start": {
"line": 306,
"column": 12
},
"end": {
"line": 306,
"column": 15
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
11202,
11205
],
"loc": {
"start": {
"line": 306,
"column": 18
},
"end": {
"line": 306,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
11206,
11212
],
"loc": {
"start": {
"line": 306,
"column": 22
},
"end": {
"line": 306,
"column": 28
}
}
},
"range": [
11202,
11212
],
"loc": {
"start": {
"line": 306,
"column": 18
},
"end": {
"line": 306,
"column": 28
}
}
},
"arguments": [
{
"type": "Literal",
"value": "a",
"raw": "'a'",
"range": [
11213,
11216
],
"loc": {
"start": {
"line": 306,
"column": 29
},
"end": {
"line": 306,
"column": 32
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "href",
"raw": "'href'",
"range": [
11219,
11225
],
"loc": {
"start": {
"line": 306,
"column": 35
},
"end": {
"line": 306,
"column": 41
}
}
},
{
"type": "Literal",
"value": "javascript:;",
"raw": "'javascript:;'",
"range": [
11226,
11240
],
"loc": {
"start": {
"line": 306,
"column": 42
},
"end": {
"line": 306,
"column": 56
}
}
}
],
"range": [
11218,
11241
],
"loc": {
"start": {
"line": 306,
"column": 34
},
"end": {
"line": 306,
"column": 57
}
}
}
],
"range": [
11202,
11242
],
"loc": {
"start": {
"line": 306,
"column": 18
},
"end": {
"line": 306,
"column": 58
}
}
},
"range": [
11196,
11242
],
"loc": {
"start": {
"line": 306,
"column": 12
},
"end": {
"line": 306,
"column": 58
}
}
},
"range": [
11196,
11243
],
"loc": {
"start": {
"line": 306,
"column": 12
},
"end": {
"line": 306,
"column": 59
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
11257,
11260
],
"loc": {
"start": {
"line": 307,
"column": 12
},
"end": {
"line": 307,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
11261,
11270
],
"loc": {
"start": {
"line": 307,
"column": 16
},
"end": {
"line": 307,
"column": 25
}
}
},
"range": [
11257,
11270
],
"loc": {
"start": {
"line": 307,
"column": 12
},
"end": {
"line": 307,
"column": 25
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11273,
11277
],
"loc": {
"start": {
"line": 307,
"column": 28
},
"end": {
"line": 307,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseCssClass",
"range": [
11278,
11294
],
"loc": {
"start": {
"line": 307,
"column": 33
},
"end": {
"line": 307,
"column": 49
}
}
},
"range": [
11273,
11294
],
"loc": {
"start": {
"line": 307,
"column": 28
},
"end": {
"line": 307,
"column": 49
}
}
},
"range": [
11257,
11294
],
"loc": {
"start": {
"line": 307,
"column": 12
},
"end": {
"line": 307,
"column": 49
}
}
},
"range": [
11257,
11295
],
"loc": {
"start": {
"line": 307,
"column": 12
},
"end": {
"line": 307,
"column": 50
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
11309,
11312
],
"loc": {
"start": {
"line": 308,
"column": 12
},
"end": {
"line": 308,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
11313,
11322
],
"loc": {
"start": {
"line": 308,
"column": 16
},
"end": {
"line": 308,
"column": 25
}
}
},
"range": [
11309,
11322
],
"loc": {
"start": {
"line": 308,
"column": 12
},
"end": {
"line": 308,
"column": 25
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11325,
11329
],
"loc": {
"start": {
"line": 308,
"column": 28
},
"end": {
"line": 308,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseText",
"range": [
11330,
11342
],
"loc": {
"start": {
"line": 308,
"column": 33
},
"end": {
"line": 308,
"column": 45
}
}
},
"range": [
11325,
11342
],
"loc": {
"start": {
"line": 308,
"column": 28
},
"end": {
"line": 308,
"column": 45
}
}
},
"range": [
11309,
11342
],
"loc": {
"start": {
"line": 308,
"column": 12
},
"end": {
"line": 308,
"column": 45
}
}
},
"range": [
11309,
11343
],
"loc": {
"start": {
"line": 308,
"column": 12
},
"end": {
"line": 308,
"column": 46
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
11357,
11362
],
"loc": {
"start": {
"line": 309,
"column": 12
},
"end": {
"line": 309,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
11363,
11366
],
"loc": {
"start": {
"line": 309,
"column": 18
},
"end": {
"line": 309,
"column": 21
}
}
},
"range": [
11357,
11366
],
"loc": {
"start": {
"line": 309,
"column": 12
},
"end": {
"line": 309,
"column": 21
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
11367,
11370
],
"loc": {
"start": {
"line": 309,
"column": 22
},
"end": {
"line": 309,
"column": 25
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
11372,
11379
],
"loc": {
"start": {
"line": 309,
"column": 27
},
"end": {
"line": 309,
"column": 34
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
11382,
11385
],
"loc": {
"start": {
"line": 309,
"column": 37
},
"end": {
"line": 309,
"column": 40
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11391,
11395
],
"loc": {
"start": {
"line": 309,
"column": 46
},
"end": {
"line": 309,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
11396,
11402
],
"loc": {
"start": {
"line": 309,
"column": 51
},
"end": {
"line": 309,
"column": 57
}
}
},
"range": [
11391,
11402
],
"loc": {
"start": {
"line": 309,
"column": 46
},
"end": {
"line": 309,
"column": 57
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
11403,
11406
],
"loc": {
"start": {
"line": 309,
"column": 58
},
"end": {
"line": 309,
"column": 61
}
}
}
],
"range": [
11391,
11407
],
"loc": {
"start": {
"line": 309,
"column": 46
},
"end": {
"line": 309,
"column": 62
}
}
},
"range": [
11391,
11408
],
"loc": {
"start": {
"line": 309,
"column": 46
},
"end": {
"line": 309,
"column": 63
}
}
}
],
"range": [
11389,
11410
],
"loc": {
"start": {
"line": 309,
"column": 44
},
"end": {
"line": 309,
"column": 65
}
}
},
"generator": false,
"expression": false,
"range": [
11381,
11410
],
"loc": {
"start": {
"line": 309,
"column": 36
},
"end": {
"line": 309,
"column": 65
}
}
}
],
"range": [
11357,
11411
],
"loc": {
"start": {
"line": 309,
"column": 12
},
"end": {
"line": 309,
"column": 66
}
}
},
"range": [
11357,
11412
],
"loc": {
"start": {
"line": 309,
"column": 12
},
"end": {
"line": 309,
"column": 67
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "p",
"range": [
11426,
11427
],
"loc": {
"start": {
"line": 310,
"column": 12
},
"end": {
"line": 310,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
11428,
11439
],
"loc": {
"start": {
"line": 310,
"column": 14
},
"end": {
"line": 310,
"column": 25
}
}
},
"range": [
11426,
11439
],
"loc": {
"start": {
"line": 310,
"column": 12
},
"end": {
"line": 310,
"column": 25
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
11440,
11443
],
"loc": {
"start": {
"line": 310,
"column": 26
},
"end": {
"line": 310,
"column": 29
}
}
}
],
"range": [
11426,
11444
],
"loc": {
"start": {
"line": 310,
"column": 12
},
"end": {
"line": 310,
"column": 30
}
}
},
"range": [
11426,
11445
],
"loc": {
"start": {
"line": 310,
"column": 12
},
"end": {
"line": 310,
"column": 31
}
}
}
],
"range": [
11181,
11456
],
"loc": {
"start": {
"line": 305,
"column": 30
},
"end": {
"line": 311,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "p",
"range": [
11477,
11478
],
"loc": {
"start": {
"line": 312,
"column": 12
},
"end": {
"line": 312,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
11479,
11488
],
"loc": {
"start": {
"line": 312,
"column": 14
},
"end": {
"line": 312,
"column": 23
}
}
},
"range": [
11477,
11488
],
"loc": {
"start": {
"line": 312,
"column": 12
},
"end": {
"line": 312,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11491,
11495
],
"loc": {
"start": {
"line": 312,
"column": 26
},
"end": {
"line": 312,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "btnCloseHtml",
"range": [
11496,
11508
],
"loc": {
"start": {
"line": 312,
"column": 31
},
"end": {
"line": 312,
"column": 43
}
}
},
"range": [
11491,
11508
],
"loc": {
"start": {
"line": 312,
"column": 26
},
"end": {
"line": 312,
"column": 43
}
}
},
"range": [
11477,
11508
],
"loc": {
"start": {
"line": 312,
"column": 12
},
"end": {
"line": 312,
"column": 43
}
}
},
"range": [
11477,
11509
],
"loc": {
"start": {
"line": 312,
"column": 12
},
"end": {
"line": 312,
"column": 44
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "btn",
"range": [
11523,
11526
],
"loc": {
"start": {
"line": 313,
"column": 12
},
"end": {
"line": 313,
"column": 15
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "p",
"range": [
11529,
11530
],
"loc": {
"start": {
"line": 313,
"column": 18
},
"end": {
"line": 313,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
11531,
11541
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 30
}
}
},
"range": [
11529,
11541
],
"loc": {
"start": {
"line": 313,
"column": 18
},
"end": {
"line": 313,
"column": 30
}
}
},
"range": [
11523,
11541
],
"loc": {
"start": {
"line": 313,
"column": 12
},
"end": {
"line": 313,
"column": 30
}
}
},
"range": [
11523,
11542
],
"loc": {
"start": {
"line": 313,
"column": 12
},
"end": {
"line": 313,
"column": 31
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
11556,
11561
],
"loc": {
"start": {
"line": 314,
"column": 12
},
"end": {
"line": 314,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
11562,
11565
],
"loc": {
"start": {
"line": 314,
"column": 18
},
"end": {
"line": 314,
"column": 21
}
}
},
"range": [
11556,
11565
],
"loc": {
"start": {
"line": 314,
"column": 12
},
"end": {
"line": 314,
"column": 21
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
11566,
11569
],
"loc": {
"start": {
"line": 314,
"column": 22
},
"end": {
"line": 314,
"column": 25
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
11571,
11578
],
"loc": {
"start": {
"line": 314,
"column": 27
},
"end": {
"line": 314,
"column": 34
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
11581,
11584
],
"loc": {
"start": {
"line": 314,
"column": 37
},
"end": {
"line": 314,
"column": 40
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11590,
11594
],
"loc": {
"start": {
"line": 314,
"column": 46
},
"end": {
"line": 314,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
11595,
11601
],
"loc": {
"start": {
"line": 314,
"column": 51
},
"end": {
"line": 314,
"column": 57
}
}
},
"range": [
11590,
11601
],
"loc": {
"start": {
"line": 314,
"column": 46
},
"end": {
"line": 314,
"column": 57
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
11602,
11605
],
"loc": {
"start": {
"line": 314,
"column": 58
},
"end": {
"line": 314,
"column": 61
}
}
}
],
"range": [
11590,
11606
],
"loc": {
"start": {
"line": 314,
"column": 46
},
"end": {
"line": 314,
"column": 62
}
}
},
"range": [
11590,
11607
],
"loc": {
"start": {
"line": 314,
"column": 46
},
"end": {
"line": 314,
"column": 63
}
}
}
],
"range": [
11588,
11609
],
"loc": {
"start": {
"line": 314,
"column": 44
},
"end": {
"line": 314,
"column": 65
}
}
},
"generator": false,
"expression": false,
"range": [
11580,
11609
],
"loc": {
"start": {
"line": 314,
"column": 36
},
"end": {
"line": 314,
"column": 65
}
}
}
],
"range": [
11556,
11610
],
"loc": {
"start": {
"line": 314,
"column": 12
},
"end": {
"line": 314,
"column": 66
}
}
},
"range": [
11556,
11611
],
"loc": {
"start": {
"line": 314,
"column": 12
},
"end": {
"line": 314,
"column": 67
}
}
}
],
"range": [
11462,
11622
],
"loc": {
"start": {
"line": 311,
"column": 15
},
"end": {
"line": 315,
"column": 9
}
}
},
"range": [
11159,
11622
],
"loc": {
"start": {
"line": 305,
"column": 8
},
"end": {
"line": 315,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "Close link",
"range": [
11137,
11149
],
"loc": {
"start": {
"line": 304,
"column": 8
},
"end": {
"line": 304,
"column": 20
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "container",
"range": [
11634,
11643
],
"loc": {
"start": {
"line": 317,
"column": 8
},
"end": {
"line": 317,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
11644,
11655
],
"loc": {
"start": {
"line": 317,
"column": 18
},
"end": {
"line": 317,
"column": 29
}
}
},
"range": [
11634,
11655
],
"loc": {
"start": {
"line": 317,
"column": 8
},
"end": {
"line": 317,
"column": 29
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "ul",
"range": [
11656,
11658
],
"loc": {
"start": {
"line": 317,
"column": 30
},
"end": {
"line": 317,
"column": 32
}
}
}
],
"range": [
11634,
11659
],
"loc": {
"start": {
"line": 317,
"column": 8
},
"end": {
"line": 317,
"column": 33
}
}
},
"range": [
11634,
11660
],
"loc": {
"start": {
"line": 317,
"column": 8
},
"end": {
"line": 317,
"column": 34
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "container",
"range": [
11670,
11679
],
"loc": {
"start": {
"line": 318,
"column": 8
},
"end": {
"line": 318,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
11680,
11691
],
"loc": {
"start": {
"line": 318,
"column": 18
},
"end": {
"line": 318,
"column": 29
}
}
},
"range": [
11670,
11691
],
"loc": {
"start": {
"line": 318,
"column": 8
},
"end": {
"line": 318,
"column": 29
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "p",
"range": [
11692,
11693
],
"loc": {
"start": {
"line": 318,
"column": 30
},
"end": {
"line": 318,
"column": 31
}
}
}
],
"range": [
11670,
11694
],
"loc": {
"start": {
"line": 318,
"column": 8
},
"end": {
"line": 318,
"column": 32
}
}
},
"range": [
11670,
11695
],
"loc": {
"start": {
"line": 318,
"column": 8
},
"end": {
"line": 318,
"column": 33
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11707,
11711
],
"loc": {
"start": {
"line": 320,
"column": 8
},
"end": {
"line": 320,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
11712,
11717
],
"loc": {
"start": {
"line": 320,
"column": 13
},
"end": {
"line": 320,
"column": 18
}
}
},
"range": [
11707,
11717
],
"loc": {
"start": {
"line": 320,
"column": 8
},
"end": {
"line": 320,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
11718,
11728
],
"loc": {
"start": {
"line": 320,
"column": 19
},
"end": {
"line": 320,
"column": 29
}
}
},
"range": [
11707,
11728
],
"loc": {
"start": {
"line": 320,
"column": 8
},
"end": {
"line": 320,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
11729,
11741
],
"loc": {
"start": {
"line": 320,
"column": 30
},
"end": {
"line": 320,
"column": 42
}
}
},
"range": [
11707,
11741
],
"loc": {
"start": {
"line": 320,
"column": 8
},
"end": {
"line": 320,
"column": 42
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "container",
"range": [
11742,
11751
],
"loc": {
"start": {
"line": 320,
"column": 43
},
"end": {
"line": 320,
"column": 52
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11753,
11757
],
"loc": {
"start": {
"line": 320,
"column": 54
},
"end": {
"line": 320,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
11758,
11763
],
"loc": {
"start": {
"line": 320,
"column": 59
},
"end": {
"line": 320,
"column": 64
}
}
},
"range": [
11753,
11763
],
"loc": {
"start": {
"line": 320,
"column": 54
},
"end": {
"line": 320,
"column": 64
}
}
}
],
"range": [
11707,
11764
],
"loc": {
"start": {
"line": 320,
"column": 8
},
"end": {
"line": 320,
"column": 65
}
}
},
"range": [
11707,
11765
],
"loc": {
"start": {
"line": 320,
"column": 8
},
"end": {
"line": 320,
"column": 66
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11775,
11779
],
"loc": {
"start": {
"line": 321,
"column": 8
},
"end": {
"line": 321,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
11780,
11786
],
"loc": {
"start": {
"line": 321,
"column": 13
},
"end": {
"line": 321,
"column": 19
}
}
},
"range": [
11775,
11786
],
"loc": {
"start": {
"line": 321,
"column": 8
},
"end": {
"line": 321,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "container",
"range": [
11789,
11798
],
"loc": {
"start": {
"line": 321,
"column": 22
},
"end": {
"line": 321,
"column": 31
}
}
},
"range": [
11775,
11798
],
"loc": {
"start": {
"line": 321,
"column": 8
},
"end": {
"line": 321,
"column": 31
}
}
},
"range": [
11775,
11799
],
"loc": {
"start": {
"line": 321,
"column": 8
},
"end": {
"line": 321,
"column": 32
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11814,
11818
],
"loc": {
"start": {
"line": 323,
"column": 11
},
"end": {
"line": 323,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "atStart",
"range": [
11819,
11826
],
"loc": {
"start": {
"line": 323,
"column": 16
},
"end": {
"line": 323,
"column": 23
}
}
},
"range": [
11814,
11826
],
"loc": {
"start": {
"line": 323,
"column": 11
},
"end": {
"line": 323,
"column": 23
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "a",
"range": [
11846,
11847
],
"loc": {
"start": {
"line": 324,
"column": 16
},
"end": {
"line": 324,
"column": 17
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11850,
11854
],
"loc": {
"start": {
"line": 324,
"column": 20
},
"end": {
"line": 324,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "atStart",
"range": [
11855,
11862
],
"loc": {
"start": {
"line": 324,
"column": 25
},
"end": {
"line": 324,
"column": 32
}
}
},
"range": [
11850,
11862
],
"loc": {
"start": {
"line": 324,
"column": 20
},
"end": {
"line": 324,
"column": 32
}
}
},
"range": [
11846,
11862
],
"loc": {
"start": {
"line": 324,
"column": 16
},
"end": {
"line": 324,
"column": 32
}
}
}
],
"kind": "var",
"range": [
11842,
11863
],
"loc": {
"start": {
"line": 324,
"column": 12
},
"end": {
"line": 324,
"column": 33
}
}
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "k",
"range": [
11885,
11886
],
"loc": {
"start": {
"line": 325,
"column": 20
},
"end": {
"line": 325,
"column": 21
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11887,
11888
],
"loc": {
"start": {
"line": 325,
"column": 22
},
"end": {
"line": 325,
"column": 23
}
}
},
"range": [
11885,
11888
],
"loc": {
"start": {
"line": 325,
"column": 20
},
"end": {
"line": 325,
"column": 23
}
}
}
],
"kind": "var",
"range": [
11881,
11888
],
"loc": {
"start": {
"line": 325,
"column": 16
},
"end": {
"line": 325,
"column": 23
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "k",
"range": [
11890,
11891
],
"loc": {
"start": {
"line": 325,
"column": 25
},
"end": {
"line": 325,
"column": 26
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "a",
"range": [
11892,
11893
],
"loc": {
"start": {
"line": 325,
"column": 27
},
"end": {
"line": 325,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
11894,
11900
],
"loc": {
"start": {
"line": 325,
"column": 29
},
"end": {
"line": 325,
"column": 35
}
}
},
"range": [
11892,
11900
],
"loc": {
"start": {
"line": 325,
"column": 27
},
"end": {
"line": 325,
"column": 35
}
}
},
"range": [
11890,
11900
],
"loc": {
"start": {
"line": 325,
"column": 25
},
"end": {
"line": 325,
"column": 35
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "k",
"range": [
11902,
11903
],
"loc": {
"start": {
"line": 325,
"column": 37
},
"end": {
"line": 325,
"column": 38
}
}
},
"prefix": false,
"range": [
11902,
11905
],
"loc": {
"start": {
"line": 325,
"column": 37
},
"end": {
"line": 325,
"column": 40
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "itm",
"range": [
11929,
11932
],
"loc": {
"start": {
"line": 326,
"column": 20
},
"end": {
"line": 326,
"column": 23
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
11935,
11938
],
"loc": {
"start": {
"line": 326,
"column": 26
},
"end": {
"line": 326,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
11939,
11941
],
"loc": {
"start": {
"line": 326,
"column": 30
},
"end": {
"line": 326,
"column": 32
}
}
},
"range": [
11935,
11941
],
"loc": {
"start": {
"line": 326,
"column": 26
},
"end": {
"line": 326,
"column": 32
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "col_",
"raw": "'col_'",
"range": [
11942,
11948
],
"loc": {
"start": {
"line": 326,
"column": 33
},
"end": {
"line": 326,
"column": 39
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "a",
"range": [
11949,
11950
],
"loc": {
"start": {
"line": 326,
"column": 40
},
"end": {
"line": 326,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "k",
"range": [
11951,
11952
],
"loc": {
"start": {
"line": 326,
"column": 42
},
"end": {
"line": 326,
"column": 43
}
}
},
"range": [
11949,
11953
],
"loc": {
"start": {
"line": 326,
"column": 40
},
"end": {
"line": 326,
"column": 44
}
}
},
"range": [
11942,
11953
],
"loc": {
"start": {
"line": 326,
"column": 33
},
"end": {
"line": 326,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
11954,
11957
],
"loc": {
"start": {
"line": 326,
"column": 45
},
"end": {
"line": 326,
"column": 48
}
}
},
"range": [
11942,
11957
],
"loc": {
"start": {
"line": 326,
"column": 33
},
"end": {
"line": 326,
"column": 48
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11958,
11960
],
"loc": {
"start": {
"line": 326,
"column": 49
},
"end": {
"line": 326,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
11961,
11963
],
"loc": {
"start": {
"line": 326,
"column": 52
},
"end": {
"line": 326,
"column": 54
}
}
},
"range": [
11958,
11963
],
"loc": {
"start": {
"line": 326,
"column": 49
},
"end": {
"line": 326,
"column": 54
}
}
},
"range": [
11942,
11963
],
"loc": {
"start": {
"line": 326,
"column": 33
},
"end": {
"line": 326,
"column": 54
}
}
}
],
"range": [
11935,
11964
],
"loc": {
"start": {
"line": 326,
"column": 26
},
"end": {
"line": 326,
"column": 55
}
}
},
"range": [
11929,
11964
],
"loc": {
"start": {
"line": 326,
"column": 20
},
"end": {
"line": 326,
"column": 55
}
}
}
],
"kind": "var",
"range": [
11925,
11965
],
"loc": {
"start": {
"line": 326,
"column": 16
},
"end": {
"line": 326,
"column": 56
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "itm",
"range": [
11986,
11989
],
"loc": {
"start": {
"line": 327,
"column": 19
},
"end": {
"line": 327,
"column": 22
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
12013,
12016
],
"loc": {
"start": {
"line": 328,
"column": 20
},
"end": {
"line": 328,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "click",
"range": [
12017,
12022
],
"loc": {
"start": {
"line": 328,
"column": 24
},
"end": {
"line": 328,
"column": 29
}
}
},
"range": [
12013,
12022
],
"loc": {
"start": {
"line": 328,
"column": 20
},
"end": {
"line": 328,
"column": 29
}
}
},
"arguments": [],
"range": [
12013,
12024
],
"loc": {
"start": {
"line": 328,
"column": 20
},
"end": {
"line": 328,
"column": 31
}
}
},
"range": [
12013,
12025
],
"loc": {
"start": {
"line": 328,
"column": 20
},
"end": {
"line": 328,
"column": 32
}
}
}
],
"range": [
11990,
12044
],
"loc": {
"start": {
"line": 327,
"column": 23
},
"end": {
"line": 329,
"column": 17
}
}
},
"alternate": null,
"range": [
11983,
12044
],
"loc": {
"start": {
"line": 327,
"column": 16
},
"end": {
"line": 329,
"column": 17
}
}
}
],
"range": [
11906,
12059
],
"loc": {
"start": {
"line": 325,
"column": 41
},
"end": {
"line": 330,
"column": 13
}
}
},
"range": [
11877,
12059
],
"loc": {
"start": {
"line": 325,
"column": 12
},
"end": {
"line": 330,
"column": 13
}
}
}
],
"range": [
11827,
12070
],
"loc": {
"start": {
"line": 323,
"column": 24
},
"end": {
"line": 331,
"column": 9
}
}
},
"alternate": null,
"range": [
11811,
12070
],
"loc": {
"start": {
"line": 323,
"column": 8
},
"end": {
"line": 331,
"column": 9
}
}
}
],
"range": [
8704,
12077
],
"loc": {
"start": {
"line": 238,
"column": 18
},
"end": {
"line": 332,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
8702,
12077
],
"loc": {
"start": {
"line": 238,
"column": 16
},
"end": {
"line": 332,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
8690,
12077
],
"loc": {
"start": {
"line": 238,
"column": 4
},
"end": {
"line": 332,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Build columns manager UI\r\n ",
"range": [
8639,
8684
],
"loc": {
"start": {
"line": 235,
"column": 4
},
"end": {
"line": 237,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Hide or show specified columns\r\n * @param {Numner} colIndex Column index\r\n * @param {Boolean} hide hide column if true or show if false\r\n ",
"range": [
12085,
12252
],
"loc": {
"start": {
"line": 334,
"column": 4
},
"end": {
"line": 338,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "setHidden",
"range": [
12258,
12267
],
"loc": {
"start": {
"line": 339,
"column": 4
},
"end": {
"line": 339,
"column": 13
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
12268,
12276
],
"loc": {
"start": {
"line": 339,
"column": 14
},
"end": {
"line": 339,
"column": 22
}
}
},
{
"type": "Identifier",
"name": "hide",
"range": [
12278,
12282
],
"loc": {
"start": {
"line": 339,
"column": 24
},
"end": {
"line": 339,
"column": 28
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
12298,
12300
],
"loc": {
"start": {
"line": 340,
"column": 12
},
"end": {
"line": 340,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12303,
12307
],
"loc": {
"start": {
"line": 340,
"column": 17
},
"end": {
"line": 340,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
12308,
12310
],
"loc": {
"start": {
"line": 340,
"column": 22
},
"end": {
"line": 340,
"column": 24
}
}
},
"range": [
12303,
12310
],
"loc": {
"start": {
"line": 340,
"column": 17
},
"end": {
"line": 340,
"column": 24
}
}
},
"range": [
12298,
12310
],
"loc": {
"start": {
"line": 340,
"column": 12
},
"end": {
"line": 340,
"column": 24
}
}
}
],
"kind": "var",
"range": [
12294,
12311
],
"loc": {
"start": {
"line": 340,
"column": 8
},
"end": {
"line": 340,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tbl",
"range": [
12325,
12328
],
"loc": {
"start": {
"line": 341,
"column": 12
},
"end": {
"line": 341,
"column": 15
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
12331,
12333
],
"loc": {
"start": {
"line": 341,
"column": 18
},
"end": {
"line": 341,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
12334,
12337
],
"loc": {
"start": {
"line": 341,
"column": 21
},
"end": {
"line": 341,
"column": 24
}
}
},
"range": [
12331,
12337
],
"loc": {
"start": {
"line": 341,
"column": 18
},
"end": {
"line": 341,
"column": 24
}
}
},
"range": [
12325,
12337
],
"loc": {
"start": {
"line": 341,
"column": 12
},
"end": {
"line": 341,
"column": 24
}
}
}
],
"kind": "var",
"range": [
12321,
12338
],
"loc": {
"start": {
"line": 341,
"column": 8
},
"end": {
"line": 341,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12353,
12357
],
"loc": {
"start": {
"line": 343,
"column": 11
},
"end": {
"line": 343,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeColHidden",
"range": [
12358,
12375
],
"loc": {
"start": {
"line": 343,
"column": 16
},
"end": {
"line": 343,
"column": 33
}
}
},
"range": [
12353,
12375
],
"loc": {
"start": {
"line": 343,
"column": 11
},
"end": {
"line": 343,
"column": 33
}
}
},
"right": {
"type": "Identifier",
"name": "hide",
"range": [
12379,
12383
],
"loc": {
"start": {
"line": 343,
"column": 37
},
"end": {
"line": 343,
"column": 41
}
}
},
"range": [
12353,
12383
],
"loc": {
"start": {
"line": 343,
"column": 11
},
"end": {
"line": 343,
"column": 41
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12399,
12403
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeColHidden",
"range": [
12404,
12421
],
"loc": {
"start": {
"line": 344,
"column": 17
},
"end": {
"line": 344,
"column": 34
}
}
},
"range": [
12399,
12421
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
12422,
12426
],
"loc": {
"start": {
"line": 344,
"column": 35
},
"end": {
"line": 344,
"column": 39
}
}
},
"range": [
12399,
12426
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 39
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
12427,
12431
],
"loc": {
"start": {
"line": 344,
"column": 40
},
"end": {
"line": 344,
"column": 44
}
}
},
{
"type": "ThisExpression",
"range": [
12433,
12437
],
"loc": {
"start": {
"line": 344,
"column": 46
},
"end": {
"line": 344,
"column": 50
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12439,
12447
],
"loc": {
"start": {
"line": 344,
"column": 52
},
"end": {
"line": 344,
"column": 60
}
}
}
],
"range": [
12399,
12448
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 61
}
}
},
"range": [
12399,
12449
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 62
}
}
}
],
"range": [
12384,
12460
],
"loc": {
"start": {
"line": 343,
"column": 42
},
"end": {
"line": 345,
"column": 9
}
}
},
"alternate": null,
"range": [
12350,
12460
],
"loc": {
"start": {
"line": 343,
"column": 8
},
"end": {
"line": 345,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12473,
12477
],
"loc": {
"start": {
"line": 346,
"column": 11
},
"end": {
"line": 346,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeColDisplayed",
"range": [
12478,
12498
],
"loc": {
"start": {
"line": 346,
"column": 16
},
"end": {
"line": 346,
"column": 36
}
}
},
"range": [
12473,
12498
],
"loc": {
"start": {
"line": 346,
"column": 11
},
"end": {
"line": 346,
"column": 36
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "hide",
"range": [
12503,
12507
],
"loc": {
"start": {
"line": 346,
"column": 41
},
"end": {
"line": 346,
"column": 45
}
}
},
"prefix": true,
"range": [
12502,
12507
],
"loc": {
"start": {
"line": 346,
"column": 40
},
"end": {
"line": 346,
"column": 45
}
}
},
"range": [
12473,
12507
],
"loc": {
"start": {
"line": 346,
"column": 11
},
"end": {
"line": 346,
"column": 45
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12523,
12527
],
"loc": {
"start": {
"line": 347,
"column": 12
},
"end": {
"line": 347,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeColDisplayed",
"range": [
12528,
12548
],
"loc": {
"start": {
"line": 347,
"column": 17
},
"end": {
"line": 347,
"column": 37
}
}
},
"range": [
12523,
12548
],
"loc": {
"start": {
"line": 347,
"column": 12
},
"end": {
"line": 347,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
12549,
12553
],
"loc": {
"start": {
"line": 347,
"column": 38
},
"end": {
"line": 347,
"column": 42
}
}
},
"range": [
12523,
12553
],
"loc": {
"start": {
"line": 347,
"column": 12
},
"end": {
"line": 347,
"column": 42
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
12554,
12558
],
"loc": {
"start": {
"line": 347,
"column": 43
},
"end": {
"line": 347,
"column": 47
}
}
},
{
"type": "ThisExpression",
"range": [
12560,
12564
],
"loc": {
"start": {
"line": 347,
"column": 49
},
"end": {
"line": 347,
"column": 53
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12566,
12574
],
"loc": {
"start": {
"line": 347,
"column": 55
},
"end": {
"line": 347,
"column": 63
}
}
}
],
"range": [
12523,
12575
],
"loc": {
"start": {
"line": 347,
"column": 12
},
"end": {
"line": 347,
"column": 64
}
}
},
"range": [
12523,
12576
],
"loc": {
"start": {
"line": 347,
"column": 12
},
"end": {
"line": 347,
"column": 65
}
}
}
],
"range": [
12508,
12587
],
"loc": {
"start": {
"line": 346,
"column": 46
},
"end": {
"line": 348,
"column": 9
}
}
},
"alternate": null,
"range": [
12470,
12587
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 348,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12599,
12603
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "_hideCells",
"range": [
12604,
12614
],
"loc": {
"start": {
"line": 350,
"column": 13
},
"end": {
"line": 350,
"column": 23
}
}
},
"range": [
12599,
12614
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 23
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tbl",
"range": [
12615,
12618
],
"loc": {
"start": {
"line": 350,
"column": 24
},
"end": {
"line": 350,
"column": 27
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12620,
12628
],
"loc": {
"start": {
"line": 350,
"column": 29
},
"end": {
"line": 350,
"column": 37
}
}
},
{
"type": "Identifier",
"name": "hide",
"range": [
12630,
12634
],
"loc": {
"start": {
"line": 350,
"column": 39
},
"end": {
"line": 350,
"column": 43
}
}
}
],
"range": [
12599,
12635
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 44
}
}
},
"range": [
12599,
12636
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 45
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12649,
12653
],
"loc": {
"start": {
"line": 351,
"column": 11
},
"end": {
"line": 351,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
12654,
12664
],
"loc": {
"start": {
"line": 351,
"column": 16
},
"end": {
"line": 351,
"column": 26
}
}
},
"range": [
12649,
12664
],
"loc": {
"start": {
"line": 351,
"column": 11
},
"end": {
"line": 351,
"column": 26
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12680,
12684
],
"loc": {
"start": {
"line": 352,
"column": 12
},
"end": {
"line": 352,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "_hideCells",
"range": [
12685,
12695
],
"loc": {
"start": {
"line": 352,
"column": 17
},
"end": {
"line": 352,
"column": 27
}
}
},
"range": [
12680,
12695
],
"loc": {
"start": {
"line": 352,
"column": 12
},
"end": {
"line": 352,
"column": 27
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12696,
12700
],
"loc": {
"start": {
"line": 352,
"column": 28
},
"end": {
"line": 352,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "headersTbl",
"range": [
12701,
12711
],
"loc": {
"start": {
"line": 352,
"column": 33
},
"end": {
"line": 352,
"column": 43
}
}
},
"range": [
12696,
12711
],
"loc": {
"start": {
"line": 352,
"column": 28
},
"end": {
"line": 352,
"column": 43
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12713,
12721
],
"loc": {
"start": {
"line": 352,
"column": 45
},
"end": {
"line": 352,
"column": 53
}
}
},
{
"type": "Identifier",
"name": "hide",
"range": [
12723,
12727
],
"loc": {
"start": {
"line": 352,
"column": 55
},
"end": {
"line": 352,
"column": 59
}
}
}
],
"range": [
12680,
12728
],
"loc": {
"start": {
"line": 352,
"column": 12
},
"end": {
"line": 352,
"column": 60
}
}
},
"range": [
12680,
12729
],
"loc": {
"start": {
"line": 352,
"column": 12
},
"end": {
"line": 352,
"column": 61
}
}
}
],
"range": [
12665,
12740
],
"loc": {
"start": {
"line": 351,
"column": 27
},
"end": {
"line": 353,
"column": 9
}
}
},
"alternate": null,
"range": [
12646,
12740
],
"loc": {
"start": {
"line": 351,
"column": 8
},
"end": {
"line": 353,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
12756,
12766
],
"loc": {
"start": {
"line": 355,
"column": 12
},
"end": {
"line": 355,
"column": 22
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12769,
12773
],
"loc": {
"start": {
"line": 355,
"column": 25
},
"end": {
"line": 355,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
12774,
12784
],
"loc": {
"start": {
"line": 355,
"column": 30
},
"end": {
"line": 355,
"column": 40
}
}
},
"range": [
12769,
12784
],
"loc": {
"start": {
"line": 355,
"column": 25
},
"end": {
"line": 355,
"column": 40
}
}
},
"range": [
12756,
12784
],
"loc": {
"start": {
"line": 355,
"column": 12
},
"end": {
"line": 355,
"column": 40
}
}
}
],
"kind": "var",
"range": [
12752,
12785
],
"loc": {
"start": {
"line": 355,
"column": 8
},
"end": {
"line": 355,
"column": 41
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "hide",
"range": [
12798,
12802
],
"loc": {
"start": {
"line": 356,
"column": 11
},
"end": {
"line": 356,
"column": 15
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
12821,
12831
],
"loc": {
"start": {
"line": 357,
"column": 15
},
"end": {
"line": 357,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "indexOf",
"range": [
12832,
12839
],
"loc": {
"start": {
"line": 357,
"column": 26
},
"end": {
"line": 357,
"column": 33
}
}
},
"range": [
12821,
12839
],
"loc": {
"start": {
"line": 357,
"column": 15
},
"end": {
"line": 357,
"column": 33
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
12840,
12848
],
"loc": {
"start": {
"line": 357,
"column": 34
},
"end": {
"line": 357,
"column": 42
}
}
}
],
"range": [
12821,
12849
],
"loc": {
"start": {
"line": 357,
"column": 15
},
"end": {
"line": 357,
"column": 43
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "-",
"argument": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
12855,
12856
],
"loc": {
"start": {
"line": 357,
"column": 49
},
"end": {
"line": 357,
"column": 50
}
}
},
"prefix": true,
"range": [
12854,
12856
],
"loc": {
"start": {
"line": 357,
"column": 48
},
"end": {
"line": 357,
"column": 50
}
}
},
"range": [
12821,
12856
],
"loc": {
"start": {
"line": 357,
"column": 15
},
"end": {
"line": 357,
"column": 50
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12876,
12880
],
"loc": {
"start": {
"line": 358,
"column": 16
},
"end": {
"line": 358,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
12881,
12891
],
"loc": {
"start": {
"line": 358,
"column": 21
},
"end": {
"line": 358,
"column": 31
}
}
},
"range": [
12876,
12891
],
"loc": {
"start": {
"line": 358,
"column": 16
},
"end": {
"line": 358,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "push",
"range": [
12892,
12896
],
"loc": {
"start": {
"line": 358,
"column": 32
},
"end": {
"line": 358,
"column": 36
}
}
},
"range": [
12876,
12896
],
"loc": {
"start": {
"line": 358,
"column": 16
},
"end": {
"line": 358,
"column": 36
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
12897,
12905
],
"loc": {
"start": {
"line": 358,
"column": 37
},
"end": {
"line": 358,
"column": 45
}
}
}
],
"range": [
12876,
12906
],
"loc": {
"start": {
"line": 358,
"column": 16
},
"end": {
"line": 358,
"column": 46
}
}
},
"range": [
12876,
12907
],
"loc": {
"start": {
"line": 358,
"column": 16
},
"end": {
"line": 358,
"column": 47
}
}
}
],
"range": [
12857,
12922
],
"loc": {
"start": {
"line": 357,
"column": 51
},
"end": {
"line": 359,
"column": 13
}
}
},
"alternate": null,
"range": [
12818,
12922
],
"loc": {
"start": {
"line": 357,
"column": 12
},
"end": {
"line": 359,
"column": 13
}
}
}
],
"range": [
12803,
12933
],
"loc": {
"start": {
"line": 356,
"column": 16
},
"end": {
"line": 360,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "itemIndex",
"range": [
12958,
12967
],
"loc": {
"start": {
"line": 361,
"column": 16
},
"end": {
"line": 361,
"column": 25
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Arr",
"range": [
12970,
12973
],
"loc": {
"start": {
"line": 361,
"column": 28
},
"end": {
"line": 361,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "indexByValue",
"range": [
12974,
12986
],
"loc": {
"start": {
"line": 361,
"column": 32
},
"end": {
"line": 361,
"column": 44
}
}
},
"range": [
12970,
12986
],
"loc": {
"start": {
"line": 361,
"column": 28
},
"end": {
"line": 361,
"column": 44
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "hiddenCols",
"range": [
12987,
12997
],
"loc": {
"start": {
"line": 361,
"column": 45
},
"end": {
"line": 361,
"column": 55
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12999,
13007
],
"loc": {
"start": {
"line": 361,
"column": 57
},
"end": {
"line": 361,
"column": 65
}
}
},
{
"type": "Literal",
"value": true,
"raw": "true",
"range": [
13009,
13013
],
"loc": {
"start": {
"line": 361,
"column": 67
},
"end": {
"line": 361,
"column": 71
}
}
}
],
"range": [
12970,
13014
],
"loc": {
"start": {
"line": 361,
"column": 28
},
"end": {
"line": 361,
"column": 72
}
}
},
"range": [
12958,
13014
],
"loc": {
"start": {
"line": 361,
"column": 16
},
"end": {
"line": 361,
"column": 72
}
}
}
],
"kind": "var",
"range": [
12954,
13015
],
"loc": {
"start": {
"line": 361,
"column": 12
},
"end": {
"line": 361,
"column": 73
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
13032,
13042
],
"loc": {
"start": {
"line": 362,
"column": 15
},
"end": {
"line": 362,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "indexOf",
"range": [
13043,
13050
],
"loc": {
"start": {
"line": 362,
"column": 26
},
"end": {
"line": 362,
"column": 33
}
}
},
"range": [
13032,
13050
],
"loc": {
"start": {
"line": 362,
"column": 15
},
"end": {
"line": 362,
"column": 33
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
13051,
13059
],
"loc": {
"start": {
"line": 362,
"column": 34
},
"end": {
"line": 362,
"column": 42
}
}
}
],
"range": [
13032,
13060
],
"loc": {
"start": {
"line": 362,
"column": 15
},
"end": {
"line": 362,
"column": 43
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "-",
"argument": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
13066,
13067
],
"loc": {
"start": {
"line": 362,
"column": 49
},
"end": {
"line": 362,
"column": 50
}
}
},
"prefix": true,
"range": [
13065,
13067
],
"loc": {
"start": {
"line": 362,
"column": 48
},
"end": {
"line": 362,
"column": 50
}
}
},
"range": [
13032,
13067
],
"loc": {
"start": {
"line": 362,
"column": 15
},
"end": {
"line": 362,
"column": 50
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13087,
13091
],
"loc": {
"start": {
"line": 363,
"column": 16
},
"end": {
"line": 363,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
13092,
13102
],
"loc": {
"start": {
"line": 363,
"column": 21
},
"end": {
"line": 363,
"column": 31
}
}
},
"range": [
13087,
13102
],
"loc": {
"start": {
"line": 363,
"column": 16
},
"end": {
"line": 363,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "splice",
"range": [
13103,
13109
],
"loc": {
"start": {
"line": 363,
"column": 32
},
"end": {
"line": 363,
"column": 38
}
}
},
"range": [
13087,
13109
],
"loc": {
"start": {
"line": 363,
"column": 16
},
"end": {
"line": 363,
"column": 38
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "itemIndex",
"range": [
13110,
13119
],
"loc": {
"start": {
"line": 363,
"column": 39
},
"end": {
"line": 363,
"column": 48
}
}
},
{
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
13121,
13122
],
"loc": {
"start": {
"line": 363,
"column": 50
},
"end": {
"line": 363,
"column": 51
}
}
}
],
"range": [
13087,
13123
],
"loc": {
"start": {
"line": 363,
"column": 16
},
"end": {
"line": 363,
"column": 52
}
}
},
"range": [
13087,
13124
],
"loc": {
"start": {
"line": 363,
"column": 16
},
"end": {
"line": 363,
"column": 53
}
}
}
],
"range": [
13068,
13139
],
"loc": {
"start": {
"line": 362,
"column": 51
},
"end": {
"line": 364,
"column": 13
}
}
},
"alternate": null,
"range": [
13029,
13139
],
"loc": {
"start": {
"line": 362,
"column": 12
},
"end": {
"line": 364,
"column": 13
}
}
}
],
"range": [
12939,
13150
],
"loc": {
"start": {
"line": 360,
"column": 15
},
"end": {
"line": 365,
"column": 9
}
}
},
"range": [
12795,
13150
],
"loc": {
"start": {
"line": 356,
"column": 8
},
"end": {
"line": 365,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "gridLayout",
"range": [
13166,
13176
],
"loc": {
"start": {
"line": 367,
"column": 12
},
"end": {
"line": 367,
"column": 22
}
}
},
"init": null,
"range": [
13166,
13176
],
"loc": {
"start": {
"line": 367,
"column": 12
},
"end": {
"line": 367,
"column": 22
}
}
}
],
"kind": "var",
"range": [
13162,
13177
],
"loc": {
"start": {
"line": 367,
"column": 8
},
"end": {
"line": 367,
"column": 23
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "headTbl",
"range": [
13191,
13198
],
"loc": {
"start": {
"line": 368,
"column": 12
},
"end": {
"line": 368,
"column": 19
}
}
},
"init": null,
"range": [
13191,
13198
],
"loc": {
"start": {
"line": 368,
"column": 12
},
"end": {
"line": 368,
"column": 19
}
}
}
],
"kind": "var",
"range": [
13187,
13199
],
"loc": {
"start": {
"line": 368,
"column": 8
},
"end": {
"line": 368,
"column": 20
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "gridColElms",
"range": [
13213,
13224
],
"loc": {
"start": {
"line": 369,
"column": 12
},
"end": {
"line": 369,
"column": 23
}
}
},
"init": null,
"range": [
13213,
13224
],
"loc": {
"start": {
"line": 369,
"column": 12
},
"end": {
"line": 369,
"column": 23
}
}
}
],
"kind": "var",
"range": [
13209,
13225
],
"loc": {
"start": {
"line": 369,
"column": 8
},
"end": {
"line": 369,
"column": 24
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13238,
13242
],
"loc": {
"start": {
"line": 370,
"column": 11
},
"end": {
"line": 370,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColHidden",
"range": [
13243,
13259
],
"loc": {
"start": {
"line": 370,
"column": 16
},
"end": {
"line": 370,
"column": 32
}
}
},
"range": [
13238,
13259
],
"loc": {
"start": {
"line": 370,
"column": 11
},
"end": {
"line": 370,
"column": 32
}
}
},
"right": {
"type": "Identifier",
"name": "hide",
"range": [
13263,
13267
],
"loc": {
"start": {
"line": 370,
"column": 36
},
"end": {
"line": 370,
"column": 40
}
}
},
"range": [
13238,
13267
],
"loc": {
"start": {
"line": 370,
"column": 11
},
"end": {
"line": 370,
"column": 40
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
13493,
13495
],
"loc": {
"start": {
"line": 375,
"column": 15
},
"end": {
"line": 375,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
13496,
13506
],
"loc": {
"start": {
"line": 375,
"column": 18
},
"end": {
"line": 375,
"column": 28
}
}
},
"range": [
13493,
13506
],
"loc": {
"start": {
"line": 375,
"column": 15
},
"end": {
"line": 375,
"column": 28
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "gridLayout",
"range": [
13526,
13536
],
"loc": {
"start": {
"line": 376,
"column": 16
},
"end": {
"line": 376,
"column": 26
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
13539,
13541
],
"loc": {
"start": {
"line": 376,
"column": 29
},
"end": {
"line": 376,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13542,
13549
],
"loc": {
"start": {
"line": 376,
"column": 32
},
"end": {
"line": 376,
"column": 39
}
}
},
"range": [
13539,
13549
],
"loc": {
"start": {
"line": 376,
"column": 29
},
"end": {
"line": 376,
"column": 39
}
}
},
"arguments": [
{
"type": "Literal",
"value": "gridLayout",
"raw": "'gridLayout'",
"range": [
13550,
13562
],
"loc": {
"start": {
"line": 376,
"column": 40
},
"end": {
"line": 376,
"column": 52
}
}
}
],
"range": [
13539,
13563
],
"loc": {
"start": {
"line": 376,
"column": 29
},
"end": {
"line": 376,
"column": 53
}
}
},
"range": [
13526,
13563
],
"loc": {
"start": {
"line": 376,
"column": 16
},
"end": {
"line": 376,
"column": 53
}
}
},
"range": [
13526,
13564
],
"loc": {
"start": {
"line": 376,
"column": 16
},
"end": {
"line": 376,
"column": 54
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "headTbl",
"range": [
13582,
13589
],
"loc": {
"start": {
"line": 377,
"column": 16
},
"end": {
"line": 377,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "gridLayout",
"range": [
13592,
13602
],
"loc": {
"start": {
"line": 377,
"column": 26
},
"end": {
"line": 377,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
13603,
13610
],
"loc": {
"start": {
"line": 377,
"column": 37
},
"end": {
"line": 377,
"column": 44
}
}
},
"range": [
13592,
13610
],
"loc": {
"start": {
"line": 377,
"column": 26
},
"end": {
"line": 377,
"column": 44
}
}
},
"range": [
13582,
13610
],
"loc": {
"start": {
"line": 377,
"column": 16
},
"end": {
"line": 377,
"column": 44
}
}
},
"range": [
13582,
13611
],
"loc": {
"start": {
"line": 377,
"column": 16
},
"end": {
"line": 377,
"column": 45
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "gridColElms",
"range": [
13629,
13640
],
"loc": {
"start": {
"line": 378,
"column": 16
},
"end": {
"line": 378,
"column": 27
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "gridLayout",
"range": [
13643,
13653
],
"loc": {
"start": {
"line": 378,
"column": 30
},
"end": {
"line": 378,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "gridColElms",
"range": [
13654,
13665
],
"loc": {
"start": {
"line": 378,
"column": 41
},
"end": {
"line": 378,
"column": 52
}
}
},
"range": [
13643,
13665
],
"loc": {
"start": {
"line": 378,
"column": 30
},
"end": {
"line": 378,
"column": 52
}
}
},
"range": [
13629,
13665
],
"loc": {
"start": {
"line": 378,
"column": 16
},
"end": {
"line": 378,
"column": 52
}
}
},
"range": [
13629,
13666
],
"loc": {
"start": {
"line": 378,
"column": 16
},
"end": {
"line": 378,
"column": 53
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "hiddenWidth",
"range": [
13688,
13699
],
"loc": {
"start": {
"line": 379,
"column": 20
},
"end": {
"line": 379,
"column": 31
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
13702,
13710
],
"loc": {
"start": {
"line": 379,
"column": 34
},
"end": {
"line": 379,
"column": 42
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "gridColElms",
"range": [
13733,
13744
],
"loc": {
"start": {
"line": 380,
"column": 20
},
"end": {
"line": 380,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
13745,
13753
],
"loc": {
"start": {
"line": 380,
"column": 32
},
"end": {
"line": 380,
"column": 40
}
}
},
"range": [
13733,
13754
],
"loc": {
"start": {
"line": 380,
"column": 20
},
"end": {
"line": 380,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
13755,
13760
],
"loc": {
"start": {
"line": 380,
"column": 42
},
"end": {
"line": 380,
"column": 47
}
}
},
"range": [
13733,
13760
],
"loc": {
"start": {
"line": 380,
"column": 20
},
"end": {
"line": 380,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
13761,
13766
],
"loc": {
"start": {
"line": 380,
"column": 48
},
"end": {
"line": 380,
"column": 53
}
}
},
"range": [
13733,
13766
],
"loc": {
"start": {
"line": 380,
"column": 20
},
"end": {
"line": 380,
"column": 53
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
13768,
13770
],
"loc": {
"start": {
"line": 380,
"column": 55
},
"end": {
"line": 380,
"column": 57
}
}
}
],
"range": [
13702,
13771
],
"loc": {
"start": {
"line": 379,
"column": 34
},
"end": {
"line": 380,
"column": 58
}
}
},
"range": [
13688,
13771
],
"loc": {
"start": {
"line": 379,
"column": 20
},
"end": {
"line": 380,
"column": 58
}
}
}
],
"kind": "var",
"range": [
13684,
13772
],
"loc": {
"start": {
"line": 379,
"column": 16
},
"end": {
"line": 380,
"column": 59
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "headTblW",
"range": [
13796,
13804
],
"loc": {
"start": {
"line": 382,
"column": 20
},
"end": {
"line": 382,
"column": 28
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
13807,
13815
],
"loc": {
"start": {
"line": 382,
"column": 31
},
"end": {
"line": 382,
"column": 39
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headTbl",
"range": [
13816,
13823
],
"loc": {
"start": {
"line": 382,
"column": 40
},
"end": {
"line": 382,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
13824,
13829
],
"loc": {
"start": {
"line": 382,
"column": 48
},
"end": {
"line": 382,
"column": 53
}
}
},
"range": [
13816,
13829
],
"loc": {
"start": {
"line": 382,
"column": 40
},
"end": {
"line": 382,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
13830,
13835
],
"loc": {
"start": {
"line": 382,
"column": 54
},
"end": {
"line": 382,
"column": 59
}
}
},
"range": [
13816,
13835
],
"loc": {
"start": {
"line": 382,
"column": 40
},
"end": {
"line": 382,
"column": 59
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
13837,
13839
],
"loc": {
"start": {
"line": 382,
"column": 61
},
"end": {
"line": 382,
"column": 63
}
}
}
],
"range": [
13807,
13840
],
"loc": {
"start": {
"line": 382,
"column": 31
},
"end": {
"line": 382,
"column": 64
}
}
},
"range": [
13796,
13840
],
"loc": {
"start": {
"line": 382,
"column": 20
},
"end": {
"line": 382,
"column": 64
}
}
}
],
"kind": "var",
"range": [
13792,
13841
],
"loc": {
"start": {
"line": 382,
"column": 16
},
"end": {
"line": 382,
"column": 65
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headTbl",
"range": [
13859,
13866
],
"loc": {
"start": {
"line": 383,
"column": 16
},
"end": {
"line": 383,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
13867,
13872
],
"loc": {
"start": {
"line": 383,
"column": 24
},
"end": {
"line": 383,
"column": 29
}
}
},
"range": [
13859,
13872
],
"loc": {
"start": {
"line": 383,
"column": 16
},
"end": {
"line": 383,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
13873,
13878
],
"loc": {
"start": {
"line": 383,
"column": 30
},
"end": {
"line": 383,
"column": 35
}
}
},
"range": [
13859,
13878
],
"loc": {
"start": {
"line": 383,
"column": 16
},
"end": {
"line": 383,
"column": 35
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "headTblW",
"range": [
13881,
13889
],
"loc": {
"start": {
"line": 383,
"column": 38
},
"end": {
"line": 383,
"column": 46
}
}
},
"right": {
"type": "Identifier",
"name": "hiddenWidth",
"range": [
13892,
13903
],
"loc": {
"start": {
"line": 383,
"column": 49
},
"end": {
"line": 383,
"column": 60
}
}
},
"range": [
13881,
13903
],
"loc": {
"start": {
"line": 383,
"column": 38
},
"end": {
"line": 383,
"column": 60
}
}
},
"right": {
"type": "Literal",
"value": "px",
"raw": "'px'",
"range": [
13906,
13910
],
"loc": {
"start": {
"line": 383,
"column": 63
},
"end": {
"line": 383,
"column": 67
}
}
},
"range": [
13881,
13910
],
"loc": {
"start": {
"line": 383,
"column": 38
},
"end": {
"line": 383,
"column": 67
}
}
},
"range": [
13859,
13910
],
"loc": {
"start": {
"line": 383,
"column": 16
},
"end": {
"line": 383,
"column": 67
}
}
},
"range": [
13859,
13911
],
"loc": {
"start": {
"line": 383,
"column": 16
},
"end": {
"line": 383,
"column": 68
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
13929,
13932
],
"loc": {
"start": {
"line": 384,
"column": 16
},
"end": {
"line": 384,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
13933,
13938
],
"loc": {
"start": {
"line": 384,
"column": 20
},
"end": {
"line": 384,
"column": 25
}
}
},
"range": [
13929,
13938
],
"loc": {
"start": {
"line": 384,
"column": 16
},
"end": {
"line": 384,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
13939,
13944
],
"loc": {
"start": {
"line": 384,
"column": 26
},
"end": {
"line": 384,
"column": 31
}
}
},
"range": [
13929,
13944
],
"loc": {
"start": {
"line": 384,
"column": 16
},
"end": {
"line": 384,
"column": 31
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headTbl",
"range": [
13947,
13954
],
"loc": {
"start": {
"line": 384,
"column": 34
},
"end": {
"line": 384,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
13955,
13960
],
"loc": {
"start": {
"line": 384,
"column": 42
},
"end": {
"line": 384,
"column": 47
}
}
},
"range": [
13947,
13960
],
"loc": {
"start": {
"line": 384,
"column": 34
},
"end": {
"line": 384,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
13961,
13966
],
"loc": {
"start": {
"line": 384,
"column": 48
},
"end": {
"line": 384,
"column": 53
}
}
},
"range": [
13947,
13966
],
"loc": {
"start": {
"line": 384,
"column": 34
},
"end": {
"line": 384,
"column": 53
}
}
},
"range": [
13929,
13966
],
"loc": {
"start": {
"line": 384,
"column": 16
},
"end": {
"line": 384,
"column": 53
}
}
},
"range": [
13929,
13967
],
"loc": {
"start": {
"line": 384,
"column": 16
},
"end": {
"line": 384,
"column": 54
}
}
}
],
"range": [
13507,
13982
],
"loc": {
"start": {
"line": 375,
"column": 29
},
"end": {
"line": 385,
"column": 13
}
}
},
"alternate": null,
"range": [
13490,
13982
],
"loc": {
"start": {
"line": 375,
"column": 12
},
"end": {
"line": 385,
"column": 13
}
},
"leadingComments": [
{
"type": "Line",
"value": "This event is fired just after a column is displayed for",
"range": [
13283,
13341
],
"loc": {
"start": {
"line": 371,
"column": 12
},
"end": {
"line": 371,
"column": 70
}
}
},
{
"type": "Line",
"value": "grid_layout support",
"range": [
13355,
13376
],
"loc": {
"start": {
"line": 372,
"column": 12
},
"end": {
"line": 372,
"column": 33
}
}
},
{
"type": "Line",
"value": "TODO: grid layout module should be responsible for those",
"range": [
13390,
13448
],
"loc": {
"start": {
"line": 373,
"column": 12
},
"end": {
"line": 373,
"column": 70
}
}
},
{
"type": "Line",
"value": "calculations",
"range": [
13462,
13476
],
"loc": {
"start": {
"line": 374,
"column": 12
},
"end": {
"line": 374,
"column": 26
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13996,
14000
],
"loc": {
"start": {
"line": 386,
"column": 12
},
"end": {
"line": 386,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColHidden",
"range": [
14001,
14017
],
"loc": {
"start": {
"line": 386,
"column": 17
},
"end": {
"line": 386,
"column": 33
}
}
},
"range": [
13996,
14017
],
"loc": {
"start": {
"line": 386,
"column": 12
},
"end": {
"line": 386,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
14018,
14022
],
"loc": {
"start": {
"line": 386,
"column": 34
},
"end": {
"line": 386,
"column": 38
}
}
},
"range": [
13996,
14022
],
"loc": {
"start": {
"line": 386,
"column": 12
},
"end": {
"line": 386,
"column": 38
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
14023,
14027
],
"loc": {
"start": {
"line": 386,
"column": 39
},
"end": {
"line": 386,
"column": 43
}
}
},
{
"type": "ThisExpression",
"range": [
14029,
14033
],
"loc": {
"start": {
"line": 386,
"column": 45
},
"end": {
"line": 386,
"column": 49
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
14035,
14043
],
"loc": {
"start": {
"line": 386,
"column": 51
},
"end": {
"line": 386,
"column": 59
}
}
}
],
"range": [
13996,
14044
],
"loc": {
"start": {
"line": 386,
"column": 12
},
"end": {
"line": 386,
"column": 60
}
}
},
"range": [
13996,
14045
],
"loc": {
"start": {
"line": 386,
"column": 12
},
"end": {
"line": 386,
"column": 61
}
}
}
],
"range": [
13268,
14056
],
"loc": {
"start": {
"line": 370,
"column": 41
},
"end": {
"line": 387,
"column": 9
}
}
},
"alternate": null,
"range": [
13235,
14056
],
"loc": {
"start": {
"line": 370,
"column": 8
},
"end": {
"line": 387,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
14071,
14075
],
"loc": {
"start": {
"line": 389,
"column": 11
},
"end": {
"line": 389,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColDisplayed",
"range": [
14076,
14095
],
"loc": {
"start": {
"line": 389,
"column": 16
},
"end": {
"line": 389,
"column": 35
}
}
},
"range": [
14071,
14095
],
"loc": {
"start": {
"line": 389,
"column": 11
},
"end": {
"line": 389,
"column": 35
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "hide",
"range": [
14100,
14104
],
"loc": {
"start": {
"line": 389,
"column": 40
},
"end": {
"line": 389,
"column": 44
}
}
},
"prefix": true,
"range": [
14099,
14104
],
"loc": {
"start": {
"line": 389,
"column": 39
},
"end": {
"line": 389,
"column": 44
}
}
},
"range": [
14071,
14104
],
"loc": {
"start": {
"line": 389,
"column": 11
},
"end": {
"line": 389,
"column": 44
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
14330,
14332
],
"loc": {
"start": {
"line": 394,
"column": 15
},
"end": {
"line": 394,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
14333,
14343
],
"loc": {
"start": {
"line": 394,
"column": 18
},
"end": {
"line": 394,
"column": 28
}
}
},
"range": [
14330,
14343
],
"loc": {
"start": {
"line": 394,
"column": 15
},
"end": {
"line": 394,
"column": 28
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "gridLayout",
"range": [
14363,
14373
],
"loc": {
"start": {
"line": 395,
"column": 16
},
"end": {
"line": 395,
"column": 26
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
14376,
14378
],
"loc": {
"start": {
"line": 395,
"column": 29
},
"end": {
"line": 395,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
14379,
14386
],
"loc": {
"start": {
"line": 395,
"column": 32
},
"end": {
"line": 395,
"column": 39
}
}
},
"range": [
14376,
14386
],
"loc": {
"start": {
"line": 395,
"column": 29
},
"end": {
"line": 395,
"column": 39
}
}
},
"arguments": [
{
"type": "Literal",
"value": "gridLayout",
"raw": "'gridLayout'",
"range": [
14387,
14399
],
"loc": {
"start": {
"line": 395,
"column": 40
},
"end": {
"line": 395,
"column": 52
}
}
}
],
"range": [
14376,
14400
],
"loc": {
"start": {
"line": 395,
"column": 29
},
"end": {
"line": 395,
"column": 53
}
}
},
"range": [
14363,
14400
],
"loc": {
"start": {
"line": 395,
"column": 16
},
"end": {
"line": 395,
"column": 53
}
}
},
"range": [
14363,
14401
],
"loc": {
"start": {
"line": 395,
"column": 16
},
"end": {
"line": 395,
"column": 54
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "headTbl",
"range": [
14419,
14426
],
"loc": {
"start": {
"line": 396,
"column": 16
},
"end": {
"line": 396,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "gridLayout",
"range": [
14429,
14439
],
"loc": {
"start": {
"line": 396,
"column": 26
},
"end": {
"line": 396,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
14440,
14447
],
"loc": {
"start": {
"line": 396,
"column": 37
},
"end": {
"line": 396,
"column": 44
}
}
},
"range": [
14429,
14447
],
"loc": {
"start": {
"line": 396,
"column": 26
},
"end": {
"line": 396,
"column": 44
}
}
},
"range": [
14419,
14447
],
"loc": {
"start": {
"line": 396,
"column": 16
},
"end": {
"line": 396,
"column": 44
}
}
},
"range": [
14419,
14448
],
"loc": {
"start": {
"line": 396,
"column": 16
},
"end": {
"line": 396,
"column": 45
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "gridColElms",
"range": [
14466,
14477
],
"loc": {
"start": {
"line": 397,
"column": 16
},
"end": {
"line": 397,
"column": 27
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "gridLayout",
"range": [
14480,
14490
],
"loc": {
"start": {
"line": 397,
"column": 30
},
"end": {
"line": 397,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "gridColElms",
"range": [
14491,
14502
],
"loc": {
"start": {
"line": 397,
"column": 41
},
"end": {
"line": 397,
"column": 52
}
}
},
"range": [
14480,
14502
],
"loc": {
"start": {
"line": 397,
"column": 30
},
"end": {
"line": 397,
"column": 52
}
}
},
"range": [
14466,
14502
],
"loc": {
"start": {
"line": 397,
"column": 16
},
"end": {
"line": 397,
"column": 52
}
}
},
"range": [
14466,
14503
],
"loc": {
"start": {
"line": 397,
"column": 16
},
"end": {
"line": 397,
"column": 53
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "width",
"range": [
14525,
14530
],
"loc": {
"start": {
"line": 398,
"column": 20
},
"end": {
"line": 398,
"column": 25
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
14533,
14541
],
"loc": {
"start": {
"line": 398,
"column": 28
},
"end": {
"line": 398,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "gridColElms",
"range": [
14542,
14553
],
"loc": {
"start": {
"line": 398,
"column": 37
},
"end": {
"line": 398,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
14554,
14562
],
"loc": {
"start": {
"line": 398,
"column": 49
},
"end": {
"line": 398,
"column": 57
}
}
},
"range": [
14542,
14563
],
"loc": {
"start": {
"line": 398,
"column": 37
},
"end": {
"line": 398,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
14564,
14569
],
"loc": {
"start": {
"line": 398,
"column": 59
},
"end": {
"line": 398,
"column": 64
}
}
},
"range": [
14542,
14569
],
"loc": {
"start": {
"line": 398,
"column": 37
},
"end": {
"line": 398,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
14570,
14575
],
"loc": {
"start": {
"line": 398,
"column": 65
},
"end": {
"line": 398,
"column": 70
}
}
},
"range": [
14542,
14575
],
"loc": {
"start": {
"line": 398,
"column": 37
},
"end": {
"line": 398,
"column": 70
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
14577,
14579
],
"loc": {
"start": {
"line": 398,
"column": 72
},
"end": {
"line": 398,
"column": 74
}
}
}
],
"range": [
14533,
14580
],
"loc": {
"start": {
"line": 398,
"column": 28
},
"end": {
"line": 398,
"column": 75
}
}
},
"range": [
14525,
14580
],
"loc": {
"start": {
"line": 398,
"column": 20
},
"end": {
"line": 398,
"column": 75
}
}
}
],
"kind": "var",
"range": [
14521,
14581
],
"loc": {
"start": {
"line": 398,
"column": 16
},
"end": {
"line": 398,
"column": 76
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headTbl",
"range": [
14599,
14606
],
"loc": {
"start": {
"line": 399,
"column": 16
},
"end": {
"line": 399,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
14607,
14612
],
"loc": {
"start": {
"line": 399,
"column": 24
},
"end": {
"line": 399,
"column": 29
}
}
},
"range": [
14599,
14612
],
"loc": {
"start": {
"line": 399,
"column": 16
},
"end": {
"line": 399,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
14613,
14618
],
"loc": {
"start": {
"line": 399,
"column": 30
},
"end": {
"line": 399,
"column": 35
}
}
},
"range": [
14599,
14618
],
"loc": {
"start": {
"line": 399,
"column": 16
},
"end": {
"line": 399,
"column": 35
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
14643,
14651
],
"loc": {
"start": {
"line": 400,
"column": 21
},
"end": {
"line": 400,
"column": 29
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headTbl",
"range": [
14652,
14659
],
"loc": {
"start": {
"line": 400,
"column": 30
},
"end": {
"line": 400,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
14660,
14665
],
"loc": {
"start": {
"line": 400,
"column": 38
},
"end": {
"line": 400,
"column": 43
}
}
},
"range": [
14652,
14665
],
"loc": {
"start": {
"line": 400,
"column": 30
},
"end": {
"line": 400,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
14666,
14671
],
"loc": {
"start": {
"line": 400,
"column": 44
},
"end": {
"line": 400,
"column": 49
}
}
},
"range": [
14652,
14671
],
"loc": {
"start": {
"line": 400,
"column": 30
},
"end": {
"line": 400,
"column": 49
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
14673,
14675
],
"loc": {
"start": {
"line": 400,
"column": 51
},
"end": {
"line": 400,
"column": 53
}
}
}
],
"range": [
14643,
14676
],
"loc": {
"start": {
"line": 400,
"column": 21
},
"end": {
"line": 400,
"column": 54
}
}
},
"right": {
"type": "Identifier",
"name": "width",
"range": [
14679,
14684
],
"loc": {
"start": {
"line": 400,
"column": 57
},
"end": {
"line": 400,
"column": 62
}
}
},
"range": [
14643,
14684
],
"loc": {
"start": {
"line": 400,
"column": 21
},
"end": {
"line": 400,
"column": 62
}
}
},
"right": {
"type": "Literal",
"value": "px",
"raw": "'px'",
"range": [
14688,
14692
],
"loc": {
"start": {
"line": 400,
"column": 66
},
"end": {
"line": 400,
"column": 70
}
}
},
"range": [
14642,
14692
],
"loc": {
"start": {
"line": 400,
"column": 20
},
"end": {
"line": 400,
"column": 70
}
}
},
"range": [
14599,
14692
],
"loc": {
"start": {
"line": 399,
"column": 16
},
"end": {
"line": 400,
"column": 70
}
}
},
"range": [
14599,
14693
],
"loc": {
"start": {
"line": 399,
"column": 16
},
"end": {
"line": 400,
"column": 71
}
}
},
{
"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": "tf",
"range": [
14711,
14713
],
"loc": {
"start": {
"line": 401,
"column": 16
},
"end": {
"line": 401,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
14714,
14717
],
"loc": {
"start": {
"line": 401,
"column": 19
},
"end": {
"line": 401,
"column": 22
}
}
},
"range": [
14711,
14717
],
"loc": {
"start": {
"line": 401,
"column": 16
},
"end": {
"line": 401,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
14718,
14723
],
"loc": {
"start": {
"line": 401,
"column": 23
},
"end": {
"line": 401,
"column": 28
}
}
},
"range": [
14711,
14723
],
"loc": {
"start": {
"line": 401,
"column": 16
},
"end": {
"line": 401,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
14724,
14729
],
"loc": {
"start": {
"line": 401,
"column": 29
},
"end": {
"line": 401,
"column": 34
}
}
},
"range": [
14711,
14729
],
"loc": {
"start": {
"line": 401,
"column": 16
},
"end": {
"line": 401,
"column": 34
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "headTbl",
"range": [
14732,
14739
],
"loc": {
"start": {
"line": 401,
"column": 37
},
"end": {
"line": 401,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
14740,
14745
],
"loc": {
"start": {
"line": 401,
"column": 45
},
"end": {
"line": 401,
"column": 50
}
}
},
"range": [
14732,
14745
],
"loc": {
"start": {
"line": 401,
"column": 37
},
"end": {
"line": 401,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
14746,
14751
],
"loc": {
"start": {
"line": 401,
"column": 51
},
"end": {
"line": 401,
"column": 56
}
}
},
"range": [
14732,
14751
],
"loc": {
"start": {
"line": 401,
"column": 37
},
"end": {
"line": 401,
"column": 56
}
}
},
"range": [
14711,
14751
],
"loc": {
"start": {
"line": 401,
"column": 16
},
"end": {
"line": 401,
"column": 56
}
}
},
"range": [
14711,
14752
],
"loc": {
"start": {
"line": 401,
"column": 16
},
"end": {
"line": 401,
"column": 57
}
}
}
],
"range": [
14344,
14767
],
"loc": {
"start": {
"line": 394,
"column": 29
},
"end": {
"line": 402,
"column": 13
}
}
},
"alternate": null,
"range": [
14327,
14767
],
"loc": {
"start": {
"line": 394,
"column": 12
},
"end": {
"line": 402,
"column": 13
}
},
"leadingComments": [
{
"type": "Line",
"value": "This event is fired just after a column is displayed for",
"range": [
14120,
14178
],
"loc": {
"start": {
"line": 390,
"column": 12
},
"end": {
"line": 390,
"column": 70
}
}
},
{
"type": "Line",
"value": "grid_layout support",
"range": [
14192,
14213
],
"loc": {
"start": {
"line": 391,
"column": 12
},
"end": {
"line": 391,
"column": 33
}
}
},
{
"type": "Line",
"value": "TODO: grid layout module should be responsible for those",
"range": [
14227,
14285
],
"loc": {
"start": {
"line": 392,
"column": 12
},
"end": {
"line": 392,
"column": 70
}
}
},
{
"type": "Line",
"value": "calculations",
"range": [
14299,
14313
],
"loc": {
"start": {
"line": 393,
"column": 12
},
"end": {
"line": 393,
"column": 26
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
14781,
14785
],
"loc": {
"start": {
"line": 403,
"column": 12
},
"end": {
"line": 403,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterColDisplayed",
"range": [
14786,
14805
],
"loc": {
"start": {
"line": 403,
"column": 17
},
"end": {
"line": 403,
"column": 36
}
}
},
"range": [
14781,
14805
],
"loc": {
"start": {
"line": 403,
"column": 12
},
"end": {
"line": 403,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
14806,
14810
],
"loc": {
"start": {
"line": 403,
"column": 37
},
"end": {
"line": 403,
"column": 41
}
}
},
"range": [
14781,
14810
],
"loc": {
"start": {
"line": 403,
"column": 12
},
"end": {
"line": 403,
"column": 41
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
14811,
14815
],
"loc": {
"start": {
"line": 403,
"column": 42
},
"end": {
"line": 403,
"column": 46
}
}
},
{
"type": "ThisExpression",
"range": [
14817,
14821
],
"loc": {
"start": {
"line": 403,
"column": 48
},
"end": {
"line": 403,
"column": 52
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
14823,
14831
],
"loc": {
"start": {
"line": 403,
"column": 54
},
"end": {
"line": 403,
"column": 62
}
}
}
],
"range": [
14781,
14832
],
"loc": {
"start": {
"line": 403,
"column": 12
},
"end": {
"line": 403,
"column": 63
}
}
},
"range": [
14781,
14833
],
"loc": {
"start": {
"line": 403,
"column": 12
},
"end": {
"line": 403,
"column": 64
}
}
}
],
"range": [
14105,
14844
],
"loc": {
"start": {
"line": 389,
"column": 45
},
"end": {
"line": 404,
"column": 9
}
}
},
"alternate": null,
"range": [
14068,
14844
],
"loc": {
"start": {
"line": 389,
"column": 8
},
"end": {
"line": 404,
"column": 9
}
}
}
],
"range": [
12283,
14851
],
"loc": {
"start": {
"line": 339,
"column": 29
},
"end": {
"line": 405,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
12267,
14851
],
"loc": {
"start": {
"line": 339,
"column": 13
},
"end": {
"line": 405,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
12258,
14851
],
"loc": {
"start": {
"line": 339,
"column": 4
},
"end": {
"line": 405,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Hide or show specified columns\r\n * @param {Numner} colIndex Column index\r\n * @param {Boolean} hide hide column if true or show if false\r\n ",
"range": [
12085,
12252
],
"loc": {
"start": {
"line": 334,
"column": 4
},
"end": {
"line": 338,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Show specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
14859,
14948
],
"loc": {
"start": {
"line": 407,
"column": 4
},
"end": {
"line": 410,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "showCol",
"range": [
14954,
14961
],
"loc": {
"start": {
"line": 411,
"column": 4
},
"end": {
"line": 411,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
14962,
14970
],
"loc": {
"start": {
"line": 411,
"column": 12
},
"end": {
"line": 411,
"column": 20
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "colIndex",
"range": [
14985,
14993
],
"loc": {
"start": {
"line": 412,
"column": 11
},
"end": {
"line": 412,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "undefined",
"range": [
14998,
15007
],
"loc": {
"start": {
"line": 412,
"column": 24
},
"end": {
"line": 412,
"column": 33
}
}
},
"range": [
14985,
15007
],
"loc": {
"start": {
"line": 412,
"column": 11
},
"end": {
"line": 412,
"column": 33
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15012,
15016
],
"loc": {
"start": {
"line": 412,
"column": 38
},
"end": {
"line": 412,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "isColHidden",
"range": [
15017,
15028
],
"loc": {
"start": {
"line": 412,
"column": 43
},
"end": {
"line": 412,
"column": 54
}
}
},
"range": [
15012,
15028
],
"loc": {
"start": {
"line": 412,
"column": 38
},
"end": {
"line": 412,
"column": 54
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15029,
15037
],
"loc": {
"start": {
"line": 412,
"column": 55
},
"end": {
"line": 412,
"column": 63
}
}
}
],
"range": [
15012,
15038
],
"loc": {
"start": {
"line": 412,
"column": 38
},
"end": {
"line": 412,
"column": 64
}
}
},
"prefix": true,
"range": [
15011,
15038
],
"loc": {
"start": {
"line": 412,
"column": 37
},
"end": {
"line": 412,
"column": 64
}
}
},
"range": [
14985,
15038
],
"loc": {
"start": {
"line": 412,
"column": 11
},
"end": {
"line": 412,
"column": 64
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
15054,
15061
],
"loc": {
"start": {
"line": 413,
"column": 12
},
"end": {
"line": 413,
"column": 19
}
}
}
],
"range": [
15039,
15072
],
"loc": {
"start": {
"line": 412,
"column": 65
},
"end": {
"line": 414,
"column": 9
}
}
},
"alternate": null,
"range": [
14982,
15072
],
"loc": {
"start": {
"line": 412,
"column": 8
},
"end": {
"line": 414,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15085,
15089
],
"loc": {
"start": {
"line": 415,
"column": 11
},
"end": {
"line": 415,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "manager",
"range": [
15090,
15097
],
"loc": {
"start": {
"line": 415,
"column": 16
},
"end": {
"line": 415,
"column": 23
}
}
},
"range": [
15085,
15097
],
"loc": {
"start": {
"line": 415,
"column": 11
},
"end": {
"line": 415,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15101,
15105
],
"loc": {
"start": {
"line": 415,
"column": 27
},
"end": {
"line": 415,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
15106,
15112
],
"loc": {
"start": {
"line": 415,
"column": 32
},
"end": {
"line": 415,
"column": 38
}
}
},
"range": [
15101,
15112
],
"loc": {
"start": {
"line": 415,
"column": 27
},
"end": {
"line": 415,
"column": 38
}
}
},
"range": [
15085,
15112
],
"loc": {
"start": {
"line": 415,
"column": 11
},
"end": {
"line": 415,
"column": 38
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "itm",
"range": [
15132,
15135
],
"loc": {
"start": {
"line": 416,
"column": 16
},
"end": {
"line": 416,
"column": 19
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
15138,
15141
],
"loc": {
"start": {
"line": 416,
"column": 22
},
"end": {
"line": 416,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
15142,
15144
],
"loc": {
"start": {
"line": 416,
"column": 26
},
"end": {
"line": 416,
"column": 28
}
}
},
"range": [
15138,
15144
],
"loc": {
"start": {
"line": 416,
"column": 22
},
"end": {
"line": 416,
"column": 28
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "col_",
"raw": "'col_'",
"range": [
15145,
15151
],
"loc": {
"start": {
"line": 416,
"column": 29
},
"end": {
"line": 416,
"column": 35
}
}
},
"right": {
"type": "Identifier",
"name": "colIndex",
"range": [
15152,
15160
],
"loc": {
"start": {
"line": 416,
"column": 36
},
"end": {
"line": 416,
"column": 44
}
}
},
"range": [
15145,
15160
],
"loc": {
"start": {
"line": 416,
"column": 29
},
"end": {
"line": 416,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
15161,
15164
],
"loc": {
"start": {
"line": 416,
"column": 45
},
"end": {
"line": 416,
"column": 48
}
}
},
"range": [
15145,
15164
],
"loc": {
"start": {
"line": 416,
"column": 29
},
"end": {
"line": 416,
"column": 48
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15165,
15169
],
"loc": {
"start": {
"line": 416,
"column": 49
},
"end": {
"line": 416,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
15170,
15172
],
"loc": {
"start": {
"line": 416,
"column": 54
},
"end": {
"line": 416,
"column": 56
}
}
},
"range": [
15165,
15172
],
"loc": {
"start": {
"line": 416,
"column": 49
},
"end": {
"line": 416,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
15173,
15175
],
"loc": {
"start": {
"line": 416,
"column": 57
},
"end": {
"line": 416,
"column": 59
}
}
},
"range": [
15165,
15175
],
"loc": {
"start": {
"line": 416,
"column": 49
},
"end": {
"line": 416,
"column": 59
}
}
},
"range": [
15145,
15175
],
"loc": {
"start": {
"line": 416,
"column": 29
},
"end": {
"line": 416,
"column": 59
}
}
}
],
"range": [
15138,
15176
],
"loc": {
"start": {
"line": 416,
"column": 22
},
"end": {
"line": 416,
"column": 60
}
}
},
"range": [
15132,
15176
],
"loc": {
"start": {
"line": 416,
"column": 16
},
"end": {
"line": 416,
"column": 60
}
}
}
],
"kind": "var",
"range": [
15128,
15177
],
"loc": {
"start": {
"line": 416,
"column": 12
},
"end": {
"line": 416,
"column": 61
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "itm",
"range": [
15194,
15197
],
"loc": {
"start": {
"line": 417,
"column": 15
},
"end": {
"line": 417,
"column": 18
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
15200,
15203
],
"loc": {
"start": {
"line": 417,
"column": 21
},
"end": {
"line": 417,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "click",
"range": [
15204,
15209
],
"loc": {
"start": {
"line": 417,
"column": 25
},
"end": {
"line": 417,
"column": 30
}
}
},
"range": [
15200,
15209
],
"loc": {
"start": {
"line": 417,
"column": 21
},
"end": {
"line": 417,
"column": 30
}
}
},
"arguments": [],
"range": [
15200,
15211
],
"loc": {
"start": {
"line": 417,
"column": 21
},
"end": {
"line": 417,
"column": 32
}
}
},
"range": [
15200,
15212
],
"loc": {
"start": {
"line": 417,
"column": 21
},
"end": {
"line": 417,
"column": 33
}
}
}
],
"range": [
15198,
15214
],
"loc": {
"start": {
"line": 417,
"column": 19
},
"end": {
"line": 417,
"column": 35
}
}
},
"alternate": null,
"range": [
15191,
15214
],
"loc": {
"start": {
"line": 417,
"column": 12
},
"end": {
"line": 417,
"column": 35
}
}
}
],
"range": [
15113,
15225
],
"loc": {
"start": {
"line": 415,
"column": 39
},
"end": {
"line": 418,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15246,
15250
],
"loc": {
"start": {
"line": 419,
"column": 12
},
"end": {
"line": 419,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "setHidden",
"range": [
15251,
15260
],
"loc": {
"start": {
"line": 419,
"column": 17
},
"end": {
"line": 419,
"column": 26
}
}
},
"range": [
15246,
15260
],
"loc": {
"start": {
"line": 419,
"column": 12
},
"end": {
"line": 419,
"column": 26
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15261,
15269
],
"loc": {
"start": {
"line": 419,
"column": 27
},
"end": {
"line": 419,
"column": 35
}
}
},
{
"type": "Literal",
"value": false,
"raw": "false",
"range": [
15271,
15276
],
"loc": {
"start": {
"line": 419,
"column": 37
},
"end": {
"line": 419,
"column": 42
}
}
}
],
"range": [
15246,
15277
],
"loc": {
"start": {
"line": 419,
"column": 12
},
"end": {
"line": 419,
"column": 43
}
}
},
"range": [
15246,
15278
],
"loc": {
"start": {
"line": 419,
"column": 12
},
"end": {
"line": 419,
"column": 44
}
}
}
],
"range": [
15231,
15289
],
"loc": {
"start": {
"line": 418,
"column": 15
},
"end": {
"line": 420,
"column": 9
}
}
},
"range": [
15082,
15289
],
"loc": {
"start": {
"line": 415,
"column": 8
},
"end": {
"line": 420,
"column": 9
}
}
}
],
"range": [
14971,
15296
],
"loc": {
"start": {
"line": 411,
"column": 21
},
"end": {
"line": 421,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
14961,
15296
],
"loc": {
"start": {
"line": 411,
"column": 11
},
"end": {
"line": 421,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
14954,
15296
],
"loc": {
"start": {
"line": 411,
"column": 4
},
"end": {
"line": 421,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Show specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
14859,
14948
],
"loc": {
"start": {
"line": 407,
"column": 4
},
"end": {
"line": 410,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Hide specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
15304,
15393
],
"loc": {
"start": {
"line": 423,
"column": 4
},
"end": {
"line": 426,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "hideCol",
"range": [
15399,
15406
],
"loc": {
"start": {
"line": 427,
"column": 4
},
"end": {
"line": 427,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15407,
15415
],
"loc": {
"start": {
"line": 427,
"column": 12
},
"end": {
"line": 427,
"column": 20
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "colIndex",
"range": [
15430,
15438
],
"loc": {
"start": {
"line": 428,
"column": 11
},
"end": {
"line": 428,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "undefined",
"range": [
15443,
15452
],
"loc": {
"start": {
"line": 428,
"column": 24
},
"end": {
"line": 428,
"column": 33
}
}
},
"range": [
15430,
15452
],
"loc": {
"start": {
"line": 428,
"column": 11
},
"end": {
"line": 428,
"column": 33
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15456,
15460
],
"loc": {
"start": {
"line": 428,
"column": 37
},
"end": {
"line": 428,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "isColHidden",
"range": [
15461,
15472
],
"loc": {
"start": {
"line": 428,
"column": 42
},
"end": {
"line": 428,
"column": 53
}
}
},
"range": [
15456,
15472
],
"loc": {
"start": {
"line": 428,
"column": 37
},
"end": {
"line": 428,
"column": 53
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15473,
15481
],
"loc": {
"start": {
"line": 428,
"column": 54
},
"end": {
"line": 428,
"column": 62
}
}
}
],
"range": [
15456,
15482
],
"loc": {
"start": {
"line": 428,
"column": 37
},
"end": {
"line": 428,
"column": 63
}
}
},
"range": [
15430,
15482
],
"loc": {
"start": {
"line": 428,
"column": 11
},
"end": {
"line": 428,
"column": 63
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
15498,
15505
],
"loc": {
"start": {
"line": 429,
"column": 12
},
"end": {
"line": 429,
"column": 19
}
}
}
],
"range": [
15483,
15516
],
"loc": {
"start": {
"line": 428,
"column": 64
},
"end": {
"line": 430,
"column": 9
}
}
},
"alternate": null,
"range": [
15427,
15516
],
"loc": {
"start": {
"line": 428,
"column": 8
},
"end": {
"line": 430,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15529,
15533
],
"loc": {
"start": {
"line": 431,
"column": 11
},
"end": {
"line": 431,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "manager",
"range": [
15534,
15541
],
"loc": {
"start": {
"line": 431,
"column": 16
},
"end": {
"line": 431,
"column": 23
}
}
},
"range": [
15529,
15541
],
"loc": {
"start": {
"line": 431,
"column": 11
},
"end": {
"line": 431,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15545,
15549
],
"loc": {
"start": {
"line": 431,
"column": 27
},
"end": {
"line": 431,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
15550,
15556
],
"loc": {
"start": {
"line": 431,
"column": 32
},
"end": {
"line": 431,
"column": 38
}
}
},
"range": [
15545,
15556
],
"loc": {
"start": {
"line": 431,
"column": 27
},
"end": {
"line": 431,
"column": 38
}
}
},
"range": [
15529,
15556
],
"loc": {
"start": {
"line": 431,
"column": 11
},
"end": {
"line": 431,
"column": 38
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "itm",
"range": [
15576,
15579
],
"loc": {
"start": {
"line": 432,
"column": 16
},
"end": {
"line": 432,
"column": 19
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
15582,
15585
],
"loc": {
"start": {
"line": 432,
"column": 22
},
"end": {
"line": 432,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
15586,
15588
],
"loc": {
"start": {
"line": 432,
"column": 26
},
"end": {
"line": 432,
"column": 28
}
}
},
"range": [
15582,
15588
],
"loc": {
"start": {
"line": 432,
"column": 22
},
"end": {
"line": 432,
"column": 28
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "col_",
"raw": "'col_'",
"range": [
15589,
15595
],
"loc": {
"start": {
"line": 432,
"column": 29
},
"end": {
"line": 432,
"column": 35
}
}
},
"right": {
"type": "Identifier",
"name": "colIndex",
"range": [
15596,
15604
],
"loc": {
"start": {
"line": 432,
"column": 36
},
"end": {
"line": 432,
"column": 44
}
}
},
"range": [
15589,
15604
],
"loc": {
"start": {
"line": 432,
"column": 29
},
"end": {
"line": 432,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
15605,
15608
],
"loc": {
"start": {
"line": 432,
"column": 45
},
"end": {
"line": 432,
"column": 48
}
}
},
"range": [
15589,
15608
],
"loc": {
"start": {
"line": 432,
"column": 29
},
"end": {
"line": 432,
"column": 48
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15609,
15613
],
"loc": {
"start": {
"line": 432,
"column": 49
},
"end": {
"line": 432,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
15614,
15616
],
"loc": {
"start": {
"line": 432,
"column": 54
},
"end": {
"line": 432,
"column": 56
}
}
},
"range": [
15609,
15616
],
"loc": {
"start": {
"line": 432,
"column": 49
},
"end": {
"line": 432,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
15617,
15619
],
"loc": {
"start": {
"line": 432,
"column": 57
},
"end": {
"line": 432,
"column": 59
}
}
},
"range": [
15609,
15619
],
"loc": {
"start": {
"line": 432,
"column": 49
},
"end": {
"line": 432,
"column": 59
}
}
},
"range": [
15589,
15619
],
"loc": {
"start": {
"line": 432,
"column": 29
},
"end": {
"line": 432,
"column": 59
}
}
}
],
"range": [
15582,
15620
],
"loc": {
"start": {
"line": 432,
"column": 22
},
"end": {
"line": 432,
"column": 60
}
}
},
"range": [
15576,
15620
],
"loc": {
"start": {
"line": 432,
"column": 16
},
"end": {
"line": 432,
"column": 60
}
}
}
],
"kind": "var",
"range": [
15572,
15621
],
"loc": {
"start": {
"line": 432,
"column": 12
},
"end": {
"line": 432,
"column": 61
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "itm",
"range": [
15638,
15641
],
"loc": {
"start": {
"line": 433,
"column": 15
},
"end": {
"line": 433,
"column": 18
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
15644,
15647
],
"loc": {
"start": {
"line": 433,
"column": 21
},
"end": {
"line": 433,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "click",
"range": [
15648,
15653
],
"loc": {
"start": {
"line": 433,
"column": 25
},
"end": {
"line": 433,
"column": 30
}
}
},
"range": [
15644,
15653
],
"loc": {
"start": {
"line": 433,
"column": 21
},
"end": {
"line": 433,
"column": 30
}
}
},
"arguments": [],
"range": [
15644,
15655
],
"loc": {
"start": {
"line": 433,
"column": 21
},
"end": {
"line": 433,
"column": 32
}
}
},
"range": [
15644,
15656
],
"loc": {
"start": {
"line": 433,
"column": 21
},
"end": {
"line": 433,
"column": 33
}
}
}
],
"range": [
15642,
15658
],
"loc": {
"start": {
"line": 433,
"column": 19
},
"end": {
"line": 433,
"column": 35
}
}
},
"alternate": null,
"range": [
15635,
15658
],
"loc": {
"start": {
"line": 433,
"column": 12
},
"end": {
"line": 433,
"column": 35
}
}
}
],
"range": [
15557,
15669
],
"loc": {
"start": {
"line": 431,
"column": 39
},
"end": {
"line": 434,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
15690,
15694
],
"loc": {
"start": {
"line": 435,
"column": 12
},
"end": {
"line": 435,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "setHidden",
"range": [
15695,
15704
],
"loc": {
"start": {
"line": 435,
"column": 17
},
"end": {
"line": 435,
"column": 26
}
}
},
"range": [
15690,
15704
],
"loc": {
"start": {
"line": 435,
"column": 12
},
"end": {
"line": 435,
"column": 26
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15705,
15713
],
"loc": {
"start": {
"line": 435,
"column": 27
},
"end": {
"line": 435,
"column": 35
}
}
},
{
"type": "Literal",
"value": true,
"raw": "true",
"range": [
15715,
15719
],
"loc": {
"start": {
"line": 435,
"column": 37
},
"end": {
"line": 435,
"column": 41
}
}
}
],
"range": [
15690,
15720
],
"loc": {
"start": {
"line": 435,
"column": 12
},
"end": {
"line": 435,
"column": 42
}
}
},
"range": [
15690,
15721
],
"loc": {
"start": {
"line": 435,
"column": 12
},
"end": {
"line": 435,
"column": 43
}
}
}
],
"range": [
15675,
15732
],
"loc": {
"start": {
"line": 434,
"column": 15
},
"end": {
"line": 436,
"column": 9
}
}
},
"range": [
15526,
15732
],
"loc": {
"start": {
"line": 431,
"column": 8
},
"end": {
"line": 436,
"column": 9
}
}
}
],
"range": [
15416,
15739
],
"loc": {
"start": {
"line": 427,
"column": 21
},
"end": {
"line": 437,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
15406,
15739
],
"loc": {
"start": {
"line": 427,
"column": 11
},
"end": {
"line": 437,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
15399,
15739
],
"loc": {
"start": {
"line": 427,
"column": 4
},
"end": {
"line": 437,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Hide specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
15304,
15393
],
"loc": {
"start": {
"line": 423,
"column": 4
},
"end": {
"line": 426,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Determine if specified column is hidden\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
15747,
15854
],
"loc": {
"start": {
"line": 439,
"column": 4
},
"end": {
"line": 442,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "isColHidden",
"range": [
15860,
15871
],
"loc": {
"start": {
"line": 443,
"column": 4
},
"end": {
"line": 443,
"column": 15
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15872,
15880
],
"loc": {
"start": {
"line": 443,
"column": 16
},
"end": {
"line": 443,
"column": 24
}
}
}
],
"body": {
"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": [
15895,
15899
],
"loc": {
"start": {
"line": 444,
"column": 11
},
"end": {
"line": 444,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
15900,
15910
],
"loc": {
"start": {
"line": 444,
"column": 16
},
"end": {
"line": 444,
"column": 26
}
}
},
"range": [
15895,
15910
],
"loc": {
"start": {
"line": 444,
"column": 11
},
"end": {
"line": 444,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "indexOf",
"range": [
15911,
15918
],
"loc": {
"start": {
"line": 444,
"column": 27
},
"end": {
"line": 444,
"column": 34
}
}
},
"range": [
15895,
15918
],
"loc": {
"start": {
"line": 444,
"column": 11
},
"end": {
"line": 444,
"column": 34
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
15919,
15927
],
"loc": {
"start": {
"line": 444,
"column": 35
},
"end": {
"line": 444,
"column": 43
}
}
}
],
"range": [
15895,
15928
],
"loc": {
"start": {
"line": 444,
"column": 11
},
"end": {
"line": 444,
"column": 44
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "-",
"argument": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
15934,
15935
],
"loc": {
"start": {
"line": 444,
"column": 50
},
"end": {
"line": 444,
"column": 51
}
}
},
"prefix": true,
"range": [
15933,
15935
],
"loc": {
"start": {
"line": 444,
"column": 49
},
"end": {
"line": 444,
"column": 51
}
}
},
"range": [
15895,
15935
],
"loc": {
"start": {
"line": 444,
"column": 11
},
"end": {
"line": 444,
"column": 51
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
15958,
15962
],
"loc": {
"start": {
"line": 445,
"column": 19
},
"end": {
"line": 445,
"column": 23
}
}
},
"range": [
15951,
15963
],
"loc": {
"start": {
"line": 445,
"column": 12
},
"end": {
"line": 445,
"column": 24
}
}
}
],
"range": [
15936,
15974
],
"loc": {
"start": {
"line": 444,
"column": 52
},
"end": {
"line": 446,
"column": 9
}
}
},
"alternate": null,
"range": [
15892,
15974
],
"loc": {
"start": {
"line": 444,
"column": 8
},
"end": {
"line": 446,
"column": 9
}
}
},
{
"type": "ReturnStatement",
"argument": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
15991,
15996
],
"loc": {
"start": {
"line": 447,
"column": 15
},
"end": {
"line": 447,
"column": 20
}
}
},
"range": [
15984,
15997
],
"loc": {
"start": {
"line": 447,
"column": 8
},
"end": {
"line": 447,
"column": 21
}
}
}
],
"range": [
15881,
16004
],
"loc": {
"start": {
"line": 443,
"column": 25
},
"end": {
"line": 448,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
15871,
16004
],
"loc": {
"start": {
"line": 443,
"column": 15
},
"end": {
"line": 448,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
15860,
16004
],
"loc": {
"start": {
"line": 443,
"column": 4
},
"end": {
"line": 448,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Determine if specified column is hidden\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
15747,
15854
],
"loc": {
"start": {
"line": 439,
"column": 4
},
"end": {
"line": 442,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Toggle visibility of specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
16012,
16117
],
"loc": {
"start": {
"line": 450,
"column": 4
},
"end": {
"line": 453,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "toggleCol",
"range": [
16123,
16132
],
"loc": {
"start": {
"line": 454,
"column": 4
},
"end": {
"line": 454,
"column": 13
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
16133,
16141
],
"loc": {
"start": {
"line": 454,
"column": 14
},
"end": {
"line": 454,
"column": 22
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "colIndex",
"range": [
16156,
16164
],
"loc": {
"start": {
"line": 455,
"column": 11
},
"end": {
"line": 455,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "undefined",
"range": [
16169,
16178
],
"loc": {
"start": {
"line": 455,
"column": 24
},
"end": {
"line": 455,
"column": 33
}
}
},
"range": [
16156,
16178
],
"loc": {
"start": {
"line": 455,
"column": 11
},
"end": {
"line": 455,
"column": 33
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16182,
16186
],
"loc": {
"start": {
"line": 455,
"column": 37
},
"end": {
"line": 455,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "isColHidden",
"range": [
16187,
16198
],
"loc": {
"start": {
"line": 455,
"column": 42
},
"end": {
"line": 455,
"column": 53
}
}
},
"range": [
16182,
16198
],
"loc": {
"start": {
"line": 455,
"column": 37
},
"end": {
"line": 455,
"column": 53
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
16199,
16207
],
"loc": {
"start": {
"line": 455,
"column": 54
},
"end": {
"line": 455,
"column": 62
}
}
}
],
"range": [
16182,
16208
],
"loc": {
"start": {
"line": 455,
"column": 37
},
"end": {
"line": 455,
"column": 63
}
}
},
"range": [
16156,
16208
],
"loc": {
"start": {
"line": 455,
"column": 11
},
"end": {
"line": 455,
"column": 63
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16224,
16228
],
"loc": {
"start": {
"line": 456,
"column": 12
},
"end": {
"line": 456,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "showCol",
"range": [
16229,
16236
],
"loc": {
"start": {
"line": 456,
"column": 17
},
"end": {
"line": 456,
"column": 24
}
}
},
"range": [
16224,
16236
],
"loc": {
"start": {
"line": 456,
"column": 12
},
"end": {
"line": 456,
"column": 24
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
16237,
16245
],
"loc": {
"start": {
"line": 456,
"column": 25
},
"end": {
"line": 456,
"column": 33
}
}
}
],
"range": [
16224,
16246
],
"loc": {
"start": {
"line": 456,
"column": 12
},
"end": {
"line": 456,
"column": 34
}
}
},
"range": [
16224,
16247
],
"loc": {
"start": {
"line": 456,
"column": 12
},
"end": {
"line": 456,
"column": 35
}
}
}
],
"range": [
16209,
16258
],
"loc": {
"start": {
"line": 455,
"column": 64
},
"end": {
"line": 457,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16279,
16283
],
"loc": {
"start": {
"line": 458,
"column": 12
},
"end": {
"line": 458,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "hideCol",
"range": [
16284,
16291
],
"loc": {
"start": {
"line": 458,
"column": 17
},
"end": {
"line": 458,
"column": 24
}
}
},
"range": [
16279,
16291
],
"loc": {
"start": {
"line": 458,
"column": 12
},
"end": {
"line": 458,
"column": 24
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "colIndex",
"range": [
16292,
16300
],
"loc": {
"start": {
"line": 458,
"column": 25
},
"end": {
"line": 458,
"column": 33
}
}
}
],
"range": [
16279,
16301
],
"loc": {
"start": {
"line": 458,
"column": 12
},
"end": {
"line": 458,
"column": 34
}
}
},
"range": [
16279,
16302
],
"loc": {
"start": {
"line": 458,
"column": 12
},
"end": {
"line": 458,
"column": 35
}
}
}
],
"range": [
16264,
16313
],
"loc": {
"start": {
"line": 457,
"column": 15
},
"end": {
"line": 459,
"column": 9
}
}
},
"range": [
16153,
16313
],
"loc": {
"start": {
"line": 455,
"column": 8
},
"end": {
"line": 459,
"column": 9
}
}
}
],
"range": [
16142,
16320
],
"loc": {
"start": {
"line": 454,
"column": 23
},
"end": {
"line": 460,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
16132,
16320
],
"loc": {
"start": {
"line": 454,
"column": 13
},
"end": {
"line": 460,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
16123,
16320
],
"loc": {
"start": {
"line": 454,
"column": 4
},
"end": {
"line": 460,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Toggle visibility of specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
16012,
16117
],
"loc": {
"start": {
"line": 450,
"column": 4
},
"end": {
"line": 453,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Returns the indexes of the columns currently hidden\r\n * @return {Array} column indexes\r\n ",
"range": [
16328,
16439
],
"loc": {
"start": {
"line": 462,
"column": 4
},
"end": {
"line": 465,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "getHiddenCols",
"range": [
16445,
16458
],
"loc": {
"start": {
"line": 466,
"column": 4
},
"end": {
"line": 466,
"column": 17
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16478,
16482
],
"loc": {
"start": {
"line": 467,
"column": 15
},
"end": {
"line": 467,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "hiddenCols",
"range": [
16483,
16493
],
"loc": {
"start": {
"line": 467,
"column": 20
},
"end": {
"line": 467,
"column": 30
}
}
},
"range": [
16478,
16493
],
"loc": {
"start": {
"line": 467,
"column": 15
},
"end": {
"line": 467,
"column": 30
}
}
},
"range": [
16471,
16494
],
"loc": {
"start": {
"line": 467,
"column": 8
},
"end": {
"line": 467,
"column": 31
}
}
}
],
"range": [
16460,
16501
],
"loc": {
"start": {
"line": 466,
"column": 19
},
"end": {
"line": 468,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
16458,
16501
],
"loc": {
"start": {
"line": 466,
"column": 17
},
"end": {
"line": 468,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
16445,
16501
],
"loc": {
"start": {
"line": 466,
"column": 4
},
"end": {
"line": 468,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Returns the indexes of the columns currently hidden\r\n * @return {Array} column indexes\r\n ",
"range": [
16328,
16439
],
"loc": {
"start": {
"line": 462,
"column": 4
},
"end": {
"line": 465,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Remove the columns manager\r\n ",
"range": [
16509,
16556
],
"loc": {
"start": {
"line": 470,
"column": 4
},
"end": {
"line": 472,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "destroy",
"range": [
16562,
16569
],
"loc": {
"start": {
"line": 473,
"column": 4
},
"end": {
"line": 473,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16586,
16590
],
"loc": {
"start": {
"line": 474,
"column": 12
},
"end": {
"line": 474,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
16591,
16596
],
"loc": {
"start": {
"line": 474,
"column": 17
},
"end": {
"line": 474,
"column": 22
}
}
},
"range": [
16586,
16596
],
"loc": {
"start": {
"line": 474,
"column": 12
},
"end": {
"line": 474,
"column": 22
}
}
},
"prefix": true,
"range": [
16585,
16596
],
"loc": {
"start": {
"line": 474,
"column": 11
},
"end": {
"line": 474,
"column": 22
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16601,
16605
],
"loc": {
"start": {
"line": 474,
"column": 27
},
"end": {
"line": 474,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
16606,
16612
],
"loc": {
"start": {
"line": 474,
"column": 32
},
"end": {
"line": 474,
"column": 38
}
}
},
"range": [
16601,
16612
],
"loc": {
"start": {
"line": 474,
"column": 27
},
"end": {
"line": 474,
"column": 38
}
}
},
"prefix": true,
"range": [
16600,
16612
],
"loc": {
"start": {
"line": 474,
"column": 26
},
"end": {
"line": 474,
"column": 38
}
}
},
"range": [
16585,
16612
],
"loc": {
"start": {
"line": 474,
"column": 11
},
"end": {
"line": 474,
"column": 38
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
16628,
16635
],
"loc": {
"start": {
"line": 475,
"column": 12
},
"end": {
"line": 475,
"column": 19
}
}
}
],
"range": [
16613,
16646
],
"loc": {
"start": {
"line": 474,
"column": 39
},
"end": {
"line": 476,
"column": 9
}
}
},
"alternate": null,
"range": [
16582,
16646
],
"loc": {
"start": {
"line": 474,
"column": 8
},
"end": {
"line": 476,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
16659,
16662
],
"loc": {
"start": {
"line": 477,
"column": 11
},
"end": {
"line": 477,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
16663,
16665
],
"loc": {
"start": {
"line": 477,
"column": 15
},
"end": {
"line": 477,
"column": 17
}
}
},
"range": [
16659,
16665
],
"loc": {
"start": {
"line": 477,
"column": 11
},
"end": {
"line": 477,
"column": 17
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16666,
16670
],
"loc": {
"start": {
"line": 477,
"column": 18
},
"end": {
"line": 477,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "contElTgtId",
"range": [
16671,
16682
],
"loc": {
"start": {
"line": 477,
"column": 23
},
"end": {
"line": 477,
"column": 34
}
}
},
"range": [
16666,
16682
],
"loc": {
"start": {
"line": 477,
"column": 18
},
"end": {
"line": 477,
"column": 34
}
}
}
],
"range": [
16659,
16683
],
"loc": {
"start": {
"line": 477,
"column": 11
},
"end": {
"line": 477,
"column": 35
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
16699,
16702
],
"loc": {
"start": {
"line": 478,
"column": 12
},
"end": {
"line": 478,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
16703,
16705
],
"loc": {
"start": {
"line": 478,
"column": 16
},
"end": {
"line": 478,
"column": 18
}
}
},
"range": [
16699,
16705
],
"loc": {
"start": {
"line": 478,
"column": 12
},
"end": {
"line": 478,
"column": 18
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16706,
16710
],
"loc": {
"start": {
"line": 478,
"column": 19
},
"end": {
"line": 478,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "contElTgtId",
"range": [
16711,
16722
],
"loc": {
"start": {
"line": 478,
"column": 24
},
"end": {
"line": 478,
"column": 35
}
}
},
"range": [
16706,
16722
],
"loc": {
"start": {
"line": 478,
"column": 19
},
"end": {
"line": 478,
"column": 35
}
}
}
],
"range": [
16699,
16723
],
"loc": {
"start": {
"line": 478,
"column": 12
},
"end": {
"line": 478,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
16724,
16733
],
"loc": {
"start": {
"line": 478,
"column": 37
},
"end": {
"line": 478,
"column": 46
}
}
},
"range": [
16699,
16733
],
"loc": {
"start": {
"line": 478,
"column": 12
},
"end": {
"line": 478,
"column": 46
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
16736,
16738
],
"loc": {
"start": {
"line": 478,
"column": 49
},
"end": {
"line": 478,
"column": 51
}
}
},
"range": [
16699,
16738
],
"loc": {
"start": {
"line": 478,
"column": 12
},
"end": {
"line": 478,
"column": 51
}
}
},
"range": [
16699,
16739
],
"loc": {
"start": {
"line": 478,
"column": 12
},
"end": {
"line": 478,
"column": 52
}
}
}
],
"range": [
16684,
16750
],
"loc": {
"start": {
"line": 477,
"column": 36
},
"end": {
"line": 479,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16771,
16775
],
"loc": {
"start": {
"line": 480,
"column": 12
},
"end": {
"line": 480,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
16776,
16782
],
"loc": {
"start": {
"line": 480,
"column": 17
},
"end": {
"line": 480,
"column": 23
}
}
},
"range": [
16771,
16782
],
"loc": {
"start": {
"line": 480,
"column": 12
},
"end": {
"line": 480,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
16783,
16792
],
"loc": {
"start": {
"line": 480,
"column": 24
},
"end": {
"line": 480,
"column": 33
}
}
},
"range": [
16771,
16792
],
"loc": {
"start": {
"line": 480,
"column": 12
},
"end": {
"line": 480,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
16795,
16797
],
"loc": {
"start": {
"line": 480,
"column": 36
},
"end": {
"line": 480,
"column": 38
}
}
},
"range": [
16771,
16797
],
"loc": {
"start": {
"line": 480,
"column": 12
},
"end": {
"line": 480,
"column": 38
}
}
},
"range": [
16771,
16798
],
"loc": {
"start": {
"line": 480,
"column": 12
},
"end": {
"line": 480,
"column": 39
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16812,
16816
],
"loc": {
"start": {
"line": 481,
"column": 12
},
"end": {
"line": 481,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
16817,
16823
],
"loc": {
"start": {
"line": 481,
"column": 17
},
"end": {
"line": 481,
"column": 23
}
}
},
"range": [
16812,
16823
],
"loc": {
"start": {
"line": 481,
"column": 12
},
"end": {
"line": 481,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
16824,
16834
],
"loc": {
"start": {
"line": 481,
"column": 24
},
"end": {
"line": 481,
"column": 34
}
}
},
"range": [
16812,
16834
],
"loc": {
"start": {
"line": 481,
"column": 12
},
"end": {
"line": 481,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
16835,
16846
],
"loc": {
"start": {
"line": 481,
"column": 35
},
"end": {
"line": 481,
"column": 46
}
}
},
"range": [
16812,
16846
],
"loc": {
"start": {
"line": 481,
"column": 12
},
"end": {
"line": 481,
"column": 46
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16847,
16851
],
"loc": {
"start": {
"line": 481,
"column": 47
},
"end": {
"line": 481,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
16852,
16858
],
"loc": {
"start": {
"line": 481,
"column": 52
},
"end": {
"line": 481,
"column": 58
}
}
},
"range": [
16847,
16858
],
"loc": {
"start": {
"line": 481,
"column": 47
},
"end": {
"line": 481,
"column": 58
}
}
}
],
"range": [
16812,
16859
],
"loc": {
"start": {
"line": 481,
"column": 12
},
"end": {
"line": 481,
"column": 59
}
}
},
"range": [
16812,
16860
],
"loc": {
"start": {
"line": 481,
"column": 12
},
"end": {
"line": 481,
"column": 60
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16874,
16878
],
"loc": {
"start": {
"line": 482,
"column": 12
},
"end": {
"line": 482,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
16879,
16885
],
"loc": {
"start": {
"line": 482,
"column": 17
},
"end": {
"line": 482,
"column": 23
}
}
},
"range": [
16874,
16885
],
"loc": {
"start": {
"line": 482,
"column": 12
},
"end": {
"line": 482,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
16888,
16892
],
"loc": {
"start": {
"line": 482,
"column": 26
},
"end": {
"line": 482,
"column": 30
}
}
},
"range": [
16874,
16892
],
"loc": {
"start": {
"line": 482,
"column": 12
},
"end": {
"line": 482,
"column": 30
}
}
},
"range": [
16874,
16893
],
"loc": {
"start": {
"line": 482,
"column": 12
},
"end": {
"line": 482,
"column": 31
}
}
}
],
"range": [
16756,
16904
],
"loc": {
"start": {
"line": 479,
"column": 15
},
"end": {
"line": 483,
"column": 9
}
}
},
"range": [
16656,
16904
],
"loc": {
"start": {
"line": 477,
"column": 8
},
"end": {
"line": 483,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16914,
16918
],
"loc": {
"start": {
"line": 484,
"column": 8
},
"end": {
"line": 484,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
16919,
16924
],
"loc": {
"start": {
"line": 484,
"column": 13
},
"end": {
"line": 484,
"column": 18
}
}
},
"range": [
16914,
16924
],
"loc": {
"start": {
"line": 484,
"column": 8
},
"end": {
"line": 484,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
16925,
16934
],
"loc": {
"start": {
"line": 484,
"column": 19
},
"end": {
"line": 484,
"column": 28
}
}
},
"range": [
16914,
16934
],
"loc": {
"start": {
"line": 484,
"column": 8
},
"end": {
"line": 484,
"column": 28
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
16937,
16939
],
"loc": {
"start": {
"line": 484,
"column": 31
},
"end": {
"line": 484,
"column": 33
}
}
},
"range": [
16914,
16939
],
"loc": {
"start": {
"line": 484,
"column": 8
},
"end": {
"line": 484,
"column": 33
}
}
},
"range": [
16914,
16940
],
"loc": {
"start": {
"line": 484,
"column": 8
},
"end": {
"line": 484,
"column": 34
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16950,
16954
],
"loc": {
"start": {
"line": 485,
"column": 8
},
"end": {
"line": 485,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
16955,
16960
],
"loc": {
"start": {
"line": 485,
"column": 13
},
"end": {
"line": 485,
"column": 18
}
}
},
"range": [
16950,
16960
],
"loc": {
"start": {
"line": 485,
"column": 8
},
"end": {
"line": 485,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
16961,
16971
],
"loc": {
"start": {
"line": 485,
"column": 19
},
"end": {
"line": 485,
"column": 29
}
}
},
"range": [
16950,
16971
],
"loc": {
"start": {
"line": 485,
"column": 8
},
"end": {
"line": 485,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
16972,
16983
],
"loc": {
"start": {
"line": 485,
"column": 30
},
"end": {
"line": 485,
"column": 41
}
}
},
"range": [
16950,
16983
],
"loc": {
"start": {
"line": 485,
"column": 8
},
"end": {
"line": 485,
"column": 41
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
16984,
16988
],
"loc": {
"start": {
"line": 485,
"column": 42
},
"end": {
"line": 485,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
16989,
16994
],
"loc": {
"start": {
"line": 485,
"column": 47
},
"end": {
"line": 485,
"column": 52
}
}
},
"range": [
16984,
16994
],
"loc": {
"start": {
"line": 485,
"column": 42
},
"end": {
"line": 485,
"column": 52
}
}
}
],
"range": [
16950,
16995
],
"loc": {
"start": {
"line": 485,
"column": 8
},
"end": {
"line": 485,
"column": 53
}
}
},
"range": [
16950,
16996
],
"loc": {
"start": {
"line": 485,
"column": 8
},
"end": {
"line": 485,
"column": 54
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
17006,
17010
],
"loc": {
"start": {
"line": 486,
"column": 8
},
"end": {
"line": 486,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
17011,
17016
],
"loc": {
"start": {
"line": 486,
"column": 13
},
"end": {
"line": 486,
"column": 18
}
}
},
"range": [
17006,
17016
],
"loc": {
"start": {
"line": 486,
"column": 8
},
"end": {
"line": 486,
"column": 18
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
17019,
17023
],
"loc": {
"start": {
"line": 486,
"column": 21
},
"end": {
"line": 486,
"column": 25
}
}
},
"range": [
17006,
17023
],
"loc": {
"start": {
"line": 486,
"column": 8
},
"end": {
"line": 486,
"column": 25
}
}
},
"range": [
17006,
17024
],
"loc": {
"start": {
"line": 486,
"column": 8
},
"end": {
"line": 486,
"column": 26
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
17034,
17038
],
"loc": {
"start": {
"line": 487,
"column": 8
},
"end": {
"line": 487,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
17039,
17050
],
"loc": {
"start": {
"line": 487,
"column": 13
},
"end": {
"line": 487,
"column": 24
}
}
},
"range": [
17034,
17050
],
"loc": {
"start": {
"line": 487,
"column": 8
},
"end": {
"line": 487,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
17053,
17058
],
"loc": {
"start": {
"line": 487,
"column": 27
},
"end": {
"line": 487,
"column": 32
}
}
},
"range": [
17034,
17058
],
"loc": {
"start": {
"line": 487,
"column": 8
},
"end": {
"line": 487,
"column": 32
}
}
},
"range": [
17034,
17059
],
"loc": {
"start": {
"line": 487,
"column": 8
},
"end": {
"line": 487,
"column": 33
}
}
}
],
"range": [
16571,
17066
],
"loc": {
"start": {
"line": 473,
"column": 13
},
"end": {
"line": 488,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
16569,
17066
],
"loc": {
"start": {
"line": 473,
"column": 11
},
"end": {
"line": 488,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
16562,
17066
],
"loc": {
"start": {
"line": 473,
"column": 4
},
"end": {
"line": 488,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Remove the columns manager\r\n ",
"range": [
16509,
16556
],
"loc": {
"start": {
"line": 470,
"column": 4
},
"end": {
"line": 472,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "_getHeaderText",
"range": [
17074,
17088
],
"loc": {
"start": {
"line": 490,
"column": 4
},
"end": {
"line": 490,
"column": 18
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "cell",
"range": [
17089,
17093
],
"loc": {
"start": {
"line": 490,
"column": 19
},
"end": {
"line": 490,
"column": 23
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
17109,
17113
],
"loc": {
"start": {
"line": 491,
"column": 12
},
"end": {
"line": 491,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "hasChildNodes",
"range": [
17114,
17127
],
"loc": {
"start": {
"line": 491,
"column": 17
},
"end": {
"line": 491,
"column": 30
}
}
},
"range": [
17109,
17127
],
"loc": {
"start": {
"line": 491,
"column": 12
},
"end": {
"line": 491,
"column": 30
}
}
},
"prefix": true,
"range": [
17108,
17127
],
"loc": {
"start": {
"line": 491,
"column": 11
},
"end": {
"line": 491,
"column": 30
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
17150,
17152
],
"loc": {
"start": {
"line": 492,
"column": 19
},
"end": {
"line": 492,
"column": 21
}
}
},
"range": [
17143,
17153
],
"loc": {
"start": {
"line": 492,
"column": 12
},
"end": {
"line": 492,
"column": 22
}
}
}
],
"range": [
17128,
17164
],
"loc": {
"start": {
"line": 491,
"column": 31
},
"end": {
"line": 493,
"column": 9
}
}
},
"alternate": null,
"range": [
17105,
17164
],
"loc": {
"start": {
"line": 491,
"column": 8
},
"end": {
"line": 493,
"column": 9
}
}
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "i",
"range": [
17184,
17185
],
"loc": {
"start": {
"line": 495,
"column": 16
},
"end": {
"line": 495,
"column": 17
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
17186,
17187
],
"loc": {
"start": {
"line": 495,
"column": 18
},
"end": {
"line": 495,
"column": 19
}
}
},
"range": [
17184,
17187
],
"loc": {
"start": {
"line": 495,
"column": 16
},
"end": {
"line": 495,
"column": 19
}
}
}
],
"kind": "var",
"range": [
17180,
17187
],
"loc": {
"start": {
"line": 495,
"column": 12
},
"end": {
"line": 495,
"column": 19
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "i",
"range": [
17189,
17190
],
"loc": {
"start": {
"line": 495,
"column": 21
},
"end": {
"line": 495,
"column": 22
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
17191,
17195
],
"loc": {
"start": {
"line": 495,
"column": 23
},
"end": {
"line": 495,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "childNodes",
"range": [
17196,
17206
],
"loc": {
"start": {
"line": 495,
"column": 28
},
"end": {
"line": 495,
"column": 38
}
}
},
"range": [
17191,
17206
],
"loc": {
"start": {
"line": 495,
"column": 23
},
"end": {
"line": 495,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
17207,
17213
],
"loc": {
"start": {
"line": 495,
"column": 39
},
"end": {
"line": 495,
"column": 45
}
}
},
"range": [
17191,
17213
],
"loc": {
"start": {
"line": 495,
"column": 23
},
"end": {
"line": 495,
"column": 45
}
}
},
"range": [
17189,
17213
],
"loc": {
"start": {
"line": 495,
"column": 21
},
"end": {
"line": 495,
"column": 45
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "i",
"range": [
17215,
17216
],
"loc": {
"start": {
"line": 495,
"column": 47
},
"end": {
"line": 495,
"column": 48
}
}
},
"prefix": false,
"range": [
17215,
17218
],
"loc": {
"start": {
"line": 495,
"column": 47
},
"end": {
"line": 495,
"column": 50
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "n",
"range": [
17238,
17239
],
"loc": {
"start": {
"line": 496,
"column": 16
},
"end": {
"line": 496,
"column": 17
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
17242,
17246
],
"loc": {
"start": {
"line": 496,
"column": 20
},
"end": {
"line": 496,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "childNodes",
"range": [
17247,
17257
],
"loc": {
"start": {
"line": 496,
"column": 25
},
"end": {
"line": 496,
"column": 35
}
}
},
"range": [
17242,
17257
],
"loc": {
"start": {
"line": 496,
"column": 20
},
"end": {
"line": 496,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "i",
"range": [
17258,
17259
],
"loc": {
"start": {
"line": 496,
"column": 36
},
"end": {
"line": 496,
"column": 37
}
}
},
"range": [
17242,
17260
],
"loc": {
"start": {
"line": 496,
"column": 20
},
"end": {
"line": 496,
"column": 38
}
}
},
"range": [
17238,
17260
],
"loc": {
"start": {
"line": 496,
"column": 16
},
"end": {
"line": 496,
"column": 38
}
}
}
],
"kind": "var",
"range": [
17234,
17261
],
"loc": {
"start": {
"line": 496,
"column": 12
},
"end": {
"line": 496,
"column": 39
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "n",
"range": [
17278,
17279
],
"loc": {
"start": {
"line": 497,
"column": 15
},
"end": {
"line": 497,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "nodeType",
"range": [
17280,
17288
],
"loc": {
"start": {
"line": 497,
"column": 17
},
"end": {
"line": 497,
"column": 25
}
}
},
"range": [
17278,
17288
],
"loc": {
"start": {
"line": 497,
"column": 15
},
"end": {
"line": 497,
"column": 25
}
}
},
"right": {
"type": "Literal",
"value": 3,
"raw": "3",
"range": [
17293,
17294
],
"loc": {
"start": {
"line": 497,
"column": 30
},
"end": {
"line": 497,
"column": 31
}
}
},
"range": [
17278,
17294
],
"loc": {
"start": {
"line": 497,
"column": 15
},
"end": {
"line": 497,
"column": 31
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "n",
"range": [
17321,
17322
],
"loc": {
"start": {
"line": 498,
"column": 23
},
"end": {
"line": 498,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "nodeValue",
"range": [
17323,
17332
],
"loc": {
"start": {
"line": 498,
"column": 25
},
"end": {
"line": 498,
"column": 34
}
}
},
"range": [
17321,
17332
],
"loc": {
"start": {
"line": 498,
"column": 23
},
"end": {
"line": 498,
"column": 34
}
}
},
"range": [
17314,
17333
],
"loc": {
"start": {
"line": 498,
"column": 16
},
"end": {
"line": 498,
"column": 35
}
}
}
],
"range": [
17295,
17348
],
"loc": {
"start": {
"line": 497,
"column": 32
},
"end": {
"line": 499,
"column": 13
}
}
},
"alternate": {
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "n",
"range": [
17357,
17358
],
"loc": {
"start": {
"line": 499,
"column": 22
},
"end": {
"line": 499,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "nodeType",
"range": [
17359,
17367
],
"loc": {
"start": {
"line": 499,
"column": 24
},
"end": {
"line": 499,
"column": 32
}
}
},
"range": [
17357,
17367
],
"loc": {
"start": {
"line": 499,
"column": 22
},
"end": {
"line": 499,
"column": 32
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
17372,
17373
],
"loc": {
"start": {
"line": 499,
"column": 37
},
"end": {
"line": 499,
"column": 38
}
}
},
"range": [
17357,
17373
],
"loc": {
"start": {
"line": 499,
"column": 22
},
"end": {
"line": 499,
"column": 38
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "n",
"range": [
17396,
17397
],
"loc": {
"start": {
"line": 500,
"column": 19
},
"end": {
"line": 500,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
17398,
17400
],
"loc": {
"start": {
"line": 500,
"column": 21
},
"end": {
"line": 500,
"column": 23
}
}
},
"range": [
17396,
17400
],
"loc": {
"start": {
"line": 500,
"column": 19
},
"end": {
"line": 500,
"column": 23
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "n",
"range": [
17404,
17405
],
"loc": {
"start": {
"line": 500,
"column": 27
},
"end": {
"line": 500,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
17406,
17408
],
"loc": {
"start": {
"line": 500,
"column": 29
},
"end": {
"line": 500,
"column": 31
}
}
},
"range": [
17404,
17408
],
"loc": {
"start": {
"line": 500,
"column": 27
},
"end": {
"line": 500,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "indexOf",
"range": [
17409,
17416
],
"loc": {
"start": {
"line": 500,
"column": 32
},
"end": {
"line": 500,
"column": 39
}
}
},
"range": [
17404,
17416
],
"loc": {
"start": {
"line": 500,
"column": 27
},
"end": {
"line": 500,
"column": 39
}
}
},
"arguments": [
{
"type": "Literal",
"value": "popUp",
"raw": "'popUp'",
"range": [
17417,
17424
],
"loc": {
"start": {
"line": 500,
"column": 40
},
"end": {
"line": 500,
"column": 47
}
}
}
],
"range": [
17404,
17425
],
"loc": {
"start": {
"line": 500,
"column": 27
},
"end": {
"line": 500,
"column": 48
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "-",
"argument": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
17431,
17432
],
"loc": {
"start": {
"line": 500,
"column": 54
},
"end": {
"line": 500,
"column": 55
}
}
},
"prefix": true,
"range": [
17430,
17432
],
"loc": {
"start": {
"line": 500,
"column": 53
},
"end": {
"line": 500,
"column": 55
}
}
},
"range": [
17404,
17432
],
"loc": {
"start": {
"line": 500,
"column": 27
},
"end": {
"line": 500,
"column": 55
}
}
},
"range": [
17396,
17432
],
"loc": {
"start": {
"line": 500,
"column": 19
},
"end": {
"line": 500,
"column": 55
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ContinueStatement",
"label": null,
"range": [
17456,
17465
],
"loc": {
"start": {
"line": 501,
"column": 20
},
"end": {
"line": 501,
"column": 29
}
}
}
],
"range": [
17433,
17484
],
"loc": {
"start": {
"line": 500,
"column": 56
},
"end": {
"line": 502,
"column": 17
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
17520,
17523
],
"loc": {
"start": {
"line": 503,
"column": 27
},
"end": {
"line": 503,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "getText",
"range": [
17524,
17531
],
"loc": {
"start": {
"line": 503,
"column": 31
},
"end": {
"line": 503,
"column": 38
}
}
},
"range": [
17520,
17531
],
"loc": {
"start": {
"line": 503,
"column": 27
},
"end": {
"line": 503,
"column": 38
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "n",
"range": [
17532,
17533
],
"loc": {
"start": {
"line": 503,
"column": 39
},
"end": {
"line": 503,
"column": 40
}
}
}
],
"range": [
17520,
17534
],
"loc": {
"start": {
"line": 503,
"column": 27
},
"end": {
"line": 503,
"column": 41
}
}
},
"range": [
17513,
17535
],
"loc": {
"start": {
"line": 503,
"column": 20
},
"end": {
"line": 503,
"column": 42
}
}
}
],
"range": [
17490,
17554
],
"loc": {
"start": {
"line": 502,
"column": 23
},
"end": {
"line": 504,
"column": 17
}
}
},
"range": [
17393,
17554
],
"loc": {
"start": {
"line": 500,
"column": 16
},
"end": {
"line": 504,
"column": 17
}
}
}
],
"range": [
17374,
17569
],
"loc": {
"start": {
"line": 499,
"column": 39
},
"end": {
"line": 505,
"column": 13
}
}
},
"alternate": null,
"range": [
17354,
17569
],
"loc": {
"start": {
"line": 499,
"column": 19
},
"end": {
"line": 505,
"column": 13
}
}
},
"range": [
17275,
17569
],
"loc": {
"start": {
"line": 497,
"column": 12
},
"end": {
"line": 505,
"column": 13
}
}
},
{
"type": "ContinueStatement",
"label": null,
"range": [
17583,
17592
],
"loc": {
"start": {
"line": 506,
"column": 12
},
"end": {
"line": 506,
"column": 21
}
}
}
],
"range": [
17219,
17603
],
"loc": {
"start": {
"line": 495,
"column": 51
},
"end": {
"line": 507,
"column": 9
}
}
},
"range": [
17176,
17603
],
"loc": {
"start": {
"line": 495,
"column": 8
},
"end": {
"line": 507,
"column": 9
}
}
},
{
"type": "ReturnStatement",
"argument": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
17620,
17622
],
"loc": {
"start": {
"line": 508,
"column": 15
},
"end": {
"line": 508,
"column": 17
}
}
},
"range": [
17613,
17623
],
"loc": {
"start": {
"line": 508,
"column": 8
},
"end": {
"line": 508,
"column": 18
}
}
}
],
"range": [
17094,
17630
],
"loc": {
"start": {
"line": 490,
"column": 24
},
"end": {
"line": 509,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
17088,
17630
],
"loc": {
"start": {
"line": 490,
"column": 18
},
"end": {
"line": 509,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
17074,
17630
],
"loc": {
"start": {
"line": 490,
"column": 4
},
"end": {
"line": 509,
"column": 5
}
},
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "_hideCells",
"range": [
17638,
17648
],
"loc": {
"start": {
"line": 511,
"column": 4
},
"end": {
"line": 511,
"column": 14
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "tbl",
"range": [
17649,
17652
],
"loc": {
"start": {
"line": 511,
"column": 15
},
"end": {
"line": 511,
"column": 18
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
17654,
17662
],
"loc": {
"start": {
"line": 511,
"column": 20
},
"end": {
"line": 511,
"column": 28
}
}
},
{
"type": "Identifier",
"name": "hide",
"range": [
17664,
17668
],
"loc": {
"start": {
"line": 511,
"column": 30
},
"end": {
"line": 511,
"column": 34
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "i",
"range": [
17688,
17689
],
"loc": {
"start": {
"line": 512,
"column": 16
},
"end": {
"line": 512,
"column": 17
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
17690,
17691
],
"loc": {
"start": {
"line": 512,
"column": 18
},
"end": {
"line": 512,
"column": 19
}
}
},
"range": [
17688,
17691
],
"loc": {
"start": {
"line": 512,
"column": 16
},
"end": {
"line": 512,
"column": 19
}
}
}
],
"kind": "var",
"range": [
17684,
17691
],
"loc": {
"start": {
"line": 512,
"column": 12
},
"end": {
"line": 512,
"column": 19
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "i",
"range": [
17693,
17694
],
"loc": {
"start": {
"line": 512,
"column": 21
},
"end": {
"line": 512,
"column": 22
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
17695,
17698
],
"loc": {
"start": {
"line": 512,
"column": 23
},
"end": {
"line": 512,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
17699,
17703
],
"loc": {
"start": {
"line": 512,
"column": 27
},
"end": {
"line": 512,
"column": 31
}
}
},
"range": [
17695,
17703
],
"loc": {
"start": {
"line": 512,
"column": 23
},
"end": {
"line": 512,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
17704,
17710
],
"loc": {
"start": {
"line": 512,
"column": 32
},
"end": {
"line": 512,
"column": 38
}
}
},
"range": [
17695,
17710
],
"loc": {
"start": {
"line": 512,
"column": 23
},
"end": {
"line": 512,
"column": 38
}
}
},
"range": [
17693,
17710
],
"loc": {
"start": {
"line": 512,
"column": 21
},
"end": {
"line": 512,
"column": 38
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "i",
"range": [
17712,
17713
],
"loc": {
"start": {
"line": 512,
"column": 40
},
"end": {
"line": 512,
"column": 41
}
}
},
"prefix": false,
"range": [
17712,
17715
],
"loc": {
"start": {
"line": 512,
"column": 40
},
"end": {
"line": 512,
"column": 43
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "row",
"range": [
17735,
17738
],
"loc": {
"start": {
"line": 513,
"column": 16
},
"end": {
"line": 513,
"column": 19
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
17741,
17744
],
"loc": {
"start": {
"line": 513,
"column": 22
},
"end": {
"line": 513,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
17745,
17749
],
"loc": {
"start": {
"line": 513,
"column": 26
},
"end": {
"line": 513,
"column": 30
}
}
},
"range": [
17741,
17749
],
"loc": {
"start": {
"line": 513,
"column": 22
},
"end": {
"line": 513,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "i",
"range": [
17750,
17751
],
"loc": {
"start": {
"line": 513,
"column": 31
},
"end": {
"line": 513,
"column": 32
}
}
},
"range": [
17741,
17752
],
"loc": {
"start": {
"line": 513,
"column": 22
},
"end": {
"line": 513,
"column": 33
}
}
},
"range": [
17735,
17752
],
"loc": {
"start": {
"line": 513,
"column": 16
},
"end": {
"line": 513,
"column": 33
}
}
}
],
"kind": "var",
"range": [
17731,
17753
],
"loc": {
"start": {
"line": 513,
"column": 12
},
"end": {
"line": 513,
"column": 34
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cell",
"range": [
17771,
17775
],
"loc": {
"start": {
"line": 514,
"column": 16
},
"end": {
"line": 514,
"column": 20
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "row",
"range": [
17778,
17781
],
"loc": {
"start": {
"line": 514,
"column": 23
},
"end": {
"line": 514,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
17782,
17787
],
"loc": {
"start": {
"line": 514,
"column": 27
},
"end": {
"line": 514,
"column": 32
}
}
},
"range": [
17778,
17787
],
"loc": {
"start": {
"line": 514,
"column": 23
},
"end": {
"line": 514,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
17788,
17796
],
"loc": {
"start": {
"line": 514,
"column": 33
},
"end": {
"line": 514,
"column": 41
}
}
},
"range": [
17778,
17797
],
"loc": {
"start": {
"line": 514,
"column": 23
},
"end": {
"line": 514,
"column": 42
}
}
},
"range": [
17771,
17797
],
"loc": {
"start": {
"line": 514,
"column": 16
},
"end": {
"line": 514,
"column": 42
}
}
}
],
"kind": "var",
"range": [
17767,
17798
],
"loc": {
"start": {
"line": 514,
"column": 12
},
"end": {
"line": 514,
"column": 43
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "cell",
"range": [
17815,
17819
],
"loc": {
"start": {
"line": 515,
"column": 15
},
"end": {
"line": 515,
"column": 19
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
17839,
17843
],
"loc": {
"start": {
"line": 516,
"column": 16
},
"end": {
"line": 516,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
17844,
17849
],
"loc": {
"start": {
"line": 516,
"column": 21
},
"end": {
"line": 516,
"column": 26
}
}
},
"range": [
17839,
17849
],
"loc": {
"start": {
"line": 516,
"column": 16
},
"end": {
"line": 516,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "display",
"range": [
17850,
17857
],
"loc": {
"start": {
"line": 516,
"column": 27
},
"end": {
"line": 516,
"column": 34
}
}
},
"range": [
17839,
17857
],
"loc": {
"start": {
"line": 516,
"column": 16
},
"end": {
"line": 516,
"column": 34
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "Identifier",
"name": "hide",
"range": [
17860,
17864
],
"loc": {
"start": {
"line": 516,
"column": 37
},
"end": {
"line": 516,
"column": 41
}
}
},
"consequent": {
"type": "Literal",
"value": "none",
"raw": "'none'",
"range": [
17867,
17873
],
"loc": {
"start": {
"line": 516,
"column": 44
},
"end": {
"line": 516,
"column": 50
}
}
},
"alternate": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
17876,
17878
],
"loc": {
"start": {
"line": 516,
"column": 53
},
"end": {
"line": 516,
"column": 55
}
}
},
"range": [
17860,
17878
],
"loc": {
"start": {
"line": 516,
"column": 37
},
"end": {
"line": 516,
"column": 55
}
}
},
"range": [
17839,
17878
],
"loc": {
"start": {
"line": 516,
"column": 16
},
"end": {
"line": 516,
"column": 55
}
}
},
"range": [
17839,
17879
],
"loc": {
"start": {
"line": 516,
"column": 16
},
"end": {
"line": 516,
"column": 56
}
}
}
],
"range": [
17820,
17894
],
"loc": {
"start": {
"line": 515,
"column": 20
},
"end": {
"line": 517,
"column": 13
}
}
},
"alternate": null,
"range": [
17812,
17894
],
"loc": {
"start": {
"line": 515,
"column": 12
},
"end": {
"line": 517,
"column": 13
}
}
}
],
"range": [
17716,
17905
],
"loc": {
"start": {
"line": 512,
"column": 44
},
"end": {
"line": 518,
"column": 9
}
}
},
"range": [
17680,
17905
],
"loc": {
"start": {
"line": 512,
"column": 8
},
"end": {
"line": 518,
"column": 9
}
}
}
],
"range": [
17669,
17912
],
"loc": {
"start": {
"line": 511,
"column": 35
},
"end": {
"line": 519,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
17648,
17912
],
"loc": {
"start": {
"line": 511,
"column": 14
},
"end": {
"line": 519,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
17638,
17912
],
"loc": {
"start": {
"line": 511,
"column": 4
},
"end": {
"line": 519,
"column": 5
}
},
"static": false
}
],
"range": [
167,
17917
],
"loc": {
"start": {
"line": 6,
"column": 35
},
"end": {
"line": 521,
"column": 1
}
}
},
"range": [
147,
17917
],
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 521,
"column": 1
}
},
"leadingComments": [],
"trailingComments": []
},
"range": [
132,
17917
],
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 521,
"column": 1
}
}
}
],
"sourceType": "module",
"range": [
0,
17917
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 521,
"column": 1
}
},
"comments": [
{
"type": "Block",
"value": "*\r\n * Columns Visibility extension\r\n * @param {Object} tf TableFilter instance\r\n * @param {Object} f Config\r\n ",
"range": [
176,
306
],
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 7
}
}
},
{
"type": "Line",
"value": " Configuration object",
"range": [
343,
366
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 31
}
}
},
{
"type": "Line",
"value": "show/hide cols span element",
"range": [
544,
573
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 37
}
}
},
{
"type": "Line",
"value": "show/hide cols button element",
"range": [
612,
643
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 39
}
}
},
{
"type": "Line",
"value": "show/hide cols container div element",
"range": [
681,
719
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 46
}
}
},
{
"type": "Line",
"value": "tick to hide or show column",
"range": [
760,
789
],
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 37
}
}
},
{
"type": "Line",
"value": "enables/disables cols manager generation",
"range": [
865,
907
],
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 50
}
}
},
{
"type": "Line",
"value": "only if external headers",
"range": [
975,
1001
],
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 34
}
}
},
{
"type": "Line",
"value": "only if external headers",
"range": [
1064,
1090
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 34
}
}
},
{
"type": "Line",
"value": "id of container element",
"range": [
1151,
1176
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 33
}
}
},
{
"type": "Line",
"value": "alternative headers text",
"range": [
1245,
1271
],
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 34
}
}
},
{
"type": "Line",
"value": "id of button container element",
"range": [
1333,
1365
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 40
}
}
},
{
"type": "Line",
"value": "defines show/hide cols text",
"range": [
1425,
1454
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 37
}
}
},
{
"type": "Line",
"value": "defines show/hide cols button innerHtml",
"range": [
1520,
1561
],
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 49
}
}
},
{
"type": "Line",
"value": "defines css class for show/hide cols button",
"range": [
1615,
1660
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 53
}
}
},
{
"type": "Line",
"value": "defines close link text",
"range": [
1727,
1752
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 33
}
}
},
{
"type": "Line",
"value": "defines close button innerHtml",
"range": [
1820,
1852
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 40
}
}
},
{
"type": "Line",
"value": "defines css class for close button",
"range": [
1917,
1953
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 44
}
}
},
{
"type": "Line",
"value": "span containing show/hide cols button",
"range": [
2104,
2143
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 47
}
}
},
{
"type": "Line",
"value": "defines css class span containing show/hide cols",
"range": [
2185,
2235
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 58
}
}
},
{
"type": "Line",
"value": "defines css class div containing show/hide cols",
"range": [
2355,
2404
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 57
}
}
},
{
"type": "Line",
"value": "defines css class for cols list (ul)",
"range": [
2477,
2515
],
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 46
}
}
},
{
"type": "Line",
"value": "defines css class for list item (li)",
"range": [
2593,
2631
],
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 46
}
}
},
{
"type": "Line",
"value": "defines css class for selected list item (li)",
"range": [
2742,
2789
],
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 55
}
}
},
{
"type": "Line",
"value": "text preceding columns list",
"range": [
2916,
2945
],
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 71,
"column": 37
}
}
},
{
"type": "Line",
"value": "enables select all option",
"range": [
3124,
3151
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 35
}
}
},
{
"type": "Line",
"value": "text preceding columns list",
"range": [
3219,
3248
],
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 37
}
}
},
{
"type": "Line",
"value": "array containing hidden columns indexes",
"range": [
3322,
3363
],
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 49
}
}
},
{
"type": "Line",
"value": "callback invoked just after cols manager is loaded",
"range": [
3471,
3523
],
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 60
}
}
},
{
"type": "Line",
"value": "calls function before cols manager is opened",
"range": [
3604,
3650
],
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 54
}
}
},
{
"type": "Line",
"value": "calls function after cols manager is opened",
"range": [
3758,
3803
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 53
}
}
},
{
"type": "Line",
"value": "calls function before cols manager is closed",
"range": [
3895,
3941
],
"loc": {
"start": {
"line": 91,
"column": 8
},
"end": {
"line": 91,
"column": 54
}
}
},
{
"type": "Line",
"value": "calls function after cols manager is closed",
"range": [
4052,
4097
],
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 53
}
}
},
{
"type": "Line",
"value": "callback before col is hidden",
"range": [
4207,
4238
],
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 39
}
}
},
{
"type": "Line",
"value": "callback after col is hidden",
"range": [
4363,
4393
],
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 38
}
}
},
{
"type": "Line",
"value": "callback before col is displayed",
"range": [
4515,
4549
],
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 42
}
}
},
{
"type": "Line",
"value": "callback after col is displayed",
"range": [
4683,
4716
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 41
}
}
},
{
"type": "Line",
"value": "Grid layout compatibility",
"range": [
4849,
4876
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 35
}
}
},
{
"type": "Line",
"value": "headers table",
"range": [
4970,
4985
],
"loc": {
"start": {
"line": 113,
"column": 64
},
"end": {
"line": 113,
"column": 79
}
}
},
{
"type": "Line",
"value": "headers index",
"range": [
5022,
5037
],
"loc": {
"start": {
"line": 114,
"column": 35
},
"end": {
"line": 114,
"column": 50
}
}
},
{
"type": "Line",
"value": "Loads extension stylesheet",
"range": [
5165,
5193
],
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 36
}
}
},
{
"type": "Block",
"value": "*\r\n * Build main button UI\r\n ",
"range": [
6943,
6984
],
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 183,
"column": 7
}
}
},
{
"type": "Line",
"value": "Container element (rdiv or custom element)",
"range": [
7207,
7251
],
"loc": {
"start": {
"line": 192,
"column": 8
},
"end": {
"line": 192,
"column": 52
}
}
},
{
"type": "Line",
"value": "Custom html",
"range": [
8115,
8128
],
"loc": {
"start": {
"line": 217,
"column": 17
},
"end": {
"line": 217,
"column": 30
}
}
},
{
"type": "Block",
"value": "*\r\n * Build columns manager UI\r\n ",
"range": [
8639,
8684
],
"loc": {
"start": {
"line": 235,
"column": 4
},
"end": {
"line": 237,
"column": 7
}
}
},
{
"type": "Line",
"value": "Extension description",
"range": [
8942,
8965
],
"loc": {
"start": {
"line": 246,
"column": 8
},
"end": {
"line": 246,
"column": 31
}
}
},
{
"type": "Line",
"value": "Headers list",
"range": [
9113,
9127
],
"loc": {
"start": {
"line": 251,
"column": 8
},
"end": {
"line": 251,
"column": 22
}
}
},
{
"type": "Line",
"value": "Tick all option",
"range": [
9468,
9485
],
"loc": {
"start": {
"line": 260,
"column": 8
},
"end": {
"line": 260,
"column": 25
}
}
},
{
"type": "Line",
"value": "separator",
"range": [
11044,
11055
],
"loc": {
"start": {
"line": 301,
"column": 8
},
"end": {
"line": 301,
"column": 19
}
}
},
{
"type": "Line",
"value": "Close link",
"range": [
11137,
11149
],
"loc": {
"start": {
"line": 304,
"column": 8
},
"end": {
"line": 304,
"column": 20
}
}
},
{
"type": "Block",
"value": "*\r\n * Hide or show specified columns\r\n * @param {Numner} colIndex Column index\r\n * @param {Boolean} hide hide column if true or show if false\r\n ",
"range": [
12085,
12252
],
"loc": {
"start": {
"line": 334,
"column": 4
},
"end": {
"line": 338,
"column": 7
}
}
},
{
"type": "Line",
"value": "This event is fired just after a column is displayed for",
"range": [
13283,
13341
],
"loc": {
"start": {
"line": 371,
"column": 12
},
"end": {
"line": 371,
"column": 70
}
}
},
{
"type": "Line",
"value": "grid_layout support",
"range": [
13355,
13376
],
"loc": {
"start": {
"line": 372,
"column": 12
},
"end": {
"line": 372,
"column": 33
}
}
},
{
"type": "Line",
"value": "TODO: grid layout module should be responsible for those",
"range": [
13390,
13448
],
"loc": {
"start": {
"line": 373,
"column": 12
},
"end": {
"line": 373,
"column": 70
}
}
},
{
"type": "Line",
"value": "calculations",
"range": [
13462,
13476
],
"loc": {
"start": {
"line": 374,
"column": 12
},
"end": {
"line": 374,
"column": 26
}
}
},
{
"type": "Line",
"value": "This event is fired just after a column is displayed for",
"range": [
14120,
14178
],
"loc": {
"start": {
"line": 390,
"column": 12
},
"end": {
"line": 390,
"column": 70
}
}
},
{
"type": "Line",
"value": "grid_layout support",
"range": [
14192,
14213
],
"loc": {
"start": {
"line": 391,
"column": 12
},
"end": {
"line": 391,
"column": 33
}
}
},
{
"type": "Line",
"value": "TODO: grid layout module should be responsible for those",
"range": [
14227,
14285
],
"loc": {
"start": {
"line": 392,
"column": 12
},
"end": {
"line": 392,
"column": 70
}
}
},
{
"type": "Line",
"value": "calculations",
"range": [
14299,
14313
],
"loc": {
"start": {
"line": 393,
"column": 12
},
"end": {
"line": 393,
"column": 26
}
}
},
{
"type": "Block",
"value": "*\r\n * Show specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
14859,
14948
],
"loc": {
"start": {
"line": 407,
"column": 4
},
"end": {
"line": 410,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Hide specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
15304,
15393
],
"loc": {
"start": {
"line": 423,
"column": 4
},
"end": {
"line": 426,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Determine if specified column is hidden\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
15747,
15854
],
"loc": {
"start": {
"line": 439,
"column": 4
},
"end": {
"line": 442,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Toggle visibility of specified column\r\n * @param {Number} colIndex Column index\r\n ",
"range": [
16012,
16117
],
"loc": {
"start": {
"line": 450,
"column": 4
},
"end": {
"line": 453,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Returns the indexes of the columns currently hidden\r\n * @return {Array} column indexes\r\n ",
"range": [
16328,
16439
],
"loc": {
"start": {
"line": 462,
"column": 4
},
"end": {
"line": 465,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Remove the columns manager\r\n ",
"range": [
16509,
16556
],
"loc": {
"start": {
"line": 470,
"column": 4
},
"end": {
"line": 472,
"column": 7
}
}
}
]
}