1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-13 19:32:40 +02:00
TableFilter/doc/ast/source/src/extensions/filtersVisibility/filtersVisibility.js.json
2015-08-02 18:27:59 +10:00

16275 lines
607 KiB
JSON

{
"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": "ExportDefaultDeclaration",
"declaration": {
"type": "ClassDeclaration",
"id": {
"type": "Identifier",
"name": "FiltersVisibility",
"range": [
121,
138
],
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 38
}
}
},
"superClass": null,
"body": {
"type": "ClassBody",
"body": [
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "constructor",
"range": [
287,
298
],
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 15
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "tf",
"range": [
299,
301
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 18
}
}
},
{
"type": "Identifier",
"name": "f",
"range": [
303,
304
],
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 21
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
318,
322
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
323,
334
],
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 24
}
}
},
"range": [
318,
334
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
337,
342
],
"loc": {
"start": {
"line": 14,
"column": 27
},
"end": {
"line": 14,
"column": 32
}
}
},
"range": [
318,
342
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 32
}
}
},
"range": [
318,
343
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 33
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
353,
357
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
358,
362
],
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 17
}
}
},
"range": [
353,
362
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 17
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
365,
366
],
"loc": {
"start": {
"line": 15,
"column": 20
},
"end": {
"line": 15,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
367,
371
],
"loc": {
"start": {
"line": 15,
"column": 22
},
"end": {
"line": 15,
"column": 26
}
}
},
"range": [
365,
371
],
"loc": {
"start": {
"line": 15,
"column": 20
},
"end": {
"line": 15,
"column": 26
}
}
},
"range": [
353,
371
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 26
}
}
},
"range": [
353,
372
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 27
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
382,
386
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "desc",
"range": [
387,
391
],
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 17
}
}
},
"range": [
382,
391
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 17
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
394,
395
],
"loc": {
"start": {
"line": 16,
"column": 20
},
"end": {
"line": 16,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "description",
"range": [
396,
407
],
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 33
}
}
},
"range": [
394,
407
],
"loc": {
"start": {
"line": 16,
"column": 20
},
"end": {
"line": 16,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": "Filters row visibility manager",
"raw": "'Filters row visibility manager'",
"range": [
411,
443
],
"loc": {
"start": {
"line": 16,
"column": 37
},
"end": {
"line": 16,
"column": 69
}
}
},
"range": [
394,
443
],
"loc": {
"start": {
"line": 16,
"column": 20
},
"end": {
"line": 16,
"column": 69
}
}
},
"range": [
382,
443
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 69
}
}
},
"range": [
382,
444
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 70
}
},
"trailingComments": [
{
"type": "Line",
"value": " Path and image filenames",
"range": [
456,
483
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 35
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
493,
497
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
498,
508
],
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 23
}
}
},
"range": [
493,
508
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 23
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
511,
512
],
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
513,
523
],
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 38
}
}
},
"range": [
511,
523
],
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 38
}
}
},
"right": {
"type": "Literal",
"value": "filtersVisibility.css",
"raw": "'filtersVisibility.css'",
"range": [
527,
550
],
"loc": {
"start": {
"line": 19,
"column": 42
},
"end": {
"line": 19,
"column": 65
}
}
},
"range": [
511,
550
],
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 65
}
}
},
"range": [
493,
550
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 65
}
}
},
"range": [
493,
551
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 66
}
},
"leadingComments": [
{
"type": "Line",
"value": " Path and image filenames",
"range": [
456,
483
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 35
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
561,
565
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "icnExpand",
"range": [
566,
575
],
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 22
}
}
},
"range": [
561,
575
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 22
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
578,
579
],
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "expand_icon_name",
"range": [
580,
596
],
"loc": {
"start": {
"line": 20,
"column": 27
},
"end": {
"line": 20,
"column": 43
}
}
},
"range": [
578,
596
],
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 43
}
}
},
"right": {
"type": "Literal",
"value": "icn_exp.png",
"raw": "'icn_exp.png'",
"range": [
600,
613
],
"loc": {
"start": {
"line": 20,
"column": 47
},
"end": {
"line": 20,
"column": 60
}
}
},
"range": [
578,
613
],
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 60
}
}
},
"range": [
561,
613
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 60
}
}
},
"range": [
561,
614
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 61
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
624,
628
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "icnCollapse",
"range": [
629,
640
],
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 24
}
}
},
"range": [
624,
640
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 24
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
643,
644
],
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "collapse_icon_name",
"range": [
645,
663
],
"loc": {
"start": {
"line": 21,
"column": 29
},
"end": {
"line": 21,
"column": 47
}
}
},
"range": [
643,
663
],
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 47
}
}
},
"right": {
"type": "Literal",
"value": "icn_clp.png",
"raw": "'icn_clp.png'",
"range": [
667,
680
],
"loc": {
"start": {
"line": 21,
"column": 51
},
"end": {
"line": 21,
"column": 64
}
}
},
"range": [
643,
680
],
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 64
}
}
},
"range": [
624,
680
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 64
}
}
},
"range": [
624,
681
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 65
}
},
"trailingComments": [
{
"type": "Line",
"value": "expand/collapse filters span element",
"range": [
693,
731
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
741,
745
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
746,
752
],
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 19
}
}
},
"range": [
741,
752
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 19
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
755,
759
],
"loc": {
"start": {
"line": 24,
"column": 22
},
"end": {
"line": 24,
"column": 26
}
}
},
"range": [
741,
759
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 26
}
}
},
"range": [
741,
760
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 27
}
},
"leadingComments": [
{
"type": "Line",
"value": "expand/collapse filters span element",
"range": [
693,
731
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "expand/collapse filters btn element",
"range": [
770,
807
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 45
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
817,
821
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
822,
827
],
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 18
}
}
},
"range": [
817,
827
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 18
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
830,
834
],
"loc": {
"start": {
"line": 26,
"column": 21
},
"end": {
"line": 26,
"column": 25
}
}
},
"range": [
817,
834
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 25
}
}
},
"range": [
817,
835
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 26
}
},
"leadingComments": [
{
"type": "Line",
"value": "expand/collapse filters btn element",
"range": [
770,
807
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 45
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
847,
851
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "icnExpandHtml",
"range": [
852,
865
],
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 26
}
}
},
"range": [
847,
865
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 26
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "<img src=\"",
"raw": "'<img src=\"'",
"range": [
868,
880
],
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 41
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
882,
884
],
"loc": {
"start": {
"line": 28,
"column": 43
},
"end": {
"line": 28,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "stylePath",
"range": [
885,
894
],
"loc": {
"start": {
"line": 28,
"column": 46
},
"end": {
"line": 28,
"column": 55
}
}
},
"range": [
882,
894
],
"loc": {
"start": {
"line": 28,
"column": 43
},
"end": {
"line": 28,
"column": 55
}
}
},
"range": [
868,
894
],
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 55
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
897,
901
],
"loc": {
"start": {
"line": 28,
"column": 58
},
"end": {
"line": 28,
"column": 62
}
}
},
"property": {
"type": "Identifier",
"name": "icnExpand",
"range": [
902,
911
],
"loc": {
"start": {
"line": 28,
"column": 63
},
"end": {
"line": 28,
"column": 72
}
}
},
"range": [
897,
911
],
"loc": {
"start": {
"line": 28,
"column": 58
},
"end": {
"line": 28,
"column": 72
}
}
},
"range": [
868,
911
],
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 72
}
}
},
"right": {
"type": "Literal",
"value": "\" alt=\"Expand filters\" >",
"raw": "'\" alt=\"Expand filters\" >'",
"range": [
927,
953
],
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 38
}
}
},
"range": [
868,
953
],
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 29,
"column": 38
}
}
},
"range": [
847,
953
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 29,
"column": 38
}
}
},
"range": [
847,
954
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 29,
"column": 39
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
964,
968
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "icnCollapseHtml",
"range": [
969,
984
],
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 28
}
}
},
"range": [
964,
984
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 28
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "<img src=\"",
"raw": "'<img src=\"'",
"range": [
987,
999
],
"loc": {
"start": {
"line": 30,
"column": 31
},
"end": {
"line": 30,
"column": 43
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1001,
1003
],
"loc": {
"start": {
"line": 30,
"column": 45
},
"end": {
"line": 30,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "stylePath",
"range": [
1004,
1013
],
"loc": {
"start": {
"line": 30,
"column": 48
},
"end": {
"line": 30,
"column": 57
}
}
},
"range": [
1001,
1013
],
"loc": {
"start": {
"line": 30,
"column": 45
},
"end": {
"line": 30,
"column": 57
}
}
},
"range": [
987,
1013
],
"loc": {
"start": {
"line": 30,
"column": 31
},
"end": {
"line": 30,
"column": 57
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1016,
1020
],
"loc": {
"start": {
"line": 30,
"column": 60
},
"end": {
"line": 30,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"name": "icnCollapse",
"range": [
1021,
1032
],
"loc": {
"start": {
"line": 30,
"column": 65
},
"end": {
"line": 30,
"column": 76
}
}
},
"range": [
1016,
1032
],
"loc": {
"start": {
"line": 30,
"column": 60
},
"end": {
"line": 30,
"column": 76
}
}
},
"range": [
987,
1032
],
"loc": {
"start": {
"line": 30,
"column": 31
},
"end": {
"line": 30,
"column": 76
}
}
},
"right": {
"type": "Literal",
"value": "\" alt=\"Collapse filters\" >",
"raw": "'\" alt=\"Collapse filters\" >'",
"range": [
1048,
1076
],
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 40
}
}
},
"range": [
987,
1076
],
"loc": {
"start": {
"line": 30,
"column": 31
},
"end": {
"line": 31,
"column": 40
}
}
},
"range": [
964,
1076
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 31,
"column": 40
}
}
},
"range": [
964,
1077
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 31,
"column": 41
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1087,
1091
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "defaultText",
"range": [
1092,
1103
],
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 24
}
}
},
"range": [
1087,
1103
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": "Toggle filters",
"raw": "'Toggle filters'",
"range": [
1106,
1122
],
"loc": {
"start": {
"line": 32,
"column": 27
},
"end": {
"line": 32,
"column": 43
}
}
},
"range": [
1087,
1122
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 43
}
}
},
"range": [
1087,
1123
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 44
}
},
"trailingComments": [
{
"type": "Line",
"value": "id of container element",
"range": [
1135,
1160
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 33
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1170,
1174
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "targetId",
"range": [
1175,
1183
],
"loc": {
"start": {
"line": 35,
"column": 13
},
"end": {
"line": 35,
"column": 21
}
}
},
"range": [
1170,
1183
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 21
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1187,
1188
],
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "target_id",
"range": [
1189,
1198
],
"loc": {
"start": {
"line": 35,
"column": 27
},
"end": {
"line": 35,
"column": 36
}
}
},
"range": [
1187,
1198
],
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 36
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1202,
1206
],
"loc": {
"start": {
"line": 35,
"column": 40
},
"end": {
"line": 35,
"column": 44
}
}
},
"range": [
1187,
1206
],
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 44
}
}
},
"range": [
1170,
1206
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 44
}
}
},
"range": [
1170,
1207
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 45
}
},
"leadingComments": [
{
"type": "Line",
"value": "id of container element",
"range": [
1135,
1160
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 33
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "enables/disables expand/collapse icon",
"range": [
1217,
1256
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 47
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1266,
1270
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "enableIcon",
"range": [
1271,
1281
],
"loc": {
"start": {
"line": 37,
"column": 13
},
"end": {
"line": 37,
"column": 23
}
}
},
"range": [
1266,
1281
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 23
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1284,
1285
],
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "enable_icon",
"range": [
1286,
1297
],
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 39
}
}
},
"range": [
1284,
1297
],
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 39
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
1300,
1305
],
"loc": {
"start": {
"line": 37,
"column": 42
},
"end": {
"line": 37,
"column": 47
}
}
},
"range": [
1284,
1305
],
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 47
}
}
},
"consequent": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
1308,
1313
],
"loc": {
"start": {
"line": 37,
"column": 50
},
"end": {
"line": 37,
"column": 55
}
}
},
"alternate": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
1316,
1320
],
"loc": {
"start": {
"line": 37,
"column": 58
},
"end": {
"line": 37,
"column": 62
}
}
},
"range": [
1284,
1320
],
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 62
}
}
},
"range": [
1266,
1320
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 62
}
}
},
"range": [
1266,
1321
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 63
}
},
"leadingComments": [
{
"type": "Line",
"value": "enables/disables expand/collapse icon",
"range": [
1217,
1256
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 47
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1331,
1335
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
1336,
1343
],
"loc": {
"start": {
"line": 38,
"column": 13
},
"end": {
"line": 38,
"column": 20
}
}
},
"range": [
1331,
1343
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 20
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1346,
1347
],
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "btn_text",
"range": [
1348,
1356
],
"loc": {
"start": {
"line": 38,
"column": 25
},
"end": {
"line": 38,
"column": 33
}
}
},
"range": [
1346,
1356
],
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
1360,
1362
],
"loc": {
"start": {
"line": 38,
"column": 37
},
"end": {
"line": 38,
"column": 39
}
}
},
"range": [
1346,
1362
],
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 39
}
}
},
"range": [
1331,
1362
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 39
}
}
},
"range": [
1331,
1363
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 40
}
},
"trailingComments": [
{
"type": "Line",
"value": "defines expand/collapse filters text",
"range": [
1375,
1413
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1423,
1427
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "collapseBtnHtml",
"range": [
1428,
1443
],
"loc": {
"start": {
"line": 41,
"column": 13
},
"end": {
"line": 41,
"column": 28
}
}
},
"range": [
1423,
1443
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 28
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1446,
1450
],
"loc": {
"start": {
"line": 41,
"column": 31
},
"end": {
"line": 41,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "enableIcon",
"range": [
1451,
1461
],
"loc": {
"start": {
"line": 41,
"column": 36
},
"end": {
"line": 41,
"column": 46
}
}
},
"range": [
1446,
1461
],
"loc": {
"start": {
"line": 41,
"column": 31
},
"end": {
"line": 41,
"column": 46
}
}
},
"consequent": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1477,
1481
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "icnCollapseHtml",
"range": [
1482,
1497
],
"loc": {
"start": {
"line": 42,
"column": 17
},
"end": {
"line": 42,
"column": 32
}
}
},
"range": [
1477,
1497
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 32
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1500,
1504
],
"loc": {
"start": {
"line": 42,
"column": 35
},
"end": {
"line": 42,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
1505,
1512
],
"loc": {
"start": {
"line": 42,
"column": 40
},
"end": {
"line": 42,
"column": 47
}
}
},
"range": [
1500,
1512
],
"loc": {
"start": {
"line": 42,
"column": 35
},
"end": {
"line": 42,
"column": 47
}
}
},
"range": [
1477,
1512
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 47
}
}
},
"alternate": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1528,
1532
],
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
1533,
1540
],
"loc": {
"start": {
"line": 43,
"column": 17
},
"end": {
"line": 43,
"column": 24
}
}
},
"range": [
1528,
1540
],
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 24
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1544,
1548
],
"loc": {
"start": {
"line": 43,
"column": 28
},
"end": {
"line": 43,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "defaultText",
"range": [
1549,
1560
],
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 44
}
}
},
"range": [
1544,
1560
],
"loc": {
"start": {
"line": 43,
"column": 28
},
"end": {
"line": 43,
"column": 44
}
}
},
"range": [
1528,
1560
],
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 44
}
}
},
"range": [
1446,
1560
],
"loc": {
"start": {
"line": 41,
"column": 31
},
"end": {
"line": 43,
"column": 44
}
}
},
"range": [
1423,
1560
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 43,
"column": 44
}
}
},
"range": [
1423,
1561
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 43,
"column": 45
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines expand/collapse filters text",
"range": [
1375,
1413
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1571,
1575
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "expandBtnHtml",
"range": [
1576,
1589
],
"loc": {
"start": {
"line": 44,
"column": 13
},
"end": {
"line": 44,
"column": 26
}
}
},
"range": [
1571,
1589
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 26
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1593,
1597
],
"loc": {
"start": {
"line": 44,
"column": 30
},
"end": {
"line": 44,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "enableIcon",
"range": [
1598,
1608
],
"loc": {
"start": {
"line": 44,
"column": 35
},
"end": {
"line": 44,
"column": 45
}
}
},
"range": [
1593,
1608
],
"loc": {
"start": {
"line": 44,
"column": 30
},
"end": {
"line": 44,
"column": 45
}
}
},
"consequent": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1624,
1628
],
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "icnExpandHtml",
"range": [
1629,
1642
],
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 30
}
}
},
"range": [
1624,
1642
],
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 30
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1645,
1649
],
"loc": {
"start": {
"line": 45,
"column": 33
},
"end": {
"line": 45,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
1650,
1657
],
"loc": {
"start": {
"line": 45,
"column": 38
},
"end": {
"line": 45,
"column": 45
}
}
},
"range": [
1645,
1657
],
"loc": {
"start": {
"line": 45,
"column": 33
},
"end": {
"line": 45,
"column": 45
}
}
},
"range": [
1624,
1657
],
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 45
}
}
},
"alternate": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1673,
1677
],
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
1678,
1685
],
"loc": {
"start": {
"line": 46,
"column": 17
},
"end": {
"line": 46,
"column": 24
}
}
},
"range": [
1673,
1685
],
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 24
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1689,
1693
],
"loc": {
"start": {
"line": 46,
"column": 28
},
"end": {
"line": 46,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "defaultText",
"range": [
1694,
1705
],
"loc": {
"start": {
"line": 46,
"column": 33
},
"end": {
"line": 46,
"column": 44
}
}
},
"range": [
1689,
1705
],
"loc": {
"start": {
"line": 46,
"column": 28
},
"end": {
"line": 46,
"column": 44
}
}
},
"range": [
1673,
1705
],
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 44
}
}
},
"range": [
1593,
1705
],
"loc": {
"start": {
"line": 44,
"column": 30
},
"end": {
"line": 46,
"column": 44
}
}
},
"range": [
1571,
1705
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 46,
"column": 44
}
}
},
"range": [
1571,
1706
],
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 46,
"column": 45
}
},
"trailingComments": [
{
"type": "Line",
"value": "defines expand/collapse filters button innerHtml",
"range": [
1718,
1768
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1778,
1782
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
1783,
1790
],
"loc": {
"start": {
"line": 49,
"column": 13
},
"end": {
"line": 49,
"column": 20
}
}
},
"range": [
1778,
1790
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 20
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1793,
1794
],
"loc": {
"start": {
"line": 49,
"column": 23
},
"end": {
"line": 49,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "btn_html",
"range": [
1795,
1803
],
"loc": {
"start": {
"line": 49,
"column": 25
},
"end": {
"line": 49,
"column": 33
}
}
},
"range": [
1793,
1803
],
"loc": {
"start": {
"line": 49,
"column": 23
},
"end": {
"line": 49,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1807,
1811
],
"loc": {
"start": {
"line": 49,
"column": 37
},
"end": {
"line": 49,
"column": 41
}
}
},
"range": [
1793,
1811
],
"loc": {
"start": {
"line": 49,
"column": 23
},
"end": {
"line": 49,
"column": 41
}
}
},
"range": [
1778,
1811
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 41
}
}
},
"range": [
1778,
1812
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines expand/collapse filters button innerHtml",
"range": [
1718,
1768
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 58
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for expand/collapse filters button",
"range": [
1822,
1876
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 62
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1886,
1890
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnCssClass",
"range": [
1891,
1902
],
"loc": {
"start": {
"line": 51,
"column": 13
},
"end": {
"line": 51,
"column": 24
}
}
},
"range": [
1886,
1902
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 24
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1905,
1906
],
"loc": {
"start": {
"line": 51,
"column": 27
},
"end": {
"line": 51,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "btn_css_class",
"range": [
1907,
1920
],
"loc": {
"start": {
"line": 51,
"column": 29
},
"end": {
"line": 51,
"column": 42
}
}
},
"range": [
1905,
1920
],
"loc": {
"start": {
"line": 51,
"column": 27
},
"end": {
"line": 51,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "btnExpClpFlt",
"raw": "'btnExpClpFlt'",
"range": [
1924,
1938
],
"loc": {
"start": {
"line": 51,
"column": 46
},
"end": {
"line": 51,
"column": 60
}
}
},
"range": [
1905,
1938
],
"loc": {
"start": {
"line": 51,
"column": 27
},
"end": {
"line": 51,
"column": 60
}
}
},
"range": [
1886,
1938
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 60
}
}
},
"range": [
1886,
1939
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 61
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for expand/collapse filters button",
"range": [
1822,
1876
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 62
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class span containing expand/collapse filters",
"range": [
1949,
2008
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 67
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2018,
2022
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contCssClass",
"range": [
2023,
2035
],
"loc": {
"start": {
"line": 53,
"column": 13
},
"end": {
"line": 53,
"column": 25
}
}
},
"range": [
2018,
2035
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2038,
2039
],
"loc": {
"start": {
"line": 53,
"column": 28
},
"end": {
"line": 53,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "cont_css_class",
"range": [
2040,
2054
],
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 44
}
}
},
"range": [
2038,
2054
],
"loc": {
"start": {
"line": 53,
"column": 28
},
"end": {
"line": 53,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "expClpFlt",
"raw": "'expClpFlt'",
"range": [
2058,
2069
],
"loc": {
"start": {
"line": 53,
"column": 48
},
"end": {
"line": 53,
"column": 59
}
}
},
"range": [
2038,
2069
],
"loc": {
"start": {
"line": 53,
"column": 28
},
"end": {
"line": 53,
"column": 59
}
}
},
"range": [
2018,
2069
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 59
}
}
},
"range": [
2018,
2070
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 60
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class span containing expand/collapse filters",
"range": [
1949,
2008
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 67
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2080,
2084
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
2085,
2100
],
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 28
}
}
},
"range": [
2080,
2100
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 28
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
2104,
2109
],
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "isUndef",
"range": [
2110,
2117
],
"loc": {
"start": {
"line": 54,
"column": 38
},
"end": {
"line": 54,
"column": 45
}
}
},
"range": [
2104,
2117
],
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 45
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2118,
2119
],
"loc": {
"start": {
"line": 54,
"column": 46
},
"end": {
"line": 54,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "filters_row_index",
"range": [
2120,
2137
],
"loc": {
"start": {
"line": 54,
"column": 48
},
"end": {
"line": 54,
"column": 65
}
}
},
"range": [
2118,
2137
],
"loc": {
"start": {
"line": 54,
"column": 46
},
"end": {
"line": 54,
"column": 65
}
}
}
],
"range": [
2104,
2138
],
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 66
}
}
},
"prefix": true,
"range": [
2103,
2138
],
"loc": {
"start": {
"line": 54,
"column": 31
},
"end": {
"line": 54,
"column": 66
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2158,
2159
],
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "filters_row_index",
"range": [
2160,
2177
],
"loc": {
"start": {
"line": 55,
"column": 18
},
"end": {
"line": 55,
"column": 35
}
}
},
"range": [
2158,
2177
],
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 35
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2180,
2182
],
"loc": {
"start": {
"line": 55,
"column": 38
},
"end": {
"line": 55,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "getFiltersRowIndex",
"range": [
2183,
2201
],
"loc": {
"start": {
"line": 55,
"column": 41
},
"end": {
"line": 55,
"column": 59
}
}
},
"range": [
2180,
2201
],
"loc": {
"start": {
"line": 55,
"column": 38
},
"end": {
"line": 55,
"column": 59
}
}
},
"arguments": [],
"range": [
2180,
2203
],
"loc": {
"start": {
"line": 55,
"column": 38
},
"end": {
"line": 55,
"column": 61
}
}
},
"range": [
2103,
2203
],
"loc": {
"start": {
"line": 54,
"column": 31
},
"end": {
"line": 55,
"column": 61
}
}
},
"range": [
2080,
2203
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 55,
"column": 61
}
}
},
"range": [
2080,
2204
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 55,
"column": 62
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2216,
2220
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "visibleAtStart",
"range": [
2221,
2235
],
"loc": {
"start": {
"line": 57,
"column": 13
},
"end": {
"line": 57,
"column": 27
}
}
},
"range": [
2216,
2235
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 27
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
2239,
2244
],
"loc": {
"start": {
"line": 57,
"column": 31
},
"end": {
"line": 57,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "isUndef",
"range": [
2245,
2252
],
"loc": {
"start": {
"line": 57,
"column": 37
},
"end": {
"line": 57,
"column": 44
}
}
},
"range": [
2239,
2252
],
"loc": {
"start": {
"line": 57,
"column": 31
},
"end": {
"line": 57,
"column": 44
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2253,
2254
],
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "visible_at_start",
"range": [
2255,
2271
],
"loc": {
"start": {
"line": 57,
"column": 47
},
"end": {
"line": 57,
"column": 63
}
}
},
"range": [
2253,
2271
],
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 63
}
}
}
],
"range": [
2239,
2272
],
"loc": {
"start": {
"line": 57,
"column": 31
},
"end": {
"line": 57,
"column": 64
}
}
},
"prefix": true,
"range": [
2238,
2272
],
"loc": {
"start": {
"line": 57,
"column": 30
},
"end": {
"line": 57,
"column": 64
}
}
},
"consequent": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "Boolean",
"range": [
2288,
2295
],
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 19
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2296,
2297
],
"loc": {
"start": {
"line": 58,
"column": 20
},
"end": {
"line": 58,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "visible_at_start",
"range": [
2298,
2314
],
"loc": {
"start": {
"line": 58,
"column": 22
},
"end": {
"line": 58,
"column": 38
}
}
},
"range": [
2296,
2314
],
"loc": {
"start": {
"line": 58,
"column": 20
},
"end": {
"line": 58,
"column": 38
}
}
}
],
"range": [
2288,
2315
],
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 39
}
}
},
"alternate": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
2318,
2322
],
"loc": {
"start": {
"line": 58,
"column": 42
},
"end": {
"line": 58,
"column": 46
}
}
},
"range": [
2238,
2322
],
"loc": {
"start": {
"line": 57,
"column": 30
},
"end": {
"line": 58,
"column": 46
}
}
},
"range": [
2216,
2322
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 58,
"column": 46
}
}
},
"range": [
2216,
2323
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 58,
"column": 47
}
},
"trailingComments": [
{
"type": "Line",
"value": " Prefix",
"range": [
2335,
2344
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 17
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2354,
2358
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfx",
"range": [
2359,
2363
],
"loc": {
"start": {
"line": 61,
"column": 13
},
"end": {
"line": 61,
"column": 17
}
}
},
"range": [
2354,
2363
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 17
}
}
},
"right": {
"type": "Literal",
"value": "fltsVis_",
"raw": "'fltsVis_'",
"range": [
2366,
2376
],
"loc": {
"start": {
"line": 61,
"column": 20
},
"end": {
"line": 61,
"column": 30
}
}
},
"range": [
2354,
2376
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 30
}
}
},
"range": [
2354,
2377
],
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 31
}
},
"leadingComments": [
{
"type": "Line",
"value": " Prefix",
"range": [
2335,
2344
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 17
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback before filters row is shown",
"range": [
2389,
2427
],
"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": [
2437,
2441
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeShow",
"range": [
2442,
2454
],
"loc": {
"start": {
"line": 64,
"column": 13
},
"end": {
"line": 64,
"column": 25
}
}
},
"range": [
2437,
2454
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 25
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
2457,
2462
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
2463,
2467
],
"loc": {
"start": {
"line": 64,
"column": 34
},
"end": {
"line": 64,
"column": 38
}
}
},
"range": [
2457,
2467
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 38
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2468,
2469
],
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 64,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_show",
"range": [
2470,
2484
],
"loc": {
"start": {
"line": 64,
"column": 41
},
"end": {
"line": 64,
"column": 55
}
}
},
"range": [
2468,
2484
],
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 64,
"column": 55
}
}
}
],
"range": [
2457,
2485
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 56
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2501,
2502
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_show",
"range": [
2503,
2517
],
"loc": {
"start": {
"line": 65,
"column": 14
},
"end": {
"line": 65,
"column": 28
}
}
},
"range": [
2501,
2517
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 28
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
2520,
2524
],
"loc": {
"start": {
"line": 65,
"column": 31
},
"end": {
"line": 65,
"column": 35
}
}
},
"range": [
2457,
2524
],
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 65,
"column": 35
}
}
},
"range": [
2437,
2524
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 65,
"column": 35
}
}
},
"range": [
2437,
2525
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 65,
"column": 36
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback before filters row is shown",
"range": [
2389,
2427
],
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback after filters row is shown",
"range": [
2535,
2572
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 45
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2582,
2586
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterShow",
"range": [
2587,
2598
],
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 24
}
}
},
"range": [
2582,
2598
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 24
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
2601,
2606
],
"loc": {
"start": {
"line": 67,
"column": 27
},
"end": {
"line": 67,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
2607,
2611
],
"loc": {
"start": {
"line": 67,
"column": 33
},
"end": {
"line": 67,
"column": 37
}
}
},
"range": [
2601,
2611
],
"loc": {
"start": {
"line": 67,
"column": 27
},
"end": {
"line": 67,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2612,
2613
],
"loc": {
"start": {
"line": 67,
"column": 38
},
"end": {
"line": 67,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_show",
"range": [
2614,
2627
],
"loc": {
"start": {
"line": 67,
"column": 40
},
"end": {
"line": 67,
"column": 53
}
}
},
"range": [
2612,
2627
],
"loc": {
"start": {
"line": 67,
"column": 38
},
"end": {
"line": 67,
"column": 53
}
}
}
],
"range": [
2601,
2628
],
"loc": {
"start": {
"line": 67,
"column": 27
},
"end": {
"line": 67,
"column": 54
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2644,
2645
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_show",
"range": [
2646,
2659
],
"loc": {
"start": {
"line": 68,
"column": 14
},
"end": {
"line": 68,
"column": 27
}
}
},
"range": [
2644,
2659
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 27
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
2662,
2666
],
"loc": {
"start": {
"line": 68,
"column": 30
},
"end": {
"line": 68,
"column": 34
}
}
},
"range": [
2601,
2666
],
"loc": {
"start": {
"line": 67,
"column": 27
},
"end": {
"line": 68,
"column": 34
}
}
},
"range": [
2582,
2666
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 68,
"column": 34
}
}
},
"range": [
2582,
2667
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 68,
"column": 35
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback after filters row is shown",
"range": [
2535,
2572
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 45
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback before filters row is hidden",
"range": [
2677,
2716
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 47
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2726,
2730
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeHide",
"range": [
2731,
2743
],
"loc": {
"start": {
"line": 70,
"column": 13
},
"end": {
"line": 70,
"column": 25
}
}
},
"range": [
2726,
2743
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 25
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
2746,
2751
],
"loc": {
"start": {
"line": 70,
"column": 28
},
"end": {
"line": 70,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
2752,
2756
],
"loc": {
"start": {
"line": 70,
"column": 34
},
"end": {
"line": 70,
"column": 38
}
}
},
"range": [
2746,
2756
],
"loc": {
"start": {
"line": 70,
"column": 28
},
"end": {
"line": 70,
"column": 38
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2757,
2758
],
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_hide",
"range": [
2759,
2773
],
"loc": {
"start": {
"line": 70,
"column": 41
},
"end": {
"line": 70,
"column": 55
}
}
},
"range": [
2757,
2773
],
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 55
}
}
}
],
"range": [
2746,
2774
],
"loc": {
"start": {
"line": 70,
"column": 28
},
"end": {
"line": 70,
"column": 56
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2790,
2791
],
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_hide",
"range": [
2792,
2806
],
"loc": {
"start": {
"line": 71,
"column": 14
},
"end": {
"line": 71,
"column": 28
}
}
},
"range": [
2790,
2806
],
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 28
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
2809,
2813
],
"loc": {
"start": {
"line": 71,
"column": 31
},
"end": {
"line": 71,
"column": 35
}
}
},
"range": [
2746,
2813
],
"loc": {
"start": {
"line": 70,
"column": 28
},
"end": {
"line": 71,
"column": 35
}
}
},
"range": [
2726,
2813
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 71,
"column": 35
}
}
},
"range": [
2726,
2814
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 71,
"column": 36
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback before filters row is hidden",
"range": [
2677,
2716
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 47
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "callback after filters row is hidden",
"range": [
2824,
2862
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2872,
2876
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterHide",
"range": [
2877,
2888
],
"loc": {
"start": {
"line": 73,
"column": 13
},
"end": {
"line": 73,
"column": 24
}
}
},
"range": [
2872,
2888
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 24
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
2891,
2896
],
"loc": {
"start": {
"line": 73,
"column": 27
},
"end": {
"line": 73,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
2897,
2901
],
"loc": {
"start": {
"line": 73,
"column": 33
},
"end": {
"line": 73,
"column": 37
}
}
},
"range": [
2891,
2901
],
"loc": {
"start": {
"line": 73,
"column": 27
},
"end": {
"line": 73,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2902,
2903
],
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_hide",
"range": [
2904,
2917
],
"loc": {
"start": {
"line": 73,
"column": 40
},
"end": {
"line": 73,
"column": 53
}
}
},
"range": [
2902,
2917
],
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 53
}
}
}
],
"range": [
2891,
2918
],
"loc": {
"start": {
"line": 73,
"column": 27
},
"end": {
"line": 73,
"column": 54
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
2921,
2922
],
"loc": {
"start": {
"line": 73,
"column": 57
},
"end": {
"line": 73,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_hide",
"range": [
2923,
2936
],
"loc": {
"start": {
"line": 73,
"column": 59
},
"end": {
"line": 73,
"column": 72
}
}
},
"range": [
2921,
2936
],
"loc": {
"start": {
"line": 73,
"column": 57
},
"end": {
"line": 73,
"column": 72
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
2939,
2943
],
"loc": {
"start": {
"line": 73,
"column": 75
},
"end": {
"line": 73,
"column": 79
}
}
},
"range": [
2891,
2943
],
"loc": {
"start": {
"line": 73,
"column": 27
},
"end": {
"line": 73,
"column": 79
}
}
},
"range": [
2872,
2943
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 79
}
}
},
"range": [
2872,
2944
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 80
}
},
"leadingComments": [
{
"type": "Line",
"value": "callback after filters row is hidden",
"range": [
2824,
2862
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Loads extension stylesheet",
"range": [
2956,
2984
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 36
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2994,
2996
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "import",
"range": [
2997,
3003
],
"loc": {
"start": {
"line": 76,
"column": 11
},
"end": {
"line": 76,
"column": 17
}
}
},
"range": [
2994,
3003
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 17
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
3004,
3005
],
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
3006,
3010
],
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 24
}
}
},
"range": [
3004,
3010
],
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": "Style",
"raw": "'Style'",
"range": [
3011,
3018
],
"loc": {
"start": {
"line": 76,
"column": 25
},
"end": {
"line": 76,
"column": 32
}
}
},
"range": [
3004,
3018
],
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 32
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3020,
3022
],
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "stylePath",
"range": [
3023,
3032
],
"loc": {
"start": {
"line": 76,
"column": 37
},
"end": {
"line": 76,
"column": 46
}
}
},
"range": [
3020,
3032
],
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 46
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3035,
3039
],
"loc": {
"start": {
"line": 76,
"column": 49
},
"end": {
"line": 76,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
3040,
3050
],
"loc": {
"start": {
"line": 76,
"column": 54
},
"end": {
"line": 76,
"column": 64
}
}
},
"range": [
3035,
3050
],
"loc": {
"start": {
"line": 76,
"column": 49
},
"end": {
"line": 76,
"column": 64
}
}
},
"range": [
3020,
3050
],
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 64
}
}
},
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
3052,
3056
],
"loc": {
"start": {
"line": 76,
"column": 66
},
"end": {
"line": 76,
"column": 70
}
}
},
{
"type": "Literal",
"value": "link",
"raw": "'link'",
"range": [
3058,
3064
],
"loc": {
"start": {
"line": 76,
"column": 72
},
"end": {
"line": 76,
"column": 78
}
}
}
],
"range": [
2994,
3065
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 79
}
}
},
"range": [
2994,
3066
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 80
}
},
"leadingComments": [
{
"type": "Line",
"value": "Loads extension stylesheet",
"range": [
2956,
2984
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 36
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3078,
3082
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
3083,
3085
],
"loc": {
"start": {
"line": 78,
"column": 13
},
"end": {
"line": 78,
"column": 15
}
}
},
"range": [
3078,
3085
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 15
}
}
},
"right": {
"type": "Identifier",
"name": "tf",
"range": [
3088,
3090
],
"loc": {
"start": {
"line": 78,
"column": 18
},
"end": {
"line": 78,
"column": 20
}
}
},
"range": [
3078,
3090
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 20
}
}
},
"range": [
3078,
3091
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 21
}
}
}
],
"range": [
305,
3098
],
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 79,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
298,
3098
],
"loc": {
"start": {
"line": 12,
"column": 15
},
"end": {
"line": 79,
"column": 5
}
}
},
"kind": "constructor",
"computed": false,
"range": [
287,
3098
],
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 79,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Filters Row Visibility extension\r\n * @param {Object} tf TableFilter instance\r\n * @param {Object} f Config\r\n ",
"range": [
147,
281
],
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Initialise extension\r\n ",
"range": [
3106,
3147
],
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 83,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "init",
"range": [
3153,
3157
],
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 84,
"column": 8
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3173,
3177
],
"loc": {
"start": {
"line": 85,
"column": 11
},
"end": {
"line": 85,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
3178,
3189
],
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 27
}
}
},
"range": [
3173,
3189
],
"loc": {
"start": {
"line": 85,
"column": 11
},
"end": {
"line": 85,
"column": 27
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
3205,
3212
],
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 19
}
}
}
],
"range": [
3190,
3223
],
"loc": {
"start": {
"line": 85,
"column": 28
},
"end": {
"line": 87,
"column": 9
}
}
},
"alternate": null,
"range": [
3170,
3223
],
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 87,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3235,
3239
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "buildUI",
"range": [
3240,
3247
],
"loc": {
"start": {
"line": 89,
"column": 13
},
"end": {
"line": 89,
"column": 20
}
}
},
"range": [
3235,
3247
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 20
}
}
},
"arguments": [],
"range": [
3235,
3249
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 22
}
}
},
"range": [
3235,
3250
],
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 23
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3260,
3264
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
3265,
3276
],
"loc": {
"start": {
"line": 90,
"column": 13
},
"end": {
"line": 90,
"column": 24
}
}
},
"range": [
3260,
3276
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
3279,
3283
],
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 31
}
}
},
"range": [
3260,
3283
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 31
}
}
},
"range": [
3260,
3284
],
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 32
}
}
}
],
"range": [
3159,
3291
],
"loc": {
"start": {
"line": 84,
"column": 10
},
"end": {
"line": 91,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
3157,
3291
],
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 91,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
3153,
3291
],
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 91,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Initialise extension\r\n ",
"range": [
3106,
3147
],
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 83,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Build UI elements\r\n ",
"range": [
3299,
3337
],
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 95,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "buildUI",
"range": [
3343,
3350
],
"loc": {
"start": {
"line": 96,
"column": 4
},
"end": {
"line": 96,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
3367,
3369
],
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3372,
3376
],
"loc": {
"start": {
"line": 97,
"column": 17
},
"end": {
"line": 97,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
3377,
3379
],
"loc": {
"start": {
"line": 97,
"column": 22
},
"end": {
"line": 97,
"column": 24
}
}
},
"range": [
3372,
3379
],
"loc": {
"start": {
"line": 97,
"column": 17
},
"end": {
"line": 97,
"column": 24
}
}
},
"range": [
3367,
3379
],
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 24
}
}
}
],
"kind": "let",
"range": [
3363,
3380
],
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "span",
"range": [
3394,
3398
],
"loc": {
"start": {
"line": 98,
"column": 12
},
"end": {
"line": 98,
"column": 16
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
3401,
3404
],
"loc": {
"start": {
"line": 98,
"column": 19
},
"end": {
"line": 98,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
3405,
3411
],
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 29
}
}
},
"range": [
3401,
3411
],
"loc": {
"start": {
"line": 98,
"column": 19
},
"end": {
"line": 98,
"column": 29
}
}
},
"arguments": [
{
"type": "Literal",
"value": "span",
"raw": "'span'",
"range": [
3412,
3418
],
"loc": {
"start": {
"line": 98,
"column": 30
},
"end": {
"line": 98,
"column": 36
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
3420,
3424
],
"loc": {
"start": {
"line": 98,
"column": 38
},
"end": {
"line": 98,
"column": 42
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3426,
3430
],
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 98,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "prfx",
"range": [
3431,
3435
],
"loc": {
"start": {
"line": 98,
"column": 49
},
"end": {
"line": 98,
"column": 53
}
}
},
"range": [
3426,
3435
],
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 98,
"column": 53
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3436,
3438
],
"loc": {
"start": {
"line": 98,
"column": 54
},
"end": {
"line": 98,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
3439,
3441
],
"loc": {
"start": {
"line": 98,
"column": 57
},
"end": {
"line": 98,
"column": 59
}
}
},
"range": [
3436,
3441
],
"loc": {
"start": {
"line": 98,
"column": 54
},
"end": {
"line": 98,
"column": 59
}
}
},
"range": [
3426,
3441
],
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 98,
"column": 59
}
}
}
],
"range": [
3419,
3442
],
"loc": {
"start": {
"line": 98,
"column": 37
},
"end": {
"line": 98,
"column": 60
}
}
}
],
"range": [
3401,
3443
],
"loc": {
"start": {
"line": 98,
"column": 19
},
"end": {
"line": 98,
"column": 61
}
}
},
"range": [
3394,
3443
],
"loc": {
"start": {
"line": 98,
"column": 12
},
"end": {
"line": 98,
"column": 61
}
}
}
],
"kind": "let",
"range": [
3390,
3444
],
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 62
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
3454,
3458
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
3459,
3468
],
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 99,
"column": 22
}
}
},
"range": [
3454,
3468
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 22
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3471,
3475
],
"loc": {
"start": {
"line": 99,
"column": 25
},
"end": {
"line": 99,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "contCssClass",
"range": [
3476,
3488
],
"loc": {
"start": {
"line": 99,
"column": 30
},
"end": {
"line": 99,
"column": 42
}
}
},
"range": [
3471,
3488
],
"loc": {
"start": {
"line": 99,
"column": 25
},
"end": {
"line": 99,
"column": 42
}
}
},
"range": [
3454,
3488
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 42
}
}
},
"range": [
3454,
3489
],
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 43
}
},
"trailingComments": [
{
"type": "Line",
"value": "Container element (rdiv or custom element)",
"range": [
3501,
3545
],
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 52
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3559,
3563
],
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "targetId",
"range": [
3564,
3572
],
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 25
}
}
},
"range": [
3559,
3572
],
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 25
}
}
},
"prefix": true,
"range": [
3558,
3572
],
"loc": {
"start": {
"line": 102,
"column": 11
},
"end": {
"line": 102,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3588,
3590
],
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "setToolbar",
"range": [
3591,
3601
],
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 25
}
}
},
"range": [
3588,
3601
],
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 25
}
}
},
"arguments": [],
"range": [
3588,
3603
],
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 27
}
}
},
"range": [
3588,
3604
],
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 28
}
}
}
],
"range": [
3573,
3615
],
"loc": {
"start": {
"line": 102,
"column": 26
},
"end": {
"line": 104,
"column": 9
}
}
},
"alternate": null,
"range": [
3555,
3615
],
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 104,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "Container element (rdiv or custom element)",
"range": [
3501,
3545
],
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 52
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "targetEl",
"range": [
3629,
3637
],
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 20
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3641,
3645
],
"loc": {
"start": {
"line": 105,
"column": 24
},
"end": {
"line": 105,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "targetId",
"range": [
3646,
3654
],
"loc": {
"start": {
"line": 105,
"column": 29
},
"end": {
"line": 105,
"column": 37
}
}
},
"range": [
3641,
3654
],
"loc": {
"start": {
"line": 105,
"column": 24
},
"end": {
"line": 105,
"column": 37
}
}
},
"prefix": true,
"range": [
3640,
3654
],
"loc": {
"start": {
"line": 105,
"column": 23
},
"end": {
"line": 105,
"column": 37
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3657,
3659
],
"loc": {
"start": {
"line": 105,
"column": 40
},
"end": {
"line": 105,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "rDiv",
"range": [
3660,
3664
],
"loc": {
"start": {
"line": 105,
"column": 43
},
"end": {
"line": 105,
"column": 47
}
}
},
"range": [
3657,
3664
],
"loc": {
"start": {
"line": 105,
"column": 40
},
"end": {
"line": 105,
"column": 47
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
3667,
3670
],
"loc": {
"start": {
"line": 105,
"column": 50
},
"end": {
"line": 105,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
3671,
3673
],
"loc": {
"start": {
"line": 105,
"column": 54
},
"end": {
"line": 105,
"column": 56
}
}
},
"range": [
3667,
3673
],
"loc": {
"start": {
"line": 105,
"column": 50
},
"end": {
"line": 105,
"column": 56
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3674,
3678
],
"loc": {
"start": {
"line": 105,
"column": 57
},
"end": {
"line": 105,
"column": 61
}
}
},
"property": {
"type": "Identifier",
"name": "targetId",
"range": [
3679,
3687
],
"loc": {
"start": {
"line": 105,
"column": 62
},
"end": {
"line": 105,
"column": 70
}
}
},
"range": [
3674,
3687
],
"loc": {
"start": {
"line": 105,
"column": 57
},
"end": {
"line": 105,
"column": 70
}
}
}
],
"range": [
3667,
3688
],
"loc": {
"start": {
"line": 105,
"column": 50
},
"end": {
"line": 105,
"column": 71
}
}
},
"range": [
3640,
3688
],
"loc": {
"start": {
"line": 105,
"column": 23
},
"end": {
"line": 105,
"column": 71
}
}
},
"range": [
3629,
3688
],
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 71
}
}
}
],
"kind": "let",
"range": [
3625,
3689
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 72
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3705,
3709
],
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "targetId",
"range": [
3710,
3718
],
"loc": {
"start": {
"line": 107,
"column": 17
},
"end": {
"line": 107,
"column": 25
}
}
},
"range": [
3705,
3718
],
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 25
}
}
},
"prefix": true,
"range": [
3704,
3718
],
"loc": {
"start": {
"line": 107,
"column": 11
},
"end": {
"line": 107,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "firstChild",
"range": [
3738,
3748
],
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 26
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "targetEl",
"range": [
3751,
3759
],
"loc": {
"start": {
"line": 108,
"column": 29
},
"end": {
"line": 108,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
3760,
3770
],
"loc": {
"start": {
"line": 108,
"column": 38
},
"end": {
"line": 108,
"column": 48
}
}
},
"range": [
3751,
3770
],
"loc": {
"start": {
"line": 108,
"column": 29
},
"end": {
"line": 108,
"column": 48
}
}
},
"range": [
3738,
3770
],
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 48
}
}
}
],
"kind": "let",
"range": [
3734,
3771
],
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 49
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "firstChild",
"range": [
3785,
3795
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
3796,
3806
],
"loc": {
"start": {
"line": 109,
"column": 23
},
"end": {
"line": 109,
"column": 33
}
}
},
"range": [
3785,
3806
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
3807,
3819
],
"loc": {
"start": {
"line": 109,
"column": 34
},
"end": {
"line": 109,
"column": 46
}
}
},
"range": [
3785,
3819
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 46
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "span",
"range": [
3820,
3824
],
"loc": {
"start": {
"line": 109,
"column": 47
},
"end": {
"line": 109,
"column": 51
}
}
},
{
"type": "Identifier",
"name": "firstChild",
"range": [
3826,
3836
],
"loc": {
"start": {
"line": 109,
"column": 53
},
"end": {
"line": 109,
"column": 63
}
}
}
],
"range": [
3785,
3837
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 64
}
}
},
"range": [
3785,
3838
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 65
}
}
}
],
"range": [
3719,
3849
],
"loc": {
"start": {
"line": 107,
"column": 26
},
"end": {
"line": 110,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "targetEl",
"range": [
3870,
3878
],
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
3879,
3890
],
"loc": {
"start": {
"line": 111,
"column": 21
},
"end": {
"line": 111,
"column": 32
}
}
},
"range": [
3870,
3890
],
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 32
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "span",
"range": [
3891,
3895
],
"loc": {
"start": {
"line": 111,
"column": 33
},
"end": {
"line": 111,
"column": 37
}
}
}
],
"range": [
3870,
3896
],
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 38
}
}
},
"range": [
3870,
3897
],
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 39
}
}
}
],
"range": [
3855,
3908
],
"loc": {
"start": {
"line": 110,
"column": 15
},
"end": {
"line": 112,
"column": 9
}
}
},
"range": [
3701,
3908
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 112,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "btn",
"range": [
3924,
3927
],
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 15
}
}
},
"init": null,
"range": [
3924,
3927
],
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 15
}
}
}
],
"kind": "let",
"range": [
3920,
3928
],
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"column": 16
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3942,
3946
],
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
3947,
3954
],
"loc": {
"start": {
"line": 115,
"column": 17
},
"end": {
"line": 115,
"column": 24
}
}
},
"range": [
3942,
3954
],
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 24
}
}
},
"prefix": true,
"range": [
3941,
3954
],
"loc": {
"start": {
"line": 115,
"column": 11
},
"end": {
"line": 115,
"column": 24
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "btn",
"range": [
3970,
3973
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 15
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
3976,
3979
],
"loc": {
"start": {
"line": 116,
"column": 18
},
"end": {
"line": 116,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
3980,
3986
],
"loc": {
"start": {
"line": 116,
"column": 22
},
"end": {
"line": 116,
"column": 28
}
}
},
"range": [
3976,
3986
],
"loc": {
"start": {
"line": 116,
"column": 18
},
"end": {
"line": 116,
"column": 28
}
}
},
"arguments": [
{
"type": "Literal",
"value": "a",
"raw": "'a'",
"range": [
3987,
3990
],
"loc": {
"start": {
"line": 116,
"column": 29
},
"end": {
"line": 116,
"column": 32
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "href",
"raw": "'href'",
"range": [
3993,
3999
],
"loc": {
"start": {
"line": 116,
"column": 35
},
"end": {
"line": 116,
"column": 41
}
}
},
{
"type": "Literal",
"value": "javascript:void(0);",
"raw": "'javascript:void(0);'",
"range": [
4001,
4022
],
"loc": {
"start": {
"line": 116,
"column": 43
},
"end": {
"line": 116,
"column": 64
}
}
}
],
"range": [
3992,
4023
],
"loc": {
"start": {
"line": 116,
"column": 34
},
"end": {
"line": 116,
"column": 65
}
}
}
],
"range": [
3976,
4024
],
"loc": {
"start": {
"line": 116,
"column": 18
},
"end": {
"line": 116,
"column": 66
}
}
},
"range": [
3970,
4024
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 66
}
}
},
"range": [
3970,
4025
],
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 67
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
4039,
4042
],
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 117,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
4043,
4052
],
"loc": {
"start": {
"line": 117,
"column": 16
},
"end": {
"line": 117,
"column": 25
}
}
},
"range": [
4039,
4052
],
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 117,
"column": 25
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4055,
4059
],
"loc": {
"start": {
"line": 117,
"column": 28
},
"end": {
"line": 117,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "btnCssClass",
"range": [
4060,
4071
],
"loc": {
"start": {
"line": 117,
"column": 33
},
"end": {
"line": 117,
"column": 44
}
}
},
"range": [
4055,
4071
],
"loc": {
"start": {
"line": 117,
"column": 28
},
"end": {
"line": 117,
"column": 44
}
}
},
"range": [
4039,
4071
],
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 117,
"column": 44
}
}
},
"range": [
4039,
4072
],
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 117,
"column": 45
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
4086,
4089
],
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "title",
"range": [
4090,
4095
],
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 21
}
}
},
"range": [
4086,
4095
],
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 21
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4098,
4102
],
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "btnText",
"range": [
4103,
4110
],
"loc": {
"start": {
"line": 118,
"column": 29
},
"end": {
"line": 118,
"column": 36
}
}
},
"range": [
4098,
4110
],
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 36
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4114,
4118
],
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "defaultText",
"range": [
4119,
4130
],
"loc": {
"start": {
"line": 118,
"column": 45
},
"end": {
"line": 118,
"column": 56
}
}
},
"range": [
4114,
4130
],
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 56
}
}
},
"range": [
4098,
4130
],
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 56
}
}
},
"range": [
4086,
4130
],
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 56
}
}
},
"range": [
4086,
4131
],
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 57
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "btn",
"range": [
4145,
4148
],
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
4149,
4158
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 25
}
}
},
"range": [
4145,
4158
],
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 25
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4161,
4165
],
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "collapseBtnHtml",
"range": [
4166,
4181
],
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 119,
"column": 48
}
}
},
"range": [
4161,
4181
],
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 48
}
}
},
"range": [
4145,
4181
],
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 48
}
}
},
"range": [
4145,
4182
],
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 49
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
4196,
4200
],
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
4201,
4212
],
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 28
}
}
},
"range": [
4196,
4212
],
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 28
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
4213,
4216
],
"loc": {
"start": {
"line": 120,
"column": 29
},
"end": {
"line": 120,
"column": 32
}
}
}
],
"range": [
4196,
4217
],
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 33
}
}
},
"range": [
4196,
4218
],
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 34
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
4232,
4237
],
"loc": {
"start": {
"line": 121,
"column": 12
},
"end": {
"line": 121,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
4238,
4241
],
"loc": {
"start": {
"line": 121,
"column": 18
},
"end": {
"line": 121,
"column": 21
}
}
},
"range": [
4232,
4241
],
"loc": {
"start": {
"line": 121,
"column": 12
},
"end": {
"line": 121,
"column": 21
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
4242,
4245
],
"loc": {
"start": {
"line": 121,
"column": 22
},
"end": {
"line": 121,
"column": 25
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
4247,
4254
],
"loc": {
"start": {
"line": 121,
"column": 27
},
"end": {
"line": 121,
"column": 34
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [],
"body": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4261,
4265
],
"loc": {
"start": {
"line": 121,
"column": 41
},
"end": {
"line": 121,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
4266,
4272
],
"loc": {
"start": {
"line": 121,
"column": 46
},
"end": {
"line": 121,
"column": 52
}
}
},
"range": [
4261,
4272
],
"loc": {
"start": {
"line": 121,
"column": 41
},
"end": {
"line": 121,
"column": 52
}
}
},
"arguments": [],
"range": [
4261,
4274
],
"loc": {
"start": {
"line": 121,
"column": 41
},
"end": {
"line": 121,
"column": 54
}
}
},
"generator": false,
"expression": true,
"range": [
4256,
4274
],
"loc": {
"start": {
"line": 121,
"column": 36
},
"end": {
"line": 121,
"column": 54
}
}
}
],
"range": [
4232,
4275
],
"loc": {
"start": {
"line": 121,
"column": 12
},
"end": {
"line": 121,
"column": 55
}
}
},
"range": [
4232,
4276
],
"loc": {
"start": {
"line": 121,
"column": 12
},
"end": {
"line": 121,
"column": 56
}
}
}
],
"range": [
3955,
4287
],
"loc": {
"start": {
"line": 115,
"column": 25
},
"end": {
"line": 122,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
4322,
4326
],
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
4327,
4336
],
"loc": {
"start": {
"line": 123,
"column": 17
},
"end": {
"line": 123,
"column": 26
}
}
},
"range": [
4322,
4336
],
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 26
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4339,
4343
],
"loc": {
"start": {
"line": 123,
"column": 29
},
"end": {
"line": 123,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
4344,
4351
],
"loc": {
"start": {
"line": 123,
"column": 34
},
"end": {
"line": 123,
"column": 41
}
}
},
"range": [
4339,
4351
],
"loc": {
"start": {
"line": 123,
"column": 29
},
"end": {
"line": 123,
"column": 41
}
}
},
"range": [
4322,
4351
],
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 41
}
}
},
"range": [
4322,
4352
],
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "Custom html",
"range": [
4295,
4308
],
"loc": {
"start": {
"line": 122,
"column": 17
},
"end": {
"line": 122,
"column": 30
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "btn",
"range": [
4366,
4369
],
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 15
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "span",
"range": [
4372,
4376
],
"loc": {
"start": {
"line": 124,
"column": 18
},
"end": {
"line": 124,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
4377,
4387
],
"loc": {
"start": {
"line": 124,
"column": 23
},
"end": {
"line": 124,
"column": 33
}
}
},
"range": [
4372,
4387
],
"loc": {
"start": {
"line": 124,
"column": 18
},
"end": {
"line": 124,
"column": 33
}
}
},
"range": [
4366,
4387
],
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 33
}
}
},
"range": [
4366,
4388
],
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 34
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
4402,
4407
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
4408,
4411
],
"loc": {
"start": {
"line": 125,
"column": 18
},
"end": {
"line": 125,
"column": 21
}
}
},
"range": [
4402,
4411
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 21
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "btn",
"range": [
4412,
4415
],
"loc": {
"start": {
"line": 125,
"column": 22
},
"end": {
"line": 125,
"column": 25
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
4417,
4424
],
"loc": {
"start": {
"line": 125,
"column": 27
},
"end": {
"line": 125,
"column": 34
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [],
"body": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4431,
4435
],
"loc": {
"start": {
"line": 125,
"column": 41
},
"end": {
"line": 125,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
4436,
4442
],
"loc": {
"start": {
"line": 125,
"column": 46
},
"end": {
"line": 125,
"column": 52
}
}
},
"range": [
4431,
4442
],
"loc": {
"start": {
"line": 125,
"column": 41
},
"end": {
"line": 125,
"column": 52
}
}
},
"arguments": [],
"range": [
4431,
4444
],
"loc": {
"start": {
"line": 125,
"column": 41
},
"end": {
"line": 125,
"column": 54
}
}
},
"generator": false,
"expression": true,
"range": [
4426,
4444
],
"loc": {
"start": {
"line": 125,
"column": 36
},
"end": {
"line": 125,
"column": 54
}
}
}
],
"range": [
4402,
4445
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 55
}
}
},
"range": [
4402,
4446
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 56
}
}
}
],
"range": [
4293,
4457
],
"loc": {
"start": {
"line": 122,
"column": 15
},
"end": {
"line": 126,
"column": 9
}
}
},
"range": [
3938,
4457
],
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 126,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4469,
4473
],
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
4474,
4480
],
"loc": {
"start": {
"line": 128,
"column": 13
},
"end": {
"line": 128,
"column": 19
}
}
},
"range": [
4469,
4480
],
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "span",
"range": [
4483,
4487
],
"loc": {
"start": {
"line": 128,
"column": 22
},
"end": {
"line": 128,
"column": 26
}
}
},
"range": [
4469,
4487
],
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 26
}
}
},
"range": [
4469,
4488
],
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 27
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4498,
4502
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
4503,
4508
],
"loc": {
"start": {
"line": 129,
"column": 13
},
"end": {
"line": 129,
"column": 18
}
}
},
"range": [
4498,
4508
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 18
}
}
},
"right": {
"type": "Identifier",
"name": "btn",
"range": [
4511,
4514
],
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 24
}
}
},
"range": [
4498,
4514
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 24
}
}
},
"range": [
4498,
4515
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4531,
4535
],
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "visibleAtStart",
"range": [
4536,
4550
],
"loc": {
"start": {
"line": 131,
"column": 17
},
"end": {
"line": 131,
"column": 31
}
}
},
"range": [
4531,
4550
],
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 31
}
}
},
"prefix": true,
"range": [
4530,
4550
],
"loc": {
"start": {
"line": 131,
"column": 11
},
"end": {
"line": 131,
"column": 31
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4566,
4570
],
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "toggle",
"range": [
4571,
4577
],
"loc": {
"start": {
"line": 132,
"column": 17
},
"end": {
"line": 132,
"column": 23
}
}
},
"range": [
4566,
4577
],
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 23
}
}
},
"arguments": [],
"range": [
4566,
4579
],
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 25
}
}
},
"range": [
4566,
4580
],
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 26
}
}
}
],
"range": [
4551,
4591
],
"loc": {
"start": {
"line": 131,
"column": 32
},
"end": {
"line": 133,
"column": 9
}
}
},
"alternate": null,
"range": [
4527,
4591
],
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 133,
"column": 9
}
}
}
],
"range": [
3352,
4598
],
"loc": {
"start": {
"line": 96,
"column": 13
},
"end": {
"line": 134,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
3350,
4598
],
"loc": {
"start": {
"line": 96,
"column": 11
},
"end": {
"line": 134,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
3343,
4598
],
"loc": {
"start": {
"line": 96,
"column": 4
},
"end": {
"line": 134,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Build UI elements\r\n ",
"range": [
3299,
3337
],
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 95,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Toggle filters visibility\r\n ",
"range": [
4606,
4652
],
"loc": {
"start": {
"line": 136,
"column": 4
},
"end": {
"line": 138,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "toggle",
"range": [
4658,
4664
],
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 10
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
4681,
4683
],
"loc": {
"start": {
"line": 140,
"column": 12
},
"end": {
"line": 140,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4686,
4690
],
"loc": {
"start": {
"line": 140,
"column": 17
},
"end": {
"line": 140,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
4691,
4693
],
"loc": {
"start": {
"line": 140,
"column": 22
},
"end": {
"line": 140,
"column": 24
}
}
},
"range": [
4686,
4693
],
"loc": {
"start": {
"line": 140,
"column": 17
},
"end": {
"line": 140,
"column": 24
}
}
},
"range": [
4681,
4693
],
"loc": {
"start": {
"line": 140,
"column": 12
},
"end": {
"line": 140,
"column": 24
}
}
}
],
"kind": "let",
"range": [
4677,
4694
],
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tbl",
"range": [
4708,
4711
],
"loc": {
"start": {
"line": 141,
"column": 12
},
"end": {
"line": 141,
"column": 15
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4714,
4716
],
"loc": {
"start": {
"line": 141,
"column": 18
},
"end": {
"line": 141,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
4717,
4727
],
"loc": {
"start": {
"line": 141,
"column": 21
},
"end": {
"line": 141,
"column": 31
}
}
},
"range": [
4714,
4727
],
"loc": {
"start": {
"line": 141,
"column": 18
},
"end": {
"line": 141,
"column": 31
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4729,
4731
],
"loc": {
"start": {
"line": 141,
"column": 33
},
"end": {
"line": 141,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
4732,
4739
],
"loc": {
"start": {
"line": 141,
"column": 36
},
"end": {
"line": 141,
"column": 43
}
}
},
"range": [
4729,
4739
],
"loc": {
"start": {
"line": 141,
"column": 33
},
"end": {
"line": 141,
"column": 43
}
}
},
"arguments": [
{
"type": "Literal",
"value": "gridLayout",
"raw": "'gridLayout'",
"range": [
4740,
4752
],
"loc": {
"start": {
"line": 141,
"column": 44
},
"end": {
"line": 141,
"column": 56
}
}
}
],
"range": [
4729,
4753
],
"loc": {
"start": {
"line": 141,
"column": 33
},
"end": {
"line": 141,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
4754,
4761
],
"loc": {
"start": {
"line": 141,
"column": 58
},
"end": {
"line": 141,
"column": 65
}
}
},
"range": [
4729,
4761
],
"loc": {
"start": {
"line": 141,
"column": 33
},
"end": {
"line": 141,
"column": 65
}
}
},
"alternate": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4764,
4766
],
"loc": {
"start": {
"line": 141,
"column": 68
},
"end": {
"line": 141,
"column": 70
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
4767,
4770
],
"loc": {
"start": {
"line": 141,
"column": 71
},
"end": {
"line": 141,
"column": 74
}
}
},
"range": [
4764,
4770
],
"loc": {
"start": {
"line": 141,
"column": 68
},
"end": {
"line": 141,
"column": 74
}
}
},
"range": [
4714,
4770
],
"loc": {
"start": {
"line": 141,
"column": 18
},
"end": {
"line": 141,
"column": 74
}
}
},
"range": [
4708,
4770
],
"loc": {
"start": {
"line": 141,
"column": 12
},
"end": {
"line": 141,
"column": 74
}
}
}
],
"kind": "let",
"range": [
4704,
4771
],
"loc": {
"start": {
"line": 141,
"column": 8
},
"end": {
"line": 141,
"column": 75
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fltRow",
"range": [
4785,
4791
],
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 18
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
4794,
4797
],
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
4798,
4802
],
"loc": {
"start": {
"line": 142,
"column": 25
},
"end": {
"line": 142,
"column": 29
}
}
},
"range": [
4794,
4802
],
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 29
}
}
},
"property": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4803,
4807
],
"loc": {
"start": {
"line": 142,
"column": 30
},
"end": {
"line": 142,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
4808,
4823
],
"loc": {
"start": {
"line": 142,
"column": 35
},
"end": {
"line": 142,
"column": 50
}
}
},
"range": [
4803,
4823
],
"loc": {
"start": {
"line": 142,
"column": 30
},
"end": {
"line": 142,
"column": 50
}
}
},
"range": [
4794,
4824
],
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 51
}
}
},
"range": [
4785,
4824
],
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 51
}
}
}
],
"kind": "let",
"range": [
4781,
4825
],
"loc": {
"start": {
"line": 142,
"column": 8
},
"end": {
"line": 142,
"column": 52
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
4839,
4852
],
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 25
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "fltRow",
"range": [
4855,
4861
],
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 143,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
4862,
4867
],
"loc": {
"start": {
"line": 143,
"column": 35
},
"end": {
"line": 143,
"column": 40
}
}
},
"range": [
4855,
4867
],
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 143,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "display",
"range": [
4868,
4875
],
"loc": {
"start": {
"line": 143,
"column": 41
},
"end": {
"line": 143,
"column": 48
}
}
},
"range": [
4855,
4875
],
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 143,
"column": 48
}
}
},
"range": [
4839,
4875
],
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 48
}
}
}
],
"kind": "let",
"range": [
4835,
4876
],
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 49
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4891,
4895
],
"loc": {
"start": {
"line": 145,
"column": 11
},
"end": {
"line": 145,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeShow",
"range": [
4896,
4908
],
"loc": {
"start": {
"line": 145,
"column": 16
},
"end": {
"line": 145,
"column": 28
}
}
},
"range": [
4891,
4908
],
"loc": {
"start": {
"line": 145,
"column": 11
},
"end": {
"line": 145,
"column": 28
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
4912,
4925
],
"loc": {
"start": {
"line": 145,
"column": 32
},
"end": {
"line": 145,
"column": 45
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
4930,
4932
],
"loc": {
"start": {
"line": 145,
"column": 50
},
"end": {
"line": 145,
"column": 52
}
}
},
"range": [
4912,
4932
],
"loc": {
"start": {
"line": 145,
"column": 32
},
"end": {
"line": 145,
"column": 52
}
}
},
"range": [
4891,
4932
],
"loc": {
"start": {
"line": 145,
"column": 11
},
"end": {
"line": 145,
"column": 52
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4948,
4952
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeShow",
"range": [
4953,
4965
],
"loc": {
"start": {
"line": 146,
"column": 17
},
"end": {
"line": 146,
"column": 29
}
}
},
"range": [
4948,
4965
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
4966,
4970
],
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 34
}
}
},
"range": [
4948,
4970
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 34
}
}
},
"arguments": [
{
"type": "ThisExpression",
"range": [
4971,
4975
],
"loc": {
"start": {
"line": 146,
"column": 35
},
"end": {
"line": 146,
"column": 39
}
}
},
{
"type": "ThisExpression",
"range": [
4977,
4981
],
"loc": {
"start": {
"line": 146,
"column": 41
},
"end": {
"line": 146,
"column": 45
}
}
}
],
"range": [
4948,
4982
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 46
}
}
},
"range": [
4948,
4983
],
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 47
}
}
}
],
"range": [
4933,
4994
],
"loc": {
"start": {
"line": 145,
"column": 53
},
"end": {
"line": 147,
"column": 9
}
}
},
"alternate": null,
"range": [
4888,
4994
],
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 147,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5007,
5011
],
"loc": {
"start": {
"line": 148,
"column": 11
},
"end": {
"line": 148,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeHide",
"range": [
5012,
5024
],
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 28
}
}
},
"range": [
5007,
5024
],
"loc": {
"start": {
"line": 148,
"column": 11
},
"end": {
"line": 148,
"column": 28
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
5028,
5041
],
"loc": {
"start": {
"line": 148,
"column": 32
},
"end": {
"line": 148,
"column": 45
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5046,
5048
],
"loc": {
"start": {
"line": 148,
"column": 50
},
"end": {
"line": 148,
"column": 52
}
}
},
"range": [
5028,
5048
],
"loc": {
"start": {
"line": 148,
"column": 32
},
"end": {
"line": 148,
"column": 52
}
}
},
"range": [
5007,
5048
],
"loc": {
"start": {
"line": 148,
"column": 11
},
"end": {
"line": 148,
"column": 52
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5064,
5068
],
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onBeforeHide",
"range": [
5069,
5081
],
"loc": {
"start": {
"line": 149,
"column": 17
},
"end": {
"line": 149,
"column": 29
}
}
},
"range": [
5064,
5081
],
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
5082,
5086
],
"loc": {
"start": {
"line": 149,
"column": 30
},
"end": {
"line": 149,
"column": 34
}
}
},
"range": [
5064,
5086
],
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 34
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5087,
5091
],
"loc": {
"start": {
"line": 149,
"column": 35
},
"end": {
"line": 149,
"column": 39
}
}
},
{
"type": "ThisExpression",
"range": [
5093,
5097
],
"loc": {
"start": {
"line": 149,
"column": 41
},
"end": {
"line": 149,
"column": 45
}
}
}
],
"range": [
5064,
5098
],
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 46
}
}
},
"range": [
5064,
5099
],
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 47
}
}
}
],
"range": [
5049,
5110
],
"loc": {
"start": {
"line": 148,
"column": 53
},
"end": {
"line": 150,
"column": 9
}
}
},
"alternate": null,
"range": [
5004,
5110
],
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 150,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "fltRow",
"range": [
5122,
5128
],
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
5129,
5134
],
"loc": {
"start": {
"line": 152,
"column": 15
},
"end": {
"line": 152,
"column": 20
}
}
},
"range": [
5122,
5134
],
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "display",
"range": [
5135,
5142
],
"loc": {
"start": {
"line": 152,
"column": 21
},
"end": {
"line": 152,
"column": 28
}
}
},
"range": [
5122,
5142
],
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 28
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
5145,
5158
],
"loc": {
"start": {
"line": 152,
"column": 31
},
"end": {
"line": 152,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5161,
5163
],
"loc": {
"start": {
"line": 152,
"column": 47
},
"end": {
"line": 152,
"column": 49
}
}
},
"range": [
5145,
5163
],
"loc": {
"start": {
"line": 152,
"column": 31
},
"end": {
"line": 152,
"column": 49
}
}
},
"consequent": {
"type": "Literal",
"value": "none",
"raw": "'none'",
"range": [
5166,
5172
],
"loc": {
"start": {
"line": 152,
"column": 52
},
"end": {
"line": 152,
"column": 58
}
}
},
"alternate": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5175,
5177
],
"loc": {
"start": {
"line": 152,
"column": 61
},
"end": {
"line": 152,
"column": 63
}
}
},
"range": [
5145,
5177
],
"loc": {
"start": {
"line": 152,
"column": 31
},
"end": {
"line": 152,
"column": 63
}
}
},
"range": [
5122,
5177
],
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 63
}
}
},
"range": [
5122,
5178
],
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 64
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5191,
5195
],
"loc": {
"start": {
"line": 153,
"column": 11
},
"end": {
"line": 153,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "enableIcon",
"range": [
5196,
5206
],
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 26
}
}
},
"range": [
5191,
5206
],
"loc": {
"start": {
"line": 153,
"column": 11
},
"end": {
"line": 153,
"column": 26
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5211,
5215
],
"loc": {
"start": {
"line": 153,
"column": 31
},
"end": {
"line": 153,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "btnHtml",
"range": [
5216,
5223
],
"loc": {
"start": {
"line": 153,
"column": 36
},
"end": {
"line": 153,
"column": 43
}
}
},
"range": [
5211,
5223
],
"loc": {
"start": {
"line": 153,
"column": 31
},
"end": {
"line": 153,
"column": 43
}
}
},
"prefix": true,
"range": [
5210,
5223
],
"loc": {
"start": {
"line": 153,
"column": 30
},
"end": {
"line": 153,
"column": 43
}
}
},
"range": [
5191,
5223
],
"loc": {
"start": {
"line": 153,
"column": 11
},
"end": {
"line": 153,
"column": 43
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5239,
5243
],
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
5244,
5249
],
"loc": {
"start": {
"line": 154,
"column": 17
},
"end": {
"line": 154,
"column": 22
}
}
},
"range": [
5239,
5249
],
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
5250,
5259
],
"loc": {
"start": {
"line": 154,
"column": 23
},
"end": {
"line": 154,
"column": 32
}
}
},
"range": [
5239,
5259
],
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 32
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
5262,
5275
],
"loc": {
"start": {
"line": 154,
"column": 35
},
"end": {
"line": 154,
"column": 48
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5280,
5282
],
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 55
}
}
},
"range": [
5262,
5282
],
"loc": {
"start": {
"line": 154,
"column": 35
},
"end": {
"line": 154,
"column": 55
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5302,
5306
],
"loc": {
"start": {
"line": 155,
"column": 16
},
"end": {
"line": 155,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "expandBtnHtml",
"range": [
5307,
5320
],
"loc": {
"start": {
"line": 155,
"column": 21
},
"end": {
"line": 155,
"column": 34
}
}
},
"range": [
5302,
5320
],
"loc": {
"start": {
"line": 155,
"column": 16
},
"end": {
"line": 155,
"column": 34
}
}
},
"alternate": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5323,
5327
],
"loc": {
"start": {
"line": 155,
"column": 37
},
"end": {
"line": 155,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "collapseBtnHtml",
"range": [
5328,
5343
],
"loc": {
"start": {
"line": 155,
"column": 42
},
"end": {
"line": 155,
"column": 57
}
}
},
"range": [
5323,
5343
],
"loc": {
"start": {
"line": 155,
"column": 37
},
"end": {
"line": 155,
"column": 57
}
}
},
"range": [
5262,
5343
],
"loc": {
"start": {
"line": 154,
"column": 35
},
"end": {
"line": 155,
"column": 57
}
}
},
"range": [
5239,
5343
],
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 155,
"column": 57
}
}
},
"range": [
5239,
5344
],
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 155,
"column": 58
}
}
}
],
"range": [
5224,
5355
],
"loc": {
"start": {
"line": 153,
"column": 44
},
"end": {
"line": 156,
"column": 9
}
}
},
"alternate": null,
"range": [
5188,
5355
],
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 156,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5370,
5374
],
"loc": {
"start": {
"line": 158,
"column": 11
},
"end": {
"line": 158,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterShow",
"range": [
5375,
5386
],
"loc": {
"start": {
"line": 158,
"column": 16
},
"end": {
"line": 158,
"column": 27
}
}
},
"range": [
5370,
5386
],
"loc": {
"start": {
"line": 158,
"column": 11
},
"end": {
"line": 158,
"column": 27
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
5390,
5403
],
"loc": {
"start": {
"line": 158,
"column": 31
},
"end": {
"line": 158,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5408,
5410
],
"loc": {
"start": {
"line": 158,
"column": 49
},
"end": {
"line": 158,
"column": 51
}
}
},
"range": [
5390,
5410
],
"loc": {
"start": {
"line": 158,
"column": 31
},
"end": {
"line": 158,
"column": 51
}
}
},
"range": [
5370,
5410
],
"loc": {
"start": {
"line": 158,
"column": 11
},
"end": {
"line": 158,
"column": 51
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5426,
5430
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterShow",
"range": [
5431,
5442
],
"loc": {
"start": {
"line": 159,
"column": 17
},
"end": {
"line": 159,
"column": 28
}
}
},
"range": [
5426,
5442
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
5443,
5447
],
"loc": {
"start": {
"line": 159,
"column": 29
},
"end": {
"line": 159,
"column": 33
}
}
},
"range": [
5426,
5447
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 33
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5448,
5452
],
"loc": {
"start": {
"line": 159,
"column": 34
},
"end": {
"line": 159,
"column": 38
}
}
},
{
"type": "ThisExpression",
"range": [
5454,
5458
],
"loc": {
"start": {
"line": 159,
"column": 40
},
"end": {
"line": 159,
"column": 44
}
}
}
],
"range": [
5426,
5459
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 45
}
}
},
"range": [
5426,
5460
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 46
}
}
}
],
"range": [
5411,
5471
],
"loc": {
"start": {
"line": 158,
"column": 52
},
"end": {
"line": 160,
"column": 9
}
}
},
"alternate": null,
"range": [
5367,
5471
],
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 160,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5484,
5488
],
"loc": {
"start": {
"line": 161,
"column": 11
},
"end": {
"line": 161,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterHide",
"range": [
5489,
5500
],
"loc": {
"start": {
"line": 161,
"column": 16
},
"end": {
"line": 161,
"column": 27
}
}
},
"range": [
5484,
5500
],
"loc": {
"start": {
"line": 161,
"column": 11
},
"end": {
"line": 161,
"column": 27
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "fltRowDisplay",
"range": [
5504,
5517
],
"loc": {
"start": {
"line": 161,
"column": 31
},
"end": {
"line": 161,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5522,
5524
],
"loc": {
"start": {
"line": 161,
"column": 49
},
"end": {
"line": 161,
"column": 51
}
}
},
"range": [
5504,
5524
],
"loc": {
"start": {
"line": 161,
"column": 31
},
"end": {
"line": 161,
"column": 51
}
}
},
"range": [
5484,
5524
],
"loc": {
"start": {
"line": 161,
"column": 11
},
"end": {
"line": 161,
"column": 51
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5540,
5544
],
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterHide",
"range": [
5545,
5556
],
"loc": {
"start": {
"line": 162,
"column": 17
},
"end": {
"line": 162,
"column": 28
}
}
},
"range": [
5540,
5556
],
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
5557,
5561
],
"loc": {
"start": {
"line": 162,
"column": 29
},
"end": {
"line": 162,
"column": 33
}
}
},
"range": [
5540,
5561
],
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 33
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5562,
5566
],
"loc": {
"start": {
"line": 162,
"column": 34
},
"end": {
"line": 162,
"column": 38
}
}
},
{
"type": "ThisExpression",
"range": [
5568,
5572
],
"loc": {
"start": {
"line": 162,
"column": 40
},
"end": {
"line": 162,
"column": 44
}
}
}
],
"range": [
5540,
5573
],
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 45
}
}
},
"range": [
5540,
5574
],
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 46
}
}
}
],
"range": [
5525,
5585
],
"loc": {
"start": {
"line": 161,
"column": 52
},
"end": {
"line": 163,
"column": 9
}
}
},
"alternate": null,
"range": [
5481,
5585
],
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 163,
"column": 9
}
}
}
],
"range": [
4666,
5592
],
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 164,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
4664,
5592
],
"loc": {
"start": {
"line": 139,
"column": 10
},
"end": {
"line": 164,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
4658,
5592
],
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 164,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Toggle filters visibility\r\n ",
"range": [
4606,
4652
],
"loc": {
"start": {
"line": 136,
"column": 4
},
"end": {
"line": 138,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Destroy the UI\r\n ",
"range": [
5600,
5635
],
"loc": {
"start": {
"line": 166,
"column": 4
},
"end": {
"line": 168,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "destroy",
"range": [
5641,
5648
],
"loc": {
"start": {
"line": 169,
"column": 4
},
"end": {
"line": 169,
"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": [
5665,
5669
],
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
5670,
5675
],
"loc": {
"start": {
"line": 170,
"column": 17
},
"end": {
"line": 170,
"column": 22
}
}
},
"range": [
5665,
5675
],
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 22
}
}
},
"prefix": true,
"range": [
5664,
5675
],
"loc": {
"start": {
"line": 170,
"column": 11
},
"end": {
"line": 170,
"column": 22
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5680,
5684
],
"loc": {
"start": {
"line": 170,
"column": 27
},
"end": {
"line": 170,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5685,
5691
],
"loc": {
"start": {
"line": 170,
"column": 32
},
"end": {
"line": 170,
"column": 38
}
}
},
"range": [
5680,
5691
],
"loc": {
"start": {
"line": 170,
"column": 27
},
"end": {
"line": 170,
"column": 38
}
}
},
"prefix": true,
"range": [
5679,
5691
],
"loc": {
"start": {
"line": 170,
"column": 26
},
"end": {
"line": 170,
"column": 38
}
}
},
"range": [
5664,
5691
],
"loc": {
"start": {
"line": 170,
"column": 11
},
"end": {
"line": 170,
"column": 38
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
5707,
5714
],
"loc": {
"start": {
"line": 171,
"column": 12
},
"end": {
"line": 171,
"column": 19
}
}
}
],
"range": [
5692,
5725
],
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 172,
"column": 9
}
}
},
"alternate": null,
"range": [
5661,
5725
],
"loc": {
"start": {
"line": 170,
"column": 8
},
"end": {
"line": 172,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5737,
5741
],
"loc": {
"start": {
"line": 174,
"column": 8
},
"end": {
"line": 174,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
5742,
5747
],
"loc": {
"start": {
"line": 174,
"column": 13
},
"end": {
"line": 174,
"column": 18
}
}
},
"range": [
5737,
5747
],
"loc": {
"start": {
"line": 174,
"column": 8
},
"end": {
"line": 174,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
5748,
5757
],
"loc": {
"start": {
"line": 174,
"column": 19
},
"end": {
"line": 174,
"column": 28
}
}
},
"range": [
5737,
5757
],
"loc": {
"start": {
"line": 174,
"column": 8
},
"end": {
"line": 174,
"column": 28
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5760,
5762
],
"loc": {
"start": {
"line": 174,
"column": 31
},
"end": {
"line": 174,
"column": 33
}
}
},
"range": [
5737,
5762
],
"loc": {
"start": {
"line": 174,
"column": 8
},
"end": {
"line": 174,
"column": 33
}
}
},
"range": [
5737,
5763
],
"loc": {
"start": {
"line": 174,
"column": 8
},
"end": {
"line": 174,
"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": [
5773,
5777
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
5778,
5783
],
"loc": {
"start": {
"line": 175,
"column": 13
},
"end": {
"line": 175,
"column": 18
}
}
},
"range": [
5773,
5783
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
5784,
5794
],
"loc": {
"start": {
"line": 175,
"column": 19
},
"end": {
"line": 175,
"column": 29
}
}
},
"range": [
5773,
5794
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
5795,
5806
],
"loc": {
"start": {
"line": 175,
"column": 30
},
"end": {
"line": 175,
"column": 41
}
}
},
"range": [
5773,
5806
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 41
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5807,
5811
],
"loc": {
"start": {
"line": 175,
"column": 42
},
"end": {
"line": 175,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
5812,
5817
],
"loc": {
"start": {
"line": 175,
"column": 47
},
"end": {
"line": 175,
"column": 52
}
}
},
"range": [
5807,
5817
],
"loc": {
"start": {
"line": 175,
"column": 42
},
"end": {
"line": 175,
"column": 52
}
}
}
],
"range": [
5773,
5818
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 53
}
}
},
"range": [
5773,
5819
],
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 54
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5829,
5833
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnEl",
"range": [
5834,
5839
],
"loc": {
"start": {
"line": 176,
"column": 13
},
"end": {
"line": 176,
"column": 18
}
}
},
"range": [
5829,
5839
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 18
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5842,
5846
],
"loc": {
"start": {
"line": 176,
"column": 21
},
"end": {
"line": 176,
"column": 25
}
}
},
"range": [
5829,
5846
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 25
}
}
},
"range": [
5829,
5847
],
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 26
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5859,
5863
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5864,
5870
],
"loc": {
"start": {
"line": 178,
"column": 13
},
"end": {
"line": 178,
"column": 19
}
}
},
"range": [
5859,
5870
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
5871,
5880
],
"loc": {
"start": {
"line": 178,
"column": 20
},
"end": {
"line": 178,
"column": 29
}
}
},
"range": [
5859,
5880
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
5883,
5885
],
"loc": {
"start": {
"line": 178,
"column": 32
},
"end": {
"line": 178,
"column": 34
}
}
},
"range": [
5859,
5885
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 34
}
}
},
"range": [
5859,
5886
],
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 35
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5896,
5900
],
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5901,
5907
],
"loc": {
"start": {
"line": 179,
"column": 13
},
"end": {
"line": 179,
"column": 19
}
}
},
"range": [
5896,
5907
],
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
5908,
5918
],
"loc": {
"start": {
"line": 179,
"column": 20
},
"end": {
"line": 179,
"column": 30
}
}
},
"range": [
5896,
5918
],
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
5919,
5930
],
"loc": {
"start": {
"line": 179,
"column": 31
},
"end": {
"line": 179,
"column": 42
}
}
},
"range": [
5896,
5930
],
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 42
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5931,
5935
],
"loc": {
"start": {
"line": 179,
"column": 43
},
"end": {
"line": 179,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5936,
5942
],
"loc": {
"start": {
"line": 179,
"column": 48
},
"end": {
"line": 179,
"column": 54
}
}
},
"range": [
5931,
5942
],
"loc": {
"start": {
"line": 179,
"column": 43
},
"end": {
"line": 179,
"column": 54
}
}
}
],
"range": [
5896,
5943
],
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 55
}
}
},
"range": [
5896,
5944
],
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 56
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5954,
5958
],
"loc": {
"start": {
"line": 180,
"column": 8
},
"end": {
"line": 180,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "contEl",
"range": [
5959,
5965
],
"loc": {
"start": {
"line": 180,
"column": 13
},
"end": {
"line": 180,
"column": 19
}
}
},
"range": [
5954,
5965
],
"loc": {
"start": {
"line": 180,
"column": 8
},
"end": {
"line": 180,
"column": 19
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5968,
5972
],
"loc": {
"start": {
"line": 180,
"column": 22
},
"end": {
"line": 180,
"column": 26
}
}
},
"range": [
5954,
5972
],
"loc": {
"start": {
"line": 180,
"column": 8
},
"end": {
"line": 180,
"column": 26
}
}
},
"range": [
5954,
5973
],
"loc": {
"start": {
"line": 180,
"column": 8
},
"end": {
"line": 180,
"column": 27
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5983,
5987
],
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
5988,
5999
],
"loc": {
"start": {
"line": 181,
"column": 13
},
"end": {
"line": 181,
"column": 24
}
}
},
"range": [
5983,
5999
],
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
6002,
6007
],
"loc": {
"start": {
"line": 181,
"column": 27
},
"end": {
"line": 181,
"column": 32
}
}
},
"range": [
5983,
6007
],
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 32
}
}
},
"range": [
5983,
6008
],
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 33
}
}
}
],
"range": [
5650,
6015
],
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 182,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
5648,
6015
],
"loc": {
"start": {
"line": 169,
"column": 11
},
"end": {
"line": 182,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
5641,
6015
],
"loc": {
"start": {
"line": 169,
"column": 4
},
"end": {
"line": 182,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Destroy the UI\r\n ",
"range": [
5600,
5635
],
"loc": {
"start": {
"line": 166,
"column": 4
},
"end": {
"line": 168,
"column": 7
}
}
}
],
"static": false
}
],
"range": [
138,
6020
],
"loc": {
"start": {
"line": 5,
"column": 38
},
"end": {
"line": 184,
"column": 1
}
}
},
"range": [
115,
6020
],
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 184,
"column": 1
}
},
"leadingComments": [],
"trailingComments": []
},
"range": [
100,
6020
],
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 184,
"column": 1
}
}
}
],
"sourceType": "module",
"range": [
0,
6020
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 184,
"column": 1
}
},
"comments": [
{
"type": "Block",
"value": "*\r\n * Filters Row Visibility extension\r\n * @param {Object} tf TableFilter instance\r\n * @param {Object} f Config\r\n ",
"range": [
147,
281
],
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": "Line",
"value": " Path and image filenames",
"range": [
456,
483
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 35
}
}
},
{
"type": "Line",
"value": "expand/collapse filters span element",
"range": [
693,
731
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 46
}
}
},
{
"type": "Line",
"value": "expand/collapse filters btn element",
"range": [
770,
807
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 45
}
}
},
{
"type": "Line",
"value": "id of container element",
"range": [
1135,
1160
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 33
}
}
},
{
"type": "Line",
"value": "enables/disables expand/collapse icon",
"range": [
1217,
1256
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 47
}
}
},
{
"type": "Line",
"value": "defines expand/collapse filters text",
"range": [
1375,
1413
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 46
}
}
},
{
"type": "Line",
"value": "defines expand/collapse filters button innerHtml",
"range": [
1718,
1768
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 58
}
}
},
{
"type": "Line",
"value": "defines css class for expand/collapse filters button",
"range": [
1822,
1876
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 62
}
}
},
{
"type": "Line",
"value": "defines css class span containing expand/collapse filters",
"range": [
1949,
2008
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 67
}
}
},
{
"type": "Line",
"value": " Prefix",
"range": [
2335,
2344
],
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 17
}
}
},
{
"type": "Line",
"value": "callback before filters row is shown",
"range": [
2389,
2427
],
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 46
}
}
},
{
"type": "Line",
"value": "callback after filters row is shown",
"range": [
2535,
2572
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 45
}
}
},
{
"type": "Line",
"value": "callback before filters row is hidden",
"range": [
2677,
2716
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 47
}
}
},
{
"type": "Line",
"value": "callback after filters row is hidden",
"range": [
2824,
2862
],
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 46
}
}
},
{
"type": "Line",
"value": "Loads extension stylesheet",
"range": [
2956,
2984
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 36
}
}
},
{
"type": "Block",
"value": "*\r\n * Initialise extension\r\n ",
"range": [
3106,
3147
],
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 83,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Build UI elements\r\n ",
"range": [
3299,
3337
],
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 95,
"column": 7
}
}
},
{
"type": "Line",
"value": "Container element (rdiv or custom element)",
"range": [
3501,
3545
],
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 52
}
}
},
{
"type": "Line",
"value": "Custom html",
"range": [
4295,
4308
],
"loc": {
"start": {
"line": 122,
"column": 17
},
"end": {
"line": 122,
"column": 30
}
}
},
{
"type": "Block",
"value": "*\r\n * Toggle filters visibility\r\n ",
"range": [
4606,
4652
],
"loc": {
"start": {
"line": 136,
"column": 4
},
"end": {
"line": 138,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\r\n * Destroy the UI\r\n ",
"range": [
5600,
5635
],
"loc": {
"start": {
"line": 166,
"column": 4
},
"end": {
"line": 168,
"column": 7
}
}
}
]
}