1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 14:32:21 +02:00
TableFilter/docs/ast/source/modules/toolbar.js.json
koalyptus 4481fbe361 publish Docs to gh-pages (auto)
branch:       master
SHA:          c7d6de72f7
range SHA:    81f31a3106fb...c7d6de72f785
build id:     375208741
build number: 1103
2018-05-05 08:21:30 +00:00

27048 lines
705 KiB
JSON

{
"type": "File",
"start": 0,
"end": 5743,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 222,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 5743,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 222,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 35
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "Feature"
},
"name": "Feature"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "Feature"
},
"name": "Feature"
}
}
],
"source": {
"type": "StringLiteral",
"start": 22,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 34
}
},
"extra": {
"rawValue": "../feature",
"raw": "'../feature'"
},
"value": "../feature"
}
},
{
"type": "ImportDeclaration",
"start": 36,
"end": 90,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 54
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
}
},
"imported": {
"type": "Identifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "createElm"
},
"name": "createElm"
},
"local": {
"type": "Identifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "createElm"
},
"name": "createElm"
}
},
{
"type": "ImportSpecifier",
"start": 55,
"end": 64,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 28
}
},
"imported": {
"type": "Identifier",
"start": 55,
"end": 64,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 28
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"local": {
"type": "Identifier",
"start": 55,
"end": 64,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 28
},
"identifierName": "removeElm"
},
"name": "removeElm"
}
},
{
"type": "ImportSpecifier",
"start": 66,
"end": 69,
"loc": {
"start": {
"line": 2,
"column": 30
},
"end": {
"line": 2,
"column": 33
}
},
"imported": {
"type": "Identifier",
"start": 66,
"end": 69,
"loc": {
"start": {
"line": 2,
"column": 30
},
"end": {
"line": 2,
"column": 33
},
"identifierName": "elm"
},
"name": "elm"
},
"local": {
"type": "Identifier",
"start": 66,
"end": 69,
"loc": {
"start": {
"line": 2,
"column": 30
},
"end": {
"line": 2,
"column": 33
},
"identifierName": "elm"
},
"name": "elm"
}
},
{
"type": "ImportSpecifier",
"start": 71,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 35
},
"end": {
"line": 2,
"column": 38
}
},
"imported": {
"type": "Identifier",
"start": 71,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 35
},
"end": {
"line": 2,
"column": 38
},
"identifierName": "tag"
},
"name": "tag"
},
"local": {
"type": "Identifier",
"start": 71,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 35
},
"end": {
"line": 2,
"column": 38
},
"identifierName": "tag"
},
"name": "tag"
}
}
],
"source": {
"type": "StringLiteral",
"start": 81,
"end": 89,
"loc": {
"start": {
"line": 2,
"column": 45
},
"end": {
"line": 2,
"column": 53
}
},
"extra": {
"rawValue": "../dom",
"raw": "'../dom'"
},
"value": "../dom"
}
},
{
"type": "ImportDeclaration",
"start": 91,
"end": 131,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 40
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 99,
"end": 110,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 19
}
},
"imported": {
"type": "Identifier",
"start": 99,
"end": 110,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 19
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"local": {
"type": "Identifier",
"start": 99,
"end": 110,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 19
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
}
}
],
"source": {
"type": "StringLiteral",
"start": 117,
"end": 130,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 39
}
},
"extra": {
"rawValue": "../settings",
"raw": "'../settings'"
},
"value": "../settings"
}
},
{
"type": "ImportDeclaration",
"start": 132,
"end": 165,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 33
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 140,
"end": 147,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 140,
"end": 147,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "isUndef"
},
"name": "isUndef"
},
"local": {
"type": "Identifier",
"start": 140,
"end": 147,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "isUndef"
},
"name": "isUndef"
}
}
],
"source": {
"type": "StringLiteral",
"start": 154,
"end": 164,
"loc": {
"start": {
"line": 4,
"column": 22
},
"end": {
"line": 4,
"column": 32
}
},
"extra": {
"rawValue": "../types",
"raw": "'../types'"
},
"value": "../types"
}
},
{
"type": "VariableDeclaration",
"start": 167,
"end": 243,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 9,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 173,
"end": 242,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 9,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 173,
"end": 179,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 12
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
"init": {
"type": "ArrayExpression",
"start": 182,
"end": 242,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 9,
"column": 1
}
},
"elements": [
{
"type": "StringLiteral",
"start": 188,
"end": 210,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 26
}
},
"extra": {
"rawValue": "initializing-feature",
"raw": "'initializing-feature'"
},
"value": "initializing-feature"
},
{
"type": "StringLiteral",
"start": 216,
"end": 240,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 28
}
},
"extra": {
"rawValue": "initializing-extension",
"raw": "'initializing-extension'"
},
"value": "initializing-extension"
}
]
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentBlock",
"value": "* Left position in toolbar ",
"start": 245,
"end": 276,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 31
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 277,
"end": 304,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 27
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 284,
"end": 304,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 27
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 290,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 26
}
},
"id": {
"type": "Identifier",
"start": 290,
"end": 294,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 17
},
"identifierName": "LEFT"
},
"name": "LEFT",
"leadingComments": null
},
"init": {
"type": "StringLiteral",
"start": 297,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 26
}
},
"extra": {
"rawValue": "left",
"raw": "'left'"
},
"value": "left"
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Left position in toolbar ",
"start": 245,
"end": 276,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 31
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "* Right position in toolbar ",
"start": 305,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Left position in toolbar ",
"start": 245,
"end": 276,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 31
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "* Right position in toolbar ",
"start": 305,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 338,
"end": 367,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 29
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 345,
"end": 367,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 14,
"column": 29
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 351,
"end": 366,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 28
}
},
"id": {
"type": "Identifier",
"start": 351,
"end": 356,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 18
},
"identifierName": "RIGHT"
},
"name": "RIGHT",
"leadingComments": null
},
"init": {
"type": "StringLiteral",
"start": 359,
"end": 366,
"loc": {
"start": {
"line": 14,
"column": 21
},
"end": {
"line": 14,
"column": 28
}
},
"extra": {
"rawValue": "right",
"raw": "'right'"
},
"value": "right"
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Right position in toolbar ",
"start": 305,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "* Center position in toolbar ",
"start": 368,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 33
}
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Right position in toolbar ",
"start": 305,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "* Center position in toolbar ",
"start": 368,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 33
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 402,
"end": 433,
"loc": {
"start": {
"line": 16,
"column": 0
},
"end": {
"line": 16,
"column": 31
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 409,
"end": 433,
"loc": {
"start": {
"line": 16,
"column": 7
},
"end": {
"line": 16,
"column": 31
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 415,
"end": 432,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 30
}
},
"id": {
"type": "Identifier",
"start": 415,
"end": 421,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 19
},
"identifierName": "CENTER"
},
"name": "CENTER",
"leadingComments": null
},
"init": {
"type": "StringLiteral",
"start": 424,
"end": 432,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 30
}
},
"extra": {
"rawValue": "center",
"raw": "'center'"
},
"value": "center"
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Center position in toolbar ",
"start": 368,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 33
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar UI component\n * @export\n * @class Toolbar\n * @extends {Feature}\n ",
"start": 435,
"end": 517,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 23,
"column": 3
}
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Center position in toolbar ",
"start": 368,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 33
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar UI component\n * @export\n * @class Toolbar\n * @extends {Feature}\n ",
"start": 435,
"end": 517,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 23,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 518,
"end": 5742,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 221,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 525,
"end": 5742,
"loc": {
"start": {
"line": 24,
"column": 7
},
"end": {
"line": 221,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 531,
"end": 538,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 20
},
"identifierName": "Toolbar"
},
"name": "Toolbar",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 547,
"end": 554,
"loc": {
"start": {
"line": 24,
"column": 29
},
"end": {
"line": 24,
"column": 36
},
"identifierName": "Feature"
},
"name": "Feature"
},
"body": {
"type": "ClassBody",
"start": 555,
"end": 5742,
"loc": {
"start": {
"line": 24,
"column": 37
},
"end": {
"line": 221,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 692,
"end": 2768,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 111,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 692,
"end": 703,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 704,
"end": 706,
"loc": {
"start": {
"line": 31,
"column": 16
},
"end": {
"line": 31,
"column": 18
},
"identifierName": "tf"
},
"name": "tf"
}
],
"body": {
"type": "BlockStatement",
"start": 708,
"end": 2768,
"loc": {
"start": {
"line": 31,
"column": 20
},
"end": {
"line": 111,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 718,
"end": 739,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 29
}
},
"expression": {
"type": "CallExpression",
"start": 718,
"end": 738,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 28
}
},
"callee": {
"type": "Super",
"start": 718,
"end": 723,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 724,
"end": 726,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 16
},
"identifierName": "tf"
},
"name": "tf"
},
{
"type": "StringLiteral",
"start": 728,
"end": 737,
"loc": {
"start": {
"line": 32,
"column": 18
},
"end": {
"line": 32,
"column": 27
}
},
"extra": {
"rawValue": "toolbar",
"raw": "'toolbar'"
},
"value": "toolbar"
}
]
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Configuration object",
"start": 749,
"end": 772,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 31
}
}
}
]
},
{
"type": "VariableDeclaration",
"start": 781,
"end": 815,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 42
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 785,
"end": 814,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 41
}
},
"id": {
"type": "Identifier",
"start": 785,
"end": 786,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 13
},
"identifierName": "f"
},
"name": "f",
"leadingComments": null
},
"init": {
"type": "LogicalExpression",
"start": 789,
"end": 814,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 41
}
},
"left": {
"type": "MemberExpression",
"start": 789,
"end": 808,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 789,
"end": 800,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 789,
"end": 793,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 794,
"end": 800,
"loc": {
"start": {
"line": 35,
"column": 21
},
"end": {
"line": 35,
"column": 27
},
"identifierName": "config"
},
"name": "config"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 801,
"end": 808,
"loc": {
"start": {
"line": 35,
"column": 28
},
"end": {
"line": 35,
"column": 35
},
"identifierName": "toolbar"
},
"name": "toolbar"
},
"computed": false
},
"operator": "||",
"right": {
"type": "ObjectExpression",
"start": 812,
"end": 814,
"loc": {
"start": {
"line": 35,
"column": 39
},
"end": {
"line": 35,
"column": 41
}
},
"properties": []
}
},
"leadingComments": null
}
],
"kind": "let",
"leadingComments": [
{
"type": "CommentLine",
"value": " Configuration object",
"start": 749,
"end": 772,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 31
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ",
"start": 825,
"end": 923,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 40,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 932,
"end": 994,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 70
}
},
"expression": {
"type": "AssignmentExpression",
"start": 932,
"end": 993,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 69
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 932,
"end": 949,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 932,
"end": 936,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 937,
"end": 949,
"loc": {
"start": {
"line": 41,
"column": 13
},
"end": {
"line": 41,
"column": 25
},
"identifierName": "contCssClass"
},
"name": "contCssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 952,
"end": 993,
"loc": {
"start": {
"line": 41,
"column": 28
},
"end": {
"line": 41,
"column": 69
}
},
"callee": {
"type": "Identifier",
"start": 952,
"end": 963,
"loc": {
"start": {
"line": 41,
"column": 28
},
"end": {
"line": 41,
"column": 39
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 964,
"end": 985,
"loc": {
"start": {
"line": 41,
"column": 40
},
"end": {
"line": 41,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 964,
"end": 965,
"loc": {
"start": {
"line": 41,
"column": 40
},
"end": {
"line": 41,
"column": 41
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 966,
"end": 985,
"loc": {
"start": {
"line": 41,
"column": 42
},
"end": {
"line": 41,
"column": 61
},
"identifierName": "container_css_class"
},
"name": "container_css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 987,
"end": 992,
"loc": {
"start": {
"line": 41,
"column": 63
},
"end": {
"line": 41,
"column": 68
}
},
"extra": {
"rawValue": "inf",
"raw": "'inf'"
},
"value": "inf"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ",
"start": 825,
"end": 923,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 40,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ",
"start": 1004,
"end": 1108,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 46,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1117,
"end": 1181,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 72
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1117,
"end": 1180,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 71
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1117,
"end": 1135,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1117,
"end": 1121,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1122,
"end": 1135,
"loc": {
"start": {
"line": 47,
"column": 13
},
"end": {
"line": 47,
"column": 26
},
"identifierName": "lContCssClass"
},
"name": "lContCssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1138,
"end": 1180,
"loc": {
"start": {
"line": 47,
"column": 29
},
"end": {
"line": 47,
"column": 71
}
},
"callee": {
"type": "Identifier",
"start": 1138,
"end": 1149,
"loc": {
"start": {
"line": 47,
"column": 29
},
"end": {
"line": 47,
"column": 40
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1150,
"end": 1171,
"loc": {
"start": {
"line": 47,
"column": 41
},
"end": {
"line": 47,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 1150,
"end": 1151,
"loc": {
"start": {
"line": 47,
"column": 41
},
"end": {
"line": 47,
"column": 42
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1152,
"end": 1171,
"loc": {
"start": {
"line": 47,
"column": 43
},
"end": {
"line": 47,
"column": 62
},
"identifierName": "left_cont_css_class"
},
"name": "left_cont_css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 1173,
"end": 1179,
"loc": {
"start": {
"line": 47,
"column": 64
},
"end": {
"line": 47,
"column": 70
}
},
"extra": {
"rawValue": "ldiv",
"raw": "'ldiv'"
},
"value": "ldiv"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ",
"start": 1004,
"end": 1108,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 46,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ",
"start": 1191,
"end": 1296,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 52,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1305,
"end": 1370,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 73
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1305,
"end": 1369,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 72
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1305,
"end": 1323,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1305,
"end": 1309,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1310,
"end": 1323,
"loc": {
"start": {
"line": 53,
"column": 13
},
"end": {
"line": 53,
"column": 26
},
"identifierName": "rContCssClass"
},
"name": "rContCssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1326,
"end": 1369,
"loc": {
"start": {
"line": 53,
"column": 29
},
"end": {
"line": 53,
"column": 72
}
},
"callee": {
"type": "Identifier",
"start": 1326,
"end": 1337,
"loc": {
"start": {
"line": 53,
"column": 29
},
"end": {
"line": 53,
"column": 40
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1338,
"end": 1360,
"loc": {
"start": {
"line": 53,
"column": 41
},
"end": {
"line": 53,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 1338,
"end": 1339,
"loc": {
"start": {
"line": 53,
"column": 41
},
"end": {
"line": 53,
"column": 42
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1340,
"end": 1360,
"loc": {
"start": {
"line": 53,
"column": 43
},
"end": {
"line": 53,
"column": 63
},
"identifierName": "right_cont_css_class"
},
"name": "right_cont_css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 1362,
"end": 1368,
"loc": {
"start": {
"line": 53,
"column": 65
},
"end": {
"line": 53,
"column": 71
}
},
"extra": {
"rawValue": "rdiv",
"raw": "'rdiv'"
},
"value": "rdiv"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ",
"start": 1191,
"end": 1296,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 52,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ",
"start": 1380,
"end": 1481,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 58,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1490,
"end": 1556,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 74
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1490,
"end": 1555,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 73
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1490,
"end": 1508,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1490,
"end": 1494,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1495,
"end": 1508,
"loc": {
"start": {
"line": 59,
"column": 13
},
"end": {
"line": 59,
"column": 26
},
"identifierName": "cContCssClass"
},
"name": "cContCssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1511,
"end": 1555,
"loc": {
"start": {
"line": 59,
"column": 29
},
"end": {
"line": 59,
"column": 73
}
},
"callee": {
"type": "Identifier",
"start": 1511,
"end": 1522,
"loc": {
"start": {
"line": 59,
"column": 29
},
"end": {
"line": 59,
"column": 40
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1523,
"end": 1546,
"loc": {
"start": {
"line": 59,
"column": 41
},
"end": {
"line": 59,
"column": 64
}
},
"object": {
"type": "Identifier",
"start": 1523,
"end": 1524,
"loc": {
"start": {
"line": 59,
"column": 41
},
"end": {
"line": 59,
"column": 42
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1525,
"end": 1546,
"loc": {
"start": {
"line": 59,
"column": 43
},
"end": {
"line": 59,
"column": 64
},
"identifierName": "center_cont_css_class"
},
"name": "center_cont_css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 1548,
"end": 1554,
"loc": {
"start": {
"line": 59,
"column": 66
},
"end": {
"line": 59,
"column": 72
}
},
"extra": {
"rawValue": "mdiv",
"raw": "'mdiv'"
},
"value": "mdiv"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ",
"start": 1380,
"end": 1481,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 58,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar's custom container ID\n * @type {String}\n ",
"start": 1566,
"end": 1648,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 64,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1657,
"end": 1701,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1657,
"end": 1700,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1657,
"end": 1667,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 1657,
"end": 1661,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1662,
"end": 1667,
"loc": {
"start": {
"line": 65,
"column": 13
},
"end": {
"line": 65,
"column": 18
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1670,
"end": 1700,
"loc": {
"start": {
"line": 65,
"column": 21
},
"end": {
"line": 65,
"column": 51
}
},
"callee": {
"type": "Identifier",
"start": 1670,
"end": 1681,
"loc": {
"start": {
"line": 65,
"column": 21
},
"end": {
"line": 65,
"column": 32
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1682,
"end": 1693,
"loc": {
"start": {
"line": 65,
"column": 33
},
"end": {
"line": 65,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 1682,
"end": 1683,
"loc": {
"start": {
"line": 65,
"column": 33
},
"end": {
"line": 65,
"column": 34
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1684,
"end": 1693,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 44
},
"identifierName": "target_id"
},
"name": "target_id"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 1695,
"end": 1699,
"loc": {
"start": {
"line": 65,
"column": 46
},
"end": {
"line": 65,
"column": 50
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar's custom container ID\n * @type {String}\n ",
"start": 1566,
"end": 1648,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 64,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ",
"start": 1711,
"end": 1819,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 71,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1828,
"end": 1845,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1828,
"end": 1844,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1828,
"end": 1837,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 1828,
"end": 1832,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1833,
"end": 1837,
"loc": {
"start": {
"line": 72,
"column": 13
},
"end": {
"line": 72,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 1840,
"end": 1844,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 24
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ",
"start": 1711,
"end": 1819,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 71,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 1855,
"end": 1995,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2004,
"end": 2022,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 26
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2004,
"end": 2021,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 25
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2004,
"end": 2014,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 2004,
"end": 2008,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2009,
"end": 2014,
"loc": {
"start": {
"line": 79,
"column": 13
},
"end": {
"line": 79,
"column": 18
},
"identifierName": "lCont"
},
"name": "lCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 2017,
"end": 2021,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 25
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 1855,
"end": 1995,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2032,
"end": 2206,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2215,
"end": 2233,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 26
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2215,
"end": 2232,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 25
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2215,
"end": 2225,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 2215,
"end": 2219,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2220,
"end": 2225,
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 18
},
"identifierName": "rCont"
},
"name": "rCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 2228,
"end": 2232,
"loc": {
"start": {
"line": 87,
"column": 21
},
"end": {
"line": 87,
"column": 25
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2032,
"end": 2206,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2243,
"end": 2383,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 93,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2392,
"end": 2410,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 26
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2392,
"end": 2409,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 25
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2392,
"end": 2402,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 2392,
"end": 2396,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2397,
"end": 2402,
"loc": {
"start": {
"line": 94,
"column": 13
},
"end": {
"line": 94,
"column": 18
},
"identifierName": "cCont"
},
"name": "cCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 2405,
"end": 2409,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 25
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2243,
"end": 2383,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 93,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Container elements inside toolbar\n * @private\n ",
"start": 2420,
"end": 2500,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 99,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2509,
"end": 2612,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 104,
"column": 10
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2509,
"end": 2611,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 104,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2509,
"end": 2523,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 2509,
"end": 2513,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2514,
"end": 2523,
"loc": {
"start": {
"line": 100,
"column": 13
},
"end": {
"line": 100,
"column": 22
},
"identifierName": "innerCont"
},
"name": "innerCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "ObjectExpression",
"start": 2526,
"end": 2611,
"loc": {
"start": {
"line": 100,
"column": 25
},
"end": {
"line": 104,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2540,
"end": 2550,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2540,
"end": 2544,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 16
},
"identifierName": "left"
},
"name": "left"
},
"value": {
"type": "NullLiteral",
"start": 2546,
"end": 2550,
"loc": {
"start": {
"line": 101,
"column": 18
},
"end": {
"line": 101,
"column": 22
}
}
}
},
{
"type": "ObjectProperty",
"start": 2564,
"end": 2576,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2564,
"end": 2570,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 18
},
"identifierName": "center"
},
"name": "center"
},
"value": {
"type": "NullLiteral",
"start": 2572,
"end": 2576,
"loc": {
"start": {
"line": 102,
"column": 20
},
"end": {
"line": 102,
"column": 24
}
}
}
},
{
"type": "ObjectProperty",
"start": 2590,
"end": 2601,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2590,
"end": 2595,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 17
},
"identifierName": "right"
},
"name": "right"
},
"value": {
"type": "NullLiteral",
"start": 2597,
"end": 2601,
"loc": {
"start": {
"line": 103,
"column": 19
},
"end": {
"line": 103,
"column": 23
}
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Container elements inside toolbar\n * @private\n ",
"start": 2420,
"end": 2500,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 99,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2622,
"end": 2706,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 107,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 2622,
"end": 2705,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 107,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 2622,
"end": 2637,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 23
}
},
"object": {
"type": "MemberExpression",
"start": 2622,
"end": 2634,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2622,
"end": 2626,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2627,
"end": 2634,
"loc": {
"start": {
"line": 106,
"column": 13
},
"end": {
"line": 106,
"column": 20
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2635,
"end": 2637,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 23
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2638,
"end": 2644,
"loc": {
"start": {
"line": 106,
"column": 24
},
"end": {
"line": 106,
"column": 30
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
{
"type": "ArrowFunctionExpression",
"start": 2658,
"end": 2704,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 58
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2659,
"end": 2666,
"loc": {
"start": {
"line": 107,
"column": 13
},
"end": {
"line": 107,
"column": 20
},
"identifierName": "feature"
},
"name": "feature"
},
{
"type": "Identifier",
"start": 2668,
"end": 2678,
"loc": {
"start": {
"line": 107,
"column": 22
},
"end": {
"line": 107,
"column": 32
},
"identifierName": "isExternal"
},
"name": "isExternal"
}
],
"body": {
"type": "CallExpression",
"start": 2683,
"end": 2704,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 2683,
"end": 2692,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 46
}
},
"object": {
"type": "ThisExpression",
"start": 2683,
"end": 2687,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"start": 2688,
"end": 2692,
"loc": {
"start": {
"line": 107,
"column": 42
},
"end": {
"line": 107,
"column": 46
},
"identifierName": "init"
},
"name": "init"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2693,
"end": 2703,
"loc": {
"start": {
"line": 107,
"column": 47
},
"end": {
"line": 107,
"column": 57
},
"identifierName": "isExternal"
},
"name": "isExternal"
}
]
}
}
]
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2716,
"end": 2733,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2742,
"end": 2762,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 28
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2742,
"end": 2761,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 27
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2742,
"end": 2754,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2742,
"end": 2746,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2747,
"end": 2754,
"loc": {
"start": {
"line": 110,
"column": 13
},
"end": {
"line": 110,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 2757,
"end": 2761,
"loc": {
"start": {
"line": 110,
"column": 23
},
"end": {
"line": 110,
"column": 27
}
},
"value": true
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2716,
"end": 2733,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 25
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Create an instance of Toolbar\n * @param {TableFilter} tf TableFilter instance\n * @memberof Toolbar\n ",
"start": 562,
"end": 687,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initialize toolbar components\n * @param {Boolean} isExternal initialize only if component belongs\n * to toolbar\n ",
"start": 2774,
"end": 2912,
"loc": {
"start": {
"line": 113,
"column": 4
},
"end": {
"line": 117,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 2917,
"end": 4564,
"loc": {
"start": {
"line": 118,
"column": 4
},
"end": {
"line": 172,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2917,
"end": 2921,
"loc": {
"start": {
"line": 118,
"column": 4
},
"end": {
"line": 118,
"column": 8
},
"identifierName": "init"
},
"name": "init",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2922,
"end": 2932,
"loc": {
"start": {
"line": 118,
"column": 9
},
"end": {
"line": 118,
"column": 19
},
"identifierName": "isExternal"
},
"name": "isExternal"
}
],
"body": {
"type": "BlockStatement",
"start": 2934,
"end": 4564,
"loc": {
"start": {
"line": 118,
"column": 21
},
"end": {
"line": 172,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 2944,
"end": 3011,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 121,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 2948,
"end": 2978,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 42
}
},
"left": {
"type": "MemberExpression",
"start": 2948,
"end": 2964,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 2948,
"end": 2952,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2953,
"end": 2964,
"loc": {
"start": {
"line": 119,
"column": 17
},
"end": {
"line": 119,
"column": 28
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"operator": "||",
"right": {
"type": "Identifier",
"start": 2968,
"end": 2978,
"loc": {
"start": {
"line": 119,
"column": 32
},
"end": {
"line": 119,
"column": 42
},
"identifierName": "isExternal"
},
"name": "isExternal"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2980,
"end": 3011,
"loc": {
"start": {
"line": 119,
"column": 44
},
"end": {
"line": 121,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2994,
"end": 3001,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 3021,
"end": 3038,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3025,
"end": 3037,
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 24
}
},
"id": {
"type": "Identifier",
"start": 3025,
"end": 3027,
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"init": {
"type": "MemberExpression",
"start": 3030,
"end": 3037,
"loc": {
"start": {
"line": 123,
"column": 17
},
"end": {
"line": 123,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 3030,
"end": 3034,
"loc": {
"start": {
"line": 123,
"column": 17
},
"end": {
"line": 123,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 3035,
"end": 3037,
"loc": {
"start": {
"line": 123,
"column": 22
},
"end": {
"line": 123,
"column": 24
},
"identifierName": "tf"
},
"name": "tf"
},
"computed": false
}
}
],
"kind": "let",
"trailingComments": [
{
"type": "CommentLine",
"value": " default container",
"start": 3048,
"end": 3068,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 28
}
}
}
]
},
{
"type": "VariableDeclaration",
"start": 3077,
"end": 3110,
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 41
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3081,
"end": 3109,
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 40
}
},
"id": {
"type": "Identifier",
"start": 3081,
"end": 3090,
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 21
},
"identifierName": "container"
},
"name": "container",
"leadingComments": null
},
"init": {
"type": "CallExpression",
"start": 3093,
"end": 3109,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 40
}
},
"callee": {
"type": "Identifier",
"start": 3093,
"end": 3102,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 33
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 3103,
"end": 3108,
"loc": {
"start": {
"line": 126,
"column": 34
},
"end": {
"line": 126,
"column": 39
}
},
"extra": {
"rawValue": "div",
"raw": "'div'"
},
"value": "div"
}
]
},
"leadingComments": null
}
],
"kind": "let",
"leadingComments": [
{
"type": "CommentLine",
"value": " default container",
"start": 3048,
"end": 3068,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 28
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3119,
"end": 3159,
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 48
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3119,
"end": 3158,
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 47
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3119,
"end": 3138,
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 3119,
"end": 3128,
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 17
},
"identifierName": "container"
},
"name": "container"
},
"property": {
"type": "Identifier",
"start": 3129,
"end": 3138,
"loc": {
"start": {
"line": 127,
"column": 18
},
"end": {
"line": 127,
"column": 27
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 3141,
"end": 3158,
"loc": {
"start": {
"line": 127,
"column": 30
},
"end": {
"line": 127,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 3141,
"end": 3145,
"loc": {
"start": {
"line": 127,
"column": 30
},
"end": {
"line": 127,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 3146,
"end": 3158,
"loc": {
"start": {
"line": 127,
"column": 35
},
"end": {
"line": 127,
"column": 47
},
"identifierName": "contCssClass"
},
"name": "contCssClass"
},
"computed": false
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " custom container",
"start": 3169,
"end": 3188,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 27
}
}
}
]
},
{
"type": "IfStatement",
"start": 3197,
"end": 3734,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 144,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 3201,
"end": 3211,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 3201,
"end": 3205,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 16
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3206,
"end": 3211,
"loc": {
"start": {
"line": 130,
"column": 17
},
"end": {
"line": 130,
"column": 22
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false,
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 3213,
"end": 3276,
"loc": {
"start": {
"line": 130,
"column": 24
},
"end": {
"line": 132,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3227,
"end": 3266,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 3227,
"end": 3265,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 3227,
"end": 3254,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 39
}
},
"object": {
"type": "CallExpression",
"start": 3227,
"end": 3242,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 27
}
},
"callee": {
"type": "Identifier",
"start": 3227,
"end": 3230,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 15
},
"identifierName": "elm"
},
"name": "elm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 3231,
"end": 3241,
"loc": {
"start": {
"line": 131,
"column": 16
},
"end": {
"line": 131,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 3231,
"end": 3235,
"loc": {
"start": {
"line": 131,
"column": 16
},
"end": {
"line": 131,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3236,
"end": 3241,
"loc": {
"start": {
"line": 131,
"column": 21
},
"end": {
"line": 131,
"column": 26
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false
}
]
},
"property": {
"type": "Identifier",
"start": 3243,
"end": 3254,
"loc": {
"start": {
"line": 131,
"column": 28
},
"end": {
"line": 131,
"column": 39
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3255,
"end": 3264,
"loc": {
"start": {
"line": 131,
"column": 40
},
"end": {
"line": 131,
"column": 49
},
"identifierName": "container"
},
"name": "container"
}
]
}
}
],
"directives": [],
"trailingComments": [
{
"type": "CommentLine",
"value": " grid-layout",
"start": 3285,
"end": 3299,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 22
}
}
}
]
},
"alternate": {
"type": "IfStatement",
"start": 3313,
"end": 3734,
"loc": {
"start": {
"line": 134,
"column": 13
},
"end": {
"line": 144,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 3317,
"end": 3330,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 3317,
"end": 3319,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 19
},
"identifierName": "tf"
},
"name": "tf",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3320,
"end": 3330,
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 134,
"column": 30
},
"identifierName": "gridLayout"
},
"name": "gridLayout"
},
"computed": false,
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 3332,
"end": 3511,
"loc": {
"start": {
"line": 134,
"column": 32
},
"end": {
"line": 138,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3346,
"end": 3381,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3350,
"end": 3380,
"loc": {
"start": {
"line": 135,
"column": 16
},
"end": {
"line": 135,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 3350,
"end": 3360,
"loc": {
"start": {
"line": 135,
"column": 16
},
"end": {
"line": 135,
"column": 26
},
"identifierName": "gridLayout"
},
"name": "gridLayout"
},
"init": {
"type": "MemberExpression",
"start": 3363,
"end": 3380,
"loc": {
"start": {
"line": 135,
"column": 29
},
"end": {
"line": 135,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 3363,
"end": 3369,
"loc": {
"start": {
"line": 135,
"column": 29
},
"end": {
"line": 135,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 3363,
"end": 3365,
"loc": {
"start": {
"line": 135,
"column": 29
},
"end": {
"line": 135,
"column": 31
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 3366,
"end": 3369,
"loc": {
"start": {
"line": 135,
"column": 32
},
"end": {
"line": 135,
"column": 35
},
"identifierName": "Mod"
},
"name": "Mod"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3370,
"end": 3380,
"loc": {
"start": {
"line": 135,
"column": 36
},
"end": {
"line": 135,
"column": 46
},
"identifierName": "gridLayout"
},
"name": "gridLayout"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 3394,
"end": 3440,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 3394,
"end": 3439,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 3394,
"end": 3428,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 3394,
"end": 3416,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 3394,
"end": 3404,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 22
},
"identifierName": "gridLayout"
},
"name": "gridLayout"
},
"property": {
"type": "Identifier",
"start": 3405,
"end": 3416,
"loc": {
"start": {
"line": 136,
"column": 23
},
"end": {
"line": 136,
"column": 34
},
"identifierName": "tblMainCont"
},
"name": "tblMainCont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3417,
"end": 3428,
"loc": {
"start": {
"line": 136,
"column": 35
},
"end": {
"line": 136,
"column": 46
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3429,
"end": 3438,
"loc": {
"start": {
"line": 136,
"column": 47
},
"end": {
"line": 136,
"column": 56
},
"identifierName": "container"
},
"name": "container"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3453,
"end": 3501,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 60
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3453,
"end": 3500,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 59
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3453,
"end": 3472,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 3453,
"end": 3462,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 21
},
"identifierName": "container"
},
"name": "container"
},
"property": {
"type": "Identifier",
"start": 3463,
"end": 3472,
"loc": {
"start": {
"line": 137,
"column": 22
},
"end": {
"line": 137,
"column": 31
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 3475,
"end": 3500,
"loc": {
"start": {
"line": 137,
"column": 34
},
"end": {
"line": 137,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 3475,
"end": 3485,
"loc": {
"start": {
"line": 137,
"column": 34
},
"end": {
"line": 137,
"column": 44
},
"identifierName": "gridLayout"
},
"name": "gridLayout"
},
"property": {
"type": "Identifier",
"start": 3486,
"end": 3500,
"loc": {
"start": {
"line": 137,
"column": 45
},
"end": {
"line": 137,
"column": 59
},
"identifierName": "infDivCssClass"
},
"name": "infDivCssClass"
},
"computed": false
}
}
}
],
"directives": [],
"trailingComments": [
{
"type": "CommentLine",
"value": " default location: just above the table",
"start": 3520,
"end": 3561,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 49
}
}
}
]
},
"alternate": {
"type": "BlockStatement",
"start": 3575,
"end": 3734,
"loc": {
"start": {
"line": 140,
"column": 13
},
"end": {
"line": 144,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3589,
"end": 3621,
"loc": {
"start": {
"line": 141,
"column": 12
},
"end": {
"line": 141,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3593,
"end": 3620,
"loc": {
"start": {
"line": 141,
"column": 16
},
"end": {
"line": 141,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 3593,
"end": 3597,
"loc": {
"start": {
"line": 141,
"column": 16
},
"end": {
"line": 141,
"column": 20
},
"identifierName": "cont"
},
"name": "cont",
"leadingComments": null
},
"init": {
"type": "CallExpression",
"start": 3600,
"end": 3620,
"loc": {
"start": {
"line": 141,
"column": 23
},
"end": {
"line": 141,
"column": 43
}
},
"callee": {
"type": "Identifier",
"start": 3600,
"end": 3609,
"loc": {
"start": {
"line": 141,
"column": 23
},
"end": {
"line": 141,
"column": 32
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 3610,
"end": 3619,
"loc": {
"start": {
"line": 141,
"column": 33
},
"end": {
"line": 141,
"column": 42
}
},
"extra": {
"rawValue": "caption",
"raw": "'caption'"
},
"value": "caption"
}
]
},
"leadingComments": null
}
],
"kind": "let",
"leadingComments": null
},
{
"type": "ExpressionStatement",
"start": 3634,
"end": 3662,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 3634,
"end": 3661,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
"start": 3634,
"end": 3650,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3634,
"end": 3638,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 3639,
"end": 3650,
"loc": {
"start": {
"line": 142,
"column": 17
},
"end": {
"line": 142,
"column": 28
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3651,
"end": 3660,
"loc": {
"start": {
"line": 142,
"column": 29
},
"end": {
"line": 142,
"column": 38
},
"identifierName": "container"
},
"name": "container"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3675,
"end": 3724,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 61
}
},
"expression": {
"type": "CallExpression",
"start": 3675,
"end": 3723,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 60
}
},
"callee": {
"type": "MemberExpression",
"start": 3675,
"end": 3696,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 33
}
},
"object": {
"type": "CallExpression",
"start": 3675,
"end": 3683,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 20
}
},
"callee": {
"type": "MemberExpression",
"start": 3675,
"end": 3681,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 3675,
"end": 3677,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 3678,
"end": 3681,
"loc": {
"start": {
"line": 143,
"column": 15
},
"end": {
"line": 143,
"column": 18
},
"identifierName": "dom"
},
"name": "dom"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 3684,
"end": 3696,
"loc": {
"start": {
"line": 143,
"column": 21
},
"end": {
"line": 143,
"column": 33
},
"identifierName": "insertBefore"
},
"name": "insertBefore"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3697,
"end": 3701,
"loc": {
"start": {
"line": 143,
"column": 34
},
"end": {
"line": 143,
"column": 38
},
"identifierName": "cont"
},
"name": "cont"
},
{
"type": "MemberExpression",
"start": 3703,
"end": 3722,
"loc": {
"start": {
"line": 143,
"column": 40
},
"end": {
"line": 143,
"column": 59
}
},
"object": {
"type": "CallExpression",
"start": 3703,
"end": 3711,
"loc": {
"start": {
"line": 143,
"column": 40
},
"end": {
"line": 143,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 3703,
"end": 3709,
"loc": {
"start": {
"line": 143,
"column": 40
},
"end": {
"line": 143,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 3703,
"end": 3705,
"loc": {
"start": {
"line": 143,
"column": 40
},
"end": {
"line": 143,
"column": 42
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 3706,
"end": 3709,
"loc": {
"start": {
"line": 143,
"column": 43
},
"end": {
"line": 143,
"column": 46
},
"identifierName": "dom"
},
"name": "dom"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 3712,
"end": 3722,
"loc": {
"start": {
"line": 143,
"column": 49
},
"end": {
"line": 143,
"column": 59
},
"identifierName": "firstChild"
},
"name": "firstChild"
},
"computed": false
}
]
}
}
],
"directives": [],
"leadingComments": [
{
"type": "CommentLine",
"value": " default location: just above the table",
"start": 3520,
"end": 3561,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 49
}
}
}
]
},
"leadingComments": [
{
"type": "CommentLine",
"value": " grid-layout",
"start": 3285,
"end": 3299,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 22
}
}
}
]
},
"leadingComments": [
{
"type": "CommentLine",
"value": " custom container",
"start": 3169,
"end": 3188,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 27
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3743,
"end": 3765,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3743,
"end": 3764,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3743,
"end": 3752,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 3743,
"end": 3747,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3748,
"end": 3752,
"loc": {
"start": {
"line": 145,
"column": 13
},
"end": {
"line": 145,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 3755,
"end": 3764,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 29
},
"identifierName": "container"
},
"name": "container"
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " left container",
"start": 3775,
"end": 3792,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3801,
"end": 3866,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 73
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3801,
"end": 3865,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 72
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3801,
"end": 3811,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 3801,
"end": 3805,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3806,
"end": 3811,
"loc": {
"start": {
"line": 148,
"column": 13
},
"end": {
"line": 148,
"column": 18
},
"identifierName": "lCont"
},
"name": "lCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 3814,
"end": 3865,
"loc": {
"start": {
"line": 148,
"column": 21
},
"end": {
"line": 148,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 3814,
"end": 3834,
"loc": {
"start": {
"line": 148,
"column": 21
},
"end": {
"line": 148,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 3814,
"end": 3818,
"loc": {
"start": {
"line": 148,
"column": 21
},
"end": {
"line": 148,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"start": 3819,
"end": 3834,
"loc": {
"start": {
"line": 148,
"column": 26
},
"end": {
"line": 148,
"column": 41
},
"identifierName": "createContainer"
},
"name": "createContainer"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3835,
"end": 3844,
"loc": {
"start": {
"line": 148,
"column": 42
},
"end": {
"line": 148,
"column": 51
},
"identifierName": "container"
},
"name": "container"
},
{
"type": "MemberExpression",
"start": 3846,
"end": 3864,
"loc": {
"start": {
"line": 148,
"column": 53
},
"end": {
"line": 148,
"column": 71
}
},
"object": {
"type": "ThisExpression",
"start": 3846,
"end": 3850,
"loc": {
"start": {
"line": 148,
"column": 53
},
"end": {
"line": 148,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"start": 3851,
"end": 3864,
"loc": {
"start": {
"line": 148,
"column": 58
},
"end": {
"line": 148,
"column": 71
},
"identifierName": "lContCssClass"
},
"name": "lContCssClass"
},
"computed": false
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " left container",
"start": 3775,
"end": 3792,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 25
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " right container",
"start": 3876,
"end": 3894,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 26
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3903,
"end": 3968,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 73
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3903,
"end": 3967,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 72
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3903,
"end": 3913,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 3903,
"end": 3907,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3908,
"end": 3913,
"loc": {
"start": {
"line": 151,
"column": 13
},
"end": {
"line": 151,
"column": 18
},
"identifierName": "rCont"
},
"name": "rCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 3916,
"end": 3967,
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 3916,
"end": 3936,
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 3916,
"end": 3920,
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"start": 3921,
"end": 3936,
"loc": {
"start": {
"line": 151,
"column": 26
},
"end": {
"line": 151,
"column": 41
},
"identifierName": "createContainer"
},
"name": "createContainer"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3937,
"end": 3946,
"loc": {
"start": {
"line": 151,
"column": 42
},
"end": {
"line": 151,
"column": 51
},
"identifierName": "container"
},
"name": "container"
},
{
"type": "MemberExpression",
"start": 3948,
"end": 3966,
"loc": {
"start": {
"line": 151,
"column": 53
},
"end": {
"line": 151,
"column": 71
}
},
"object": {
"type": "ThisExpression",
"start": 3948,
"end": 3952,
"loc": {
"start": {
"line": 151,
"column": 53
},
"end": {
"line": 151,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"start": 3953,
"end": 3966,
"loc": {
"start": {
"line": 151,
"column": 58
},
"end": {
"line": 151,
"column": 71
},
"identifierName": "rContCssClass"
},
"name": "rContCssClass"
},
"computed": false
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " right container",
"start": 3876,
"end": 3894,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 26
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " middle container",
"start": 3978,
"end": 3997,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 27
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4006,
"end": 4071,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 73
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4006,
"end": 4070,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 72
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4006,
"end": 4016,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 4006,
"end": 4010,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4011,
"end": 4016,
"loc": {
"start": {
"line": 154,
"column": 13
},
"end": {
"line": 154,
"column": 18
},
"identifierName": "cCont"
},
"name": "cCont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 4019,
"end": 4070,
"loc": {
"start": {
"line": 154,
"column": 21
},
"end": {
"line": 154,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 4019,
"end": 4039,
"loc": {
"start": {
"line": 154,
"column": 21
},
"end": {
"line": 154,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 4019,
"end": 4023,
"loc": {
"start": {
"line": 154,
"column": 21
},
"end": {
"line": 154,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"start": 4024,
"end": 4039,
"loc": {
"start": {
"line": 154,
"column": 26
},
"end": {
"line": 154,
"column": 41
},
"identifierName": "createContainer"
},
"name": "createContainer"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4040,
"end": 4049,
"loc": {
"start": {
"line": 154,
"column": 42
},
"end": {
"line": 154,
"column": 51
},
"identifierName": "container"
},
"name": "container"
},
{
"type": "MemberExpression",
"start": 4051,
"end": 4069,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 71
}
},
"object": {
"type": "ThisExpression",
"start": 4051,
"end": 4055,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"start": 4056,
"end": 4069,
"loc": {
"start": {
"line": 154,
"column": 58
},
"end": {
"line": 154,
"column": 71
},
"identifierName": "cContCssClass"
},
"name": "cContCssClass"
},
"computed": false
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " middle container",
"start": 3978,
"end": 3997,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 27
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4081,
"end": 4202,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 160,
"column": 10
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4081,
"end": 4201,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 160,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4081,
"end": 4095,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4081,
"end": 4085,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4086,
"end": 4095,
"loc": {
"start": {
"line": 156,
"column": 13
},
"end": {
"line": 156,
"column": 22
},
"identifierName": "innerCont"
},
"name": "innerCont"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 4098,
"end": 4201,
"loc": {
"start": {
"line": 156,
"column": 25
},
"end": {
"line": 160,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4112,
"end": 4128,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4112,
"end": 4116,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 16
},
"identifierName": "left"
},
"name": "left"
},
"value": {
"type": "MemberExpression",
"start": 4118,
"end": 4128,
"loc": {
"start": {
"line": 157,
"column": 18
},
"end": {
"line": 157,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 4118,
"end": 4122,
"loc": {
"start": {
"line": 157,
"column": 18
},
"end": {
"line": 157,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 4123,
"end": 4128,
"loc": {
"start": {
"line": 157,
"column": 23
},
"end": {
"line": 157,
"column": 28
},
"identifierName": "lCont"
},
"name": "lCont"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 4142,
"end": 4160,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4142,
"end": 4148,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 18
},
"identifierName": "center"
},
"name": "center"
},
"value": {
"type": "MemberExpression",
"start": 4150,
"end": 4160,
"loc": {
"start": {
"line": 158,
"column": 20
},
"end": {
"line": 158,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 4150,
"end": 4154,
"loc": {
"start": {
"line": 158,
"column": 20
},
"end": {
"line": 158,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 4155,
"end": 4160,
"loc": {
"start": {
"line": 158,
"column": 25
},
"end": {
"line": 158,
"column": 30
},
"identifierName": "cCont"
},
"name": "cCont"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 4174,
"end": 4191,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 29
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4174,
"end": 4179,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 17
},
"identifierName": "right"
},
"name": "right"
},
"value": {
"type": "MemberExpression",
"start": 4181,
"end": 4191,
"loc": {
"start": {
"line": 159,
"column": 19
},
"end": {
"line": 159,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 4181,
"end": 4185,
"loc": {
"start": {
"line": 159,
"column": 19
},
"end": {
"line": 159,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"start": 4186,
"end": 4191,
"loc": {
"start": {
"line": 159,
"column": 24
},
"end": {
"line": 159,
"column": 29
},
"identifierName": "rCont"
},
"name": "rCont"
},
"computed": false
}
}
]
}
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 4212,
"end": 4229,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4238,
"end": 4262,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4238,
"end": 4261,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 31
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4238,
"end": 4254,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 4238,
"end": 4242,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4243,
"end": 4254,
"loc": {
"start": {
"line": 163,
"column": 13
},
"end": {
"line": 163,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 4257,
"end": 4261,
"loc": {
"start": {
"line": 163,
"column": 27
},
"end": {
"line": 163,
"column": 31
}
},
"value": true
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 4212,
"end": 4229,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 25
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " emit help initialisation only if undefined",
"start": 4272,
"end": 4317,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 53
}
}
}
]
},
{
"type": "IfStatement",
"start": 4326,
"end": 4558,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 171,
"column": 9
}
},
"test": {
"type": "CallExpression",
"start": 4330,
"end": 4346,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 4330,
"end": 4337,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 19
},
"identifierName": "isUndef"
},
"name": "isUndef",
"leadingComments": null
},
"arguments": [
{
"type": "MemberExpression",
"start": 4338,
"end": 4345,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 4338,
"end": 4340,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 22
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 4341,
"end": 4345,
"loc": {
"start": {
"line": 166,
"column": 23
},
"end": {
"line": 166,
"column": 27
},
"identifierName": "help"
},
"name": "help"
},
"computed": false
}
],
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 4348,
"end": 4558,
"loc": {
"start": {
"line": 166,
"column": 30
},
"end": {
"line": 171,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4479,
"end": 4500,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 4479,
"end": 4499,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 4479,
"end": 4497,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 4479,
"end": 4490,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 23
}
},
"object": {
"type": "MemberExpression",
"start": 4479,
"end": 4485,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 4479,
"end": 4481,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 14
},
"identifierName": "tf"
},
"name": "tf",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4482,
"end": 4485,
"loc": {
"start": {
"line": 169,
"column": 15
},
"end": {
"line": 169,
"column": 18
},
"identifierName": "Mod"
},
"name": "Mod"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4486,
"end": 4490,
"loc": {
"start": {
"line": 169,
"column": 19
},
"end": {
"line": 169,
"column": 23
},
"identifierName": "help"
},
"name": "help"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4491,
"end": 4497,
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 169,
"column": 30
},
"identifierName": "enable"
},
"name": "enable"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " explicitily enable help to initialise feature by",
"start": 4362,
"end": 4413,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 63
}
}
},
{
"type": "CommentLine",
"value": " default, only if setting is undefined",
"start": 4426,
"end": 4466,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 52
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4513,
"end": 4548,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 4513,
"end": 4547,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 4513,
"end": 4530,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 4513,
"end": 4525,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 4513,
"end": 4517,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4518,
"end": 4525,
"loc": {
"start": {
"line": 170,
"column": 17
},
"end": {
"line": 170,
"column": 24
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4526,
"end": 4530,
"loc": {
"start": {
"line": 170,
"column": 25
},
"end": {
"line": 170,
"column": 29
},
"identifierName": "emit"
},
"name": "emit"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4531,
"end": 4542,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 41
}
},
"extra": {
"rawValue": "init-help",
"raw": "'init-help'"
},
"value": "init-help"
},
{
"type": "Identifier",
"start": 4544,
"end": 4546,
"loc": {
"start": {
"line": 170,
"column": 43
},
"end": {
"line": 170,
"column": 45
},
"identifierName": "tf"
},
"name": "tf"
}
]
}
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " emit help initialisation only if undefined",
"start": 4272,
"end": 4317,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 53
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initialize toolbar components\n * @param {Boolean} isExternal initialize only if component belongs\n * to toolbar\n ",
"start": 2774,
"end": 2912,
"loc": {
"start": {
"line": 113,
"column": 4
},
"end": {
"line": 117,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Return the container based on requested position inside the toolbar\n * @param {String} [position=RIGHT] 3 possible positions: 'left', 'center',\n * 'right'\n * @param {DOMElement} el optional DOM element to be inserter in container\n * @returns {DOMElement}\n ",
"start": 4570,
"end": 4859,
"loc": {
"start": {
"line": 174,
"column": 4
},
"end": {
"line": 180,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 4864,
"end": 5031,
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 187,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4864,
"end": 4873,
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 181,
"column": 13
},
"identifierName": "container"
},
"name": "container",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "AssignmentPattern",
"start": 4874,
"end": 4890,
"loc": {
"start": {
"line": 181,
"column": 14
},
"end": {
"line": 181,
"column": 30
}
},
"left": {
"type": "Identifier",
"start": 4874,
"end": 4882,
"loc": {
"start": {
"line": 181,
"column": 14
},
"end": {
"line": 181,
"column": 22
},
"identifierName": "position"
},
"name": "position"
},
"right": {
"type": "Identifier",
"start": 4885,
"end": 4890,
"loc": {
"start": {
"line": 181,
"column": 25
},
"end": {
"line": 181,
"column": 30
},
"identifierName": "RIGHT"
},
"name": "RIGHT"
}
},
{
"type": "Identifier",
"start": 4892,
"end": 4894,
"loc": {
"start": {
"line": 181,
"column": 32
},
"end": {
"line": 181,
"column": 34
},
"identifierName": "el"
},
"name": "el"
}
],
"body": {
"type": "BlockStatement",
"start": 4896,
"end": 5031,
"loc": {
"start": {
"line": 181,
"column": 36
},
"end": {
"line": 187,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4906,
"end": 4942,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4910,
"end": 4941,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 4910,
"end": 4914,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"init": {
"type": "MemberExpression",
"start": 4917,
"end": 4941,
"loc": {
"start": {
"line": 182,
"column": 19
},
"end": {
"line": 182,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 4917,
"end": 4931,
"loc": {
"start": {
"line": 182,
"column": 19
},
"end": {
"line": 182,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 4917,
"end": 4921,
"loc": {
"start": {
"line": 182,
"column": 19
},
"end": {
"line": 182,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"start": 4922,
"end": 4931,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 33
},
"identifierName": "innerCont"
},
"name": "innerCont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4932,
"end": 4940,
"loc": {
"start": {
"line": 182,
"column": 34
},
"end": {
"line": 182,
"column": 42
},
"identifierName": "position"
},
"name": "position"
},
"computed": true
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 4951,
"end": 5004,
"loc": {
"start": {
"line": 183,
"column": 8
},
"end": {
"line": 185,
"column": 9
}
},
"test": {
"type": "Identifier",
"start": 4955,
"end": 4957,
"loc": {
"start": {
"line": 183,
"column": 12
},
"end": {
"line": 183,
"column": 14
},
"identifierName": "el"
},
"name": "el"
},
"consequent": {
"type": "BlockStatement",
"start": 4959,
"end": 5004,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 185,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4973,
"end": 4994,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 4973,
"end": 4993,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 4973,
"end": 4989,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 4973,
"end": 4977,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 4978,
"end": 4989,
"loc": {
"start": {
"line": 184,
"column": 17
},
"end": {
"line": 184,
"column": 28
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4990,
"end": 4992,
"loc": {
"start": {
"line": 184,
"column": 29
},
"end": {
"line": 184,
"column": 31
},
"identifierName": "el"
},
"name": "el"
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 5013,
"end": 5025,
"loc": {
"start": {
"line": 186,
"column": 8
},
"end": {
"line": 186,
"column": 20
}
},
"argument": {
"type": "Identifier",
"start": 5020,
"end": 5024,
"loc": {
"start": {
"line": 186,
"column": 15
},
"end": {
"line": 186,
"column": 19
},
"identifierName": "cont"
},
"name": "cont"
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Return the container based on requested position inside the toolbar\n * @param {String} [position=RIGHT] 3 possible positions: 'left', 'center',\n * 'right'\n * @param {DOMElement} el optional DOM element to be inserter in container\n * @returns {DOMElement}\n ",
"start": 4570,
"end": 4859,
"loc": {
"start": {
"line": 174,
"column": 4
},
"end": {
"line": 180,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Create DOM element inside passed container\n * @param {DOMElement} container\n * @param {String} css\n * @private\n ",
"start": 5037,
"end": 5178,
"loc": {
"start": {
"line": 189,
"column": 4
},
"end": {
"line": 194,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 5183,
"end": 5330,
"loc": {
"start": {
"line": 195,
"column": 4
},
"end": {
"line": 199,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5183,
"end": 5198,
"loc": {
"start": {
"line": 195,
"column": 4
},
"end": {
"line": 195,
"column": 19
},
"identifierName": "createContainer"
},
"name": "createContainer",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5199,
"end": 5208,
"loc": {
"start": {
"line": 195,
"column": 20
},
"end": {
"line": 195,
"column": 29
},
"identifierName": "container"
},
"name": "container"
},
{
"type": "Identifier",
"start": 5210,
"end": 5213,
"loc": {
"start": {
"line": 195,
"column": 31
},
"end": {
"line": 195,
"column": 34
},
"identifierName": "css"
},
"name": "css"
}
],
"body": {
"type": "BlockStatement",
"start": 5215,
"end": 5330,
"loc": {
"start": {
"line": 195,
"column": 36
},
"end": {
"line": 199,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5225,
"end": 5268,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5229,
"end": 5267,
"loc": {
"start": {
"line": 196,
"column": 12
},
"end": {
"line": 196,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 5229,
"end": 5232,
"loc": {
"start": {
"line": 196,
"column": 12
},
"end": {
"line": 196,
"column": 15
},
"identifierName": "div"
},
"name": "div"
},
"init": {
"type": "CallExpression",
"start": 5235,
"end": 5267,
"loc": {
"start": {
"line": 196,
"column": 18
},
"end": {
"line": 196,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 5235,
"end": 5244,
"loc": {
"start": {
"line": 196,
"column": 18
},
"end": {
"line": 196,
"column": 27
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 5245,
"end": 5250,
"loc": {
"start": {
"line": 196,
"column": 28
},
"end": {
"line": 196,
"column": 33
}
},
"extra": {
"rawValue": "div",
"raw": "'div'"
},
"value": "div"
},
{
"type": "ArrayExpression",
"start": 5252,
"end": 5266,
"loc": {
"start": {
"line": 196,
"column": 35
},
"end": {
"line": 196,
"column": 49
}
},
"elements": [
{
"type": "StringLiteral",
"start": 5253,
"end": 5260,
"loc": {
"start": {
"line": 196,
"column": 36
},
"end": {
"line": 196,
"column": 43
}
},
"extra": {
"rawValue": "class",
"raw": "'class'"
},
"value": "class"
},
{
"type": "Identifier",
"start": 5262,
"end": 5265,
"loc": {
"start": {
"line": 196,
"column": 45
},
"end": {
"line": 196,
"column": 48
},
"identifierName": "css"
},
"name": "css"
}
]
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 5277,
"end": 5304,
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 35
}
},
"expression": {
"type": "CallExpression",
"start": 5277,
"end": 5303,
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 34
}
},
"callee": {
"type": "MemberExpression",
"start": 5277,
"end": 5298,
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5277,
"end": 5286,
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 17
},
"identifierName": "container"
},
"name": "container"
},
"property": {
"type": "Identifier",
"start": 5287,
"end": 5298,
"loc": {
"start": {
"line": 197,
"column": 18
},
"end": {
"line": 197,
"column": 29
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 5299,
"end": 5302,
"loc": {
"start": {
"line": 197,
"column": 30
},
"end": {
"line": 197,
"column": 33
},
"identifierName": "div"
},
"name": "div"
}
]
}
},
{
"type": "ReturnStatement",
"start": 5313,
"end": 5324,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 19
}
},
"argument": {
"type": "Identifier",
"start": 5320,
"end": 5323,
"loc": {
"start": {
"line": 198,
"column": 15
},
"end": {
"line": 198,
"column": 18
},
"identifierName": "div"
},
"name": "div"
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Create DOM element inside passed container\n * @param {DOMElement} container\n * @param {String} css\n * @private\n ",
"start": 5037,
"end": 5178,
"loc": {
"start": {
"line": 189,
"column": 4
},
"end": {
"line": 194,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Destroy Toolbar instance\n ",
"start": 5336,
"end": 5379,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 5384,
"end": 5740,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 220,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5384,
"end": 5391,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 5394,
"end": 5740,
"loc": {
"start": {
"line": 204,
"column": 14
},
"end": {
"line": 220,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 5404,
"end": 5458,
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 207,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 5408,
"end": 5425,
"loc": {
"start": {
"line": 205,
"column": 12
},
"end": {
"line": 205,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 5409,
"end": 5425,
"loc": {
"start": {
"line": 205,
"column": 13
},
"end": {
"line": 205,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 5409,
"end": 5413,
"loc": {
"start": {
"line": 205,
"column": 13
},
"end": {
"line": 205,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 5414,
"end": 5425,
"loc": {
"start": {
"line": 205,
"column": 18
},
"end": {
"line": 205,
"column": 29
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5427,
"end": 5458,
"loc": {
"start": {
"line": 205,
"column": 31
},
"end": {
"line": 207,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5441,
"end": 5448,
"loc": {
"start": {
"line": 206,
"column": 12
},
"end": {
"line": 206,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 5468,
"end": 5485,
"loc": {
"start": {
"line": 209,
"column": 8
},
"end": {
"line": 209,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5472,
"end": 5484,
"loc": {
"start": {
"line": 209,
"column": 12
},
"end": {
"line": 209,
"column": 24
}
},
"id": {
"type": "Identifier",
"start": 5472,
"end": 5474,
"loc": {
"start": {
"line": 209,
"column": 12
},
"end": {
"line": 209,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"init": {
"type": "MemberExpression",
"start": 5477,
"end": 5484,
"loc": {
"start": {
"line": 209,
"column": 17
},
"end": {
"line": 209,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 5477,
"end": 5481,
"loc": {
"start": {
"line": 209,
"column": 17
},
"end": {
"line": 209,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 5482,
"end": 5484,
"loc": {
"start": {
"line": 209,
"column": 22
},
"end": {
"line": 209,
"column": 24
},
"identifierName": "tf"
},
"name": "tf"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 5495,
"end": 5516,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 29
}
},
"expression": {
"type": "CallExpression",
"start": 5495,
"end": 5515,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 5495,
"end": 5504,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 17
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 5505,
"end": 5514,
"loc": {
"start": {
"line": 211,
"column": 18
},
"end": {
"line": 211,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 5505,
"end": 5509,
"loc": {
"start": {
"line": 211,
"column": 18
},
"end": {
"line": 211,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 5510,
"end": 5514,
"loc": {
"start": {
"line": 211,
"column": 23
},
"end": {
"line": 211,
"column": 27
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5525,
"end": 5542,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5525,
"end": 5541,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5525,
"end": 5534,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 5525,
"end": 5529,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5530,
"end": 5534,
"loc": {
"start": {
"line": 212,
"column": 13
},
"end": {
"line": 212,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 5537,
"end": 5541,
"loc": {
"start": {
"line": 212,
"column": 20
},
"end": {
"line": 212,
"column": 24
}
}
}
}
},
{
"type": "VariableDeclaration",
"start": 5552,
"end": 5571,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 27
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5556,
"end": 5570,
"loc": {
"start": {
"line": 214,
"column": 12
},
"end": {
"line": 214,
"column": 26
}
},
"id": {
"type": "Identifier",
"start": 5556,
"end": 5559,
"loc": {
"start": {
"line": 214,
"column": 12
},
"end": {
"line": 214,
"column": 15
},
"identifierName": "tbl"
},
"name": "tbl"
},
"init": {
"type": "CallExpression",
"start": 5562,
"end": 5570,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 26
}
},
"callee": {
"type": "MemberExpression",
"start": 5562,
"end": 5568,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 24
}
},
"object": {
"type": "Identifier",
"start": 5562,
"end": 5564,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 20
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 5565,
"end": 5568,
"loc": {
"start": {
"line": 214,
"column": 21
},
"end": {
"line": 214,
"column": 24
},
"identifierName": "dom"
},
"name": "dom"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 5580,
"end": 5615,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 43
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5584,
"end": 5614,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 42
}
},
"id": {
"type": "Identifier",
"start": 5584,
"end": 5592,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 20
},
"identifierName": "captions"
},
"name": "captions"
},
"init": {
"type": "CallExpression",
"start": 5595,
"end": 5614,
"loc": {
"start": {
"line": 215,
"column": 23
},
"end": {
"line": 215,
"column": 42
}
},
"callee": {
"type": "Identifier",
"start": 5595,
"end": 5598,
"loc": {
"start": {
"line": 215,
"column": 23
},
"end": {
"line": 215,
"column": 26
},
"identifierName": "tag"
},
"name": "tag"
},
"arguments": [
{
"type": "Identifier",
"start": 5599,
"end": 5602,
"loc": {
"start": {
"line": 215,
"column": 27
},
"end": {
"line": 215,
"column": 30
},
"identifierName": "tbl"
},
"name": "tbl"
},
{
"type": "StringLiteral",
"start": 5604,
"end": 5613,
"loc": {
"start": {
"line": 215,
"column": 32
},
"end": {
"line": 215,
"column": 41
}
},
"extra": {
"rawValue": "caption",
"raw": "'caption'"
},
"value": "caption"
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 5624,
"end": 5673,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 5624,
"end": 5672,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 5624,
"end": 5639,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 23
}
},
"object": {
"type": "MemberExpression",
"start": 5624,
"end": 5634,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 18
}
},
"object": {
"type": "ArrayExpression",
"start": 5624,
"end": 5626,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 10
}
},
"elements": []
},
"property": {
"type": "Identifier",
"start": 5627,
"end": 5634,
"loc": {
"start": {
"line": 216,
"column": 11
},
"end": {
"line": 216,
"column": 18
},
"identifierName": "forEach"
},
"name": "forEach"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5635,
"end": 5639,
"loc": {
"start": {
"line": 216,
"column": 19
},
"end": {
"line": 216,
"column": 23
},
"identifierName": "call"
},
"name": "call"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 5640,
"end": 5648,
"loc": {
"start": {
"line": 216,
"column": 24
},
"end": {
"line": 216,
"column": 32
},
"identifierName": "captions"
},
"name": "captions"
},
{
"type": "ArrowFunctionExpression",
"start": 5650,
"end": 5671,
"loc": {
"start": {
"line": 216,
"column": 34
},
"end": {
"line": 216,
"column": 55
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5651,
"end": 5653,
"loc": {
"start": {
"line": 216,
"column": 35
},
"end": {
"line": 216,
"column": 37
},
"identifierName": "el"
},
"name": "el"
}
],
"body": {
"type": "CallExpression",
"start": 5658,
"end": 5671,
"loc": {
"start": {
"line": 216,
"column": 42
},
"end": {
"line": 216,
"column": 55
}
},
"callee": {
"type": "Identifier",
"start": 5658,
"end": 5667,
"loc": {
"start": {
"line": 216,
"column": 42
},
"end": {
"line": 216,
"column": 51
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"arguments": [
{
"type": "Identifier",
"start": 5668,
"end": 5670,
"loc": {
"start": {
"line": 216,
"column": 52
},
"end": {
"line": 216,
"column": 54
},
"identifierName": "el"
},
"name": "el"
}
]
}
}
]
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5683,
"end": 5700,
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 5709,
"end": 5734,
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5709,
"end": 5733,
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5709,
"end": 5725,
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 5709,
"end": 5713,
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 5714,
"end": 5725,
"loc": {
"start": {
"line": 219,
"column": 13
},
"end": {
"line": 219,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 5728,
"end": 5733,
"loc": {
"start": {
"line": 219,
"column": 27
},
"end": {
"line": 219,
"column": 32
}
},
"value": false
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5683,
"end": 5700,
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 25
}
}
}
]
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Destroy Toolbar instance\n ",
"start": 5336,
"end": 5379,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar UI component\n * @export\n * @class Toolbar\n * @extends {Feature}\n ",
"start": 435,
"end": 517,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 23,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toolbar UI component\n * @export\n * @class Toolbar\n * @extends {Feature}\n ",
"start": 435,
"end": 517,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 23,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* Left position in toolbar ",
"start": 245,
"end": 276,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 31
}
}
},
{
"type": "CommentBlock",
"value": "* Right position in toolbar ",
"start": 305,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
},
{
"type": "CommentBlock",
"value": "* Center position in toolbar ",
"start": 368,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 33
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toolbar UI component\n * @export\n * @class Toolbar\n * @extends {Feature}\n ",
"start": 435,
"end": 517,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 23,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Create an instance of Toolbar\n * @param {TableFilter} tf TableFilter instance\n * @memberof Toolbar\n ",
"start": 562,
"end": 687,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Configuration object",
"start": 749,
"end": 772,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 31
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ",
"start": 825,
"end": 923,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 40,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ",
"start": 1004,
"end": 1108,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 46,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ",
"start": 1191,
"end": 1296,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 52,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ",
"start": 1380,
"end": 1481,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 58,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toolbar's custom container ID\n * @type {String}\n ",
"start": 1566,
"end": 1648,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 64,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ",
"start": 1711,
"end": 1819,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 71,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 1855,
"end": 1995,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2032,
"end": 2206,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2243,
"end": 2383,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 93,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Container elements inside toolbar\n * @private\n ",
"start": 2420,
"end": 2500,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 99,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2716,
"end": 2733,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 25
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initialize toolbar components\n * @param {Boolean} isExternal initialize only if component belongs\n * to toolbar\n ",
"start": 2774,
"end": 2912,
"loc": {
"start": {
"line": 113,
"column": 4
},
"end": {
"line": 117,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " default container",
"start": 3048,
"end": 3068,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 28
}
}
},
{
"type": "CommentLine",
"value": " custom container",
"start": 3169,
"end": 3188,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 27
}
}
},
{
"type": "CommentLine",
"value": " grid-layout",
"start": 3285,
"end": 3299,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 22
}
}
},
{
"type": "CommentLine",
"value": " default location: just above the table",
"start": 3520,
"end": 3561,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " left container",
"start": 3775,
"end": 3792,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " right container",
"start": 3876,
"end": 3894,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 26
}
}
},
{
"type": "CommentLine",
"value": " middle container",
"start": 3978,
"end": 3997,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 27
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 4212,
"end": 4229,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " emit help initialisation only if undefined",
"start": 4272,
"end": 4317,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 53
}
}
},
{
"type": "CommentLine",
"value": " explicitily enable help to initialise feature by",
"start": 4362,
"end": 4413,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 63
}
}
},
{
"type": "CommentLine",
"value": " default, only if setting is undefined",
"start": 4426,
"end": 4466,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 52
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Return the container based on requested position inside the toolbar\n * @param {String} [position=RIGHT] 3 possible positions: 'left', 'center',\n * 'right'\n * @param {DOMElement} el optional DOM element to be inserter in container\n * @returns {DOMElement}\n ",
"start": 4570,
"end": 4859,
"loc": {
"start": {
"line": 174,
"column": 4
},
"end": {
"line": 180,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Create DOM element inside passed container\n * @param {DOMElement} container\n * @param {String} css\n * @private\n ",
"start": 5037,
"end": 5178,
"loc": {
"start": {
"line": 189,
"column": 4
},
"end": {
"line": 194,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Destroy Toolbar instance\n ",
"start": 5336,
"end": 5379,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5683,
"end": 5700,
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 25
}
}
}
],
"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": "Feature",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 15,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 17,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../feature",
"start": 22,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 34,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 34
},
"end": {
"line": 1,
"column": 35
}
}
},
{
"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": 36,
"end": 42,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 43,
"end": 44,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 53,
"end": 54,
"loc": {
"start": {
"line": 2,
"column": 17
},
"end": {
"line": 2,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 55,
"end": 64,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 64,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 66,
"end": 69,
"loc": {
"start": {
"line": 2,
"column": 30
},
"end": {
"line": 2,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 69,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 33
},
"end": {
"line": 2,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tag",
"start": 71,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 35
},
"end": {
"line": 2,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 74,
"end": 75,
"loc": {
"start": {
"line": 2,
"column": 38
},
"end": {
"line": 2,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 76,
"end": 80,
"loc": {
"start": {
"line": 2,
"column": 40
},
"end": {
"line": 2,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../dom",
"start": 81,
"end": 89,
"loc": {
"start": {
"line": 2,
"column": 45
},
"end": {
"line": 2,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 89,
"end": 90,
"loc": {
"start": {
"line": 2,
"column": 53
},
"end": {
"line": 2,
"column": 54
}
}
},
{
"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": 91,
"end": 97,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 98,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 99,
"end": 110,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 110,
"end": 111,
"loc": {
"start": {
"line": 3,
"column": 19
},
"end": {
"line": 3,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 112,
"end": 116,
"loc": {
"start": {
"line": 3,
"column": 21
},
"end": {
"line": 3,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../settings",
"start": 117,
"end": 130,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 130,
"end": 131,
"loc": {
"start": {
"line": 3,
"column": 39
},
"end": {
"line": 3,
"column": 40
}
}
},
{
"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": 132,
"end": 138,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 139,
"end": 140,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isUndef",
"start": 140,
"end": 147,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 147,
"end": 148,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 4,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 149,
"end": 153,
"loc": {
"start": {
"line": 4,
"column": 17
},
"end": {
"line": 4,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../types",
"start": 154,
"end": 164,
"loc": {
"start": {
"line": 4,
"column": 22
},
"end": {
"line": 4,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 164,
"end": 165,
"loc": {
"start": {
"line": 4,
"column": 32
},
"end": {
"line": 4,
"column": 33
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 167,
"end": 172,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 173,
"end": 179,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 180,
"end": 181,
"loc": {
"start": {
"line": 6,
"column": 13
},
"end": {
"line": 6,
"column": 14
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 182,
"end": 183,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "initializing-feature",
"start": 188,
"end": 210,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 210,
"end": 211,
"loc": {
"start": {
"line": 7,
"column": 26
},
"end": {
"line": 7,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "initializing-extension",
"start": 216,
"end": 240,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 28
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 241,
"end": 242,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 242,
"end": 243,
"loc": {
"start": {
"line": 9,
"column": 1
},
"end": {
"line": 9,
"column": 2
}
}
},
{
"type": "CommentBlock",
"value": "* Left position in toolbar ",
"start": 245,
"end": 276,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 31
}
}
},
{
"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": 277,
"end": 283,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 284,
"end": 289,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "LEFT",
"start": 290,
"end": 294,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 295,
"end": 296,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "left",
"start": 297,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 303,
"end": 304,
"loc": {
"start": {
"line": 12,
"column": 26
},
"end": {
"line": 12,
"column": 27
}
}
},
{
"type": "CommentBlock",
"value": "* Right position in toolbar ",
"start": 305,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
},
{
"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": 338,
"end": 344,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 345,
"end": 350,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RIGHT",
"start": 351,
"end": 356,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 357,
"end": 358,
"loc": {
"start": {
"line": 14,
"column": 19
},
"end": {
"line": 14,
"column": 20
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "right",
"start": 359,
"end": 366,
"loc": {
"start": {
"line": 14,
"column": 21
},
"end": {
"line": 14,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 366,
"end": 367,
"loc": {
"start": {
"line": 14,
"column": 28
},
"end": {
"line": 14,
"column": 29
}
}
},
{
"type": "CommentBlock",
"value": "* Center position in toolbar ",
"start": 368,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 33
}
}
},
{
"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": 402,
"end": 408,
"loc": {
"start": {
"line": 16,
"column": 0
},
"end": {
"line": 16,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 409,
"end": 414,
"loc": {
"start": {
"line": 16,
"column": 7
},
"end": {
"line": 16,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "CENTER",
"start": 415,
"end": 421,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 422,
"end": 423,
"loc": {
"start": {
"line": 16,
"column": 20
},
"end": {
"line": 16,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "center",
"start": 424,
"end": 432,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 432,
"end": 433,
"loc": {
"start": {
"line": 16,
"column": 30
},
"end": {
"line": 16,
"column": 31
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toolbar UI component\n * @export\n * @class Toolbar\n * @extends {Feature}\n ",
"start": 435,
"end": 517,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 23,
"column": 3
}
}
},
{
"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": 518,
"end": 524,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 6
}
}
},
{
"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": 525,
"end": 530,
"loc": {
"start": {
"line": 24,
"column": 7
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Toolbar",
"start": 531,
"end": 538,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 20
}
}
},
{
"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": 539,
"end": 546,
"loc": {
"start": {
"line": 24,
"column": 21
},
"end": {
"line": 24,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Feature",
"start": 547,
"end": 554,
"loc": {
"start": {
"line": 24,
"column": 29
},
"end": {
"line": 24,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 555,
"end": 556,
"loc": {
"start": {
"line": 24,
"column": 37
},
"end": {
"line": 24,
"column": 38
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Create an instance of Toolbar\n * @param {TableFilter} tf TableFilter instance\n * @memberof Toolbar\n ",
"start": 562,
"end": 687,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 692,
"end": 703,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 703,
"end": 704,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 31,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 704,
"end": 706,
"loc": {
"start": {
"line": 31,
"column": 16
},
"end": {
"line": 31,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 706,
"end": 707,
"loc": {
"start": {
"line": 31,
"column": 18
},
"end": {
"line": 31,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 708,
"end": 709,
"loc": {
"start": {
"line": 31,
"column": 20
},
"end": {
"line": 31,
"column": 21
}
}
},
{
"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": 718,
"end": 723,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 723,
"end": 724,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 724,
"end": 726,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 726,
"end": 727,
"loc": {
"start": {
"line": 32,
"column": 16
},
"end": {
"line": 32,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "toolbar",
"start": 728,
"end": 737,
"loc": {
"start": {
"line": 32,
"column": 18
},
"end": {
"line": 32,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 737,
"end": 738,
"loc": {
"start": {
"line": 32,
"column": 27
},
"end": {
"line": 32,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 738,
"end": 739,
"loc": {
"start": {
"line": 32,
"column": 28
},
"end": {
"line": 32,
"column": 29
}
}
},
{
"type": "CommentLine",
"value": " Configuration object",
"start": 749,
"end": 772,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 31
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 781,
"end": 784,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 785,
"end": 786,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 787,
"end": 788,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 15
}
}
},
{
"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": 789,
"end": 793,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 793,
"end": 794,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "config",
"start": 794,
"end": 800,
"loc": {
"start": {
"line": 35,
"column": 21
},
"end": {
"line": 35,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 800,
"end": 801,
"loc": {
"start": {
"line": 35,
"column": 27
},
"end": {
"line": 35,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toolbar",
"start": 801,
"end": 808,
"loc": {
"start": {
"line": 35,
"column": 28
},
"end": {
"line": 35,
"column": 35
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 809,
"end": 811,
"loc": {
"start": {
"line": 35,
"column": 36
},
"end": {
"line": 35,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 812,
"end": 813,
"loc": {
"start": {
"line": 35,
"column": 39
},
"end": {
"line": 35,
"column": 40
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 813,
"end": 814,
"loc": {
"start": {
"line": 35,
"column": 40
},
"end": {
"line": 35,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 814,
"end": 815,
"loc": {
"start": {
"line": 35,
"column": 41
},
"end": {
"line": 35,
"column": 42
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ",
"start": 825,
"end": 923,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 40,
"column": 11
}
}
},
{
"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": 932,
"end": 936,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 936,
"end": 937,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contCssClass",
"start": 937,
"end": 949,
"loc": {
"start": {
"line": 41,
"column": 13
},
"end": {
"line": 41,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 950,
"end": 951,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 952,
"end": 963,
"loc": {
"start": {
"line": 41,
"column": 28
},
"end": {
"line": 41,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 963,
"end": 964,
"loc": {
"start": {
"line": 41,
"column": 39
},
"end": {
"line": 41,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 964,
"end": 965,
"loc": {
"start": {
"line": 41,
"column": 40
},
"end": {
"line": 41,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 965,
"end": 966,
"loc": {
"start": {
"line": 41,
"column": 41
},
"end": {
"line": 41,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container_css_class",
"start": 966,
"end": 985,
"loc": {
"start": {
"line": 41,
"column": 42
},
"end": {
"line": 41,
"column": 61
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 985,
"end": 986,
"loc": {
"start": {
"line": 41,
"column": 61
},
"end": {
"line": 41,
"column": 62
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "inf",
"start": 987,
"end": 992,
"loc": {
"start": {
"line": 41,
"column": 63
},
"end": {
"line": 41,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 992,
"end": 993,
"loc": {
"start": {
"line": 41,
"column": 68
},
"end": {
"line": 41,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 993,
"end": 994,
"loc": {
"start": {
"line": 41,
"column": 69
},
"end": {
"line": 41,
"column": 70
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ",
"start": 1004,
"end": 1108,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 46,
"column": 11
}
}
},
{
"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": 1117,
"end": 1121,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1121,
"end": 1122,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lContCssClass",
"start": 1122,
"end": 1135,
"loc": {
"start": {
"line": 47,
"column": 13
},
"end": {
"line": 47,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 47,
"column": 27
},
"end": {
"line": 47,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1138,
"end": 1149,
"loc": {
"start": {
"line": 47,
"column": 29
},
"end": {
"line": 47,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1149,
"end": 1150,
"loc": {
"start": {
"line": 47,
"column": 40
},
"end": {
"line": 47,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1150,
"end": 1151,
"loc": {
"start": {
"line": 47,
"column": 41
},
"end": {
"line": 47,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1151,
"end": 1152,
"loc": {
"start": {
"line": 47,
"column": 42
},
"end": {
"line": 47,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "left_cont_css_class",
"start": 1152,
"end": 1171,
"loc": {
"start": {
"line": 47,
"column": 43
},
"end": {
"line": 47,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1171,
"end": 1172,
"loc": {
"start": {
"line": 47,
"column": 62
},
"end": {
"line": 47,
"column": 63
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ldiv",
"start": 1173,
"end": 1179,
"loc": {
"start": {
"line": 47,
"column": 64
},
"end": {
"line": 47,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1179,
"end": 1180,
"loc": {
"start": {
"line": 47,
"column": 70
},
"end": {
"line": 47,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1180,
"end": 1181,
"loc": {
"start": {
"line": 47,
"column": 71
},
"end": {
"line": 47,
"column": 72
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ",
"start": 1191,
"end": 1296,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 52,
"column": 11
}
}
},
{
"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": 1305,
"end": 1309,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1309,
"end": 1310,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rContCssClass",
"start": 1310,
"end": 1323,
"loc": {
"start": {
"line": 53,
"column": 13
},
"end": {
"line": 53,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1324,
"end": 1325,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1326,
"end": 1337,
"loc": {
"start": {
"line": 53,
"column": 29
},
"end": {
"line": 53,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1337,
"end": 1338,
"loc": {
"start": {
"line": 53,
"column": 40
},
"end": {
"line": 53,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1338,
"end": 1339,
"loc": {
"start": {
"line": 53,
"column": 41
},
"end": {
"line": 53,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1339,
"end": 1340,
"loc": {
"start": {
"line": 53,
"column": 42
},
"end": {
"line": 53,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "right_cont_css_class",
"start": 1340,
"end": 1360,
"loc": {
"start": {
"line": 53,
"column": 43
},
"end": {
"line": 53,
"column": 63
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1360,
"end": 1361,
"loc": {
"start": {
"line": 53,
"column": 63
},
"end": {
"line": 53,
"column": 64
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "rdiv",
"start": 1362,
"end": 1368,
"loc": {
"start": {
"line": 53,
"column": 65
},
"end": {
"line": 53,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1368,
"end": 1369,
"loc": {
"start": {
"line": 53,
"column": 71
},
"end": {
"line": 53,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1369,
"end": 1370,
"loc": {
"start": {
"line": 53,
"column": 72
},
"end": {
"line": 53,
"column": 73
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ",
"start": 1380,
"end": 1481,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 58,
"column": 11
}
}
},
{
"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": 1490,
"end": 1494,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1494,
"end": 1495,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cContCssClass",
"start": 1495,
"end": 1508,
"loc": {
"start": {
"line": 59,
"column": 13
},
"end": {
"line": 59,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1509,
"end": 1510,
"loc": {
"start": {
"line": 59,
"column": 27
},
"end": {
"line": 59,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1511,
"end": 1522,
"loc": {
"start": {
"line": 59,
"column": 29
},
"end": {
"line": 59,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1522,
"end": 1523,
"loc": {
"start": {
"line": 59,
"column": 40
},
"end": {
"line": 59,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1523,
"end": 1524,
"loc": {
"start": {
"line": 59,
"column": 41
},
"end": {
"line": 59,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1524,
"end": 1525,
"loc": {
"start": {
"line": 59,
"column": 42
},
"end": {
"line": 59,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center_cont_css_class",
"start": 1525,
"end": 1546,
"loc": {
"start": {
"line": 59,
"column": 43
},
"end": {
"line": 59,
"column": 64
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1546,
"end": 1547,
"loc": {
"start": {
"line": 59,
"column": 64
},
"end": {
"line": 59,
"column": 65
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mdiv",
"start": 1548,
"end": 1554,
"loc": {
"start": {
"line": 59,
"column": 66
},
"end": {
"line": 59,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1554,
"end": 1555,
"loc": {
"start": {
"line": 59,
"column": 72
},
"end": {
"line": 59,
"column": 73
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1555,
"end": 1556,
"loc": {
"start": {
"line": 59,
"column": 73
},
"end": {
"line": 59,
"column": 74
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toolbar's custom container ID\n * @type {String}\n ",
"start": 1566,
"end": 1648,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 64,
"column": 11
}
}
},
{
"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": 1657,
"end": 1661,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1661,
"end": 1662,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 1662,
"end": 1667,
"loc": {
"start": {
"line": 65,
"column": 13
},
"end": {
"line": 65,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1668,
"end": 1669,
"loc": {
"start": {
"line": 65,
"column": 19
},
"end": {
"line": 65,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1670,
"end": 1681,
"loc": {
"start": {
"line": 65,
"column": 21
},
"end": {
"line": 65,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1681,
"end": 1682,
"loc": {
"start": {
"line": 65,
"column": 32
},
"end": {
"line": 65,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1682,
"end": 1683,
"loc": {
"start": {
"line": 65,
"column": 33
},
"end": {
"line": 65,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1683,
"end": 1684,
"loc": {
"start": {
"line": 65,
"column": 34
},
"end": {
"line": 65,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target_id",
"start": 1684,
"end": 1693,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1693,
"end": 1694,
"loc": {
"start": {
"line": 65,
"column": 44
},
"end": {
"line": 65,
"column": 45
}
}
},
{
"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": 1695,
"end": 1699,
"loc": {
"start": {
"line": 65,
"column": 46
},
"end": {
"line": 65,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1699,
"end": 1700,
"loc": {
"start": {
"line": 65,
"column": 50
},
"end": {
"line": 65,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1700,
"end": 1701,
"loc": {
"start": {
"line": 65,
"column": 51
},
"end": {
"line": 65,
"column": 52
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ",
"start": 1711,
"end": 1819,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 71,
"column": 11
}
}
},
{
"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": 1828,
"end": 1832,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1832,
"end": 1833,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 1833,
"end": 1837,
"loc": {
"start": {
"line": 72,
"column": 13
},
"end": {
"line": 72,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1838,
"end": 1839,
"loc": {
"start": {
"line": 72,
"column": 18
},
"end": {
"line": 72,
"column": 19
}
}
},
{
"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": 1840,
"end": 1844,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1844,
"end": 1845,
"loc": {
"start": {
"line": 72,
"column": 24
},
"end": {
"line": 72,
"column": 25
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 1855,
"end": 1995,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
},
{
"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": 2004,
"end": 2008,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2008,
"end": 2009,
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lCont",
"start": 2009,
"end": 2014,
"loc": {
"start": {
"line": 79,
"column": 13
},
"end": {
"line": 79,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2015,
"end": 2016,
"loc": {
"start": {
"line": 79,
"column": 19
},
"end": {
"line": 79,
"column": 20
}
}
},
{
"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": 2017,
"end": 2021,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2021,
"end": 2022,
"loc": {
"start": {
"line": 79,
"column": 25
},
"end": {
"line": 79,
"column": 26
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2032,
"end": 2206,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
},
{
"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": 2215,
"end": 2219,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2219,
"end": 2220,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rCont",
"start": 2220,
"end": 2225,
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2226,
"end": 2227,
"loc": {
"start": {
"line": 87,
"column": 19
},
"end": {
"line": 87,
"column": 20
}
}
},
{
"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": 2228,
"end": 2232,
"loc": {
"start": {
"line": 87,
"column": 21
},
"end": {
"line": 87,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2232,
"end": 2233,
"loc": {
"start": {
"line": 87,
"column": 25
},
"end": {
"line": 87,
"column": 26
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ",
"start": 2243,
"end": 2383,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 93,
"column": 11
}
}
},
{
"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": 2392,
"end": 2396,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2396,
"end": 2397,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cCont",
"start": 2397,
"end": 2402,
"loc": {
"start": {
"line": 94,
"column": 13
},
"end": {
"line": 94,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2403,
"end": 2404,
"loc": {
"start": {
"line": 94,
"column": 19
},
"end": {
"line": 94,
"column": 20
}
}
},
{
"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": 2405,
"end": 2409,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2409,
"end": 2410,
"loc": {
"start": {
"line": 94,
"column": 25
},
"end": {
"line": 94,
"column": 26
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Container elements inside toolbar\n * @private\n ",
"start": 2420,
"end": 2500,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 99,
"column": 11
}
}
},
{
"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": 2509,
"end": 2513,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2513,
"end": 2514,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerCont",
"start": 2514,
"end": 2523,
"loc": {
"start": {
"line": 100,
"column": 13
},
"end": {
"line": 100,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2524,
"end": 2525,
"loc": {
"start": {
"line": 100,
"column": 23
},
"end": {
"line": 100,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2526,
"end": 2527,
"loc": {
"start": {
"line": 100,
"column": 25
},
"end": {
"line": 100,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "left",
"start": 2540,
"end": 2544,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2544,
"end": 2545,
"loc": {
"start": {
"line": 101,
"column": 16
},
"end": {
"line": 101,
"column": 17
}
}
},
{
"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": 2546,
"end": 2550,
"loc": {
"start": {
"line": 101,
"column": 18
},
"end": {
"line": 101,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2550,
"end": 2551,
"loc": {
"start": {
"line": 101,
"column": 22
},
"end": {
"line": 101,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 2564,
"end": 2570,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2570,
"end": 2571,
"loc": {
"start": {
"line": 102,
"column": 18
},
"end": {
"line": 102,
"column": 19
}
}
},
{
"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": 2572,
"end": 2576,
"loc": {
"start": {
"line": 102,
"column": 20
},
"end": {
"line": 102,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2576,
"end": 2577,
"loc": {
"start": {
"line": 102,
"column": 24
},
"end": {
"line": 102,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "right",
"start": 2590,
"end": 2595,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 17
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2595,
"end": 2596,
"loc": {
"start": {
"line": 103,
"column": 17
},
"end": {
"line": 103,
"column": 18
}
}
},
{
"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": 2597,
"end": 2601,
"loc": {
"start": {
"line": 103,
"column": 19
},
"end": {
"line": 103,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2610,
"end": 2611,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2611,
"end": 2612,
"loc": {
"start": {
"line": 104,
"column": 9
},
"end": {
"line": 104,
"column": 10
}
}
},
{
"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": 2622,
"end": 2626,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2626,
"end": 2627,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 2627,
"end": 2634,
"loc": {
"start": {
"line": 106,
"column": 13
},
"end": {
"line": 106,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2634,
"end": 2635,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 2635,
"end": 2637,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2637,
"end": 2638,
"loc": {
"start": {
"line": 106,
"column": 23
},
"end": {
"line": 106,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 2638,
"end": 2644,
"loc": {
"start": {
"line": 106,
"column": 24
},
"end": {
"line": 106,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2644,
"end": 2645,
"loc": {
"start": {
"line": 106,
"column": 30
},
"end": {
"line": 106,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2658,
"end": 2659,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 2659,
"end": 2666,
"loc": {
"start": {
"line": 107,
"column": 13
},
"end": {
"line": 107,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2666,
"end": 2667,
"loc": {
"start": {
"line": 107,
"column": 20
},
"end": {
"line": 107,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isExternal",
"start": 2668,
"end": 2678,
"loc": {
"start": {
"line": 107,
"column": 22
},
"end": {
"line": 107,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2678,
"end": 2679,
"loc": {
"start": {
"line": 107,
"column": 32
},
"end": {
"line": 107,
"column": 33
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2680,
"end": 2682,
"loc": {
"start": {
"line": 107,
"column": 34
},
"end": {
"line": 107,
"column": 36
}
}
},
{
"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": 2683,
"end": 2687,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2687,
"end": 2688,
"loc": {
"start": {
"line": 107,
"column": 41
},
"end": {
"line": 107,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "init",
"start": 2688,
"end": 2692,
"loc": {
"start": {
"line": 107,
"column": 42
},
"end": {
"line": 107,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2692,
"end": 2693,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isExternal",
"start": 2693,
"end": 2703,
"loc": {
"start": {
"line": 107,
"column": 47
},
"end": {
"line": 107,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2703,
"end": 2704,
"loc": {
"start": {
"line": 107,
"column": 57
},
"end": {
"line": 107,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2704,
"end": 2705,
"loc": {
"start": {
"line": 107,
"column": 58
},
"end": {
"line": 107,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2705,
"end": 2706,
"loc": {
"start": {
"line": 107,
"column": 59
},
"end": {
"line": 107,
"column": 60
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2716,
"end": 2733,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 25
}
}
},
{
"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": 2742,
"end": 2746,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2746,
"end": 2747,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 2747,
"end": 2754,
"loc": {
"start": {
"line": 110,
"column": 13
},
"end": {
"line": 110,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2755,
"end": 2756,
"loc": {
"start": {
"line": 110,
"column": 21
},
"end": {
"line": 110,
"column": 22
}
}
},
{
"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": 2757,
"end": 2761,
"loc": {
"start": {
"line": 110,
"column": 23
},
"end": {
"line": 110,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2761,
"end": 2762,
"loc": {
"start": {
"line": 110,
"column": 27
},
"end": {
"line": 110,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2767,
"end": 2768,
"loc": {
"start": {
"line": 111,
"column": 4
},
"end": {
"line": 111,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initialize toolbar components\n * @param {Boolean} isExternal initialize only if component belongs\n * to toolbar\n ",
"start": 2774,
"end": 2912,
"loc": {
"start": {
"line": 113,
"column": 4
},
"end": {
"line": 117,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "init",
"start": 2917,
"end": 2921,
"loc": {
"start": {
"line": 118,
"column": 4
},
"end": {
"line": 118,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2921,
"end": 2922,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isExternal",
"start": 2922,
"end": 2932,
"loc": {
"start": {
"line": 118,
"column": 9
},
"end": {
"line": 118,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2932,
"end": 2933,
"loc": {
"start": {
"line": 118,
"column": 19
},
"end": {
"line": 118,
"column": 20
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2934,
"end": 2935,
"loc": {
"start": {
"line": 118,
"column": 21
},
"end": {
"line": 118,
"column": 22
}
}
},
{
"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": 2944,
"end": 2946,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2947,
"end": 2948,
"loc": {
"start": {
"line": 119,
"column": 11
},
"end": {
"line": 119,
"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": 2948,
"end": 2952,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2952,
"end": 2953,
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 2953,
"end": 2964,
"loc": {
"start": {
"line": 119,
"column": 17
},
"end": {
"line": 119,
"column": 28
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 2965,
"end": 2967,
"loc": {
"start": {
"line": 119,
"column": 29
},
"end": {
"line": 119,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isExternal",
"start": 2968,
"end": 2978,
"loc": {
"start": {
"line": 119,
"column": 32
},
"end": {
"line": 119,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2978,
"end": 2979,
"loc": {
"start": {
"line": 119,
"column": 42
},
"end": {
"line": 119,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2980,
"end": 2981,
"loc": {
"start": {
"line": 119,
"column": 44
},
"end": {
"line": 119,
"column": 45
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 2994,
"end": 3000,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3000,
"end": 3001,
"loc": {
"start": {
"line": 120,
"column": 18
},
"end": {
"line": 120,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3010,
"end": 3011,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 9
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 3021,
"end": 3024,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3025,
"end": 3027,
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3028,
"end": 3029,
"loc": {
"start": {
"line": 123,
"column": 15
},
"end": {
"line": 123,
"column": 16
}
}
},
{
"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": 3030,
"end": 3034,
"loc": {
"start": {
"line": 123,
"column": 17
},
"end": {
"line": 123,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3034,
"end": 3035,
"loc": {
"start": {
"line": 123,
"column": 21
},
"end": {
"line": 123,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3035,
"end": 3037,
"loc": {
"start": {
"line": 123,
"column": 22
},
"end": {
"line": 123,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3037,
"end": 3038,
"loc": {
"start": {
"line": 123,
"column": 24
},
"end": {
"line": 123,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " default container",
"start": 3048,
"end": 3068,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 28
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 3077,
"end": 3080,
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3081,
"end": 3090,
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3091,
"end": 3092,
"loc": {
"start": {
"line": 126,
"column": 22
},
"end": {
"line": 126,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 3093,
"end": 3102,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3102,
"end": 3103,
"loc": {
"start": {
"line": 126,
"column": 33
},
"end": {
"line": 126,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "div",
"start": 3103,
"end": 3108,
"loc": {
"start": {
"line": 126,
"column": 34
},
"end": {
"line": 126,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3108,
"end": 3109,
"loc": {
"start": {
"line": 126,
"column": 39
},
"end": {
"line": 126,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3109,
"end": 3110,
"loc": {
"start": {
"line": 126,
"column": 40
},
"end": {
"line": 126,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3119,
"end": 3128,
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3128,
"end": 3129,
"loc": {
"start": {
"line": 127,
"column": 17
},
"end": {
"line": 127,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 3129,
"end": 3138,
"loc": {
"start": {
"line": 127,
"column": 18
},
"end": {
"line": 127,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3139,
"end": 3140,
"loc": {
"start": {
"line": 127,
"column": 28
},
"end": {
"line": 127,
"column": 29
}
}
},
{
"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": 3141,
"end": 3145,
"loc": {
"start": {
"line": 127,
"column": 30
},
"end": {
"line": 127,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3145,
"end": 3146,
"loc": {
"start": {
"line": 127,
"column": 34
},
"end": {
"line": 127,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contCssClass",
"start": 3146,
"end": 3158,
"loc": {
"start": {
"line": 127,
"column": 35
},
"end": {
"line": 127,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3158,
"end": 3159,
"loc": {
"start": {
"line": 127,
"column": 47
},
"end": {
"line": 127,
"column": 48
}
}
},
{
"type": "CommentLine",
"value": " custom container",
"start": 3169,
"end": 3188,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 27
}
}
},
{
"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": 3197,
"end": 3199,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3200,
"end": 3201,
"loc": {
"start": {
"line": 130,
"column": 11
},
"end": {
"line": 130,
"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": 3201,
"end": 3205,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3205,
"end": 3206,
"loc": {
"start": {
"line": 130,
"column": 16
},
"end": {
"line": 130,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 3206,
"end": 3211,
"loc": {
"start": {
"line": 130,
"column": 17
},
"end": {
"line": 130,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3211,
"end": 3212,
"loc": {
"start": {
"line": 130,
"column": 22
},
"end": {
"line": 130,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3213,
"end": 3214,
"loc": {
"start": {
"line": 130,
"column": 24
},
"end": {
"line": 130,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 3227,
"end": 3230,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3230,
"end": 3231,
"loc": {
"start": {
"line": 131,
"column": 15
},
"end": {
"line": 131,
"column": 16
}
}
},
{
"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": 3231,
"end": 3235,
"loc": {
"start": {
"line": 131,
"column": 16
},
"end": {
"line": 131,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3235,
"end": 3236,
"loc": {
"start": {
"line": 131,
"column": 20
},
"end": {
"line": 131,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 3236,
"end": 3241,
"loc": {
"start": {
"line": 131,
"column": 21
},
"end": {
"line": 131,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3241,
"end": 3242,
"loc": {
"start": {
"line": 131,
"column": 26
},
"end": {
"line": 131,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3242,
"end": 3243,
"loc": {
"start": {
"line": 131,
"column": 27
},
"end": {
"line": 131,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 3243,
"end": 3254,
"loc": {
"start": {
"line": 131,
"column": 28
},
"end": {
"line": 131,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3254,
"end": 3255,
"loc": {
"start": {
"line": 131,
"column": 39
},
"end": {
"line": 131,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3255,
"end": 3264,
"loc": {
"start": {
"line": 131,
"column": 40
},
"end": {
"line": 131,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3264,
"end": 3265,
"loc": {
"start": {
"line": 131,
"column": 49
},
"end": {
"line": 131,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3265,
"end": 3266,
"loc": {
"start": {
"line": 131,
"column": 50
},
"end": {
"line": 131,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3275,
"end": 3276,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 9
}
}
},
{
"type": "CommentLine",
"value": " grid-layout",
"start": 3285,
"end": 3299,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 22
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 3308,
"end": 3312,
"loc": {
"start": {
"line": 134,
"column": 8
},
"end": {
"line": 134,
"column": 12
}
}
},
{
"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": 3313,
"end": 3315,
"loc": {
"start": {
"line": 134,
"column": 13
},
"end": {
"line": 134,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3316,
"end": 3317,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3317,
"end": 3319,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3319,
"end": 3320,
"loc": {
"start": {
"line": 134,
"column": 19
},
"end": {
"line": 134,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gridLayout",
"start": 3320,
"end": 3330,
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 134,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3330,
"end": 3331,
"loc": {
"start": {
"line": 134,
"column": 30
},
"end": {
"line": 134,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3332,
"end": 3333,
"loc": {
"start": {
"line": 134,
"column": 32
},
"end": {
"line": 134,
"column": 33
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 3346,
"end": 3349,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gridLayout",
"start": 3350,
"end": 3360,
"loc": {
"start": {
"line": 135,
"column": 16
},
"end": {
"line": 135,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3361,
"end": 3362,
"loc": {
"start": {
"line": 135,
"column": 27
},
"end": {
"line": 135,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3363,
"end": 3365,
"loc": {
"start": {
"line": 135,
"column": 29
},
"end": {
"line": 135,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3365,
"end": 3366,
"loc": {
"start": {
"line": 135,
"column": 31
},
"end": {
"line": 135,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Mod",
"start": 3366,
"end": 3369,
"loc": {
"start": {
"line": 135,
"column": 32
},
"end": {
"line": 135,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3369,
"end": 3370,
"loc": {
"start": {
"line": 135,
"column": 35
},
"end": {
"line": 135,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gridLayout",
"start": 3370,
"end": 3380,
"loc": {
"start": {
"line": 135,
"column": 36
},
"end": {
"line": 135,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3380,
"end": 3381,
"loc": {
"start": {
"line": 135,
"column": 46
},
"end": {
"line": 135,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gridLayout",
"start": 3394,
"end": 3404,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3404,
"end": 3405,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 136,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tblMainCont",
"start": 3405,
"end": 3416,
"loc": {
"start": {
"line": 136,
"column": 23
},
"end": {
"line": 136,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3416,
"end": 3417,
"loc": {
"start": {
"line": 136,
"column": 34
},
"end": {
"line": 136,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 3417,
"end": 3428,
"loc": {
"start": {
"line": 136,
"column": 35
},
"end": {
"line": 136,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3428,
"end": 3429,
"loc": {
"start": {
"line": 136,
"column": 46
},
"end": {
"line": 136,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3429,
"end": 3438,
"loc": {
"start": {
"line": 136,
"column": 47
},
"end": {
"line": 136,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3438,
"end": 3439,
"loc": {
"start": {
"line": 136,
"column": 56
},
"end": {
"line": 136,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3439,
"end": 3440,
"loc": {
"start": {
"line": 136,
"column": 57
},
"end": {
"line": 136,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3453,
"end": 3462,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3462,
"end": 3463,
"loc": {
"start": {
"line": 137,
"column": 21
},
"end": {
"line": 137,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 3463,
"end": 3472,
"loc": {
"start": {
"line": 137,
"column": 22
},
"end": {
"line": 137,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3473,
"end": 3474,
"loc": {
"start": {
"line": 137,
"column": 32
},
"end": {
"line": 137,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gridLayout",
"start": 3475,
"end": 3485,
"loc": {
"start": {
"line": 137,
"column": 34
},
"end": {
"line": 137,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3485,
"end": 3486,
"loc": {
"start": {
"line": 137,
"column": 44
},
"end": {
"line": 137,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "infDivCssClass",
"start": 3486,
"end": 3500,
"loc": {
"start": {
"line": 137,
"column": 45
},
"end": {
"line": 137,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3500,
"end": 3501,
"loc": {
"start": {
"line": 137,
"column": 59
},
"end": {
"line": 137,
"column": 60
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3510,
"end": 3511,
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 9
}
}
},
{
"type": "CommentLine",
"value": " default location: just above the table",
"start": 3520,
"end": 3561,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 49
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 3570,
"end": 3574,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3575,
"end": 3576,
"loc": {
"start": {
"line": 140,
"column": 13
},
"end": {
"line": 140,
"column": 14
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 3589,
"end": 3592,
"loc": {
"start": {
"line": 141,
"column": 12
},
"end": {
"line": 141,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3593,
"end": 3597,
"loc": {
"start": {
"line": 141,
"column": 16
},
"end": {
"line": 141,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3598,
"end": 3599,
"loc": {
"start": {
"line": 141,
"column": 21
},
"end": {
"line": 141,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 3600,
"end": 3609,
"loc": {
"start": {
"line": 141,
"column": 23
},
"end": {
"line": 141,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3609,
"end": 3610,
"loc": {
"start": {
"line": 141,
"column": 32
},
"end": {
"line": 141,
"column": 33
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "caption",
"start": 3610,
"end": 3619,
"loc": {
"start": {
"line": 141,
"column": 33
},
"end": {
"line": 141,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3619,
"end": 3620,
"loc": {
"start": {
"line": 141,
"column": 42
},
"end": {
"line": 141,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3620,
"end": 3621,
"loc": {
"start": {
"line": 141,
"column": 43
},
"end": {
"line": 141,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3634,
"end": 3638,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3638,
"end": 3639,
"loc": {
"start": {
"line": 142,
"column": 16
},
"end": {
"line": 142,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 3639,
"end": 3650,
"loc": {
"start": {
"line": 142,
"column": 17
},
"end": {
"line": 142,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3650,
"end": 3651,
"loc": {
"start": {
"line": 142,
"column": 28
},
"end": {
"line": 142,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3651,
"end": 3660,
"loc": {
"start": {
"line": 142,
"column": 29
},
"end": {
"line": 142,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3660,
"end": 3661,
"loc": {
"start": {
"line": 142,
"column": 38
},
"end": {
"line": 142,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3661,
"end": 3662,
"loc": {
"start": {
"line": 142,
"column": 39
},
"end": {
"line": 142,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3675,
"end": 3677,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3677,
"end": 3678,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 143,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dom",
"start": 3678,
"end": 3681,
"loc": {
"start": {
"line": 143,
"column": 15
},
"end": {
"line": 143,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3681,
"end": 3682,
"loc": {
"start": {
"line": 143,
"column": 18
},
"end": {
"line": 143,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3682,
"end": 3683,
"loc": {
"start": {
"line": 143,
"column": 19
},
"end": {
"line": 143,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3683,
"end": 3684,
"loc": {
"start": {
"line": 143,
"column": 20
},
"end": {
"line": 143,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "insertBefore",
"start": 3684,
"end": 3696,
"loc": {
"start": {
"line": 143,
"column": 21
},
"end": {
"line": 143,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3696,
"end": 3697,
"loc": {
"start": {
"line": 143,
"column": 33
},
"end": {
"line": 143,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3697,
"end": 3701,
"loc": {
"start": {
"line": 143,
"column": 34
},
"end": {
"line": 143,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3701,
"end": 3702,
"loc": {
"start": {
"line": 143,
"column": 38
},
"end": {
"line": 143,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3703,
"end": 3705,
"loc": {
"start": {
"line": 143,
"column": 40
},
"end": {
"line": 143,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3705,
"end": 3706,
"loc": {
"start": {
"line": 143,
"column": 42
},
"end": {
"line": 143,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dom",
"start": 3706,
"end": 3709,
"loc": {
"start": {
"line": 143,
"column": 43
},
"end": {
"line": 143,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3709,
"end": 3710,
"loc": {
"start": {
"line": 143,
"column": 46
},
"end": {
"line": 143,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3710,
"end": 3711,
"loc": {
"start": {
"line": 143,
"column": 47
},
"end": {
"line": 143,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3711,
"end": 3712,
"loc": {
"start": {
"line": 143,
"column": 48
},
"end": {
"line": 143,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "firstChild",
"start": 3712,
"end": 3722,
"loc": {
"start": {
"line": 143,
"column": 49
},
"end": {
"line": 143,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3722,
"end": 3723,
"loc": {
"start": {
"line": 143,
"column": 59
},
"end": {
"line": 143,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3723,
"end": 3724,
"loc": {
"start": {
"line": 143,
"column": 60
},
"end": {
"line": 143,
"column": 61
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3733,
"end": 3734,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 9
}
}
},
{
"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": 3743,
"end": 3747,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3747,
"end": 3748,
"loc": {
"start": {
"line": 145,
"column": 12
},
"end": {
"line": 145,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3748,
"end": 3752,
"loc": {
"start": {
"line": 145,
"column": 13
},
"end": {
"line": 145,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3753,
"end": 3754,
"loc": {
"start": {
"line": 145,
"column": 18
},
"end": {
"line": 145,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3755,
"end": 3764,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3764,
"end": 3765,
"loc": {
"start": {
"line": 145,
"column": 29
},
"end": {
"line": 145,
"column": 30
}
}
},
{
"type": "CommentLine",
"value": " left container",
"start": 3775,
"end": 3792,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 25
}
}
},
{
"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": 3801,
"end": 3805,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3805,
"end": 3806,
"loc": {
"start": {
"line": 148,
"column": 12
},
"end": {
"line": 148,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lCont",
"start": 3806,
"end": 3811,
"loc": {
"start": {
"line": 148,
"column": 13
},
"end": {
"line": 148,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3812,
"end": 3813,
"loc": {
"start": {
"line": 148,
"column": 19
},
"end": {
"line": 148,
"column": 20
}
}
},
{
"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": 3814,
"end": 3818,
"loc": {
"start": {
"line": 148,
"column": 21
},
"end": {
"line": 148,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3818,
"end": 3819,
"loc": {
"start": {
"line": 148,
"column": 25
},
"end": {
"line": 148,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createContainer",
"start": 3819,
"end": 3834,
"loc": {
"start": {
"line": 148,
"column": 26
},
"end": {
"line": 148,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3834,
"end": 3835,
"loc": {
"start": {
"line": 148,
"column": 41
},
"end": {
"line": 148,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3835,
"end": 3844,
"loc": {
"start": {
"line": 148,
"column": 42
},
"end": {
"line": 148,
"column": 51
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3844,
"end": 3845,
"loc": {
"start": {
"line": 148,
"column": 51
},
"end": {
"line": 148,
"column": 52
}
}
},
{
"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": 3846,
"end": 3850,
"loc": {
"start": {
"line": 148,
"column": 53
},
"end": {
"line": 148,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3850,
"end": 3851,
"loc": {
"start": {
"line": 148,
"column": 57
},
"end": {
"line": 148,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lContCssClass",
"start": 3851,
"end": 3864,
"loc": {
"start": {
"line": 148,
"column": 58
},
"end": {
"line": 148,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3864,
"end": 3865,
"loc": {
"start": {
"line": 148,
"column": 71
},
"end": {
"line": 148,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3865,
"end": 3866,
"loc": {
"start": {
"line": 148,
"column": 72
},
"end": {
"line": 148,
"column": 73
}
}
},
{
"type": "CommentLine",
"value": " right container",
"start": 3876,
"end": 3894,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"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": 3903,
"end": 3907,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3907,
"end": 3908,
"loc": {
"start": {
"line": 151,
"column": 12
},
"end": {
"line": 151,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rCont",
"start": 3908,
"end": 3913,
"loc": {
"start": {
"line": 151,
"column": 13
},
"end": {
"line": 151,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3914,
"end": 3915,
"loc": {
"start": {
"line": 151,
"column": 19
},
"end": {
"line": 151,
"column": 20
}
}
},
{
"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": 3916,
"end": 3920,
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3920,
"end": 3921,
"loc": {
"start": {
"line": 151,
"column": 25
},
"end": {
"line": 151,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createContainer",
"start": 3921,
"end": 3936,
"loc": {
"start": {
"line": 151,
"column": 26
},
"end": {
"line": 151,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3936,
"end": 3937,
"loc": {
"start": {
"line": 151,
"column": 41
},
"end": {
"line": 151,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 3937,
"end": 3946,
"loc": {
"start": {
"line": 151,
"column": 42
},
"end": {
"line": 151,
"column": 51
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3946,
"end": 3947,
"loc": {
"start": {
"line": 151,
"column": 51
},
"end": {
"line": 151,
"column": 52
}
}
},
{
"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": 3948,
"end": 3952,
"loc": {
"start": {
"line": 151,
"column": 53
},
"end": {
"line": 151,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3952,
"end": 3953,
"loc": {
"start": {
"line": 151,
"column": 57
},
"end": {
"line": 151,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rContCssClass",
"start": 3953,
"end": 3966,
"loc": {
"start": {
"line": 151,
"column": 58
},
"end": {
"line": 151,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3966,
"end": 3967,
"loc": {
"start": {
"line": 151,
"column": 71
},
"end": {
"line": 151,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3967,
"end": 3968,
"loc": {
"start": {
"line": 151,
"column": 72
},
"end": {
"line": 151,
"column": 73
}
}
},
{
"type": "CommentLine",
"value": " middle container",
"start": 3978,
"end": 3997,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 27
}
}
},
{
"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": 4006,
"end": 4010,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4010,
"end": 4011,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cCont",
"start": 4011,
"end": 4016,
"loc": {
"start": {
"line": 154,
"column": 13
},
"end": {
"line": 154,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4017,
"end": 4018,
"loc": {
"start": {
"line": 154,
"column": 19
},
"end": {
"line": 154,
"column": 20
}
}
},
{
"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": 4019,
"end": 4023,
"loc": {
"start": {
"line": 154,
"column": 21
},
"end": {
"line": 154,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4023,
"end": 4024,
"loc": {
"start": {
"line": 154,
"column": 25
},
"end": {
"line": 154,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createContainer",
"start": 4024,
"end": 4039,
"loc": {
"start": {
"line": 154,
"column": 26
},
"end": {
"line": 154,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4039,
"end": 4040,
"loc": {
"start": {
"line": 154,
"column": 41
},
"end": {
"line": 154,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 4040,
"end": 4049,
"loc": {
"start": {
"line": 154,
"column": 42
},
"end": {
"line": 154,
"column": 51
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4049,
"end": 4050,
"loc": {
"start": {
"line": 154,
"column": 51
},
"end": {
"line": 154,
"column": 52
}
}
},
{
"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": 4051,
"end": 4055,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4055,
"end": 4056,
"loc": {
"start": {
"line": 154,
"column": 57
},
"end": {
"line": 154,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cContCssClass",
"start": 4056,
"end": 4069,
"loc": {
"start": {
"line": 154,
"column": 58
},
"end": {
"line": 154,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4069,
"end": 4070,
"loc": {
"start": {
"line": 154,
"column": 71
},
"end": {
"line": 154,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4070,
"end": 4071,
"loc": {
"start": {
"line": 154,
"column": 72
},
"end": {
"line": 154,
"column": 73
}
}
},
{
"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": 4081,
"end": 4085,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4085,
"end": 4086,
"loc": {
"start": {
"line": 156,
"column": 12
},
"end": {
"line": 156,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerCont",
"start": 4086,
"end": 4095,
"loc": {
"start": {
"line": 156,
"column": 13
},
"end": {
"line": 156,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4096,
"end": 4097,
"loc": {
"start": {
"line": 156,
"column": 23
},
"end": {
"line": 156,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4098,
"end": 4099,
"loc": {
"start": {
"line": 156,
"column": 25
},
"end": {
"line": 156,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "left",
"start": 4112,
"end": 4116,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4116,
"end": 4117,
"loc": {
"start": {
"line": 157,
"column": 16
},
"end": {
"line": 157,
"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": 4118,
"end": 4122,
"loc": {
"start": {
"line": 157,
"column": 18
},
"end": {
"line": 157,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4122,
"end": 4123,
"loc": {
"start": {
"line": 157,
"column": 22
},
"end": {
"line": 157,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lCont",
"start": 4123,
"end": 4128,
"loc": {
"start": {
"line": 157,
"column": 23
},
"end": {
"line": 157,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4128,
"end": 4129,
"loc": {
"start": {
"line": 157,
"column": 28
},
"end": {
"line": 157,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 4142,
"end": 4148,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4148,
"end": 4149,
"loc": {
"start": {
"line": 158,
"column": 18
},
"end": {
"line": 158,
"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": 4150,
"end": 4154,
"loc": {
"start": {
"line": 158,
"column": 20
},
"end": {
"line": 158,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4154,
"end": 4155,
"loc": {
"start": {
"line": 158,
"column": 24
},
"end": {
"line": 158,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cCont",
"start": 4155,
"end": 4160,
"loc": {
"start": {
"line": 158,
"column": 25
},
"end": {
"line": 158,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4160,
"end": 4161,
"loc": {
"start": {
"line": 158,
"column": 30
},
"end": {
"line": 158,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "right",
"start": 4174,
"end": 4179,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 17
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4179,
"end": 4180,
"loc": {
"start": {
"line": 159,
"column": 17
},
"end": {
"line": 159,
"column": 18
}
}
},
{
"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": 4181,
"end": 4185,
"loc": {
"start": {
"line": 159,
"column": 19
},
"end": {
"line": 159,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4185,
"end": 4186,
"loc": {
"start": {
"line": 159,
"column": 23
},
"end": {
"line": 159,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rCont",
"start": 4186,
"end": 4191,
"loc": {
"start": {
"line": 159,
"column": 24
},
"end": {
"line": 159,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4200,
"end": 4201,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4201,
"end": 4202,
"loc": {
"start": {
"line": 160,
"column": 9
},
"end": {
"line": 160,
"column": 10
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 4212,
"end": 4229,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 25
}
}
},
{
"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": 4238,
"end": 4242,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4242,
"end": 4243,
"loc": {
"start": {
"line": 163,
"column": 12
},
"end": {
"line": 163,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 4243,
"end": 4254,
"loc": {
"start": {
"line": 163,
"column": 13
},
"end": {
"line": 163,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4255,
"end": 4256,
"loc": {
"start": {
"line": 163,
"column": 25
},
"end": {
"line": 163,
"column": 26
}
}
},
{
"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": 4257,
"end": 4261,
"loc": {
"start": {
"line": 163,
"column": 27
},
"end": {
"line": 163,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4261,
"end": 4262,
"loc": {
"start": {
"line": 163,
"column": 31
},
"end": {
"line": 163,
"column": 32
}
}
},
{
"type": "CommentLine",
"value": " emit help initialisation only if undefined",
"start": 4272,
"end": 4317,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 53
}
}
},
{
"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": 4326,
"end": 4328,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4329,
"end": 4330,
"loc": {
"start": {
"line": 166,
"column": 11
},
"end": {
"line": 166,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isUndef",
"start": 4330,
"end": 4337,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4337,
"end": 4338,
"loc": {
"start": {
"line": 166,
"column": 19
},
"end": {
"line": 166,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 4338,
"end": 4340,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4340,
"end": 4341,
"loc": {
"start": {
"line": 166,
"column": 22
},
"end": {
"line": 166,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "help",
"start": 4341,
"end": 4345,
"loc": {
"start": {
"line": 166,
"column": 23
},
"end": {
"line": 166,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4345,
"end": 4346,
"loc": {
"start": {
"line": 166,
"column": 27
},
"end": {
"line": 166,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4346,
"end": 4347,
"loc": {
"start": {
"line": 166,
"column": 28
},
"end": {
"line": 166,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4348,
"end": 4349,
"loc": {
"start": {
"line": 166,
"column": 30
},
"end": {
"line": 166,
"column": 31
}
}
},
{
"type": "CommentLine",
"value": " explicitily enable help to initialise feature by",
"start": 4362,
"end": 4413,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 63
}
}
},
{
"type": "CommentLine",
"value": " default, only if setting is undefined",
"start": 4426,
"end": 4466,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 4479,
"end": 4481,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4481,
"end": 4482,
"loc": {
"start": {
"line": 169,
"column": 14
},
"end": {
"line": 169,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Mod",
"start": 4482,
"end": 4485,
"loc": {
"start": {
"line": 169,
"column": 15
},
"end": {
"line": 169,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4485,
"end": 4486,
"loc": {
"start": {
"line": 169,
"column": 18
},
"end": {
"line": 169,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "help",
"start": 4486,
"end": 4490,
"loc": {
"start": {
"line": 169,
"column": 19
},
"end": {
"line": 169,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4490,
"end": 4491,
"loc": {
"start": {
"line": 169,
"column": 23
},
"end": {
"line": 169,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enable",
"start": 4491,
"end": 4497,
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 169,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4497,
"end": 4498,
"loc": {
"start": {
"line": 169,
"column": 30
},
"end": {
"line": 169,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4498,
"end": 4499,
"loc": {
"start": {
"line": 169,
"column": 31
},
"end": {
"line": 169,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4499,
"end": 4500,
"loc": {
"start": {
"line": 169,
"column": 32
},
"end": {
"line": 169,
"column": 33
}
}
},
{
"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": 4513,
"end": 4517,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4517,
"end": 4518,
"loc": {
"start": {
"line": 170,
"column": 16
},
"end": {
"line": 170,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 4518,
"end": 4525,
"loc": {
"start": {
"line": 170,
"column": 17
},
"end": {
"line": 170,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4525,
"end": 4526,
"loc": {
"start": {
"line": 170,
"column": 24
},
"end": {
"line": 170,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emit",
"start": 4526,
"end": 4530,
"loc": {
"start": {
"line": 170,
"column": 25
},
"end": {
"line": 170,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4530,
"end": 4531,
"loc": {
"start": {
"line": 170,
"column": 29
},
"end": {
"line": 170,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "init-help",
"start": 4531,
"end": 4542,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4542,
"end": 4543,
"loc": {
"start": {
"line": 170,
"column": 41
},
"end": {
"line": 170,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 4544,
"end": 4546,
"loc": {
"start": {
"line": 170,
"column": 43
},
"end": {
"line": 170,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4546,
"end": 4547,
"loc": {
"start": {
"line": 170,
"column": 45
},
"end": {
"line": 170,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4547,
"end": 4548,
"loc": {
"start": {
"line": 170,
"column": 46
},
"end": {
"line": 170,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4557,
"end": 4558,
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 171,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4563,
"end": 4564,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Return the container based on requested position inside the toolbar\n * @param {String} [position=RIGHT] 3 possible positions: 'left', 'center',\n * 'right'\n * @param {DOMElement} el optional DOM element to be inserter in container\n * @returns {DOMElement}\n ",
"start": 4570,
"end": 4859,
"loc": {
"start": {
"line": 174,
"column": 4
},
"end": {
"line": 180,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 4864,
"end": 4873,
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 181,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4873,
"end": 4874,
"loc": {
"start": {
"line": 181,
"column": 13
},
"end": {
"line": 181,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "position",
"start": 4874,
"end": 4882,
"loc": {
"start": {
"line": 181,
"column": 14
},
"end": {
"line": 181,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4883,
"end": 4884,
"loc": {
"start": {
"line": 181,
"column": 23
},
"end": {
"line": 181,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RIGHT",
"start": 4885,
"end": 4890,
"loc": {
"start": {
"line": 181,
"column": 25
},
"end": {
"line": 181,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4890,
"end": 4891,
"loc": {
"start": {
"line": 181,
"column": 30
},
"end": {
"line": 181,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "el",
"start": 4892,
"end": 4894,
"loc": {
"start": {
"line": 181,
"column": 32
},
"end": {
"line": 181,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4894,
"end": 4895,
"loc": {
"start": {
"line": 181,
"column": 34
},
"end": {
"line": 181,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4896,
"end": 4897,
"loc": {
"start": {
"line": 181,
"column": 36
},
"end": {
"line": 181,
"column": 37
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4906,
"end": 4909,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 4910,
"end": 4914,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4915,
"end": 4916,
"loc": {
"start": {
"line": 182,
"column": 17
},
"end": {
"line": 182,
"column": 18
}
}
},
{
"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": 4917,
"end": 4921,
"loc": {
"start": {
"line": 182,
"column": 19
},
"end": {
"line": 182,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4921,
"end": 4922,
"loc": {
"start": {
"line": 182,
"column": 23
},
"end": {
"line": 182,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerCont",
"start": 4922,
"end": 4931,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 33
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4931,
"end": 4932,
"loc": {
"start": {
"line": 182,
"column": 33
},
"end": {
"line": 182,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "position",
"start": 4932,
"end": 4940,
"loc": {
"start": {
"line": 182,
"column": 34
},
"end": {
"line": 182,
"column": 42
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4940,
"end": 4941,
"loc": {
"start": {
"line": 182,
"column": 42
},
"end": {
"line": 182,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4941,
"end": 4942,
"loc": {
"start": {
"line": 182,
"column": 43
},
"end": {
"line": 182,
"column": 44
}
}
},
{
"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": 4951,
"end": 4953,
"loc": {
"start": {
"line": 183,
"column": 8
},
"end": {
"line": 183,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4954,
"end": 4955,
"loc": {
"start": {
"line": 183,
"column": 11
},
"end": {
"line": 183,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "el",
"start": 4955,
"end": 4957,
"loc": {
"start": {
"line": 183,
"column": 12
},
"end": {
"line": 183,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4957,
"end": 4958,
"loc": {
"start": {
"line": 183,
"column": 14
},
"end": {
"line": 183,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4959,
"end": 4960,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 4973,
"end": 4977,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4977,
"end": 4978,
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 4978,
"end": 4989,
"loc": {
"start": {
"line": 184,
"column": 17
},
"end": {
"line": 184,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4989,
"end": 4990,
"loc": {
"start": {
"line": 184,
"column": 28
},
"end": {
"line": 184,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "el",
"start": 4990,
"end": 4992,
"loc": {
"start": {
"line": 184,
"column": 29
},
"end": {
"line": 184,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4992,
"end": 4993,
"loc": {
"start": {
"line": 184,
"column": 31
},
"end": {
"line": 184,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4993,
"end": 4994,
"loc": {
"start": {
"line": 184,
"column": 32
},
"end": {
"line": 184,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5003,
"end": 5004,
"loc": {
"start": {
"line": 185,
"column": 8
},
"end": {
"line": 185,
"column": 9
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 5013,
"end": 5019,
"loc": {
"start": {
"line": 186,
"column": 8
},
"end": {
"line": 186,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5020,
"end": 5024,
"loc": {
"start": {
"line": 186,
"column": 15
},
"end": {
"line": 186,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5024,
"end": 5025,
"loc": {
"start": {
"line": 186,
"column": 19
},
"end": {
"line": 186,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5030,
"end": 5031,
"loc": {
"start": {
"line": 187,
"column": 4
},
"end": {
"line": 187,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Create DOM element inside passed container\n * @param {DOMElement} container\n * @param {String} css\n * @private\n ",
"start": 5037,
"end": 5178,
"loc": {
"start": {
"line": 189,
"column": 4
},
"end": {
"line": 194,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createContainer",
"start": 5183,
"end": 5198,
"loc": {
"start": {
"line": 195,
"column": 4
},
"end": {
"line": 195,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5198,
"end": 5199,
"loc": {
"start": {
"line": 195,
"column": 19
},
"end": {
"line": 195,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 5199,
"end": 5208,
"loc": {
"start": {
"line": 195,
"column": 20
},
"end": {
"line": 195,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5208,
"end": 5209,
"loc": {
"start": {
"line": 195,
"column": 29
},
"end": {
"line": 195,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "css",
"start": 5210,
"end": 5213,
"loc": {
"start": {
"line": 195,
"column": 31
},
"end": {
"line": 195,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5213,
"end": 5214,
"loc": {
"start": {
"line": 195,
"column": 34
},
"end": {
"line": 195,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5215,
"end": 5216,
"loc": {
"start": {
"line": 195,
"column": 36
},
"end": {
"line": 195,
"column": 37
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 5225,
"end": 5228,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "div",
"start": 5229,
"end": 5232,
"loc": {
"start": {
"line": 196,
"column": 12
},
"end": {
"line": 196,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5233,
"end": 5234,
"loc": {
"start": {
"line": 196,
"column": 16
},
"end": {
"line": 196,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 5235,
"end": 5244,
"loc": {
"start": {
"line": 196,
"column": 18
},
"end": {
"line": 196,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5244,
"end": 5245,
"loc": {
"start": {
"line": 196,
"column": 27
},
"end": {
"line": 196,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "div",
"start": 5245,
"end": 5250,
"loc": {
"start": {
"line": 196,
"column": 28
},
"end": {
"line": 196,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5250,
"end": 5251,
"loc": {
"start": {
"line": 196,
"column": 33
},
"end": {
"line": 196,
"column": 34
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5252,
"end": 5253,
"loc": {
"start": {
"line": 196,
"column": 35
},
"end": {
"line": 196,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 5253,
"end": 5260,
"loc": {
"start": {
"line": 196,
"column": 36
},
"end": {
"line": 196,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5260,
"end": 5261,
"loc": {
"start": {
"line": 196,
"column": 43
},
"end": {
"line": 196,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "css",
"start": 5262,
"end": 5265,
"loc": {
"start": {
"line": 196,
"column": 45
},
"end": {
"line": 196,
"column": 48
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5265,
"end": 5266,
"loc": {
"start": {
"line": 196,
"column": 48
},
"end": {
"line": 196,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5266,
"end": 5267,
"loc": {
"start": {
"line": 196,
"column": 49
},
"end": {
"line": 196,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5267,
"end": 5268,
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 5277,
"end": 5286,
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5286,
"end": 5287,
"loc": {
"start": {
"line": 197,
"column": 17
},
"end": {
"line": 197,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 5287,
"end": 5298,
"loc": {
"start": {
"line": 197,
"column": 18
},
"end": {
"line": 197,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5298,
"end": 5299,
"loc": {
"start": {
"line": 197,
"column": 29
},
"end": {
"line": 197,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "div",
"start": 5299,
"end": 5302,
"loc": {
"start": {
"line": 197,
"column": 30
},
"end": {
"line": 197,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5302,
"end": 5303,
"loc": {
"start": {
"line": 197,
"column": 33
},
"end": {
"line": 197,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5303,
"end": 5304,
"loc": {
"start": {
"line": 197,
"column": 34
},
"end": {
"line": 197,
"column": 35
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 5313,
"end": 5319,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "div",
"start": 5320,
"end": 5323,
"loc": {
"start": {
"line": 198,
"column": 15
},
"end": {
"line": 198,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5323,
"end": 5324,
"loc": {
"start": {
"line": 198,
"column": 18
},
"end": {
"line": 198,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5329,
"end": 5330,
"loc": {
"start": {
"line": 199,
"column": 4
},
"end": {
"line": 199,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Destroy Toolbar instance\n ",
"start": 5336,
"end": 5379,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 5384,
"end": 5391,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5391,
"end": 5392,
"loc": {
"start": {
"line": 204,
"column": 11
},
"end": {
"line": 204,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5392,
"end": 5393,
"loc": {
"start": {
"line": 204,
"column": 12
},
"end": {
"line": 204,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5394,
"end": 5395,
"loc": {
"start": {
"line": 204,
"column": 14
},
"end": {
"line": 204,
"column": 15
}
}
},
{
"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": 5404,
"end": 5406,
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5407,
"end": 5408,
"loc": {
"start": {
"line": 205,
"column": 11
},
"end": {
"line": 205,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 5408,
"end": 5409,
"loc": {
"start": {
"line": 205,
"column": 12
},
"end": {
"line": 205,
"column": 13
}
}
},
{
"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": 5409,
"end": 5413,
"loc": {
"start": {
"line": 205,
"column": 13
},
"end": {
"line": 205,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5413,
"end": 5414,
"loc": {
"start": {
"line": 205,
"column": 17
},
"end": {
"line": 205,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 5414,
"end": 5425,
"loc": {
"start": {
"line": 205,
"column": 18
},
"end": {
"line": 205,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5425,
"end": 5426,
"loc": {
"start": {
"line": 205,
"column": 29
},
"end": {
"line": 205,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5427,
"end": 5428,
"loc": {
"start": {
"line": 205,
"column": 31
},
"end": {
"line": 205,
"column": 32
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 5441,
"end": 5447,
"loc": {
"start": {
"line": 206,
"column": 12
},
"end": {
"line": 206,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5447,
"end": 5448,
"loc": {
"start": {
"line": 206,
"column": 18
},
"end": {
"line": 206,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5457,
"end": 5458,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 9
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 5468,
"end": 5471,
"loc": {
"start": {
"line": 209,
"column": 8
},
"end": {
"line": 209,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 5472,
"end": 5474,
"loc": {
"start": {
"line": 209,
"column": 12
},
"end": {
"line": 209,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5475,
"end": 5476,
"loc": {
"start": {
"line": 209,
"column": 15
},
"end": {
"line": 209,
"column": 16
}
}
},
{
"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": 5477,
"end": 5481,
"loc": {
"start": {
"line": 209,
"column": 17
},
"end": {
"line": 209,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5481,
"end": 5482,
"loc": {
"start": {
"line": 209,
"column": 21
},
"end": {
"line": 209,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 5482,
"end": 5484,
"loc": {
"start": {
"line": 209,
"column": 22
},
"end": {
"line": 209,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5484,
"end": 5485,
"loc": {
"start": {
"line": 209,
"column": 24
},
"end": {
"line": 209,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 5495,
"end": 5504,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5504,
"end": 5505,
"loc": {
"start": {
"line": 211,
"column": 17
},
"end": {
"line": 211,
"column": 18
}
}
},
{
"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": 5505,
"end": 5509,
"loc": {
"start": {
"line": 211,
"column": 18
},
"end": {
"line": 211,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5509,
"end": 5510,
"loc": {
"start": {
"line": 211,
"column": 22
},
"end": {
"line": 211,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5510,
"end": 5514,
"loc": {
"start": {
"line": 211,
"column": 23
},
"end": {
"line": 211,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5514,
"end": 5515,
"loc": {
"start": {
"line": 211,
"column": 27
},
"end": {
"line": 211,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5515,
"end": 5516,
"loc": {
"start": {
"line": 211,
"column": 28
},
"end": {
"line": 211,
"column": 29
}
}
},
{
"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": 5525,
"end": 5529,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5529,
"end": 5530,
"loc": {
"start": {
"line": 212,
"column": 12
},
"end": {
"line": 212,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5530,
"end": 5534,
"loc": {
"start": {
"line": 212,
"column": 13
},
"end": {
"line": 212,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5535,
"end": 5536,
"loc": {
"start": {
"line": 212,
"column": 18
},
"end": {
"line": 212,
"column": 19
}
}
},
{
"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": 5537,
"end": 5541,
"loc": {
"start": {
"line": 212,
"column": 20
},
"end": {
"line": 212,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5541,
"end": 5542,
"loc": {
"start": {
"line": 212,
"column": 24
},
"end": {
"line": 212,
"column": 25
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 5552,
"end": 5555,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tbl",
"start": 5556,
"end": 5559,
"loc": {
"start": {
"line": 214,
"column": 12
},
"end": {
"line": 214,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5560,
"end": 5561,
"loc": {
"start": {
"line": 214,
"column": 16
},
"end": {
"line": 214,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 5562,
"end": 5564,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5564,
"end": 5565,
"loc": {
"start": {
"line": 214,
"column": 20
},
"end": {
"line": 214,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dom",
"start": 5565,
"end": 5568,
"loc": {
"start": {
"line": 214,
"column": 21
},
"end": {
"line": 214,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5568,
"end": 5569,
"loc": {
"start": {
"line": 214,
"column": 24
},
"end": {
"line": 214,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5569,
"end": 5570,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5570,
"end": 5571,
"loc": {
"start": {
"line": 214,
"column": 26
},
"end": {
"line": 214,
"column": 27
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 5580,
"end": 5583,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "captions",
"start": 5584,
"end": 5592,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5593,
"end": 5594,
"loc": {
"start": {
"line": 215,
"column": 21
},
"end": {
"line": 215,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tag",
"start": 5595,
"end": 5598,
"loc": {
"start": {
"line": 215,
"column": 23
},
"end": {
"line": 215,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5598,
"end": 5599,
"loc": {
"start": {
"line": 215,
"column": 26
},
"end": {
"line": 215,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tbl",
"start": 5599,
"end": 5602,
"loc": {
"start": {
"line": 215,
"column": 27
},
"end": {
"line": 215,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5602,
"end": 5603,
"loc": {
"start": {
"line": 215,
"column": 30
},
"end": {
"line": 215,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "caption",
"start": 5604,
"end": 5613,
"loc": {
"start": {
"line": 215,
"column": 32
},
"end": {
"line": 215,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5613,
"end": 5614,
"loc": {
"start": {
"line": 215,
"column": 41
},
"end": {
"line": 215,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5614,
"end": 5615,
"loc": {
"start": {
"line": 215,
"column": 42
},
"end": {
"line": 215,
"column": 43
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5624,
"end": 5625,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 9
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5625,
"end": 5626,
"loc": {
"start": {
"line": 216,
"column": 9
},
"end": {
"line": 216,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5626,
"end": 5627,
"loc": {
"start": {
"line": 216,
"column": 10
},
"end": {
"line": 216,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "forEach",
"start": 5627,
"end": 5634,
"loc": {
"start": {
"line": 216,
"column": 11
},
"end": {
"line": 216,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5634,
"end": 5635,
"loc": {
"start": {
"line": 216,
"column": 18
},
"end": {
"line": 216,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "call",
"start": 5635,
"end": 5639,
"loc": {
"start": {
"line": 216,
"column": 19
},
"end": {
"line": 216,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5639,
"end": 5640,
"loc": {
"start": {
"line": 216,
"column": 23
},
"end": {
"line": 216,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "captions",
"start": 5640,
"end": 5648,
"loc": {
"start": {
"line": 216,
"column": 24
},
"end": {
"line": 216,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5648,
"end": 5649,
"loc": {
"start": {
"line": 216,
"column": 32
},
"end": {
"line": 216,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5650,
"end": 5651,
"loc": {
"start": {
"line": 216,
"column": 34
},
"end": {
"line": 216,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "el",
"start": 5651,
"end": 5653,
"loc": {
"start": {
"line": 216,
"column": 35
},
"end": {
"line": 216,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5653,
"end": 5654,
"loc": {
"start": {
"line": 216,
"column": 37
},
"end": {
"line": 216,
"column": 38
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5655,
"end": 5657,
"loc": {
"start": {
"line": 216,
"column": 39
},
"end": {
"line": 216,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 5658,
"end": 5667,
"loc": {
"start": {
"line": 216,
"column": 42
},
"end": {
"line": 216,
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5667,
"end": 5668,
"loc": {
"start": {
"line": 216,
"column": 51
},
"end": {
"line": 216,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "el",
"start": 5668,
"end": 5670,
"loc": {
"start": {
"line": 216,
"column": 52
},
"end": {
"line": 216,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5670,
"end": 5671,
"loc": {
"start": {
"line": 216,
"column": 54
},
"end": {
"line": 216,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5671,
"end": 5672,
"loc": {
"start": {
"line": 216,
"column": 55
},
"end": {
"line": 216,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5672,
"end": 5673,
"loc": {
"start": {
"line": 216,
"column": 56
},
"end": {
"line": 216,
"column": 57
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5683,
"end": 5700,
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 25
}
}
},
{
"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": 5709,
"end": 5713,
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5713,
"end": 5714,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 5714,
"end": 5725,
"loc": {
"start": {
"line": 219,
"column": 13
},
"end": {
"line": 219,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5726,
"end": 5727,
"loc": {
"start": {
"line": 219,
"column": 25
},
"end": {
"line": 219,
"column": 26
}
}
},
{
"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": 5728,
"end": 5733,
"loc": {
"start": {
"line": 219,
"column": 27
},
"end": {
"line": 219,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5733,
"end": 5734,
"loc": {
"start": {
"line": 219,
"column": 32
},
"end": {
"line": 219,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5739,
"end": 5740,
"loc": {
"start": {
"line": 220,
"column": 4
},
"end": {
"line": 220,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5741,
"end": 5742,
"loc": {
"start": {
"line": 221,
"column": 0
},
"end": {
"line": 221,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5743,
"end": 5743,
"loc": {
"start": {
"line": 222,
"column": 0
},
"end": {
"line": 222,
"column": 0
}
}
}
]
}