{ "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": "Help", "range": [ 73, 77 ], "loc": { "start": { "line": 4, "column": 13 }, "end": { "line": 4, "column": 17 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "constructor", "range": [ 178, 189 ], "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 10, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "tf", "range": [ 190, 192 ], "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": [ 241, 242 ], "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": [ 245, 247 ], "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 18 } } }, "property": { "type": "Identifier", "name": "config", "range": [ 248, 254 ], "loc": { "start": { "line": 12, "column": 19 }, "end": { "line": 12, "column": 25 } } }, "range": [ 245, 254 ], "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 25 } } }, "arguments": [], "range": [ 245, 256 ], "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 27 } } }, "range": [ 241, 256 ], "loc": { "start": { "line": 12, "column": 12 }, "end": { "line": 12, "column": 27 } } } ], "kind": "var", "range": [ 237, 257 ], "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 28 } }, "leadingComments": [ { "type": "Line", "value": " Configuration object", "range": [ 204, 227 ], "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 31 } } } ], "trailingComments": [ { "type": "Line", "value": "id of custom container element for instructions", "range": [ 269, 318 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 57 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 328, 332 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 12 } } }, "property": { "type": "Identifier", "name": "tgtId", "range": [ 333, 338 ], "loc": { "start": { "line": 15, "column": 13 }, "end": { "line": 15, "column": 18 } } }, "range": [ 328, 338 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 18 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 341, 342 ], "loc": { "start": { "line": 15, "column": 21 }, "end": { "line": 15, "column": 22 } } }, "property": { "type": "Identifier", "name": "help_instructions_target_id", "range": [ 343, 370 ], "loc": { "start": { "line": 15, "column": 23 }, "end": { "line": 15, "column": 50 } } }, "range": [ 341, 370 ], "loc": { "start": { "line": 15, "column": 21 }, "end": { "line": 15, "column": 50 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 374, 378 ], "loc": { "start": { "line": 15, "column": 54 }, "end": { "line": 15, "column": 58 } } }, "range": [ 341, 378 ], "loc": { "start": { "line": 15, "column": 21 }, "end": { "line": 15, "column": 58 } } }, "range": [ 328, 378 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 58 } } }, "range": [ 328, 379 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 59 } }, "leadingComments": [ { "type": "Line", "value": "id of custom container element for instructions", "range": [ 269, 318 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 57 } } } ], "trailingComments": [ { "type": "Line", "value": "id of custom container element for instructions", "range": [ 389, 438 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 57 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 448, 452 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 12 } } }, "property": { "type": "Identifier", "name": "contTgtId", "range": [ 453, 462 ], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 22 } } }, "range": [ 448, 462 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 22 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 465, 466 ], "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 26 } } }, "property": { "type": "Identifier", "name": "help_instructions_container_target_id", "range": [ 467, 504 ], "loc": { "start": { "line": 17, "column": 27 }, "end": { "line": 17, "column": 64 } } }, "range": [ 465, 504 ], "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 64 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 521, 525 ], "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 16 } } }, "range": [ 465, 525 ], "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 18, "column": 16 } } }, "range": [ 448, 525 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 18, "column": 16 } } }, "range": [ 448, 526 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 18, "column": 17 } }, "leadingComments": [ { "type": "Line", "value": "id of custom container element for instructions", "range": [ 389, 438 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 57 } } } ], "trailingComments": [ { "type": "Line", "value": "defines help text", "range": [ 536, 555 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 27 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 565, 569 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 12 } } }, "property": { "type": "Identifier", "name": "instrText", "range": [ 570, 579 ], "loc": { "start": { "line": 20, "column": 13 }, "end": { "line": 20, "column": 22 } } }, "range": [ 565, 579 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 22 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 582, 583 ], "loc": { "start": { "line": 20, "column": 25 }, "end": { "line": 20, "column": 26 } } }, "property": { "type": "Identifier", "name": "help_instructions_text", "range": [ 584, 606 ], "loc": { "start": { "line": 20, "column": 27 }, "end": { "line": 20, "column": 49 } } }, "range": [ 582, 606 ], "loc": { "start": { "line": 20, "column": 25 }, "end": { "line": 20, "column": 49 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 623, 624 ], "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 13 } } }, "property": { "type": "Identifier", "name": "help_instructions_text", "range": [ 625, 647 ], "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 21, "column": 36 } } }, "range": [ 623, 647 ], "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 36 } } }, "alternate": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": "Use the filters above each column to filter and limit table ", "raw": "'Use the filters above each column to filter and limit table '", "range": [ 663, 725 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 74 } } }, "right": { "type": "Literal", "value": "data. Avanced searches can be performed by using the following ", "raw": "'data. Avanced searches can be performed by using the following '", "range": [ 741, 806 ], "loc": { "start": { "line": 23, "column": 12 }, "end": { "line": 23, "column": 77 } } }, "range": [ 663, 806 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 23, "column": 77 } } }, "right": { "type": "Literal", "value": "operators:
<, <=, >, ", "raw": "'operators:
<, <=, >, '", "range": [ 822, 881 ], "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 71 } } }, "range": [ 663, 881 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 24, "column": 71 } } }, "right": { "type": "Literal", "value": ">=, =, *, !, {, }, ", "raw": "'>=, =, *, !, {, }, '", "range": [ 897, 963 ], "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 25, "column": 78 } } }, "range": [ 663, 963 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 25, "column": 78 } } }, "right": { "type": "Literal", "value": "||,&&, [empty], [nonempty], ", "raw": "'||,&&, [empty], [nonempty], '", "range": [ 979, 1045 ], "loc": { "start": { "line": 26, "column": 12 }, "end": { "line": 26, "column": 78 } } }, "range": [ 663, 1045 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 26, "column": 78 } } }, "right": { "type": "Literal", "value": "rgx:
", "raw": "'rgx:
'", "range": [ 1061, 1079 ], "loc": { "start": { "line": 27, "column": 12 }, "end": { "line": 27, "column": 30 } } }, "range": [ 663, 1079 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 27, "column": 30 } } }, "right": { "type": "Literal", "value": "Learn more.
", "raw": "'4.-Filter-operators\" target=\"_blank\">Learn more.
'", "range": [ 1168, 1227 ], "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 71 } } }, "range": [ 663, 1227 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 29, "column": 71 } } }, "range": [ 582, 1227 ], "loc": { "start": { "line": 20, "column": 25 }, "end": { "line": 29, "column": 71 } } }, "range": [ 565, 1227 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 29, "column": 71 } } }, "range": [ 565, 1228 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 29, "column": 72 } }, "leadingComments": [ { "type": "Line", "value": "defines help text", "range": [ 536, 555 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 27 } } } ], "trailingComments": [ { "type": "Line", "value": "defines help innerHtml", "range": [ 1238, 1262 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 32 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1272, 1276 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 12 } } }, "property": { "type": "Identifier", "name": "instrHtml", "range": [ 1277, 1286 ], "loc": { "start": { "line": 31, "column": 13 }, "end": { "line": 31, "column": 22 } } }, "range": [ 1272, 1286 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 22 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1289, 1290 ], "loc": { "start": { "line": 31, "column": 25 }, "end": { "line": 31, "column": 26 } } }, "property": { "type": "Identifier", "name": "help_instructions_html", "range": [ 1291, 1313 ], "loc": { "start": { "line": 31, "column": 27 }, "end": { "line": 31, "column": 49 } } }, "range": [ 1289, 1313 ], "loc": { "start": { "line": 31, "column": 25 }, "end": { "line": 31, "column": 49 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1317, 1321 ], "loc": { "start": { "line": 31, "column": 53 }, "end": { "line": 31, "column": 57 } } }, "range": [ 1289, 1321 ], "loc": { "start": { "line": 31, "column": 25 }, "end": { "line": 31, "column": 57 } } }, "range": [ 1272, 1321 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 57 } } }, "range": [ 1272, 1322 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 58 } }, "leadingComments": [ { "type": "Line", "value": "defines help innerHtml", "range": [ 1238, 1262 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 32 } } } ], "trailingComments": [ { "type": "Line", "value": "defines reset button text", "range": [ 1332, 1359 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 35 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1369, 1373 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnText", "range": [ 1374, 1381 ], "loc": { "start": { "line": 33, "column": 13 }, "end": { "line": 33, "column": 20 } } }, "range": [ 1369, 1381 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 20 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1384, 1385 ], "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 33, "column": 24 } } }, "property": { "type": "Identifier", "name": "help_instructions_btn_text", "range": [ 1386, 1412 ], "loc": { "start": { "line": 33, "column": 25 }, "end": { "line": 33, "column": 51 } } }, "range": [ 1384, 1412 ], "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 33, "column": 51 } } }, "right": { "type": "Literal", "value": "?", "raw": "'?'", "range": [ 1416, 1419 ], "loc": { "start": { "line": 33, "column": 55 }, "end": { "line": 33, "column": 58 } } }, "range": [ 1384, 1419 ], "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 33, "column": 58 } } }, "range": [ 1369, 1419 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 58 } } }, "range": [ 1369, 1420 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 59 } }, "leadingComments": [ { "type": "Line", "value": "defines reset button text", "range": [ 1332, 1359 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 35 } } } ], "trailingComments": [ { "type": "Line", "value": "defines reset button innerHtml", "range": [ 1430, 1462 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 40 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1472, 1476 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnHtml", "range": [ 1477, 1484 ], "loc": { "start": { "line": 35, "column": 13 }, "end": { "line": 35, "column": 20 } } }, "range": [ 1472, 1484 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 20 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1487, 1488 ], "loc": { "start": { "line": 35, "column": 23 }, "end": { "line": 35, "column": 24 } } }, "property": { "type": "Identifier", "name": "help_instructions_btn_html", "range": [ 1489, 1515 ], "loc": { "start": { "line": 35, "column": 25 }, "end": { "line": 35, "column": 51 } } }, "range": [ 1487, 1515 ], "loc": { "start": { "line": 35, "column": 23 }, "end": { "line": 35, "column": 51 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1519, 1523 ], "loc": { "start": { "line": 35, "column": 55 }, "end": { "line": 35, "column": 59 } } }, "range": [ 1487, 1523 ], "loc": { "start": { "line": 35, "column": 23 }, "end": { "line": 35, "column": 59 } } }, "range": [ 1472, 1523 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 59 } } }, "range": [ 1472, 1524 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 60 } }, "leadingComments": [ { "type": "Line", "value": "defines reset button innerHtml", "range": [ 1430, 1462 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 40 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for help button", "range": [ 1534, 1569 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 43 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1579, 1583 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnCssClass", "range": [ 1584, 1595 ], "loc": { "start": { "line": 37, "column": 13 }, "end": { "line": 37, "column": 24 } } }, "range": [ 1579, 1595 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 24 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1598, 1599 ], "loc": { "start": { "line": 37, "column": 27 }, "end": { "line": 37, "column": 28 } } }, "property": { "type": "Identifier", "name": "help_instructions_btn_css_class", "range": [ 1600, 1631 ], "loc": { "start": { "line": 37, "column": 29 }, "end": { "line": 37, "column": 60 } } }, "range": [ 1598, 1631 ], "loc": { "start": { "line": 37, "column": 27 }, "end": { "line": 37, "column": 60 } } }, "right": { "type": "Literal", "value": "helpBtn", "raw": "'helpBtn'", "range": [ 1635, 1644 ], "loc": { "start": { "line": 37, "column": 64 }, "end": { "line": 37, "column": 73 } } }, "range": [ 1598, 1644 ], "loc": { "start": { "line": 37, "column": 27 }, "end": { "line": 37, "column": 73 } } }, "range": [ 1579, 1644 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 73 } } }, "range": [ 1579, 1645 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 74 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for help button", "range": [ 1534, 1569 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 43 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for help container", "range": [ 1655, 1693 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 46 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1703, 1707 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 12 } } }, "property": { "type": "Identifier", "name": "contCssClass", "range": [ 1708, 1720 ], "loc": { "start": { "line": 39, "column": 13 }, "end": { "line": 39, "column": 25 } } }, "range": [ 1703, 1720 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 25 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1723, 1724 ], "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 39, "column": 29 } } }, "property": { "type": "Identifier", "name": "help_instructions_container_css_class", "range": [ 1725, 1762 ], "loc": { "start": { "line": 39, "column": 30 }, "end": { "line": 39, "column": 67 } } }, "range": [ 1723, 1762 ], "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 39, "column": 67 } } }, "right": { "type": "Literal", "value": "helpCont", "raw": "'helpCont'", "range": [ 1779, 1789 ], "loc": { "start": { "line": 40, "column": 12 }, "end": { "line": 40, "column": 22 } } }, "range": [ 1723, 1789 ], "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 40, "column": 22 } } }, "range": [ 1703, 1789 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 40, "column": 22 } } }, "range": [ 1703, 1790 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 40, "column": 23 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for help container", "range": [ 1655, 1693 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 46 } } } ], "trailingComments": [ { "type": "Line", "value": "help button element", "range": [ 1800, 1821 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 29 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1831, 1835 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 12 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 1836, 1839 ], "loc": { "start": { "line": 42, "column": 13 }, "end": { "line": 42, "column": 16 } } }, "range": [ 1831, 1839 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 16 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1842, 1846 ], "loc": { "start": { "line": 42, "column": 19 }, "end": { "line": 42, "column": 23 } } }, "range": [ 1831, 1846 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 23 } } }, "range": [ 1831, 1847 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 24 } }, "leadingComments": [ { "type": "Line", "value": "help button element", "range": [ 1800, 1821 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 29 } } } ], "trailingComments": [ { "type": "Line", "value": "help content div", "range": [ 1858, 1876 ], "loc": { "start": { "line": 43, "column": 9 }, "end": { "line": 43, "column": 27 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1886, 1890 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 12 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 1891, 1895 ], "loc": { "start": { "line": 44, "column": 13 }, "end": { "line": 44, "column": 17 } } }, "range": [ 1886, 1895 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 17 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1898, 1902 ], "loc": { "start": { "line": 44, "column": 20 }, "end": { "line": 44, "column": 24 } } }, "range": [ 1886, 1902 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 24 } } }, "range": [ 1886, 1903 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 25 } }, "leadingComments": [ { "type": "Line", "value": "help content div", "range": [ 1858, 1876 ], "loc": { "start": { "line": 43, "column": 9 }, "end": { "line": 43, "column": 27 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1913, 1917 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 12 } } }, "property": { "type": "Identifier", "name": "defaultHtml", "range": [ 1918, 1929 ], "loc": { "start": { "line": 45, "column": 13 }, "end": { "line": 45, "column": 24 } } }, "range": [ 1913, 1929 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 24 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": "

TableFilter ", "raw": "'

TableFilter '", "range": [ 1932, 1974 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 45, "column": 69 } } }, "right": { "type": "Literal", "value": "v. ", "raw": "'v. '", "range": [ 1990, 1995 ], "loc": { "start": { "line": 46, "column": 12 }, "end": { "line": 46, "column": 17 } } }, "range": [ 1932, 1995 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 46, "column": 17 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 1997, 1999 ], "loc": { "start": { "line": 46, "column": 19 }, "end": { "line": 46, "column": 21 } } }, "property": { "type": "Identifier", "name": "version", "range": [ 2000, 2007 ], "loc": { "start": { "line": 46, "column": 22 }, "end": { "line": 46, "column": 29 } } }, "range": [ 1997, 2007 ], "loc": { "start": { "line": 46, "column": 19 }, "end": { "line": 46, "column": 29 } } }, "range": [ 1932, 2007 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 46, "column": 29 } } }, "right": { "type": "Literal", "value": "

", "raw": "'

'", "range": [ 2009, 2016 ], "loc": { "start": { "line": 46, "column": 31 }, "end": { "line": 46, "column": 38 } } }, "range": [ 1932, 2016 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 46, "column": 38 } } }, "right": { "type": "Literal", "value": "https://github.com/koalyptus/TableFilter/", "raw": "' target=\"_blank\">https://github.com/koalyptus/TableFilter/'", "range": [ 2102, 2166 ], "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 76 } } }, "range": [ 1932, 2166 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 48, "column": 76 } } }, "right": { "type": "Literal", "value": "
©2015-", "raw": "'
©2015-'", "range": [ 2182, 2206 ], "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 36 } } }, "range": [ 1932, 2206 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 49, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2208, 2210 ], "loc": { "start": { "line": 49, "column": 38 }, "end": { "line": 49, "column": 40 } } }, "property": { "type": "Identifier", "name": "year", "range": [ 2211, 2215 ], "loc": { "start": { "line": 49, "column": 41 }, "end": { "line": 49, "column": 45 } } }, "range": [ 2208, 2215 ], "loc": { "start": { "line": 49, "column": 38 }, "end": { "line": 49, "column": 45 } } }, "range": [ 1932, 2215 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 49, "column": 45 } } }, "right": { "type": "Literal", "value": " Max Guglielmi.", "raw": "' Max Guglielmi.
'", "range": [ 2217, 2241 ], "loc": { "start": { "line": 49, "column": 47 }, "end": { "line": 49, "column": 71 } } }, "range": [ 1932, 2241 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 49, "column": 71 } } }, "right": { "type": "Literal", "value": "
", "raw": "'
'", "range": [ 2257, 2303 ], "loc": { "start": { "line": 50, "column": 12 }, "end": { "line": 50, "column": 58 } } }, "range": [ 1932, 2303 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 50, "column": 58 } } }, "right": { "type": "Literal", "value": "Close
", "raw": "'Close
'", "range": [ 2319, 2386 ], "loc": { "start": { "line": 51, "column": 12 }, "end": { "line": 51, "column": 79 } } }, "range": [ 1932, 2386 ], "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 51, "column": 79 } } }, "range": [ 1913, 2386 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 51, "column": 79 } } }, "range": [ 1913, 2387 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 51, "column": 80 } }, "trailingComments": [ { "type": "Line", "value": "id prefix for help elements", "range": [ 2399, 2428 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 37 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2438, 2442 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxHelpSpan", "range": [ 2443, 2455 ], "loc": { "start": { "line": 54, "column": 13 }, "end": { "line": 54, "column": 25 } } }, "range": [ 2438, 2455 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 25 } } }, "right": { "type": "Literal", "value": "helpSpan_", "raw": "'helpSpan_'", "range": [ 2458, 2469 ], "loc": { "start": { "line": 54, "column": 28 }, "end": { "line": 54, "column": 39 } } }, "range": [ 2438, 2469 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 39 } } }, "range": [ 2438, 2470 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 40 } }, "leadingComments": [ { "type": "Line", "value": "id prefix for help elements", "range": [ 2399, 2428 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 37 } } } ], "trailingComments": [ { "type": "Line", "value": "id prefix for help elements", "range": [ 2480, 2509 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 55, "column": 37 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2519, 2523 ], "loc": { "start": { "line": 56, "column": 8 }, "end": { "line": 56, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxHelpDiv", "range": [ 2524, 2535 ], "loc": { "start": { "line": 56, "column": 13 }, "end": { "line": 56, "column": 24 } } }, "range": [ 2519, 2535 ], "loc": { "start": { "line": 56, "column": 8 }, "end": { "line": 56, "column": 24 } } }, "right": { "type": "Literal", "value": "helpDiv_", "raw": "'helpDiv_'", "range": [ 2538, 2548 ], "loc": { "start": { "line": 56, "column": 27 }, "end": { "line": 56, "column": 37 } } }, "range": [ 2519, 2548 ], "loc": { "start": { "line": 56, "column": 8 }, "end": { "line": 56, "column": 37 } } }, "range": [ 2519, 2549 ], "loc": { "start": { "line": 56, "column": 8 }, "end": { "line": 56, "column": 38 } }, "leadingComments": [ { "type": "Line", "value": "id prefix for help elements", "range": [ 2480, 2509 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 55, "column": 37 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2561, 2565 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 2566, 2568 ], "loc": { "start": { "line": 58, "column": 13 }, "end": { "line": 58, "column": 15 } } }, "range": [ 2561, 2568 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 15 } } }, "right": { "type": "Identifier", "name": "tf", "range": [ 2571, 2573 ], "loc": { "start": { "line": 58, "column": 18 }, "end": { "line": 58, "column": 20 } } }, "range": [ 2561, 2573 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 20 } } }, "range": [ 2561, 2574 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 21 } } } ], "range": [ 193, 2581 ], "loc": { "start": { "line": 10, "column": 19 }, "end": { "line": 59, "column": 5 } } }, "generator": false, "expression": false, "range": [ 189, 2581 ], "loc": { "start": { "line": 10, "column": 15 }, "end": { "line": 59, "column": 5 } } }, "kind": "constructor", "computed": false, "range": [ 178, 2581 ], "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 59, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Help UI component\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 86, 172 ], "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 9, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "init", "range": [ 2589, 2593 ], "loc": { "start": { "line": 61, "column": 4 }, "end": { "line": 61, "column": 8 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2609, 2613 ], "loc": { "start": { "line": 62, "column": 11 }, "end": { "line": 62, "column": 15 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 2614, 2617 ], "loc": { "start": { "line": 62, "column": 16 }, "end": { "line": 62, "column": 19 } } }, "range": [ 2609, 2617 ], "loc": { "start": { "line": 62, "column": 11 }, "end": { "line": 62, "column": 19 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 2633, 2640 ], "loc": { "start": { "line": 63, "column": 12 }, "end": { "line": 63, "column": 19 } } } ], "range": [ 2618, 2651 ], "loc": { "start": { "line": 62, "column": 20 }, "end": { "line": 64, "column": 9 } } }, "alternate": null, "range": [ 2606, 2651 ], "loc": { "start": { "line": 62, "column": 8 }, "end": { "line": 64, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 2667, 2669 ], "loc": { "start": { "line": 66, "column": 12 }, "end": { "line": 66, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2672, 2676 ], "loc": { "start": { "line": 66, "column": 17 }, "end": { "line": 66, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 2677, 2679 ], "loc": { "start": { "line": 66, "column": 22 }, "end": { "line": 66, "column": 24 } } }, "range": [ 2672, 2679 ], "loc": { "start": { "line": 66, "column": 17 }, "end": { "line": 66, "column": 24 } } }, "range": [ 2667, 2679 ], "loc": { "start": { "line": 66, "column": 12 }, "end": { "line": 66, "column": 24 } } } ], "kind": "var", "range": [ 2663, 2680 ], "loc": { "start": { "line": 66, "column": 8 }, "end": { "line": 66, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "helpspan", "range": [ 2696, 2704 ], "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 20 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 2707, 2710 ], "loc": { "start": { "line": 68, "column": 23 }, "end": { "line": 68, "column": 26 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 2711, 2717 ], "loc": { "start": { "line": 68, "column": 27 }, "end": { "line": 68, "column": 33 } } }, "range": [ 2707, 2717 ], "loc": { "start": { "line": 68, "column": 23 }, "end": { "line": 68, "column": 33 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 2718, 2724 ], "loc": { "start": { "line": 68, "column": 34 }, "end": { "line": 68, "column": 40 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 2726, 2730 ], "loc": { "start": { "line": 68, "column": 42 }, "end": { "line": 68, "column": 46 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2732, 2736 ], "loc": { "start": { "line": 68, "column": 48 }, "end": { "line": 68, "column": 52 } } }, "property": { "type": "Identifier", "name": "prfxHelpSpan", "range": [ 2737, 2749 ], "loc": { "start": { "line": 68, "column": 53 }, "end": { "line": 68, "column": 65 } } }, "range": [ 2732, 2749 ], "loc": { "start": { "line": 68, "column": 48 }, "end": { "line": 68, "column": 65 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2750, 2752 ], "loc": { "start": { "line": 68, "column": 66 }, "end": { "line": 68, "column": 68 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 2753, 2755 ], "loc": { "start": { "line": 68, "column": 69 }, "end": { "line": 68, "column": 71 } } }, "range": [ 2750, 2755 ], "loc": { "start": { "line": 68, "column": 66 }, "end": { "line": 68, "column": 71 } } }, "range": [ 2732, 2755 ], "loc": { "start": { "line": 68, "column": 48 }, "end": { "line": 68, "column": 71 } } } ], "range": [ 2725, 2756 ], "loc": { "start": { "line": 68, "column": 41 }, "end": { "line": 68, "column": 72 } } } ], "range": [ 2707, 2757 ], "loc": { "start": { "line": 68, "column": 23 }, "end": { "line": 68, "column": 73 } } }, "range": [ 2696, 2757 ], "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 73 } } } ], "kind": "var", "range": [ 2692, 2758 ], "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 74 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "helpdiv", "range": [ 2772, 2779 ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 19 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 2782, 2785 ], "loc": { "start": { "line": 69, "column": 22 }, "end": { "line": 69, "column": 25 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 2786, 2792 ], "loc": { "start": { "line": 69, "column": 26 }, "end": { "line": 69, "column": 32 } } }, "range": [ 2782, 2792 ], "loc": { "start": { "line": 69, "column": 22 }, "end": { "line": 69, "column": 32 } } }, "arguments": [ { "type": "Literal", "value": "div", "raw": "'div'", "range": [ 2793, 2798 ], "loc": { "start": { "line": 69, "column": 33 }, "end": { "line": 69, "column": 38 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 2800, 2804 ], "loc": { "start": { "line": 69, "column": 40 }, "end": { "line": 69, "column": 44 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2806, 2810 ], "loc": { "start": { "line": 69, "column": 46 }, "end": { "line": 69, "column": 50 } } }, "property": { "type": "Identifier", "name": "prfxHelpDiv", "range": [ 2811, 2822 ], "loc": { "start": { "line": 69, "column": 51 }, "end": { "line": 69, "column": 62 } } }, "range": [ 2806, 2822 ], "loc": { "start": { "line": 69, "column": 46 }, "end": { "line": 69, "column": 62 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2823, 2825 ], "loc": { "start": { "line": 69, "column": 63 }, "end": { "line": 69, "column": 65 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 2826, 2828 ], "loc": { "start": { "line": 69, "column": 66 }, "end": { "line": 69, "column": 68 } } }, "range": [ 2823, 2828 ], "loc": { "start": { "line": 69, "column": 63 }, "end": { "line": 69, "column": 68 } } }, "range": [ 2806, 2828 ], "loc": { "start": { "line": 69, "column": 46 }, "end": { "line": 69, "column": 68 } } } ], "range": [ 2799, 2829 ], "loc": { "start": { "line": 69, "column": 39 }, "end": { "line": 69, "column": 69 } } } ], "range": [ 2782, 2830 ], "loc": { "start": { "line": 69, "column": 22 }, "end": { "line": 69, "column": 70 } } }, "range": [ 2772, 2830 ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 70 } } } ], "kind": "var", "range": [ 2768, 2831 ], "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 71 } }, "trailingComments": [ { "type": "Line", "value": "help button is added to defined element", "range": [ 2843, 2884 ], "loc": { "start": { "line": 71, "column": 8 }, "end": { "line": 71, "column": 49 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2898, 2902 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 16 } } }, "property": { "type": "Identifier", "name": "tgtId", "range": [ 2903, 2908 ], "loc": { "start": { "line": 72, "column": 17 }, "end": { "line": 72, "column": 22 } } }, "range": [ 2898, 2908 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 22 } } }, "prefix": true, "range": [ 2897, 2908 ], "loc": { "start": { "line": 72, "column": 11 }, "end": { "line": 72, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2924, 2926 ], "loc": { "start": { "line": 73, "column": 12 }, "end": { "line": 73, "column": 14 } } }, "property": { "type": "Identifier", "name": "setToolbar", "range": [ 2927, 2937 ], "loc": { "start": { "line": 73, "column": 15 }, "end": { "line": 73, "column": 25 } } }, "range": [ 2924, 2937 ], "loc": { "start": { "line": 73, "column": 12 }, "end": { "line": 73, "column": 25 } } }, "arguments": [], "range": [ 2924, 2939 ], "loc": { "start": { "line": 73, "column": 12 }, "end": { "line": 73, "column": 27 } } }, "range": [ 2924, 2940 ], "loc": { "start": { "line": 73, "column": 12 }, "end": { "line": 73, "column": 28 } } } ], "range": [ 2909, 2951 ], "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 74, "column": 9 } } }, "alternate": null, "range": [ 2894, 2951 ], "loc": { "start": { "line": 72, "column": 8 }, "end": { "line": 74, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "help button is added to defined element", "range": [ 2843, 2884 ], "loc": { "start": { "line": 71, "column": 8 }, "end": { "line": 71, "column": 49 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "targetEl", "range": [ 2965, 2973 ], "loc": { "start": { "line": 75, "column": 12 }, "end": { "line": 75, "column": 20 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2977, 2981 ], "loc": { "start": { "line": 75, "column": 24 }, "end": { "line": 75, "column": 28 } } }, "property": { "type": "Identifier", "name": "tgtId", "range": [ 2982, 2987 ], "loc": { "start": { "line": 75, "column": 29 }, "end": { "line": 75, "column": 34 } } }, "range": [ 2977, 2987 ], "loc": { "start": { "line": 75, "column": 24 }, "end": { "line": 75, "column": 34 } } }, "prefix": true, "range": [ 2976, 2987 ], "loc": { "start": { "line": 75, "column": 23 }, "end": { "line": 75, "column": 34 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3003, 3005 ], "loc": { "start": { "line": 76, "column": 12 }, "end": { "line": 76, "column": 14 } } }, "property": { "type": "Identifier", "name": "rDiv", "range": [ 3006, 3010 ], "loc": { "start": { "line": 76, "column": 15 }, "end": { "line": 76, "column": 19 } } }, "range": [ 3003, 3010 ], "loc": { "start": { "line": 76, "column": 12 }, "end": { "line": 76, "column": 19 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3013, 3016 ], "loc": { "start": { "line": 76, "column": 22 }, "end": { "line": 76, "column": 25 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 3017, 3019 ], "loc": { "start": { "line": 76, "column": 26 }, "end": { "line": 76, "column": 28 } } }, "range": [ 3013, 3019 ], "loc": { "start": { "line": 76, "column": 22 }, "end": { "line": 76, "column": 28 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3020, 3024 ], "loc": { "start": { "line": 76, "column": 29 }, "end": { "line": 76, "column": 33 } } }, "property": { "type": "Identifier", "name": "tgtId", "range": [ 3025, 3030 ], "loc": { "start": { "line": 76, "column": 34 }, "end": { "line": 76, "column": 39 } } }, "range": [ 3020, 3030 ], "loc": { "start": { "line": 76, "column": 29 }, "end": { "line": 76, "column": 39 } } } ], "range": [ 3013, 3031 ], "loc": { "start": { "line": 76, "column": 22 }, "end": { "line": 76, "column": 40 } } }, "range": [ 2976, 3031 ], "loc": { "start": { "line": 75, "column": 23 }, "end": { "line": 76, "column": 40 } } }, "range": [ 2965, 3031 ], "loc": { "start": { "line": 75, "column": 12 }, "end": { "line": 76, "column": 40 } } } ], "kind": "var", "range": [ 2961, 3032 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 76, "column": 41 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 3042, 3050 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 3051, 3062 ], "loc": { "start": { "line": 77, "column": 17 }, "end": { "line": 77, "column": 28 } } }, "range": [ 3042, 3062 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "helpspan", "range": [ 3063, 3071 ], "loc": { "start": { "line": 77, "column": 29 }, "end": { "line": 77, "column": 37 } } } ], "range": [ 3042, 3072 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 38 } } }, "range": [ 3042, 3073 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "divContainer", "range": [ 3089, 3101 ], "loc": { "start": { "line": 79, "column": 12 }, "end": { "line": 79, "column": 24 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3105, 3109 ], "loc": { "start": { "line": 79, "column": 28 }, "end": { "line": 79, "column": 32 } } }, "property": { "type": "Identifier", "name": "contTgtId", "range": [ 3110, 3119 ], "loc": { "start": { "line": 79, "column": 33 }, "end": { "line": 79, "column": 42 } } }, "range": [ 3105, 3119 ], "loc": { "start": { "line": 79, "column": 28 }, "end": { "line": 79, "column": 42 } } }, "prefix": true, "range": [ 3104, 3119 ], "loc": { "start": { "line": 79, "column": 27 }, "end": { "line": 79, "column": 42 } } }, "consequent": { "type": "Identifier", "name": "helpspan", "range": [ 3139, 3147 ], "loc": { "start": { "line": 80, "column": 16 }, "end": { "line": 80, "column": 24 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3150, 3153 ], "loc": { "start": { "line": 80, "column": 27 }, "end": { "line": 80, "column": 30 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 3154, 3156 ], "loc": { "start": { "line": 80, "column": 31 }, "end": { "line": 80, "column": 33 } } }, "range": [ 3150, 3156 ], "loc": { "start": { "line": 80, "column": 27 }, "end": { "line": 80, "column": 33 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3157, 3161 ], "loc": { "start": { "line": 80, "column": 34 }, "end": { "line": 80, "column": 38 } } }, "property": { "type": "Identifier", "name": "contTgtId", "range": [ 3162, 3171 ], "loc": { "start": { "line": 80, "column": 39 }, "end": { "line": 80, "column": 48 } } }, "range": [ 3157, 3171 ], "loc": { "start": { "line": 80, "column": 34 }, "end": { "line": 80, "column": 48 } } } ], "range": [ 3150, 3172 ], "loc": { "start": { "line": 80, "column": 27 }, "end": { "line": 80, "column": 49 } } }, "range": [ 3104, 3172 ], "loc": { "start": { "line": 79, "column": 27 }, "end": { "line": 80, "column": 49 } } }, "range": [ 3089, 3172 ], "loc": { "start": { "line": 79, "column": 12 }, "end": { "line": 80, "column": 49 } } } ], "kind": "var", "range": [ 3085, 3173 ], "loc": { "start": { "line": 79, "column": 8 }, "end": { "line": 80, "column": 50 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3189, 3193 ], "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 82, "column": 16 } } }, "property": { "type": "Identifier", "name": "btnHtml", "range": [ 3194, 3201 ], "loc": { "start": { "line": 82, "column": 17 }, "end": { "line": 82, "column": 24 } } }, "range": [ 3189, 3201 ], "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 82, "column": 24 } } }, "prefix": true, "range": [ 3188, 3201 ], "loc": { "start": { "line": 82, "column": 11 }, "end": { "line": 82, "column": 24 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "divContainer", "range": [ 3217, 3229 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 24 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 3230, 3241 ], "loc": { "start": { "line": 83, "column": 25 }, "end": { "line": 83, "column": 36 } } }, "range": [ 3217, 3241 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 36 } } }, "arguments": [ { "type": "Identifier", "name": "helpdiv", "range": [ 3242, 3249 ], "loc": { "start": { "line": 83, "column": 37 }, "end": { "line": 83, "column": 44 } } } ], "range": [ 3217, 3250 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 45 } } }, "range": [ 3217, 3251 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 46 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "helplink", "range": [ 3269, 3277 ], "loc": { "start": { "line": 84, "column": 16 }, "end": { "line": 84, "column": 24 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3280, 3283 ], "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 30 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 3284, 3290 ], "loc": { "start": { "line": 84, "column": 31 }, "end": { "line": 84, "column": 37 } } }, "range": [ 3280, 3290 ], "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 37 } } }, "arguments": [ { "type": "Literal", "value": "a", "raw": "'a'", "range": [ 3291, 3294 ], "loc": { "start": { "line": 84, "column": 38 }, "end": { "line": 84, "column": 41 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "href", "raw": "'href'", "range": [ 3297, 3303 ], "loc": { "start": { "line": 84, "column": 44 }, "end": { "line": 84, "column": 50 } } }, { "type": "Literal", "value": "javascript:void(0);", "raw": "'javascript:void(0);'", "range": [ 3305, 3326 ], "loc": { "start": { "line": 84, "column": 52 }, "end": { "line": 84, "column": 73 } } } ], "range": [ 3296, 3327 ], "loc": { "start": { "line": 84, "column": 43 }, "end": { "line": 84, "column": 74 } } } ], "range": [ 3280, 3328 ], "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 75 } } }, "range": [ 3269, 3328 ], "loc": { "start": { "line": 84, "column": 16 }, "end": { "line": 84, "column": 75 } } } ], "kind": "var", "range": [ 3265, 3329 ], "loc": { "start": { "line": 84, "column": 12 }, "end": { "line": 84, "column": 76 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helplink", "range": [ 3343, 3351 ], "loc": { "start": { "line": 85, "column": 12 }, "end": { "line": 85, "column": 20 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 3352, 3361 ], "loc": { "start": { "line": 85, "column": 21 }, "end": { "line": 85, "column": 30 } } }, "range": [ 3343, 3361 ], "loc": { "start": { "line": 85, "column": 12 }, "end": { "line": 85, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3364, 3368 ], "loc": { "start": { "line": 85, "column": 33 }, "end": { "line": 85, "column": 37 } } }, "property": { "type": "Identifier", "name": "btnCssClass", "range": [ 3369, 3380 ], "loc": { "start": { "line": 85, "column": 38 }, "end": { "line": 85, "column": 49 } } }, "range": [ 3364, 3380 ], "loc": { "start": { "line": 85, "column": 33 }, "end": { "line": 85, "column": 49 } } }, "range": [ 3343, 3380 ], "loc": { "start": { "line": 85, "column": 12 }, "end": { "line": 85, "column": 49 } } }, "range": [ 3343, 3381 ], "loc": { "start": { "line": 85, "column": 12 }, "end": { "line": 85, "column": 50 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helplink", "range": [ 3395, 3403 ], "loc": { "start": { "line": 86, "column": 12 }, "end": { "line": 86, "column": 20 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 3404, 3415 ], "loc": { "start": { "line": 86, "column": 21 }, "end": { "line": 86, "column": 32 } } }, "range": [ 3395, 3415 ], "loc": { "start": { "line": 86, "column": 12 }, "end": { "line": 86, "column": 32 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3416, 3419 ], "loc": { "start": { "line": 86, "column": 33 }, "end": { "line": 86, "column": 36 } } }, "property": { "type": "Identifier", "name": "text", "range": [ 3420, 3424 ], "loc": { "start": { "line": 86, "column": 37 }, "end": { "line": 86, "column": 41 } } }, "range": [ 3416, 3424 ], "loc": { "start": { "line": 86, "column": 33 }, "end": { "line": 86, "column": 41 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3425, 3429 ], "loc": { "start": { "line": 86, "column": 42 }, "end": { "line": 86, "column": 46 } } }, "property": { "type": "Identifier", "name": "btnText", "range": [ 3430, 3437 ], "loc": { "start": { "line": 86, "column": 47 }, "end": { "line": 86, "column": 54 } } }, "range": [ 3425, 3437 ], "loc": { "start": { "line": 86, "column": 42 }, "end": { "line": 86, "column": 54 } } } ], "range": [ 3416, 3438 ], "loc": { "start": { "line": 86, "column": 33 }, "end": { "line": 86, "column": 55 } } } ], "range": [ 3395, 3439 ], "loc": { "start": { "line": 86, "column": 12 }, "end": { "line": 86, "column": 56 } } }, "range": [ 3395, 3440 ], "loc": { "start": { "line": 86, "column": 12 }, "end": { "line": 86, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpspan", "range": [ 3454, 3462 ], "loc": { "start": { "line": 87, "column": 12 }, "end": { "line": 87, "column": 20 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 3463, 3474 ], "loc": { "start": { "line": 87, "column": 21 }, "end": { "line": 87, "column": 32 } } }, "range": [ 3454, 3474 ], "loc": { "start": { "line": 87, "column": 12 }, "end": { "line": 87, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "helplink", "range": [ 3475, 3483 ], "loc": { "start": { "line": 87, "column": 33 }, "end": { "line": 87, "column": 41 } } } ], "range": [ 3454, 3484 ], "loc": { "start": { "line": 87, "column": 12 }, "end": { "line": 87, "column": 42 } } }, "range": [ 3454, 3485 ], "loc": { "start": { "line": 87, "column": 12 }, "end": { "line": 87, "column": 43 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 3499, 3504 ], "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 3505, 3508 ], "loc": { "start": { "line": 88, "column": 18 }, "end": { "line": 88, "column": 21 } } }, "range": [ 3499, 3508 ], "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 21 } } }, "arguments": [ { "type": "Identifier", "name": "helplink", "range": [ 3509, 3517 ], "loc": { "start": { "line": 88, "column": 22 }, "end": { "line": 88, "column": 30 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 3519, 3526 ], "loc": { "start": { "line": 88, "column": 32 }, "end": { "line": 88, "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": [ 3536, 3540 ], "loc": { "start": { "line": 88, "column": 49 }, "end": { "line": 88, "column": 53 } } }, "property": { "type": "Identifier", "name": "toggle", "range": [ 3541, 3547 ], "loc": { "start": { "line": 88, "column": 54 }, "end": { "line": 88, "column": 60 } } }, "range": [ 3536, 3547 ], "loc": { "start": { "line": 88, "column": 49 }, "end": { "line": 88, "column": 60 } } }, "arguments": [], "range": [ 3536, 3549 ], "loc": { "start": { "line": 88, "column": 49 }, "end": { "line": 88, "column": 62 } } }, "range": [ 3536, 3550 ], "loc": { "start": { "line": 88, "column": 49 }, "end": { "line": 88, "column": 63 } } } ], "range": [ 3534, 3552 ], "loc": { "start": { "line": 88, "column": 47 }, "end": { "line": 88, "column": 65 } } }, "generator": false, "expression": false, "range": [ 3528, 3552 ], "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 88, "column": 65 } } } ], "range": [ 3499, 3553 ], "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 66 } } }, "range": [ 3499, 3554 ], "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 67 } } } ], "range": [ 3202, 3565 ], "loc": { "start": { "line": 82, "column": 25 }, "end": { "line": 89, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpspan", "range": [ 3586, 3594 ], "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 20 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 3595, 3604 ], "loc": { "start": { "line": 90, "column": 21 }, "end": { "line": 90, "column": 30 } } }, "range": [ 3586, 3604 ], "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3607, 3611 ], "loc": { "start": { "line": 90, "column": 33 }, "end": { "line": 90, "column": 37 } } }, "property": { "type": "Identifier", "name": "btnHtml", "range": [ 3612, 3619 ], "loc": { "start": { "line": 90, "column": 38 }, "end": { "line": 90, "column": 45 } } }, "range": [ 3607, 3619 ], "loc": { "start": { "line": 90, "column": 33 }, "end": { "line": 90, "column": 45 } } }, "range": [ 3586, 3619 ], "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 45 } } }, "range": [ 3586, 3620 ], "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 46 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "helpEl", "range": [ 3638, 3644 ], "loc": { "start": { "line": 91, "column": 16 }, "end": { "line": 91, "column": 22 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpspan", "range": [ 3647, 3655 ], "loc": { "start": { "line": 91, "column": 25 }, "end": { "line": 91, "column": 33 } } }, "property": { "type": "Identifier", "name": "firstChild", "range": [ 3656, 3666 ], "loc": { "start": { "line": 91, "column": 34 }, "end": { "line": 91, "column": 44 } } }, "range": [ 3647, 3666 ], "loc": { "start": { "line": 91, "column": 25 }, "end": { "line": 91, "column": 44 } } }, "range": [ 3638, 3666 ], "loc": { "start": { "line": 91, "column": 16 }, "end": { "line": 91, "column": 44 } } } ], "kind": "var", "range": [ 3634, 3667 ], "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 45 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 3681, 3686 ], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 3687, 3690 ], "loc": { "start": { "line": 92, "column": 18 }, "end": { "line": 92, "column": 21 } } }, "range": [ 3681, 3690 ], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 21 } } }, "arguments": [ { "type": "Identifier", "name": "helpEl", "range": [ 3691, 3697 ], "loc": { "start": { "line": 92, "column": 22 }, "end": { "line": 92, "column": 28 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 3699, 3706 ], "loc": { "start": { "line": 92, "column": 30 }, "end": { "line": 92, "column": 37 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3716, 3720 ], "loc": { "start": { "line": 92, "column": 47 }, "end": { "line": 92, "column": 51 } } }, "property": { "type": "Identifier", "name": "toggle", "range": [ 3721, 3727 ], "loc": { "start": { "line": 92, "column": 52 }, "end": { "line": 92, "column": 58 } } }, "range": [ 3716, 3727 ], "loc": { "start": { "line": 92, "column": 47 }, "end": { "line": 92, "column": 58 } } }, "arguments": [], "range": [ 3716, 3729 ], "loc": { "start": { "line": 92, "column": 47 }, "end": { "line": 92, "column": 60 } } }, "range": [ 3716, 3730 ], "loc": { "start": { "line": 92, "column": 47 }, "end": { "line": 92, "column": 61 } } } ], "range": [ 3714, 3732 ], "loc": { "start": { "line": 92, "column": 45 }, "end": { "line": 92, "column": 63 } } }, "generator": false, "expression": false, "range": [ 3708, 3732 ], "loc": { "start": { "line": 92, "column": 39 }, "end": { "line": 92, "column": 63 } } } ], "range": [ 3681, 3733 ], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 64 } } }, "range": [ 3681, 3734 ], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 65 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "divContainer", "range": [ 3748, 3760 ], "loc": { "start": { "line": 93, "column": 12 }, "end": { "line": 93, "column": 24 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 3761, 3772 ], "loc": { "start": { "line": 93, "column": 25 }, "end": { "line": 93, "column": 36 } } }, "range": [ 3748, 3772 ], "loc": { "start": { "line": 93, "column": 12 }, "end": { "line": 93, "column": 36 } } }, "arguments": [ { "type": "Identifier", "name": "helpdiv", "range": [ 3773, 3780 ], "loc": { "start": { "line": 93, "column": 37 }, "end": { "line": 93, "column": 44 } } } ], "range": [ 3748, 3781 ], "loc": { "start": { "line": 93, "column": 12 }, "end": { "line": 93, "column": 45 } } }, "range": [ 3748, 3782 ], "loc": { "start": { "line": 93, "column": 12 }, "end": { "line": 93, "column": 46 } } } ], "range": [ 3571, 3793 ], "loc": { "start": { "line": 89, "column": 15 }, "end": { "line": 94, "column": 9 } } }, "range": [ 3185, 3793 ], "loc": { "start": { "line": 82, "column": 8 }, "end": { "line": 94, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3809, 3813 ], "loc": { "start": { "line": 96, "column": 12 }, "end": { "line": 96, "column": 16 } } }, "property": { "type": "Identifier", "name": "instrHtml", "range": [ 3814, 3823 ], "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 96, "column": 26 } } }, "range": [ 3809, 3823 ], "loc": { "start": { "line": 96, "column": 12 }, "end": { "line": 96, "column": 26 } } }, "prefix": true, "range": [ 3808, 3823 ], "loc": { "start": { "line": 96, "column": 11 }, "end": { "line": 96, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpdiv", "range": [ 3839, 3846 ], "loc": { "start": { "line": 97, "column": 12 }, "end": { "line": 97, "column": 19 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 3847, 3856 ], "loc": { "start": { "line": 97, "column": 20 }, "end": { "line": 97, "column": 29 } } }, "range": [ 3839, 3856 ], "loc": { "start": { "line": 97, "column": 12 }, "end": { "line": 97, "column": 29 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3859, 3863 ], "loc": { "start": { "line": 97, "column": 32 }, "end": { "line": 97, "column": 36 } } }, "property": { "type": "Identifier", "name": "instrText", "range": [ 3864, 3873 ], "loc": { "start": { "line": 97, "column": 37 }, "end": { "line": 97, "column": 46 } } }, "range": [ 3859, 3873 ], "loc": { "start": { "line": 97, "column": 32 }, "end": { "line": 97, "column": 46 } } }, "range": [ 3839, 3873 ], "loc": { "start": { "line": 97, "column": 12 }, "end": { "line": 97, "column": 46 } } }, "range": [ 3839, 3874 ], "loc": { "start": { "line": 97, "column": 12 }, "end": { "line": 97, "column": 47 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpdiv", "range": [ 3888, 3895 ], "loc": { "start": { "line": 98, "column": 12 }, "end": { "line": 98, "column": 19 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 3896, 3905 ], "loc": { "start": { "line": 98, "column": 20 }, "end": { "line": 98, "column": 29 } } }, "range": [ 3888, 3905 ], "loc": { "start": { "line": 98, "column": 12 }, "end": { "line": 98, "column": 29 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3908, 3912 ], "loc": { "start": { "line": 98, "column": 32 }, "end": { "line": 98, "column": 36 } } }, "property": { "type": "Identifier", "name": "contCssClass", "range": [ 3913, 3925 ], "loc": { "start": { "line": 98, "column": 37 }, "end": { "line": 98, "column": 49 } } }, "range": [ 3908, 3925 ], "loc": { "start": { "line": 98, "column": 32 }, "end": { "line": 98, "column": 49 } } }, "range": [ 3888, 3925 ], "loc": { "start": { "line": 98, "column": 12 }, "end": { "line": 98, "column": 49 } } }, "range": [ 3888, 3926 ], "loc": { "start": { "line": 98, "column": 12 }, "end": { "line": 98, "column": 50 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 3940, 3945 ], "loc": { "start": { "line": 99, "column": 12 }, "end": { "line": 99, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 3946, 3949 ], "loc": { "start": { "line": 99, "column": 18 }, "end": { "line": 99, "column": 21 } } }, "range": [ 3940, 3949 ], "loc": { "start": { "line": 99, "column": 12 }, "end": { "line": 99, "column": 21 } } }, "arguments": [ { "type": "Identifier", "name": "helpdiv", "range": [ 3950, 3957 ], "loc": { "start": { "line": 99, "column": 22 }, "end": { "line": 99, "column": 29 } } }, { "type": "Literal", "value": "dblclick", "raw": "'dblclick'", "range": [ 3959, 3969 ], "loc": { "start": { "line": 99, "column": 31 }, "end": { "line": 99, "column": 41 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3979, 3983 ], "loc": { "start": { "line": 99, "column": 51 }, "end": { "line": 99, "column": 55 } } }, "property": { "type": "Identifier", "name": "toggle", "range": [ 3984, 3990 ], "loc": { "start": { "line": 99, "column": 56 }, "end": { "line": 99, "column": 62 } } }, "range": [ 3979, 3990 ], "loc": { "start": { "line": 99, "column": 51 }, "end": { "line": 99, "column": 62 } } }, "arguments": [], "range": [ 3979, 3992 ], "loc": { "start": { "line": 99, "column": 51 }, "end": { "line": 99, "column": 64 } } }, "range": [ 3979, 3993 ], "loc": { "start": { "line": 99, "column": 51 }, "end": { "line": 99, "column": 65 } } } ], "range": [ 3977, 3995 ], "loc": { "start": { "line": 99, "column": 49 }, "end": { "line": 99, "column": 67 } } }, "generator": false, "expression": false, "range": [ 3971, 3995 ], "loc": { "start": { "line": 99, "column": 43 }, "end": { "line": 99, "column": 67 } } } ], "range": [ 3940, 3996 ], "loc": { "start": { "line": 99, "column": 12 }, "end": { "line": 99, "column": 68 } } }, "range": [ 3940, 3997 ], "loc": { "start": { "line": 99, "column": 12 }, "end": { "line": 99, "column": 69 } } } ], "range": [ 3824, 4008 ], "loc": { "start": { "line": 96, "column": 27 }, "end": { "line": 100, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4032, 4036 ], "loc": { "start": { "line": 101, "column": 15 }, "end": { "line": 101, "column": 19 } } }, "property": { "type": "Identifier", "name": "contTgtId", "range": [ 4037, 4046 ], "loc": { "start": { "line": 101, "column": 20 }, "end": { "line": 101, "column": 29 } } }, "range": [ 4032, 4046 ], "loc": { "start": { "line": 101, "column": 15 }, "end": { "line": 101, "column": 29 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "divContainer", "range": [ 4066, 4078 ], "loc": { "start": { "line": 102, "column": 16 }, "end": { "line": 102, "column": 28 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 4079, 4090 ], "loc": { "start": { "line": 102, "column": 29 }, "end": { "line": 102, "column": 40 } } }, "range": [ 4066, 4090 ], "loc": { "start": { "line": 102, "column": 16 }, "end": { "line": 102, "column": 40 } } }, "arguments": [ { "type": "Identifier", "name": "helpdiv", "range": [ 4091, 4098 ], "loc": { "start": { "line": 102, "column": 41 }, "end": { "line": 102, "column": 48 } } } ], "range": [ 4066, 4099 ], "loc": { "start": { "line": 102, "column": 16 }, "end": { "line": 102, "column": 49 } } }, "range": [ 4066, 4100 ], "loc": { "start": { "line": 102, "column": 16 }, "end": { "line": 102, "column": 50 } } } ], "range": [ 4047, 4115 ], "loc": { "start": { "line": 101, "column": 30 }, "end": { "line": 103, "column": 13 } } }, "alternate": null, "range": [ 4029, 4115 ], "loc": { "start": { "line": 101, "column": 12 }, "end": { "line": 103, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpdiv", "range": [ 4129, 4136 ], "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 19 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 4137, 4146 ], "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 104, "column": 29 } } }, "range": [ 4129, 4146 ], "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 29 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4149, 4153 ], "loc": { "start": { "line": 104, "column": 32 }, "end": { "line": 104, "column": 36 } } }, "property": { "type": "Identifier", "name": "instrHtml", "range": [ 4154, 4163 ], "loc": { "start": { "line": 104, "column": 37 }, "end": { "line": 104, "column": 46 } } }, "range": [ 4149, 4163 ], "loc": { "start": { "line": 104, "column": 32 }, "end": { "line": 104, "column": 46 } } }, "range": [ 4129, 4163 ], "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 46 } } }, "range": [ 4129, 4164 ], "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 47 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4182, 4186 ], "loc": { "start": { "line": 105, "column": 16 }, "end": { "line": 105, "column": 20 } } }, "property": { "type": "Identifier", "name": "contTgtId", "range": [ 4187, 4196 ], "loc": { "start": { "line": 105, "column": 21 }, "end": { "line": 105, "column": 30 } } }, "range": [ 4182, 4196 ], "loc": { "start": { "line": 105, "column": 16 }, "end": { "line": 105, "column": 30 } } }, "prefix": true, "range": [ 4181, 4196 ], "loc": { "start": { "line": 105, "column": 15 }, "end": { "line": 105, "column": 30 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpdiv", "range": [ 4216, 4223 ], "loc": { "start": { "line": 106, "column": 16 }, "end": { "line": 106, "column": 23 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 4224, 4233 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 106, "column": 33 } } }, "range": [ 4216, 4233 ], "loc": { "start": { "line": 106, "column": 16 }, "end": { "line": 106, "column": 33 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4236, 4240 ], "loc": { "start": { "line": 106, "column": 36 }, "end": { "line": 106, "column": 40 } } }, "property": { "type": "Identifier", "name": "contCssClass", "range": [ 4241, 4253 ], "loc": { "start": { "line": 106, "column": 41 }, "end": { "line": 106, "column": 53 } } }, "range": [ 4236, 4253 ], "loc": { "start": { "line": 106, "column": 36 }, "end": { "line": 106, "column": 53 } } }, "range": [ 4216, 4253 ], "loc": { "start": { "line": 106, "column": 16 }, "end": { "line": 106, "column": 53 } } }, "range": [ 4216, 4254 ], "loc": { "start": { "line": 106, "column": 16 }, "end": { "line": 106, "column": 54 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 4272, 4277 ], "loc": { "start": { "line": 107, "column": 16 }, "end": { "line": 107, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 4278, 4281 ], "loc": { "start": { "line": 107, "column": 22 }, "end": { "line": 107, "column": 25 } } }, "range": [ 4272, 4281 ], "loc": { "start": { "line": 107, "column": 16 }, "end": { "line": 107, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "helpdiv", "range": [ 4282, 4289 ], "loc": { "start": { "line": 107, "column": 26 }, "end": { "line": 107, "column": 33 } } }, { "type": "Literal", "value": "dblclick", "raw": "'dblclick'", "range": [ 4291, 4301 ], "loc": { "start": { "line": 107, "column": 35 }, "end": { "line": 107, "column": 45 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4311, 4315 ], "loc": { "start": { "line": 107, "column": 55 }, "end": { "line": 107, "column": 59 } } }, "property": { "type": "Identifier", "name": "toggle", "range": [ 4316, 4322 ], "loc": { "start": { "line": 107, "column": 60 }, "end": { "line": 107, "column": 66 } } }, "range": [ 4311, 4322 ], "loc": { "start": { "line": 107, "column": 55 }, "end": { "line": 107, "column": 66 } } }, "arguments": [], "range": [ 4311, 4324 ], "loc": { "start": { "line": 107, "column": 55 }, "end": { "line": 107, "column": 68 } } }, "range": [ 4311, 4325 ], "loc": { "start": { "line": 107, "column": 55 }, "end": { "line": 107, "column": 69 } } } ], "range": [ 4309, 4327 ], "loc": { "start": { "line": 107, "column": 53 }, "end": { "line": 107, "column": 71 } } }, "generator": false, "expression": false, "range": [ 4303, 4327 ], "loc": { "start": { "line": 107, "column": 47 }, "end": { "line": 107, "column": 71 } } } ], "range": [ 4272, 4328 ], "loc": { "start": { "line": 107, "column": 16 }, "end": { "line": 107, "column": 72 } } }, "range": [ 4272, 4329 ], "loc": { "start": { "line": 107, "column": 16 }, "end": { "line": 107, "column": 73 } } } ], "range": [ 4197, 4344 ], "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 108, "column": 13 } } }, "alternate": null, "range": [ 4178, 4344 ], "loc": { "start": { "line": 105, "column": 12 }, "end": { "line": 108, "column": 13 } } } ], "range": [ 4014, 4355 ], "loc": { "start": { "line": 100, "column": 15 }, "end": { "line": 109, "column": 9 } } }, "range": [ 3805, 4355 ], "loc": { "start": { "line": 96, "column": 8 }, "end": { "line": 109, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "+=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "helpdiv", "range": [ 4365, 4372 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 15 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 4373, 4382 ], "loc": { "start": { "line": 110, "column": 16 }, "end": { "line": 110, "column": 25 } } }, "range": [ 4365, 4382 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 25 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4386, 4390 ], "loc": { "start": { "line": 110, "column": 29 }, "end": { "line": 110, "column": 33 } } }, "property": { "type": "Identifier", "name": "defaultHtml", "range": [ 4391, 4402 ], "loc": { "start": { "line": 110, "column": 34 }, "end": { "line": 110, "column": 45 } } }, "range": [ 4386, 4402 ], "loc": { "start": { "line": 110, "column": 29 }, "end": { "line": 110, "column": 45 } } }, "range": [ 4365, 4402 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 45 } } }, "range": [ 4365, 4403 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 46 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 4413, 4418 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 13 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 4419, 4422 ], "loc": { "start": { "line": 111, "column": 14 }, "end": { "line": 111, "column": 17 } } }, "range": [ 4413, 4422 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 17 } } }, "arguments": [ { "type": "Identifier", "name": "helpdiv", "range": [ 4423, 4430 ], "loc": { "start": { "line": 111, "column": 18 }, "end": { "line": 111, "column": 25 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 4432, 4439 ], "loc": { "start": { "line": 111, "column": 27 }, "end": { "line": 111, "column": 34 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4449, 4453 ], "loc": { "start": { "line": 111, "column": 44 }, "end": { "line": 111, "column": 48 } } }, "property": { "type": "Identifier", "name": "toggle", "range": [ 4454, 4460 ], "loc": { "start": { "line": 111, "column": 49 }, "end": { "line": 111, "column": 55 } } }, "range": [ 4449, 4460 ], "loc": { "start": { "line": 111, "column": 44 }, "end": { "line": 111, "column": 55 } } }, "arguments": [], "range": [ 4449, 4462 ], "loc": { "start": { "line": 111, "column": 44 }, "end": { "line": 111, "column": 57 } } }, "range": [ 4449, 4463 ], "loc": { "start": { "line": 111, "column": 44 }, "end": { "line": 111, "column": 58 } } } ], "range": [ 4447, 4465 ], "loc": { "start": { "line": 111, "column": 42 }, "end": { "line": 111, "column": 60 } } }, "generator": false, "expression": false, "range": [ 4441, 4465 ], "loc": { "start": { "line": 111, "column": 36 }, "end": { "line": 111, "column": 60 } } } ], "range": [ 4413, 4466 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 61 } } }, "range": [ 4413, 4467 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 62 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4479, 4483 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 12 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 4484, 4488 ], "loc": { "start": { "line": 113, "column": 13 }, "end": { "line": 113, "column": 17 } } }, "range": [ 4479, 4488 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 17 } } }, "right": { "type": "Identifier", "name": "helpdiv", "range": [ 4491, 4498 ], "loc": { "start": { "line": 113, "column": 20 }, "end": { "line": 113, "column": 27 } } }, "range": [ 4479, 4498 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 27 } } }, "range": [ 4479, 4499 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4509, 4513 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 12 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 4514, 4517 ], "loc": { "start": { "line": 114, "column": 13 }, "end": { "line": 114, "column": 16 } } }, "range": [ 4509, 4517 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 16 } } }, "right": { "type": "Identifier", "name": "helpspan", "range": [ 4520, 4528 ], "loc": { "start": { "line": 114, "column": 19 }, "end": { "line": 114, "column": 27 } } }, "range": [ 4509, 4528 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 27 } } }, "range": [ 4509, 4529 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 28 } } } ], "range": [ 2595, 4536 ], "loc": { "start": { "line": 61, "column": 10 }, "end": { "line": 115, "column": 5 } } }, "generator": false, "expression": false, "range": [ 2593, 4536 ], "loc": { "start": { "line": 61, "column": 8 }, "end": { "line": 115, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 2589, 4536 ], "loc": { "start": { "line": 61, "column": 4 }, "end": { "line": 115, "column": 5 } }, "trailingComments": [ { "type": "Block", "value": "*\r\n * Toggle help pop-up\r\n ", "range": [ 4544, 4583 ], "loc": { "start": { "line": 117, "column": 4 }, "end": { "line": 119, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "toggle", "range": [ 4589, 4595 ], "loc": { "start": { "line": 120, "column": 4 }, "end": { "line": 120, "column": 10 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4612, 4616 ], "loc": { "start": { "line": 121, "column": 12 }, "end": { "line": 121, "column": 16 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 4617, 4621 ], "loc": { "start": { "line": 121, "column": 17 }, "end": { "line": 121, "column": 21 } } }, "range": [ 4612, 4621 ], "loc": { "start": { "line": 121, "column": 12 }, "end": { "line": 121, "column": 21 } } }, "prefix": true, "range": [ 4611, 4621 ], "loc": { "start": { "line": 121, "column": 11 }, "end": { "line": 121, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 4637, 4644 ], "loc": { "start": { "line": 122, "column": 12 }, "end": { "line": 122, "column": 19 } } } ], "range": [ 4622, 4655 ], "loc": { "start": { "line": 121, "column": 22 }, "end": { "line": 123, "column": 9 } } }, "alternate": null, "range": [ 4608, 4655 ], "loc": { "start": { "line": 121, "column": 8 }, "end": { "line": 123, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "divDisplay", "range": [ 4669, 4679 ], "loc": { "start": { "line": 124, "column": 12 }, "end": { "line": 124, "column": 22 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4682, 4686 ], "loc": { "start": { "line": 124, "column": 25 }, "end": { "line": 124, "column": 29 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 4687, 4691 ], "loc": { "start": { "line": 124, "column": 30 }, "end": { "line": 124, "column": 34 } } }, "range": [ 4682, 4691 ], "loc": { "start": { "line": 124, "column": 25 }, "end": { "line": 124, "column": 34 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 4692, 4697 ], "loc": { "start": { "line": 124, "column": 35 }, "end": { "line": 124, "column": 40 } } }, "range": [ 4682, 4697 ], "loc": { "start": { "line": 124, "column": 25 }, "end": { "line": 124, "column": 40 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 4698, 4705 ], "loc": { "start": { "line": 124, "column": 41 }, "end": { "line": 124, "column": 48 } } }, "range": [ 4682, 4705 ], "loc": { "start": { "line": 124, "column": 25 }, "end": { "line": 124, "column": 48 } } }, "range": [ 4669, 4705 ], "loc": { "start": { "line": 124, "column": 12 }, "end": { "line": 124, "column": 48 } } } ], "kind": "var", "range": [ 4665, 4706 ], "loc": { "start": { "line": 124, "column": 8 }, "end": { "line": 124, "column": 49 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "divDisplay", "range": [ 4719, 4729 ], "loc": { "start": { "line": 125, "column": 11 }, "end": { "line": 125, "column": 21 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 4734, 4736 ], "loc": { "start": { "line": 125, "column": 26 }, "end": { "line": 125, "column": 28 } } }, "range": [ 4719, 4736 ], "loc": { "start": { "line": 125, "column": 11 }, "end": { "line": 125, "column": 28 } } }, "right": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "divDisplay", "range": [ 4740, 4750 ], "loc": { "start": { "line": 125, "column": 32 }, "end": { "line": 125, "column": 42 } } }, "right": { "type": "Literal", "value": "none", "raw": "'none'", "range": [ 4755, 4761 ], "loc": { "start": { "line": 125, "column": 47 }, "end": { "line": 125, "column": 53 } } }, "range": [ 4740, 4761 ], "loc": { "start": { "line": 125, "column": 32 }, "end": { "line": 125, "column": 53 } } }, "range": [ 4719, 4761 ], "loc": { "start": { "line": 125, "column": 11 }, "end": { "line": 125, "column": 53 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4777, 4781 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 16 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 4782, 4786 ], "loc": { "start": { "line": 126, "column": 17 }, "end": { "line": 126, "column": 21 } } }, "range": [ 4777, 4786 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 21 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 4787, 4792 ], "loc": { "start": { "line": 126, "column": 22 }, "end": { "line": 126, "column": 27 } } }, "range": [ 4777, 4792 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 27 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 4793, 4800 ], "loc": { "start": { "line": 126, "column": 28 }, "end": { "line": 126, "column": 35 } } }, "range": [ 4777, 4800 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 35 } } }, "right": { "type": "Literal", "value": "inline", "raw": "'inline'", "range": [ 4803, 4811 ], "loc": { "start": { "line": 126, "column": 38 }, "end": { "line": 126, "column": 46 } } }, "range": [ 4777, 4811 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 46 } } }, "range": [ 4777, 4812 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 47 } } } ], "range": [ 4762, 4823 ], "loc": { "start": { "line": 125, "column": 54 }, "end": { "line": 127, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4844, 4848 ], "loc": { "start": { "line": 128, "column": 12 }, "end": { "line": 128, "column": 16 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 4849, 4853 ], "loc": { "start": { "line": 128, "column": 17 }, "end": { "line": 128, "column": 21 } } }, "range": [ 4844, 4853 ], "loc": { "start": { "line": 128, "column": 12 }, "end": { "line": 128, "column": 21 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 4854, 4859 ], "loc": { "start": { "line": 128, "column": 22 }, "end": { "line": 128, "column": 27 } } }, "range": [ 4844, 4859 ], "loc": { "start": { "line": 128, "column": 12 }, "end": { "line": 128, "column": 27 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 4860, 4867 ], "loc": { "start": { "line": 128, "column": 28 }, "end": { "line": 128, "column": 35 } } }, "range": [ 4844, 4867 ], "loc": { "start": { "line": 128, "column": 12 }, "end": { "line": 128, "column": 35 } } }, "right": { "type": "Literal", "value": "none", "raw": "'none'", "range": [ 4870, 4876 ], "loc": { "start": { "line": 128, "column": 38 }, "end": { "line": 128, "column": 44 } } }, "range": [ 4844, 4876 ], "loc": { "start": { "line": 128, "column": 12 }, "end": { "line": 128, "column": 44 } } }, "range": [ 4844, 4877 ], "loc": { "start": { "line": 128, "column": 12 }, "end": { "line": 128, "column": 45 } } } ], "range": [ 4829, 4888 ], "loc": { "start": { "line": 127, "column": 15 }, "end": { "line": 129, "column": 9 } } }, "range": [ 4716, 4888 ], "loc": { "start": { "line": 125, "column": 8 }, "end": { "line": 129, "column": 9 } } } ], "range": [ 4597, 4895 ], "loc": { "start": { "line": 120, "column": 12 }, "end": { "line": 130, "column": 5 } } }, "generator": false, "expression": false, "range": [ 4595, 4895 ], "loc": { "start": { "line": 120, "column": 10 }, "end": { "line": 130, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 4589, 4895 ], "loc": { "start": { "line": 120, "column": 4 }, "end": { "line": 130, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Toggle help pop-up\r\n ", "range": [ 4544, 4583 ], "loc": { "start": { "line": 117, "column": 4 }, "end": { "line": 119, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Remove help UI\r\n ", "range": [ 4903, 4938 ], "loc": { "start": { "line": 132, "column": 4 }, "end": { "line": 134, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "destroy", "range": [ 4944, 4951 ], "loc": { "start": { "line": 135, "column": 4 }, "end": { "line": 135, "column": 11 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4968, 4972 ], "loc": { "start": { "line": 136, "column": 12 }, "end": { "line": 136, "column": 16 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 4973, 4976 ], "loc": { "start": { "line": 136, "column": 17 }, "end": { "line": 136, "column": 20 } } }, "range": [ 4968, 4976 ], "loc": { "start": { "line": 136, "column": 12 }, "end": { "line": 136, "column": 20 } } }, "prefix": true, "range": [ 4967, 4976 ], "loc": { "start": { "line": 136, "column": 11 }, "end": { "line": 136, "column": 20 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 4992, 4999 ], "loc": { "start": { "line": 137, "column": 12 }, "end": { "line": 137, "column": 19 } } } ], "range": [ 4977, 5010 ], "loc": { "start": { "line": 136, "column": 21 }, "end": { "line": 138, "column": 9 } } }, "alternate": null, "range": [ 4964, 5010 ], "loc": { "start": { "line": 136, "column": 8 }, "end": { "line": 138, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5020, 5024 ], "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 12 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 5025, 5028 ], "loc": { "start": { "line": 139, "column": 13 }, "end": { "line": 139, "column": 16 } } }, "range": [ 5020, 5028 ], "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 16 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 5029, 5039 ], "loc": { "start": { "line": 139, "column": 17 }, "end": { "line": 139, "column": 27 } } }, "range": [ 5020, 5039 ], "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 27 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 5040, 5051 ], "loc": { "start": { "line": 139, "column": 28 }, "end": { "line": 139, "column": 39 } } }, "range": [ 5020, 5051 ], "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 39 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5052, 5056 ], "loc": { "start": { "line": 139, "column": 40 }, "end": { "line": 139, "column": 44 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 5057, 5060 ], "loc": { "start": { "line": 139, "column": 45 }, "end": { "line": 139, "column": 48 } } }, "range": [ 5052, 5060 ], "loc": { "start": { "line": 139, "column": 40 }, "end": { "line": 139, "column": 48 } } } ], "range": [ 5020, 5061 ], "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 49 } } }, "range": [ 5020, 5062 ], "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 50 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5072, 5076 ], "loc": { "start": { "line": 140, "column": 8 }, "end": { "line": 140, "column": 12 } } }, "property": { "type": "Identifier", "name": "btn", "range": [ 5077, 5080 ], "loc": { "start": { "line": 140, "column": 13 }, "end": { "line": 140, "column": 16 } } }, "range": [ 5072, 5080 ], "loc": { "start": { "line": 140, "column": 8 }, "end": { "line": 140, "column": 16 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 5083, 5087 ], "loc": { "start": { "line": 140, "column": 19 }, "end": { "line": 140, "column": 23 } } }, "range": [ 5072, 5087 ], "loc": { "start": { "line": 140, "column": 8 }, "end": { "line": 140, "column": 23 } } }, "range": [ 5072, 5088 ], "loc": { "start": { "line": 140, "column": 8 }, "end": { "line": 140, "column": 24 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5102, 5106 ], "loc": { "start": { "line": 141, "column": 12 }, "end": { "line": 141, "column": 16 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 5107, 5111 ], "loc": { "start": { "line": 141, "column": 17 }, "end": { "line": 141, "column": 21 } } }, "range": [ 5102, 5111 ], "loc": { "start": { "line": 141, "column": 12 }, "end": { "line": 141, "column": 21 } } }, "prefix": true, "range": [ 5101, 5111 ], "loc": { "start": { "line": 141, "column": 11 }, "end": { "line": 141, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 5127, 5134 ], "loc": { "start": { "line": 142, "column": 12 }, "end": { "line": 142, "column": 19 } } } ], "range": [ 5112, 5145 ], "loc": { "start": { "line": 141, "column": 22 }, "end": { "line": 143, "column": 9 } } }, "alternate": null, "range": [ 5098, 5145 ], "loc": { "start": { "line": 141, "column": 8 }, "end": { "line": 143, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5155, 5159 ], "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 12 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 5160, 5164 ], "loc": { "start": { "line": 144, "column": 13 }, "end": { "line": 144, "column": 17 } } }, "range": [ 5155, 5164 ], "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 17 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 5165, 5175 ], "loc": { "start": { "line": 144, "column": 18 }, "end": { "line": 144, "column": 28 } } }, "range": [ 5155, 5175 ], "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 28 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 5176, 5187 ], "loc": { "start": { "line": 144, "column": 29 }, "end": { "line": 144, "column": 40 } } }, "range": [ 5155, 5187 ], "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 40 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5188, 5192 ], "loc": { "start": { "line": 144, "column": 41 }, "end": { "line": 144, "column": 45 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 5193, 5197 ], "loc": { "start": { "line": 144, "column": 46 }, "end": { "line": 144, "column": 50 } } }, "range": [ 5188, 5197 ], "loc": { "start": { "line": 144, "column": 41 }, "end": { "line": 144, "column": 50 } } } ], "range": [ 5155, 5198 ], "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 51 } } }, "range": [ 5155, 5199 ], "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 52 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5209, 5213 ], "loc": { "start": { "line": 145, "column": 8 }, "end": { "line": 145, "column": 12 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 5214, 5218 ], "loc": { "start": { "line": 145, "column": 13 }, "end": { "line": 145, "column": 17 } } }, "range": [ 5209, 5218 ], "loc": { "start": { "line": 145, "column": 8 }, "end": { "line": 145, "column": 17 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 5221, 5225 ], "loc": { "start": { "line": 145, "column": 20 }, "end": { "line": 145, "column": 24 } } }, "range": [ 5209, 5225 ], "loc": { "start": { "line": 145, "column": 8 }, "end": { "line": 145, "column": 24 } } }, "range": [ 5209, 5226 ], "loc": { "start": { "line": 145, "column": 8 }, "end": { "line": 145, "column": 25 } } } ], "range": [ 4953, 5233 ], "loc": { "start": { "line": 135, "column": 13 }, "end": { "line": 146, "column": 5 } } }, "generator": false, "expression": false, "range": [ 4951, 5233 ], "loc": { "start": { "line": 135, "column": 11 }, "end": { "line": 146, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 4944, 5233 ], "loc": { "start": { "line": 135, "column": 4 }, "end": { "line": 146, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Remove help UI\r\n ", "range": [ 4903, 4938 ], "loc": { "start": { "line": 132, "column": 4 }, "end": { "line": 134, "column": 7 } } } ], "static": false } ], "range": [ 77, 5238 ], "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 148, "column": 1 } } }, "range": [ 67, 5238 ], "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 148, "column": 1 } }, "leadingComments": [], "trailingComments": [] }, "specifiers": [], "source": null, "range": [ 60, 5238 ], "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 148, "column": 1 } } } ], "sourceType": "module", "range": [ 0, 5238 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 148, "column": 1 } }, "comments": [ { "type": "Block", "value": "*\r\n * Help UI component\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 86, 172 ], "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 9, "column": 7 } } }, { "type": "Line", "value": " Configuration object", "range": [ 204, 227 ], "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 31 } } }, { "type": "Line", "value": "id of custom container element for instructions", "range": [ 269, 318 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 57 } } }, { "type": "Line", "value": "id of custom container element for instructions", "range": [ 389, 438 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 57 } } }, { "type": "Line", "value": "defines help text", "range": [ 536, 555 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 27 } } }, { "type": "Line", "value": "defines help innerHtml", "range": [ 1238, 1262 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 32 } } }, { "type": "Line", "value": "defines reset button text", "range": [ 1332, 1359 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 35 } } }, { "type": "Line", "value": "defines reset button innerHtml", "range": [ 1430, 1462 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 40 } } }, { "type": "Line", "value": "defines css class for help button", "range": [ 1534, 1569 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 43 } } }, { "type": "Line", "value": "defines css class for help container", "range": [ 1655, 1693 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 46 } } }, { "type": "Line", "value": "help button element", "range": [ 1800, 1821 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 29 } } }, { "type": "Line", "value": "help content div", "range": [ 1858, 1876 ], "loc": { "start": { "line": 43, "column": 9 }, "end": { "line": 43, "column": 27 } } }, { "type": "Line", "value": "id prefix for help elements", "range": [ 2399, 2428 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 37 } } }, { "type": "Line", "value": "id prefix for help elements", "range": [ 2480, 2509 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 55, "column": 37 } } }, { "type": "Line", "value": "help button is added to defined element", "range": [ 2843, 2884 ], "loc": { "start": { "line": 71, "column": 8 }, "end": { "line": 71, "column": 49 } } }, { "type": "Block", "value": "*\r\n * Toggle help pop-up\r\n ", "range": [ 4544, 4583 ], "loc": { "start": { "line": 117, "column": 4 }, "end": { "line": 119, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Remove help UI\r\n ", "range": [ 4903, 4938 ], "loc": { "start": { "line": 132, "column": 4 }, "end": { "line": 134, "column": 7 } } } ] }