NODEDC_BIM_VIEWER/docs/ast/source/HelpModal.js.json

8152 lines
225 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1053,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 41,
"column": 19
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1053,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 41,
"column": 19
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 43
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
}
}
],
"source": {
"type": "StringLiteral",
"start": 25,
"end": 42,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 42
}
},
"extra": {
"rawValue": "./Controller.js",
"raw": "\"./Controller.js\""
},
"value": "./Controller.js"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
]
},
{
"type": "Identifier",
"start": 61,
"end": 1032,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 39,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 67,
"end": 76,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "HelpModal"
},
"name": "HelpModal",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 85,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 34
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 96,
"end": 1032,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 39,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 103,
"end": 563,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 103,
"end": 114,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 115,
"end": 121,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 123,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 123,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 129,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 133,
"end": 563,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 19,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 144,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 144,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 144,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 150,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 158,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 173,
"end": 488,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 16,
"column": 17
}
},
"expression": {
"type": "CallExpression",
"start": 173,
"end": 487,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 16,
"column": 16
}
},
"callee": {
"type": "MemberExpression",
"start": 173,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 173,
"end": 186,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 173,
"end": 181,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 182,
"end": 186,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 21
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 187,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 40
},
"identifierName": "insertAdjacentHTML"
},
"name": "insertAdjacentHTML"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 206,
"end": 217,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 52
}
},
"extra": {
"rawValue": "beforeend",
"raw": "'beforeend'"
},
"value": "beforeend"
},
{
"type": "TemplateLiteral",
"start": 219,
"end": 486,
"loc": {
"start": {
"line": 10,
"column": 54
},
"end": {
"line": 16,
"column": 15
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 220,
"end": 485,
"loc": {
"start": {
"line": 10,
"column": 55
},
"end": {
"line": 16,
"column": 14
}
},
"value": {
"raw": "<div class=\"xeokit-busy-modal\">\n <div class=\"xeokit-busy-modal-content\">\n <div class=\"xeokit-busy-modal-body\">\n <div class=\"xeokit-busy-modal-message\">Default text</div>\n </div>\n </div>\n </div>",
"cooked": "<div class=\"xeokit-busy-modal\">\n <div class=\"xeokit-busy-modal-content\">\n <div class=\"xeokit-busy-modal-body\">\n <div class=\"xeokit-busy-modal-message\">Default text</div>\n </div>\n </div>\n </div>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 498,
"end": 557,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 67
}
},
"expression": {
"type": "AssignmentExpression",
"start": 498,
"end": 556,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 66
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 498,
"end": 509,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 498,
"end": 502,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 503,
"end": 509,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 512,
"end": 556,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 512,
"end": 534,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 512,
"end": 520,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 30
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 521,
"end": 534,
"loc": {
"start": {
"line": 18,
"column": 31
},
"end": {
"line": 18,
"column": 44
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 535,
"end": 555,
"loc": {
"start": {
"line": 18,
"column": 45
},
"end": {
"line": 18,
"column": 65
}
},
"extra": {
"rawValue": ".xeokit-busy-modal",
"raw": "\".xeokit-busy-modal\""
},
"value": ".xeokit-busy-modal"
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 569,
"end": 752,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 25,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 569,
"end": 573,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 21,
"column": 8
},
"identifierName": "show"
},
"name": "show"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 574,
"end": 581,
"loc": {
"start": {
"line": 21,
"column": 9
},
"end": {
"line": 21,
"column": 16
},
"identifierName": "message"
},
"name": "message"
}
],
"body": {
"type": "BlockStatement",
"start": 583,
"end": 752,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 25,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 593,
"end": 619,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 593,
"end": 618,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 593,
"end": 611,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 593,
"end": 597,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 598,
"end": 611,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 614,
"end": 618,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 33
}
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"start": 628,
"end": 701,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 81
}
},
"expression": {
"type": "AssignmentExpression",
"start": 628,
"end": 700,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 80
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 628,
"end": 690,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 70
}
},
"object": {
"type": "CallExpression",
"start": 628,
"end": 680,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 60
}
},
"callee": {
"type": "MemberExpression",
"start": 628,
"end": 650,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 628,
"end": 636,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 637,
"end": 650,
"loc": {
"start": {
"line": 23,
"column": 17
},
"end": {
"line": 23,
"column": 30
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 651,
"end": 679,
"loc": {
"start": {
"line": 23,
"column": 31
},
"end": {
"line": 23,
"column": 59
}
},
"extra": {
"rawValue": ".xeokit-busy-modal-message",
"raw": "'.xeokit-busy-modal-message'"
},
"value": ".xeokit-busy-modal-message"
}
]
},
"property": {
"type": "Identifier",
"start": 681,
"end": 690,
"loc": {
"start": {
"line": 23,
"column": 61
},
"end": {
"line": 23,
"column": 70
},
"identifierName": "innerText"
},
"name": "innerText"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 693,
"end": 700,
"loc": {
"start": {
"line": 23,
"column": 73
},
"end": {
"line": 23,
"column": 80
},
"identifierName": "message"
},
"name": "message"
}
}
},
{
"type": "ExpressionStatement",
"start": 710,
"end": 746,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 710,
"end": 745,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 710,
"end": 735,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 710,
"end": 727,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 710,
"end": 721,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 710,
"end": 714,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 715,
"end": 721,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 722,
"end": 727,
"loc": {
"start": {
"line": 24,
"column": 20
},
"end": {
"line": 24,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 728,
"end": 735,
"loc": {
"start": {
"line": 24,
"column": 26
},
"end": {
"line": 24,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 738,
"end": 745,
"loc": {
"start": {
"line": 24,
"column": 36
},
"end": {
"line": 24,
"column": 43
}
},
"extra": {
"rawValue": "block",
"raw": "'block'"
},
"value": "block"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 758,
"end": 852,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 758,
"end": 762,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 8
},
"identifierName": "hide"
},
"name": "hide"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 765,
"end": 852,
"loc": {
"start": {
"line": 27,
"column": 11
},
"end": {
"line": 30,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 775,
"end": 802,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 775,
"end": 801,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 775,
"end": 793,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 775,
"end": 779,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 780,
"end": 793,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 796,
"end": 801,
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 34
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 811,
"end": 846,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 811,
"end": 845,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 811,
"end": 836,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 811,
"end": 828,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 811,
"end": 822,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 811,
"end": 815,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 816,
"end": 822,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 823,
"end": 828,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 829,
"end": 836,
"loc": {
"start": {
"line": 29,
"column": 26
},
"end": {
"line": 29,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 839,
"end": 845,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 42
}
},
"extra": {
"rawValue": "none",
"raw": "'none'"
},
"value": "none"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 858,
"end": 1030,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 38,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 858,
"end": 865,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 868,
"end": 1030,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 38,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 878,
"end": 894,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 878,
"end": 893,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 878,
"end": 891,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 21
}
},
"object": {
"type": "Super",
"start": 878,
"end": 883,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 884,
"end": 891,
"loc": {
"start": {
"line": 33,
"column": 14
},
"end": {
"line": 33,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "IfStatement",
"start": 903,
"end": 1024,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 37,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 907,
"end": 918,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 907,
"end": 911,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 912,
"end": 918,
"loc": {
"start": {
"line": 34,
"column": 17
},
"end": {
"line": 34,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 920,
"end": 1024,
"loc": {
"start": {
"line": 34,
"column": 25
},
"end": {
"line": 37,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 934,
"end": 982,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 934,
"end": 981,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 934,
"end": 968,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 934,
"end": 956,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 934,
"end": 945,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 934,
"end": 938,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 939,
"end": 945,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 946,
"end": 956,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 35,
"column": 34
},
"identifierName": "parentNode"
},
"name": "parentNode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 957,
"end": 968,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 46
},
"identifierName": "removeChild"
},
"name": "removeChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 969,
"end": 980,
"loc": {
"start": {
"line": 35,
"column": 47
},
"end": {
"line": 35,
"column": 58
}
},
"object": {
"type": "ThisExpression",
"start": 969,
"end": 973,
"loc": {
"start": {
"line": 35,
"column": 47
},
"end": {
"line": 35,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"start": 974,
"end": 980,
"loc": {
"start": {
"line": 35,
"column": 52
},
"end": {
"line": 35,
"column": 58
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 995,
"end": 1014,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 995,
"end": 1013,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 995,
"end": 1006,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 995,
"end": 999,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1000,
"end": 1006,
"loc": {
"start": {
"line": 36,
"column": 17
},
"end": {
"line": 36,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 1009,
"end": 1013,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 36,
"column": 30
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "ExportNamedDeclaration",
"start": 1034,
"end": 1053,
"loc": {
"start": {
"line": 41,
"column": 0
},
"end": {
"line": 41,
"column": 19
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 1042,
"end": 1051,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 1042,
"end": 1051,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 17
},
"identifierName": "HelpModal"
},
"name": "HelpModal"
},
"exported": {
"type": "Identifier",
"start": 1042,
"end": 1051,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 17
},
"identifierName": "HelpModal"
},
"name": "HelpModal"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 1034,
"end": 1053,
"loc": {
"start": {
"line": 41,
"column": 0
},
"end": {
"line": 41,
"column": 19
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 61,
"end": 1032,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 39,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 67,
"end": 76,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "HelpModal"
},
"name": "HelpModal",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 85,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 34
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 96,
"end": 1032,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 39,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 103,
"end": 563,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 103,
"end": 114,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 115,
"end": 121,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 123,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 123,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 129,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 133,
"end": 563,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 19,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 144,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 144,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 144,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 150,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 158,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 173,
"end": 488,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 16,
"column": 17
}
},
"expression": {
"type": "CallExpression",
"start": 173,
"end": 487,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 16,
"column": 16
}
},
"callee": {
"type": "MemberExpression",
"start": 173,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 173,
"end": 186,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 173,
"end": 181,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 182,
"end": 186,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 21
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 187,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 40
},
"identifierName": "insertAdjacentHTML"
},
"name": "insertAdjacentHTML"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 206,
"end": 217,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 52
}
},
"extra": {
"rawValue": "beforeend",
"raw": "'beforeend'"
},
"value": "beforeend"
},
{
"type": "TemplateLiteral",
"start": 219,
"end": 486,
"loc": {
"start": {
"line": 10,
"column": 54
},
"end": {
"line": 16,
"column": 15
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 220,
"end": 485,
"loc": {
"start": {
"line": 10,
"column": 55
},
"end": {
"line": 16,
"column": 14
}
},
"value": {
"raw": "<div class=\"xeokit-busy-modal\">\n <div class=\"xeokit-busy-modal-content\">\n <div class=\"xeokit-busy-modal-body\">\n <div class=\"xeokit-busy-modal-message\">Default text</div>\n </div>\n </div>\n </div>",
"cooked": "<div class=\"xeokit-busy-modal\">\n <div class=\"xeokit-busy-modal-content\">\n <div class=\"xeokit-busy-modal-body\">\n <div class=\"xeokit-busy-modal-message\">Default text</div>\n </div>\n </div>\n </div>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 498,
"end": 557,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 67
}
},
"expression": {
"type": "AssignmentExpression",
"start": 498,
"end": 556,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 66
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 498,
"end": 509,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 498,
"end": 502,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 503,
"end": 509,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 512,
"end": 556,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 512,
"end": 534,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 512,
"end": 520,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 30
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 521,
"end": 534,
"loc": {
"start": {
"line": 18,
"column": 31
},
"end": {
"line": 18,
"column": 44
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 535,
"end": 555,
"loc": {
"start": {
"line": 18,
"column": 45
},
"end": {
"line": 18,
"column": 65
}
},
"extra": {
"rawValue": ".xeokit-busy-modal",
"raw": "\".xeokit-busy-modal\""
},
"value": ".xeokit-busy-modal"
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 569,
"end": 752,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 25,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 569,
"end": 573,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 21,
"column": 8
},
"identifierName": "show"
},
"name": "show"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 574,
"end": 581,
"loc": {
"start": {
"line": 21,
"column": 9
},
"end": {
"line": 21,
"column": 16
},
"identifierName": "message"
},
"name": "message"
}
],
"body": {
"type": "BlockStatement",
"start": 583,
"end": 752,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 25,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 593,
"end": 619,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 593,
"end": 618,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 593,
"end": 611,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 593,
"end": 597,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 598,
"end": 611,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 614,
"end": 618,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 33
}
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"start": 628,
"end": 701,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 81
}
},
"expression": {
"type": "AssignmentExpression",
"start": 628,
"end": 700,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 80
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 628,
"end": 690,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 70
}
},
"object": {
"type": "CallExpression",
"start": 628,
"end": 680,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 60
}
},
"callee": {
"type": "MemberExpression",
"start": 628,
"end": 650,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 628,
"end": 636,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 637,
"end": 650,
"loc": {
"start": {
"line": 23,
"column": 17
},
"end": {
"line": 23,
"column": 30
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 651,
"end": 679,
"loc": {
"start": {
"line": 23,
"column": 31
},
"end": {
"line": 23,
"column": 59
}
},
"extra": {
"rawValue": ".xeokit-busy-modal-message",
"raw": "'.xeokit-busy-modal-message'"
},
"value": ".xeokit-busy-modal-message"
}
]
},
"property": {
"type": "Identifier",
"start": 681,
"end": 690,
"loc": {
"start": {
"line": 23,
"column": 61
},
"end": {
"line": 23,
"column": 70
},
"identifierName": "innerText"
},
"name": "innerText"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 693,
"end": 700,
"loc": {
"start": {
"line": 23,
"column": 73
},
"end": {
"line": 23,
"column": 80
},
"identifierName": "message"
},
"name": "message"
}
}
},
{
"type": "ExpressionStatement",
"start": 710,
"end": 746,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 710,
"end": 745,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 710,
"end": 735,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 710,
"end": 727,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 710,
"end": 721,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 710,
"end": 714,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 715,
"end": 721,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 722,
"end": 727,
"loc": {
"start": {
"line": 24,
"column": 20
},
"end": {
"line": 24,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 728,
"end": 735,
"loc": {
"start": {
"line": 24,
"column": 26
},
"end": {
"line": 24,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 738,
"end": 745,
"loc": {
"start": {
"line": 24,
"column": 36
},
"end": {
"line": 24,
"column": 43
}
},
"extra": {
"rawValue": "block",
"raw": "'block'"
},
"value": "block"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 758,
"end": 852,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 758,
"end": 762,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 8
},
"identifierName": "hide"
},
"name": "hide"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 765,
"end": 852,
"loc": {
"start": {
"line": 27,
"column": 11
},
"end": {
"line": 30,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 775,
"end": 802,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 775,
"end": 801,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 775,
"end": 793,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 775,
"end": 779,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 780,
"end": 793,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 796,
"end": 801,
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 34
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 811,
"end": 846,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 811,
"end": 845,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 811,
"end": 836,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 811,
"end": 828,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 811,
"end": 822,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 811,
"end": 815,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 816,
"end": 822,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 823,
"end": 828,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 829,
"end": 836,
"loc": {
"start": {
"line": 29,
"column": 26
},
"end": {
"line": 29,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 839,
"end": 845,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 42
}
},
"extra": {
"rawValue": "none",
"raw": "'none'"
},
"value": "none"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 858,
"end": 1030,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 38,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 858,
"end": 865,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 868,
"end": 1030,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 38,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 878,
"end": 894,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 878,
"end": 893,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 878,
"end": 891,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 21
}
},
"object": {
"type": "Super",
"start": 878,
"end": 883,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 884,
"end": 891,
"loc": {
"start": {
"line": 33,
"column": 14
},
"end": {
"line": 33,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "IfStatement",
"start": 903,
"end": 1024,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 37,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 907,
"end": 918,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 907,
"end": 911,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 912,
"end": 918,
"loc": {
"start": {
"line": 34,
"column": 17
},
"end": {
"line": 34,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 920,
"end": 1024,
"loc": {
"start": {
"line": 34,
"column": 25
},
"end": {
"line": 37,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 934,
"end": 982,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 934,
"end": 981,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 934,
"end": 968,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 934,
"end": 956,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 934,
"end": 945,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 934,
"end": 938,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 939,
"end": 945,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 946,
"end": 956,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 35,
"column": 34
},
"identifierName": "parentNode"
},
"name": "parentNode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 957,
"end": 968,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 46
},
"identifierName": "removeChild"
},
"name": "removeChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 969,
"end": 980,
"loc": {
"start": {
"line": 35,
"column": 47
},
"end": {
"line": 35,
"column": 58
}
},
"object": {
"type": "ThisExpression",
"start": 969,
"end": 973,
"loc": {
"start": {
"line": 35,
"column": 47
},
"end": {
"line": 35,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"start": 974,
"end": 980,
"loc": {
"start": {
"line": 35,
"column": 52
},
"end": {
"line": 35,
"column": 58
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 995,
"end": 1014,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 995,
"end": 1013,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 995,
"end": 1006,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 995,
"end": 999,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1000,
"end": 1006,
"loc": {
"start": {
"line": 36,
"column": 17
},
"end": {
"line": 36,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 1009,
"end": 1013,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 36,
"column": 30
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 18,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./Controller.js",
"start": 25,
"end": 42,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 42,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 42
},
"end": {
"line": 1,
"column": 43
}
}
},
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 61,
"end": 66,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "HelpModal",
"start": 67,
"end": 76,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 15
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 77,
"end": 84,
"loc": {
"start": {
"line": 4,
"column": 16
},
"end": {
"line": 4,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 85,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 96,
"end": 97,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 4,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 103,
"end": 114,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 114,
"end": 115,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 115,
"end": 121,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 121,
"end": 122,
"loc": {
"start": {
"line": 6,
"column": 22
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 123,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 127,
"end": 128,
"loc": {
"start": {
"line": 6,
"column": 28
},
"end": {
"line": 6,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 129,
"end": 130,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 130,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 31
},
"end": {
"line": 6,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 131,
"end": 132,
"loc": {
"start": {
"line": 6,
"column": 32
},
"end": {
"line": 6,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 133,
"end": 134,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 6,
"column": 35
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 144,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 149,
"end": 150,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 150,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 156,
"end": 157,
"loc": {
"start": {
"line": 8,
"column": 20
},
"end": {
"line": 8,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 158,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 161,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 25
},
"end": {
"line": 8,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 162,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 26
},
"end": {
"line": 8,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 173,
"end": 181,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 181,
"end": 182,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 182,
"end": 186,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 186,
"end": 187,
"loc": {
"start": {
"line": 10,
"column": 21
},
"end": {
"line": 10,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "insertAdjacentHTML",
"start": 187,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 205,
"end": 206,
"loc": {
"start": {
"line": 10,
"column": 40
},
"end": {
"line": 10,
"column": 41
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "beforeend",
"start": 206,
"end": 217,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 52
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 217,
"end": 218,
"loc": {
"start": {
"line": 10,
"column": 52
},
"end": {
"line": 10,
"column": 53
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 219,
"end": 220,
"loc": {
"start": {
"line": 10,
"column": 54
},
"end": {
"line": 10,
"column": 55
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"xeokit-busy-modal\">\n <div class=\"xeokit-busy-modal-content\">\n <div class=\"xeokit-busy-modal-body\">\n <div class=\"xeokit-busy-modal-message\">Default text</div>\n </div>\n </div>\n </div>",
"start": 220,
"end": 485,
"loc": {
"start": {
"line": 10,
"column": 55
},
"end": {
"line": 16,
"column": 14
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 485,
"end": 486,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 486,
"end": 487,
"loc": {
"start": {
"line": 16,
"column": 15
},
"end": {
"line": 16,
"column": 16
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 487,
"end": 488,
"loc": {
"start": {
"line": 16,
"column": 16
},
"end": {
"line": 16,
"column": 17
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 498,
"end": 502,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 502,
"end": 503,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 503,
"end": 509,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 510,
"end": 511,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 512,
"end": 520,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 520,
"end": 521,
"loc": {
"start": {
"line": 18,
"column": 30
},
"end": {
"line": 18,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 521,
"end": 534,
"loc": {
"start": {
"line": 18,
"column": 31
},
"end": {
"line": 18,
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 534,
"end": 535,
"loc": {
"start": {
"line": 18,
"column": 44
},
"end": {
"line": 18,
"column": 45
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".xeokit-busy-modal",
"start": 535,
"end": 555,
"loc": {
"start": {
"line": 18,
"column": 45
},
"end": {
"line": 18,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 555,
"end": 556,
"loc": {
"start": {
"line": 18,
"column": 65
},
"end": {
"line": 18,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 556,
"end": 557,
"loc": {
"start": {
"line": 18,
"column": 66
},
"end": {
"line": 18,
"column": 67
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 562,
"end": 563,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 569,
"end": 573,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 21,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 573,
"end": 574,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 574,
"end": 581,
"loc": {
"start": {
"line": 21,
"column": 9
},
"end": {
"line": 21,
"column": 16
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 581,
"end": 582,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 583,
"end": 584,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 19
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 593,
"end": 597,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 597,
"end": 598,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modalVisible",
"start": 598,
"end": 611,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 612,
"end": 613,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 28
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 614,
"end": 618,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 618,
"end": 619,
"loc": {
"start": {
"line": 22,
"column": 33
},
"end": {
"line": 22,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 628,
"end": 636,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 636,
"end": 637,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 637,
"end": 650,
"loc": {
"start": {
"line": 23,
"column": 17
},
"end": {
"line": 23,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 650,
"end": 651,
"loc": {
"start": {
"line": 23,
"column": 30
},
"end": {
"line": 23,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".xeokit-busy-modal-message",
"start": 651,
"end": 679,
"loc": {
"start": {
"line": 23,
"column": 31
},
"end": {
"line": 23,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 679,
"end": 680,
"loc": {
"start": {
"line": 23,
"column": 59
},
"end": {
"line": 23,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 680,
"end": 681,
"loc": {
"start": {
"line": 23,
"column": 60
},
"end": {
"line": 23,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerText",
"start": 681,
"end": 690,
"loc": {
"start": {
"line": 23,
"column": 61
},
"end": {
"line": 23,
"column": 70
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 691,
"end": 692,
"loc": {
"start": {
"line": 23,
"column": 71
},
"end": {
"line": 23,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 693,
"end": 700,
"loc": {
"start": {
"line": 23,
"column": 73
},
"end": {
"line": 23,
"column": 80
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 700,
"end": 701,
"loc": {
"start": {
"line": 23,
"column": 80
},
"end": {
"line": 23,
"column": 81
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 710,
"end": 714,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 714,
"end": 715,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 715,
"end": 721,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 721,
"end": 722,
"loc": {
"start": {
"line": 24,
"column": 19
},
"end": {
"line": 24,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 722,
"end": 727,
"loc": {
"start": {
"line": 24,
"column": 20
},
"end": {
"line": 24,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 727,
"end": 728,
"loc": {
"start": {
"line": 24,
"column": 25
},
"end": {
"line": 24,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 728,
"end": 735,
"loc": {
"start": {
"line": 24,
"column": 26
},
"end": {
"line": 24,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 736,
"end": 737,
"loc": {
"start": {
"line": 24,
"column": 34
},
"end": {
"line": 24,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "block",
"start": 738,
"end": 745,
"loc": {
"start": {
"line": 24,
"column": 36
},
"end": {
"line": 24,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 745,
"end": 746,
"loc": {
"start": {
"line": 24,
"column": 43
},
"end": {
"line": 24,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 751,
"end": 752,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hide",
"start": 758,
"end": 762,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 762,
"end": 763,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 763,
"end": 764,
"loc": {
"start": {
"line": 27,
"column": 9
},
"end": {
"line": 27,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 765,
"end": 766,
"loc": {
"start": {
"line": 27,
"column": 11
},
"end": {
"line": 27,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 775,
"end": 779,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 779,
"end": 780,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modalVisible",
"start": 780,
"end": 793,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 794,
"end": 795,
"loc": {
"start": {
"line": 28,
"column": 27
},
"end": {
"line": 28,
"column": 28
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 796,
"end": 801,
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 801,
"end": 802,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 35
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 811,
"end": 815,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 815,
"end": 816,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 816,
"end": 822,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 822,
"end": 823,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 823,
"end": 828,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 828,
"end": 829,
"loc": {
"start": {
"line": 29,
"column": 25
},
"end": {
"line": 29,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 829,
"end": 836,
"loc": {
"start": {
"line": 29,
"column": 26
},
"end": {
"line": 29,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 837,
"end": 838,
"loc": {
"start": {
"line": 29,
"column": 34
},
"end": {
"line": 29,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "none",
"start": 839,
"end": 845,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 845,
"end": 846,
"loc": {
"start": {
"line": 29,
"column": 42
},
"end": {
"line": 29,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 851,
"end": 852,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 858,
"end": 865,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 865,
"end": 866,
"loc": {
"start": {
"line": 32,
"column": 11
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 866,
"end": 867,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 868,
"end": 869,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 15
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 878,
"end": 883,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 883,
"end": 884,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 884,
"end": 891,
"loc": {
"start": {
"line": 33,
"column": 14
},
"end": {
"line": 33,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 891,
"end": 892,
"loc": {
"start": {
"line": 33,
"column": 21
},
"end": {
"line": 33,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 892,
"end": 893,
"loc": {
"start": {
"line": 33,
"column": 22
},
"end": {
"line": 33,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 893,
"end": 894,
"loc": {
"start": {
"line": 33,
"column": 23
},
"end": {
"line": 33,
"column": 24
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 903,
"end": 905,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 906,
"end": 907,
"loc": {
"start": {
"line": 34,
"column": 11
},
"end": {
"line": 34,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 907,
"end": 911,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 911,
"end": 912,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 912,
"end": 918,
"loc": {
"start": {
"line": 34,
"column": 17
},
"end": {
"line": 34,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 918,
"end": 919,
"loc": {
"start": {
"line": 34,
"column": 23
},
"end": {
"line": 34,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 920,
"end": 921,
"loc": {
"start": {
"line": 34,
"column": 25
},
"end": {
"line": 34,
"column": 26
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 934,
"end": 938,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 938,
"end": 939,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 939,
"end": 945,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 945,
"end": 946,
"loc": {
"start": {
"line": 35,
"column": 23
},
"end": {
"line": 35,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentNode",
"start": 946,
"end": 956,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 35,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 956,
"end": 957,
"loc": {
"start": {
"line": 35,
"column": 34
},
"end": {
"line": 35,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeChild",
"start": 957,
"end": 968,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 968,
"end": 969,
"loc": {
"start": {
"line": 35,
"column": 46
},
"end": {
"line": 35,
"column": 47
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 969,
"end": 973,
"loc": {
"start": {
"line": 35,
"column": 47
},
"end": {
"line": 35,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 973,
"end": 974,
"loc": {
"start": {
"line": 35,
"column": 51
},
"end": {
"line": 35,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 974,
"end": 980,
"loc": {
"start": {
"line": 35,
"column": 52
},
"end": {
"line": 35,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 980,
"end": 981,
"loc": {
"start": {
"line": 35,
"column": 58
},
"end": {
"line": 35,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 981,
"end": 982,
"loc": {
"start": {
"line": 35,
"column": 59
},
"end": {
"line": 35,
"column": 60
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 995,
"end": 999,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 999,
"end": 1000,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 1000,
"end": 1006,
"loc": {
"start": {
"line": 36,
"column": 17
},
"end": {
"line": 36,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1007,
"end": 1008,
"loc": {
"start": {
"line": 36,
"column": 24
},
"end": {
"line": 36,
"column": 25
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 1009,
"end": 1013,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 36,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1013,
"end": 1014,
"loc": {
"start": {
"line": 36,
"column": 30
},
"end": {
"line": 36,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1023,
"end": 1024,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1029,
"end": 1030,
"loc": {
"start": {
"line": 38,
"column": 4
},
"end": {
"line": 38,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 39,
"column": 0
},
"end": {
"line": 39,
"column": 1
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 1034,
"end": 1040,
"loc": {
"start": {
"line": 41,
"column": 0
},
"end": {
"line": 41,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1041,
"end": 1042,
"loc": {
"start": {
"line": 41,
"column": 7
},
"end": {
"line": 41,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "HelpModal",
"start": 1042,
"end": 1051,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1051,
"end": 1052,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1052,
"end": 1053,
"loc": {
"start": {
"line": 41,
"column": 18
},
"end": {
"line": 41,
"column": 19
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1053,
"end": 1053,
"loc": {
"start": {
"line": 41,
"column": 19
},
"end": {
"line": 41,
"column": 19
}
}
}
]
}