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

6901 lines
259 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,
24
],
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 24
}
}
},
"range": [
0,
25
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Event",
"range": [
34,
39
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
},
"range": [
34,
39
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
}
],
"source": {
"type": "Literal",
"value": "../event",
"raw": "'../event'",
"range": [
45,
55
],
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 28
}
}
},
"range": [
27,
56
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "ClassDeclaration",
"id": {
"type": "Identifier",
"name": "ClearButton",
"range": [
73,
84
],
"loc": {
"start": {
"line": 4,
"column": 13
},
"end": {
"line": 4,
"column": 24
}
}
},
"superClass": null,
"body": {
"type": "ClassBody",
"body": [
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "constructor",
"range": [
190,
201
],
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 15
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "tf",
"range": [
202,
204
],
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 18
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "f",
"range": [
253,
254
],
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
257,
259
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "config",
"range": [
260,
266
],
"loc": {
"start": {
"line": 12,
"column": 19
},
"end": {
"line": 12,
"column": 25
}
}
},
"range": [
257,
266
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 25
}
}
},
"arguments": [],
"range": [
257,
268
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 27
}
}
},
"range": [
253,
268
],
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 27
}
}
}
],
"kind": "var",
"range": [
249,
269
],
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 28
}
},
"leadingComments": [
{
"type": "Line",
"value": " Configuration object",
"range": [
216,
239
],
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 31
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "id of container element",
"range": [
281,
306
],
"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": [
316,
320
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetTgtId",
"range": [
321,
334
],
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 26
}
}
},
"range": [
316,
334
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 26
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
337,
338
],
"loc": {
"start": {
"line": 15,
"column": 29
},
"end": {
"line": 15,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "btn_reset_target_id",
"range": [
339,
358
],
"loc": {
"start": {
"line": 15,
"column": 31
},
"end": {
"line": 15,
"column": 50
}
}
},
"range": [
337,
358
],
"loc": {
"start": {
"line": 15,
"column": 29
},
"end": {
"line": 15,
"column": 50
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
362,
366
],
"loc": {
"start": {
"line": 15,
"column": 54
},
"end": {
"line": 15,
"column": 58
}
}
},
"range": [
337,
366
],
"loc": {
"start": {
"line": 15,
"column": 29
},
"end": {
"line": 15,
"column": 58
}
}
},
"range": [
316,
366
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 58
}
}
},
"range": [
316,
367
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 59
}
},
"leadingComments": [
{
"type": "Line",
"value": "id of container element",
"range": [
281,
306
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 33
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "reset button element",
"range": [
377,
399
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 30
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
409,
413
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetEl",
"range": [
414,
424
],
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 23
}
}
},
"range": [
409,
424
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
427,
431
],
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 30
}
}
},
"range": [
409,
431
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 30
}
}
},
"range": [
409,
432
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 31
}
},
"leadingComments": [
{
"type": "Line",
"value": "reset button element",
"range": [
377,
399
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 30
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines reset text",
"range": [
442,
462
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 28
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
472,
476
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetText",
"range": [
477,
489
],
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 25
}
}
},
"range": [
472,
489
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
492,
493
],
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "btn_reset_text",
"range": [
494,
508
],
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 44
}
}
},
"range": [
492,
508
],
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "Reset",
"raw": "'Reset'",
"range": [
512,
519
],
"loc": {
"start": {
"line": 19,
"column": 48
},
"end": {
"line": 19,
"column": 55
}
}
},
"range": [
492,
519
],
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 55
}
}
},
"range": [
472,
519
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 55
}
}
},
"range": [
472,
520
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 56
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines reset text",
"range": [
442,
462
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 28
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines reset button tooltip",
"range": [
530,
560
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 38
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
570,
574
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetTooltip",
"range": [
575,
590
],
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 28
}
}
},
"range": [
570,
590
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 28
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
593,
594
],
"loc": {
"start": {
"line": 21,
"column": 31
},
"end": {
"line": 21,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "btn_reset_tooltip",
"range": [
595,
612
],
"loc": {
"start": {
"line": 21,
"column": 33
},
"end": {
"line": 21,
"column": 50
}
}
},
"range": [
593,
612
],
"loc": {
"start": {
"line": 21,
"column": 31
},
"end": {
"line": 21,
"column": 50
}
}
},
"right": {
"type": "Literal",
"value": "Clear filters",
"raw": "'Clear filters'",
"range": [
616,
631
],
"loc": {
"start": {
"line": 21,
"column": 54
},
"end": {
"line": 21,
"column": 69
}
}
},
"range": [
593,
631
],
"loc": {
"start": {
"line": 21,
"column": 31
},
"end": {
"line": 21,
"column": 69
}
}
},
"range": [
570,
631
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 69
}
}
},
"range": [
570,
632
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 70
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines reset button tooltip",
"range": [
530,
560
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 38
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines reset button innerHtml",
"range": [
642,
674
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 40
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
684,
688
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetHtml",
"range": [
689,
701
],
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 25
}
}
},
"range": [
684,
701
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
704,
705
],
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "btn_reset_html",
"range": [
706,
720
],
"loc": {
"start": {
"line": 23,
"column": 30
},
"end": {
"line": 23,
"column": 44
}
}
},
"range": [
704,
720
],
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 44
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
739,
741
],
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "enableIcons",
"range": [
742,
753
],
"loc": {
"start": {
"line": 24,
"column": 17
},
"end": {
"line": 24,
"column": 28
}
}
},
"range": [
739,
753
],
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 28
}
}
},
"prefix": true,
"range": [
738,
753
],
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 28
}
}
},
"consequent": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
756,
760
],
"loc": {
"start": {
"line": 24,
"column": 31
},
"end": {
"line": 24,
"column": 35
}
}
},
"alternate": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": "<input type=\"button\" value=\"\" class=\"",
"raw": "'<input type=\"button\" value=\"\" class=\"'",
"range": [
776,
815
],
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 51
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
816,
818
],
"loc": {
"start": {
"line": 25,
"column": 52
},
"end": {
"line": 25,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetCssClass",
"range": [
819,
835
],
"loc": {
"start": {
"line": 25,
"column": 55
},
"end": {
"line": 25,
"column": 71
}
}
},
"range": [
816,
835
],
"loc": {
"start": {
"line": 25,
"column": 52
},
"end": {
"line": 25,
"column": 71
}
}
},
"range": [
776,
835
],
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 71
}
}
},
"right": {
"type": "Literal",
"value": "\" ",
"raw": "'\" '",
"range": [
836,
840
],
"loc": {
"start": {
"line": 25,
"column": 72
},
"end": {
"line": 25,
"column": 76
}
}
},
"range": [
776,
840
],
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 76
}
}
},
"right": {
"type": "Literal",
"value": "title=\"",
"raw": "'title=\"'",
"range": [
856,
865
],
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 21
}
}
},
"range": [
776,
865
],
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 26,
"column": 21
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
866,
870
],
"loc": {
"start": {
"line": 26,
"column": 22
},
"end": {
"line": 26,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetTooltip",
"range": [
871,
886
],
"loc": {
"start": {
"line": 26,
"column": 27
},
"end": {
"line": 26,
"column": 42
}
}
},
"range": [
866,
886
],
"loc": {
"start": {
"line": 26,
"column": 22
},
"end": {
"line": 26,
"column": 42
}
}
},
"range": [
776,
886
],
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 26,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "\" />",
"raw": "'\" />'",
"range": [
887,
893
],
"loc": {
"start": {
"line": 26,
"column": 43
},
"end": {
"line": 26,
"column": 49
}
}
},
"range": [
776,
893
],
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 26,
"column": 49
}
}
},
"range": [
738,
893
],
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 26,
"column": 49
}
}
},
"range": [
704,
894
],
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 26,
"column": 50
}
}
},
"range": [
684,
894
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 26,
"column": 50
}
}
},
"range": [
684,
895
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 26,
"column": 51
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines reset button innerHtml",
"range": [
642,
674
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 40
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "span containing reset button",
"range": [
905,
935
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 38
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
945,
949
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxResetSpan",
"range": [
950,
963
],
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 26
}
}
},
"range": [
945,
963
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 26
}
}
},
"right": {
"type": "Literal",
"value": "resetspan_",
"raw": "'resetspan_'",
"range": [
966,
978
],
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 41
}
}
},
"range": [
945,
978
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 41
}
}
},
"range": [
945,
979
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "span containing reset button",
"range": [
905,
935
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 38
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
991,
995
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
996,
998
],
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 15
}
}
},
"range": [
991,
998
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 15
}
}
},
"right": {
"type": "Identifier",
"name": "tf",
"range": [
1001,
1003
],
"loc": {
"start": {
"line": 30,
"column": 18
},
"end": {
"line": 30,
"column": 20
}
}
},
"range": [
991,
1003
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 20
}
}
},
"range": [
991,
1004
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 21
}
}
}
],
"range": [
205,
1011
],
"loc": {
"start": {
"line": 10,
"column": 19
},
"end": {
"line": 31,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
201,
1011
],
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 31,
"column": 5
}
}
},
"kind": "constructor",
"computed": false,
"range": [
190,
1011
],
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 31,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Clear button component\r\n * @param {Object} tf TableFilter instance\r\n ",
"range": [
93,
184
],
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 9,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "onClick",
"range": [
1019,
1026
],
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1039,
1043
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
1044,
1046
],
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 15
}
}
},
"range": [
1039,
1046
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "clearFilters",
"range": [
1047,
1059
],
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 28
}
}
},
"range": [
1039,
1059
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 28
}
}
},
"arguments": [],
"range": [
1039,
1061
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 30
}
}
},
"range": [
1039,
1062
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 31
}
}
}
],
"range": [
1028,
1069
],
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 35,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
1026,
1069
],
"loc": {
"start": {
"line": 33,
"column": 11
},
"end": {
"line": 35,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
1019,
1069
],
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 35,
"column": 5
}
},
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Build DOM elements\r\n ",
"range": [
1077,
1116
],
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 39,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "init",
"range": [
1122,
1126
],
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 8
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
1143,
1145
],
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1148,
1152
],
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
1153,
1155
],
"loc": {
"start": {
"line": 41,
"column": 22
},
"end": {
"line": 41,
"column": 24
}
}
},
"range": [
1148,
1155
],
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 24
}
}
},
"range": [
1143,
1155
],
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 24
}
}
}
],
"kind": "var",
"range": [
1139,
1156
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1172,
1174
],
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "hasGrid",
"range": [
1175,
1182
],
"loc": {
"start": {
"line": 43,
"column": 15
},
"end": {
"line": 43,
"column": 22
}
}
},
"range": [
1172,
1182
],
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 22
}
}
},
"arguments": [],
"range": [
1172,
1184
],
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 24
}
}
},
"prefix": true,
"range": [
1171,
1184
],
"loc": {
"start": {
"line": 43,
"column": 11
},
"end": {
"line": 43,
"column": 24
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1189,
1191
],
"loc": {
"start": {
"line": 43,
"column": 29
},
"end": {
"line": 43,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "isFirstLoad",
"range": [
1192,
1203
],
"loc": {
"start": {
"line": 43,
"column": 32
},
"end": {
"line": 43,
"column": 43
}
}
},
"range": [
1189,
1203
],
"loc": {
"start": {
"line": 43,
"column": 29
},
"end": {
"line": 43,
"column": 43
}
}
},
"prefix": true,
"range": [
1188,
1203
],
"loc": {
"start": {
"line": 43,
"column": 28
},
"end": {
"line": 43,
"column": 43
}
}
},
"range": [
1171,
1203
],
"loc": {
"start": {
"line": 43,
"column": 11
},
"end": {
"line": 43,
"column": 43
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1207,
1209
],
"loc": {
"start": {
"line": 43,
"column": 47
},
"end": {
"line": 43,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetEl",
"range": [
1210,
1220
],
"loc": {
"start": {
"line": 43,
"column": 50
},
"end": {
"line": 43,
"column": 60
}
}
},
"range": [
1207,
1220
],
"loc": {
"start": {
"line": 43,
"column": 47
},
"end": {
"line": 43,
"column": 60
}
}
},
"range": [
1171,
1220
],
"loc": {
"start": {
"line": 43,
"column": 11
},
"end": {
"line": 43,
"column": 60
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
1236,
1243
],
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 19
}
}
}
],
"range": [
1221,
1254
],
"loc": {
"start": {
"line": 43,
"column": 61
},
"end": {
"line": 45,
"column": 9
}
}
},
"alternate": null,
"range": [
1168,
1254
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 45,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "resetspan",
"range": [
1270,
1279
],
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 21
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
1282,
1285
],
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 47,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
1286,
1292
],
"loc": {
"start": {
"line": 47,
"column": 28
},
"end": {
"line": 47,
"column": 34
}
}
},
"range": [
1282,
1292
],
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 47,
"column": 34
}
}
},
"arguments": [
{
"type": "Literal",
"value": "span",
"raw": "'span'",
"range": [
1293,
1299
],
"loc": {
"start": {
"line": 47,
"column": 35
},
"end": {
"line": 47,
"column": 41
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
1302,
1306
],
"loc": {
"start": {
"line": 47,
"column": 44
},
"end": {
"line": 47,
"column": 48
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1308,
1312
],
"loc": {
"start": {
"line": 47,
"column": 50
},
"end": {
"line": 47,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "prfxResetSpan",
"range": [
1313,
1326
],
"loc": {
"start": {
"line": 47,
"column": 55
},
"end": {
"line": 47,
"column": 68
}
}
},
"range": [
1308,
1326
],
"loc": {
"start": {
"line": 47,
"column": 50
},
"end": {
"line": 47,
"column": 68
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1327,
1329
],
"loc": {
"start": {
"line": 47,
"column": 69
},
"end": {
"line": 47,
"column": 71
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
1330,
1332
],
"loc": {
"start": {
"line": 47,
"column": 72
},
"end": {
"line": 47,
"column": 74
}
}
},
"range": [
1327,
1332
],
"loc": {
"start": {
"line": 47,
"column": 69
},
"end": {
"line": 47,
"column": 74
}
}
},
"range": [
1308,
1332
],
"loc": {
"start": {
"line": 47,
"column": 50
},
"end": {
"line": 47,
"column": 74
}
}
}
],
"range": [
1301,
1333
],
"loc": {
"start": {
"line": 47,
"column": 43
},
"end": {
"line": 47,
"column": 75
}
}
}
],
"range": [
1282,
1334
],
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 47,
"column": 76
}
}
},
"range": [
1270,
1334
],
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 76
}
}
}
],
"kind": "var",
"range": [
1266,
1335
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 77
}
},
"trailingComments": [
{
"type": "Line",
"value": " reset button is added to defined element",
"range": [
1347,
1390
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 51
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1404,
1408
],
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetTgtId",
"range": [
1409,
1422
],
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 30
}
}
},
"range": [
1404,
1422
],
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 30
}
}
},
"prefix": true,
"range": [
1403,
1422
],
"loc": {
"start": {
"line": 50,
"column": 11
},
"end": {
"line": 50,
"column": 30
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1438,
1440
],
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "setToolbar",
"range": [
1441,
1451
],
"loc": {
"start": {
"line": 51,
"column": 15
},
"end": {
"line": 51,
"column": 25
}
}
},
"range": [
1438,
1451
],
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 25
}
}
},
"arguments": [],
"range": [
1438,
1453
],
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 27
}
}
},
"range": [
1438,
1454
],
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 28
}
}
}
],
"range": [
1423,
1465
],
"loc": {
"start": {
"line": 50,
"column": 31
},
"end": {
"line": 52,
"column": 9
}
}
},
"alternate": null,
"range": [
1400,
1465
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 52,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": " reset button is added to defined element",
"range": [
1347,
1390
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 51
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "targetEl",
"range": [
1479,
1487
],
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1491,
1495
],
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetTgtId",
"range": [
1496,
1509
],
"loc": {
"start": {
"line": 53,
"column": 29
},
"end": {
"line": 53,
"column": 42
}
}
},
"range": [
1491,
1509
],
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 42
}
}
},
"prefix": true,
"range": [
1490,
1509
],
"loc": {
"start": {
"line": 53,
"column": 23
},
"end": {
"line": 53,
"column": 42
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1525,
1527
],
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "rDiv",
"range": [
1528,
1532
],
"loc": {
"start": {
"line": 54,
"column": 15
},
"end": {
"line": 54,
"column": 19
}
}
},
"range": [
1525,
1532
],
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 19
}
}
},
"alternate": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
1535,
1538
],
"loc": {
"start": {
"line": 54,
"column": 22
},
"end": {
"line": 54,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
1539,
1541
],
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 28
}
}
},
"range": [
1535,
1541
],
"loc": {
"start": {
"line": 54,
"column": 22
},
"end": {
"line": 54,
"column": 28
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1542,
1546
],
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetTgtId",
"range": [
1547,
1560
],
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 47
}
}
},
"range": [
1542,
1560
],
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 47
}
}
}
],
"range": [
1535,
1561
],
"loc": {
"start": {
"line": 54,
"column": 22
},
"end": {
"line": 54,
"column": 48
}
}
},
"range": [
1490,
1561
],
"loc": {
"start": {
"line": 53,
"column": 23
},
"end": {
"line": 54,
"column": 48
}
}
},
"range": [
1479,
1561
],
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 54,
"column": 48
}
}
}
],
"kind": "var",
"range": [
1475,
1562
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 54,
"column": 49
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "targetEl",
"range": [
1572,
1580
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
1581,
1592
],
"loc": {
"start": {
"line": 55,
"column": 17
},
"end": {
"line": 55,
"column": 28
}
}
},
"range": [
1572,
1592
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 28
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "resetspan",
"range": [
1593,
1602
],
"loc": {
"start": {
"line": 55,
"column": 29
},
"end": {
"line": 55,
"column": 38
}
}
}
],
"range": [
1572,
1603
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 39
}
}
},
"range": [
1572,
1604
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 40
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1620,
1624
],
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetHtml",
"range": [
1625,
1637
],
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 29
}
}
},
"range": [
1620,
1637
],
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 29
}
}
},
"prefix": true,
"range": [
1619,
1637
],
"loc": {
"start": {
"line": 57,
"column": 11
},
"end": {
"line": 57,
"column": 29
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fltreset",
"range": [
1657,
1665
],
"loc": {
"start": {
"line": 58,
"column": 16
},
"end": {
"line": 58,
"column": 24
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
1668,
1671
],
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
1672,
1678
],
"loc": {
"start": {
"line": 58,
"column": 31
},
"end": {
"line": 58,
"column": 37
}
}
},
"range": [
1668,
1678
],
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "a",
"raw": "'a'",
"range": [
1679,
1682
],
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 41
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "href",
"raw": "'href'",
"range": [
1685,
1691
],
"loc": {
"start": {
"line": 58,
"column": 44
},
"end": {
"line": 58,
"column": 50
}
}
},
{
"type": "Literal",
"value": "javascript:void(0);",
"raw": "'javascript:void(0);'",
"range": [
1693,
1714
],
"loc": {
"start": {
"line": 58,
"column": 52
},
"end": {
"line": 58,
"column": 73
}
}
}
],
"range": [
1684,
1715
],
"loc": {
"start": {
"line": 58,
"column": 43
},
"end": {
"line": 58,
"column": 74
}
}
}
],
"range": [
1668,
1716
],
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 75
}
}
},
"range": [
1657,
1716
],
"loc": {
"start": {
"line": 58,
"column": 16
},
"end": {
"line": 58,
"column": 75
}
}
}
],
"kind": "var",
"range": [
1653,
1717
],
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 76
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "fltreset",
"range": [
1731,
1739
],
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
1740,
1749
],
"loc": {
"start": {
"line": 59,
"column": 21
},
"end": {
"line": 59,
"column": 30
}
}
},
"range": [
1731,
1749
],
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 30
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1752,
1754
],
"loc": {
"start": {
"line": 59,
"column": 33
},
"end": {
"line": 59,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetCssClass",
"range": [
1755,
1771
],
"loc": {
"start": {
"line": 59,
"column": 36
},
"end": {
"line": 59,
"column": 52
}
}
},
"range": [
1752,
1771
],
"loc": {
"start": {
"line": 59,
"column": 33
},
"end": {
"line": 59,
"column": 52
}
}
},
"range": [
1731,
1771
],
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 52
}
}
},
"range": [
1731,
1772
],
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 53
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "fltreset",
"range": [
1786,
1794
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
1795,
1806
],
"loc": {
"start": {
"line": 60,
"column": 21
},
"end": {
"line": 60,
"column": 32
}
}
},
"range": [
1786,
1806
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 32
}
}
},
"arguments": [
{
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
1807,
1810
],
"loc": {
"start": {
"line": 60,
"column": 33
},
"end": {
"line": 60,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "text",
"range": [
1811,
1815
],
"loc": {
"start": {
"line": 60,
"column": 37
},
"end": {
"line": 60,
"column": 41
}
}
},
"range": [
1807,
1815
],
"loc": {
"start": {
"line": 60,
"column": 33
},
"end": {
"line": 60,
"column": 41
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1816,
1820
],
"loc": {
"start": {
"line": 60,
"column": 42
},
"end": {
"line": 60,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetText",
"range": [
1821,
1833
],
"loc": {
"start": {
"line": 60,
"column": 47
},
"end": {
"line": 60,
"column": 59
}
}
},
"range": [
1816,
1833
],
"loc": {
"start": {
"line": 60,
"column": 42
},
"end": {
"line": 60,
"column": 59
}
}
}
],
"range": [
1807,
1834
],
"loc": {
"start": {
"line": 60,
"column": 33
},
"end": {
"line": 60,
"column": 60
}
}
}
],
"range": [
1786,
1835
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 61
}
}
},
"range": [
1786,
1836
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 62
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "resetspan",
"range": [
1850,
1859
],
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
1860,
1871
],
"loc": {
"start": {
"line": 61,
"column": 22
},
"end": {
"line": 61,
"column": 33
}
}
},
"range": [
1850,
1871
],
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 33
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "fltreset",
"range": [
1872,
1880
],
"loc": {
"start": {
"line": 61,
"column": 34
},
"end": {
"line": 61,
"column": 42
}
}
}
],
"range": [
1850,
1881
],
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 43
}
}
},
"range": [
1850,
1882
],
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 44
}
},
"trailingComments": [
{
"type": "Line",
"value": " fltreset.onclick = this.Evt._Clear;",
"range": [
1896,
1934
],
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 50
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
1948,
1953
],
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
1954,
1957
],
"loc": {
"start": {
"line": 63,
"column": 18
},
"end": {
"line": 63,
"column": 21
}
}
},
"range": [
1948,
1957
],
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 21
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "fltreset",
"range": [
1958,
1966
],
"loc": {
"start": {
"line": 63,
"column": 22
},
"end": {
"line": 63,
"column": 30
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
1968,
1975
],
"loc": {
"start": {
"line": 63,
"column": 32
},
"end": {
"line": 63,
"column": 39
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1985,
1989
],
"loc": {
"start": {
"line": 63,
"column": 49
},
"end": {
"line": 63,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "onClick",
"range": [
1990,
1997
],
"loc": {
"start": {
"line": 63,
"column": 54
},
"end": {
"line": 63,
"column": 61
}
}
},
"range": [
1985,
1997
],
"loc": {
"start": {
"line": 63,
"column": 49
},
"end": {
"line": 63,
"column": 61
}
}
},
"arguments": [],
"range": [
1985,
1999
],
"loc": {
"start": {
"line": 63,
"column": 49
},
"end": {
"line": 63,
"column": 63
}
}
},
"range": [
1985,
2000
],
"loc": {
"start": {
"line": 63,
"column": 49
},
"end": {
"line": 63,
"column": 64
}
}
}
],
"range": [
1983,
2002
],
"loc": {
"start": {
"line": 63,
"column": 47
},
"end": {
"line": 63,
"column": 66
}
}
},
"generator": false,
"expression": false,
"range": [
1977,
2002
],
"loc": {
"start": {
"line": 63,
"column": 41
},
"end": {
"line": 63,
"column": 66
}
}
}
],
"range": [
1948,
2003
],
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 67
}
}
},
"range": [
1948,
2004
],
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 68
}
},
"leadingComments": [
{
"type": "Line",
"value": " fltreset.onclick = this.Evt._Clear;",
"range": [
1896,
1934
],
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 50
}
}
}
]
}
],
"range": [
1638,
2015
],
"loc": {
"start": {
"line": 57,
"column": 30
},
"end": {
"line": 64,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "resetspan",
"range": [
2036,
2045
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "innerHTML",
"range": [
2046,
2055
],
"loc": {
"start": {
"line": 65,
"column": 22
},
"end": {
"line": 65,
"column": 31
}
}
},
"range": [
2036,
2055
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 31
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2058,
2062
],
"loc": {
"start": {
"line": 65,
"column": 34
},
"end": {
"line": 65,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetHtml",
"range": [
2063,
2075
],
"loc": {
"start": {
"line": 65,
"column": 39
},
"end": {
"line": 65,
"column": 51
}
}
},
"range": [
2058,
2075
],
"loc": {
"start": {
"line": 65,
"column": 34
},
"end": {
"line": 65,
"column": 51
}
}
},
"range": [
2036,
2075
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 51
}
}
},
"range": [
2036,
2076
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 52
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "resetEl",
"range": [
2094,
2101
],
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "resetspan",
"range": [
2104,
2113
],
"loc": {
"start": {
"line": 66,
"column": 26
},
"end": {
"line": 66,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
2114,
2124
],
"loc": {
"start": {
"line": 66,
"column": 36
},
"end": {
"line": 66,
"column": 46
}
}
},
"range": [
2104,
2124
],
"loc": {
"start": {
"line": 66,
"column": 26
},
"end": {
"line": 66,
"column": 46
}
}
},
"range": [
2094,
2124
],
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 46
}
}
}
],
"kind": "var",
"range": [
2090,
2125
],
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 47
}
},
"trailingComments": [
{
"type": "Line",
"value": " resetEl.onclick = this.Evt._Clear;",
"range": [
2139,
2176
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 49
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
2190,
2195
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
2196,
2199
],
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 21
}
}
},
"range": [
2190,
2199
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 21
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "resetEl",
"range": [
2200,
2207
],
"loc": {
"start": {
"line": 68,
"column": 22
},
"end": {
"line": 68,
"column": 29
}
}
},
{
"type": "Literal",
"value": "click",
"raw": "'click'",
"range": [
2209,
2216
],
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 38
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2226,
2230
],
"loc": {
"start": {
"line": 68,
"column": 48
},
"end": {
"line": 68,
"column": 52
}
}
},
"property": {
"type": "Identifier",
"name": "onClick",
"range": [
2231,
2238
],
"loc": {
"start": {
"line": 68,
"column": 53
},
"end": {
"line": 68,
"column": 60
}
}
},
"range": [
2226,
2238
],
"loc": {
"start": {
"line": 68,
"column": 48
},
"end": {
"line": 68,
"column": 60
}
}
},
"arguments": [],
"range": [
2226,
2240
],
"loc": {
"start": {
"line": 68,
"column": 48
},
"end": {
"line": 68,
"column": 62
}
}
},
"range": [
2226,
2241
],
"loc": {
"start": {
"line": 68,
"column": 48
},
"end": {
"line": 68,
"column": 63
}
}
}
],
"range": [
2224,
2243
],
"loc": {
"start": {
"line": 68,
"column": 46
},
"end": {
"line": 68,
"column": 65
}
}
},
"generator": false,
"expression": false,
"range": [
2218,
2243
],
"loc": {
"start": {
"line": 68,
"column": 40
},
"end": {
"line": 68,
"column": 65
}
}
}
],
"range": [
2190,
2244
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 66
}
}
},
"range": [
2190,
2245
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 67
}
},
"leadingComments": [
{
"type": "Line",
"value": " resetEl.onclick = this.Evt._Clear;",
"range": [
2139,
2176
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 49
}
}
}
]
}
],
"range": [
2021,
2256
],
"loc": {
"start": {
"line": 64,
"column": 15
},
"end": {
"line": 69,
"column": 9
}
}
},
"range": [
1616,
2256
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 69,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2266,
2270
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetEl",
"range": [
2271,
2281
],
"loc": {
"start": {
"line": 70,
"column": 13
},
"end": {
"line": 70,
"column": 23
}
}
},
"range": [
2266,
2281
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "resetspan",
"range": [
2284,
2293
],
"loc": {
"start": {
"line": 70,
"column": 26
},
"end": {
"line": 70,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
2294,
2304
],
"loc": {
"start": {
"line": 70,
"column": 36
},
"end": {
"line": 70,
"column": 46
}
}
},
"range": [
2284,
2304
],
"loc": {
"start": {
"line": 70,
"column": 26
},
"end": {
"line": 70,
"column": 46
}
}
},
"range": [
2266,
2304
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 46
}
}
},
"range": [
2266,
2305
],
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 47
}
}
}
],
"range": [
1128,
2312
],
"loc": {
"start": {
"line": 40,
"column": 10
},
"end": {
"line": 71,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
1126,
2312
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 71,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
1122,
2312
],
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 71,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Build DOM elements\r\n ",
"range": [
1077,
1116
],
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 39,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Remove clear button UI\r\n ",
"range": [
2320,
2363
],
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 75,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "destroy",
"range": [
2369,
2376
],
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
2393,
2395
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2398,
2402
],
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
2403,
2405
],
"loc": {
"start": {
"line": 77,
"column": 22
},
"end": {
"line": 77,
"column": 24
}
}
},
"range": [
2398,
2405
],
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 24
}
}
},
"range": [
2393,
2405
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 24
}
}
}
],
"kind": "var",
"range": [
2389,
2406
],
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2422,
2424
],
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "hasGrid",
"range": [
2425,
2432
],
"loc": {
"start": {
"line": 79,
"column": 15
},
"end": {
"line": 79,
"column": 22
}
}
},
"range": [
2422,
2432
],
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 22
}
}
},
"arguments": [],
"range": [
2422,
2434
],
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 24
}
}
},
"prefix": true,
"range": [
2421,
2434
],
"loc": {
"start": {
"line": 79,
"column": 11
},
"end": {
"line": 79,
"column": 24
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2439,
2443
],
"loc": {
"start": {
"line": 79,
"column": 29
},
"end": {
"line": 79,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetEl",
"range": [
2444,
2454
],
"loc": {
"start": {
"line": 79,
"column": 34
},
"end": {
"line": 79,
"column": 44
}
}
},
"range": [
2439,
2454
],
"loc": {
"start": {
"line": 79,
"column": 29
},
"end": {
"line": 79,
"column": 44
}
}
},
"prefix": true,
"range": [
2438,
2454
],
"loc": {
"start": {
"line": 79,
"column": 28
},
"end": {
"line": 79,
"column": 44
}
}
},
"range": [
2421,
2454
],
"loc": {
"start": {
"line": 79,
"column": 11
},
"end": {
"line": 79,
"column": 44
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
2470,
2477
],
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 19
}
}
}
],
"range": [
2455,
2488
],
"loc": {
"start": {
"line": 79,
"column": 45
},
"end": {
"line": 81,
"column": 9
}
}
},
"alternate": null,
"range": [
2418,
2488
],
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 81,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "resetspan",
"range": [
2504,
2513
],
"loc": {
"start": {
"line": 83,
"column": 12
},
"end": {
"line": 83,
"column": 21
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
2516,
2519
],
"loc": {
"start": {
"line": 83,
"column": 24
},
"end": {
"line": 83,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
2520,
2522
],
"loc": {
"start": {
"line": 83,
"column": 28
},
"end": {
"line": 83,
"column": 30
}
}
},
"range": [
2516,
2522
],
"loc": {
"start": {
"line": 83,
"column": 24
},
"end": {
"line": 83,
"column": 30
}
}
},
"arguments": [
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2523,
2525
],
"loc": {
"start": {
"line": 83,
"column": 31
},
"end": {
"line": 83,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "prfxResetSpan",
"range": [
2526,
2539
],
"loc": {
"start": {
"line": 83,
"column": 34
},
"end": {
"line": 83,
"column": 47
}
}
},
"range": [
2523,
2539
],
"loc": {
"start": {
"line": 83,
"column": 31
},
"end": {
"line": 83,
"column": 47
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2540,
2542
],
"loc": {
"start": {
"line": 83,
"column": 48
},
"end": {
"line": 83,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
2543,
2545
],
"loc": {
"start": {
"line": 83,
"column": 51
},
"end": {
"line": 83,
"column": 53
}
}
},
"range": [
2540,
2545
],
"loc": {
"start": {
"line": 83,
"column": 48
},
"end": {
"line": 83,
"column": 53
}
}
},
"range": [
2523,
2545
],
"loc": {
"start": {
"line": 83,
"column": 31
},
"end": {
"line": 83,
"column": 53
}
}
}
],
"range": [
2516,
2546
],
"loc": {
"start": {
"line": 83,
"column": 24
},
"end": {
"line": 83,
"column": 54
}
}
},
"range": [
2504,
2546
],
"loc": {
"start": {
"line": 83,
"column": 12
},
"end": {
"line": 83,
"column": 54
}
}
}
],
"kind": "var",
"range": [
2500,
2547
],
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 55
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "resetspan",
"range": [
2560,
2569
],
"loc": {
"start": {
"line": 84,
"column": 11
},
"end": {
"line": 84,
"column": 20
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "resetspan",
"range": [
2585,
2594
],
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
2595,
2605
],
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 32
}
}
},
"range": [
2585,
2605
],
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
2606,
2617
],
"loc": {
"start": {
"line": 85,
"column": 33
},
"end": {
"line": 85,
"column": 44
}
}
},
"range": [
2585,
2617
],
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 44
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "resetspan",
"range": [
2618,
2627
],
"loc": {
"start": {
"line": 85,
"column": 45
},
"end": {
"line": 85,
"column": 54
}
}
}
],
"range": [
2585,
2628
],
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 55
}
}
},
"range": [
2585,
2629
],
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 56
}
}
}
],
"range": [
2570,
2640
],
"loc": {
"start": {
"line": 84,
"column": 21
},
"end": {
"line": 86,
"column": 9
}
}
},
"alternate": null,
"range": [
2557,
2640
],
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 86,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2650,
2654
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "btnResetEl",
"range": [
2655,
2665
],
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 23
}
}
},
"range": [
2650,
2665
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
2668,
2672
],
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 30
}
}
},
"range": [
2650,
2672
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 30
}
}
},
"range": [
2650,
2673
],
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 31
}
}
}
],
"range": [
2378,
2680
],
"loc": {
"start": {
"line": 76,
"column": 13
},
"end": {
"line": 88,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
2376,
2680
],
"loc": {
"start": {
"line": 76,
"column": 11
},
"end": {
"line": 88,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
2369,
2680
],
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 88,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Remove clear button UI\r\n ",
"range": [
2320,
2363
],
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 75,
"column": 7
}
}
}
],
"static": false
}
],
"range": [
84,
2683
],
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 89,
"column": 1
}
}
},
"range": [
67,
2683
],
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 89,
"column": 1
}
},
"leadingComments": [],
"trailingComments": []
},
"specifiers": [],
"source": null,
"range": [
60,
2683
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 89,
"column": 1
}
}
}
],
"sourceType": "module",
"range": [
0,
2683
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 89,
"column": 1
}
},
"comments": [
{
"type": "Block",
"value": "*\r\n * Clear button component\r\n * @param {Object} tf TableFilter instance\r\n ",
"range": [
93,
184
],
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 9,
"column": 7
}
}
},
{
"type": "Line",
"value": " Configuration object",
"range": [
216,
239
],
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 31
}
}
},
{
"type": "Line",
"value": "id of container element",
"range": [
281,
306
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 33
}
}
},
{
"type": "Line",
"value": "reset button element",
"range": [
377,
399
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 30
}
}
},
{
"type": "Line",
"value": "defines reset text",
"range": [
442,
462
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 28
}
}
},
{
"type": "Line",
"value": "defines reset button tooltip",
"range": [
530,
560
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 38
}
}
},
{
"type": "Line",
"value": "defines reset button innerHtml",
"range": [
642,
674
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 40
}
}
},
{
"type": "Line",
"value": "span containing reset button",
"range": [
905,
935
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 38
}
}
},
{
"type": "Block",
"value": "*\r\n * Build DOM elements\r\n ",
"range": [
1077,
1116
],
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 39,
"column": 7
}
}
},
{
"type": "Line",
"value": " reset button is added to defined element",
"range": [
1347,
1390
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 51
}
}
},
{
"type": "Line",
"value": " fltreset.onclick = this.Evt._Clear;",
"range": [
1896,
1934
],
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 50
}
}
},
{
"type": "Line",
"value": " resetEl.onclick = this.Evt._Clear;",
"range": [
2139,
2176
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 49
}
}
},
{
"type": "Block",
"value": "*\r\n * Remove clear button UI\r\n ",
"range": [
2320,
2363
],
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 75,
"column": 7
}
}
}
]
}