From c2b6992da86123d9b516b81aabedc62ed23dbac3 Mon Sep 17 00:00:00 2001
From: koalyptus
Date: Sun, 11 Feb 2018 06:16:16 +0000
Subject: [PATCH] publish Docs to gh-pages (auto)
branch: master
SHA: 83ff0aab79ad50f7ed8eda3973c1186d69db04ae
range SHA: d5ef7afa1e4d...83ff0aab79ad
build id: 340051887
build number: 920
---
docs/ast/source/dom.js.json | 2562 +-
docs/ast/source/modules/checkList.js.json | 53234 ++++++++--------
docs/ast/source/modules/noResults.js.json | 6892 +-
.../src/modules/checkList.js~CheckList.html | 6 +-
.../src/modules/noResults.js~NoResults.html | 10 +-
docs/coverage.json | 2 +-
docs/file/src/dom.js.html | 6 +-
docs/file/src/modules/checkList.js.html | 109 +-
docs/file/src/modules/noResults.js.html | 11 +-
docs/function/index.html | 23 +-
docs/identifiers.html | 2 +-
docs/index.json | 54 +-
docs/source.html | 96 +-
13 files changed, 30389 insertions(+), 32618 deletions(-)
diff --git a/docs/ast/source/dom.js.json b/docs/ast/source/dom.js.json
index ea7cfb56..122b2bc1 100644
--- a/docs/ast/source/dom.js.json
+++ b/docs/ast/source/dom.js.json
@@ -1,28 +1,28 @@
{
"type": "File",
"start": 0,
- "end": 4766,
+ "end": 4877,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
- "line": 191,
+ "line": 193,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
- "end": 4766,
+ "end": 4877,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
- "line": 191,
+ "line": 193,
"column": 0
}
},
@@ -7367,16 +7367,16 @@
"trailingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n ",
+ "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n ",
"start": 3613,
- "end": 3848,
+ "end": 3924,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
- "line": 155,
+ "line": 156,
"column": 3
}
}
@@ -7404,16 +7404,16 @@
"trailingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n ",
+ "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n ",
"start": 3613,
- "end": 3848,
+ "end": 3924,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
- "line": 155,
+ "line": 156,
"column": 3
}
}
@@ -7422,15 +7422,15 @@
},
{
"type": "ExportNamedDeclaration",
- "start": 3849,
- "end": 4296,
+ "start": 3925,
+ "end": 4407,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 0
},
"end": {
- "line": 171,
+ "line": 173,
"column": 2
}
},
@@ -7438,44 +7438,44 @@
"source": null,
"declaration": {
"type": "VariableDeclaration",
- "start": 3856,
- "end": 4296,
+ "start": 3932,
+ "end": 4407,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 7
},
"end": {
- "line": 171,
+ "line": 173,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3862,
- "end": 4295,
+ "start": 3938,
+ "end": 4406,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 13
},
"end": {
- "line": 171,
+ "line": 173,
"column": 1
}
},
"id": {
"type": "Identifier",
- "start": 3862,
- "end": 3877,
+ "start": 3938,
+ "end": 3953,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 13
},
"end": {
- "line": 156,
+ "line": 157,
"column": 28
},
"identifierName": "createCheckItem"
@@ -7485,29 +7485,29 @@
},
"init": {
"type": "ArrowFunctionExpression",
- "start": 3880,
- "end": 4295,
+ "start": 3956,
+ "end": 4406,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 31
},
"end": {
- "line": 171,
+ "line": 173,
"column": 1
}
},
"id": {
"type": "Identifier",
- "start": 3862,
- "end": 3877,
+ "start": 3938,
+ "end": 3953,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 13
},
"end": {
- "line": 156,
+ "line": 157,
"column": 28
},
"identifierName": "createCheckItem"
@@ -7521,15 +7521,15 @@
"params": [
{
"type": "Identifier",
- "start": 3881,
- "end": 3883,
+ "start": 3957,
+ "end": 3959,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 32
},
"end": {
- "line": 156,
+ "line": 157,
"column": 34
},
"identifierName": "id"
@@ -7538,15 +7538,15 @@
},
{
"type": "Identifier",
- "start": 3885,
- "end": 3893,
+ "start": 3961,
+ "end": 3969,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 36
},
"end": {
- "line": 156,
+ "line": 157,
"column": 44
},
"identifierName": "chkValue"
@@ -7555,77 +7555,125 @@
},
{
"type": "Identifier",
- "start": 3895,
- "end": 3904,
+ "start": 3971,
+ "end": 3980,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 46
},
"end": {
- "line": 156,
+ "line": 157,
"column": 55
},
"identifierName": "labelText"
},
"name": "labelText"
+ },
+ {
+ "type": "AssignmentPattern",
+ "start": 3982,
+ "end": 3996,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 57
+ },
+ "end": {
+ "line": 157,
+ "column": 71
+ }
+ },
+ "left": {
+ "type": "Identifier",
+ "start": 3982,
+ "end": 3991,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 57
+ },
+ "end": {
+ "line": 157,
+ "column": 66
+ },
+ "identifierName": "extraAttr"
+ },
+ "name": "extraAttr"
+ },
+ "right": {
+ "type": "ArrayExpression",
+ "start": 3994,
+ "end": 3996,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 69
+ },
+ "end": {
+ "line": 157,
+ "column": 71
+ }
+ },
+ "elements": []
+ }
}
],
"body": {
"type": "BlockStatement",
- "start": 3909,
- "end": 4295,
+ "start": 4001,
+ "end": 4406,
"loc": {
"start": {
- "line": 156,
- "column": 60
+ "line": 157,
+ "column": 76
},
"end": {
- "line": 171,
+ "line": 173,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 3915,
- "end": 3940,
+ "start": 4007,
+ "end": 4032,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 4
},
"end": {
- "line": 157,
+ "line": 158,
"column": 29
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3919,
- "end": 3939,
+ "start": 4011,
+ "end": 4031,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 8
},
"end": {
- "line": 157,
+ "line": 158,
"column": 28
}
},
"id": {
"type": "Identifier",
- "start": 3919,
- "end": 3921,
+ "start": 4011,
+ "end": 4013,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 8
},
"end": {
- "line": 157,
+ "line": 158,
"column": 10
},
"identifierName": "li"
@@ -7634,29 +7682,29 @@
},
"init": {
"type": "CallExpression",
- "start": 3924,
- "end": 3939,
+ "start": 4016,
+ "end": 4031,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 13
},
"end": {
- "line": 157,
+ "line": 158,
"column": 28
}
},
"callee": {
"type": "Identifier",
- "start": 3924,
- "end": 3933,
+ "start": 4016,
+ "end": 4025,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 13
},
"end": {
- "line": 157,
+ "line": 158,
"column": 22
},
"identifierName": "createElm"
@@ -7666,15 +7714,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 3934,
- "end": 3938,
+ "start": 4026,
+ "end": 4030,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 23
},
"end": {
- "line": 157,
+ "line": 158,
"column": 27
}
},
@@ -7692,44 +7740,44 @@
},
{
"type": "VariableDeclaration",
- "start": 3945,
- "end": 3989,
+ "start": 4037,
+ "end": 4081,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 4
},
"end": {
- "line": 158,
+ "line": 159,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3949,
- "end": 3988,
+ "start": 4041,
+ "end": 4080,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 47
}
},
"id": {
"type": "Identifier",
- "start": 3949,
- "end": 3954,
+ "start": 4041,
+ "end": 4046,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 13
},
"identifierName": "label"
@@ -7738,29 +7786,29 @@
},
"init": {
"type": "CallExpression",
- "start": 3957,
- "end": 3988,
+ "start": 4049,
+ "end": 4080,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 16
},
"end": {
- "line": 158,
+ "line": 159,
"column": 47
}
},
"callee": {
"type": "Identifier",
- "start": 3957,
- "end": 3966,
+ "start": 4049,
+ "end": 4058,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 16
},
"end": {
- "line": 158,
+ "line": 159,
"column": 25
},
"identifierName": "createElm"
@@ -7770,15 +7818,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 3967,
- "end": 3974,
+ "start": 4059,
+ "end": 4066,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 26
},
"end": {
- "line": 158,
+ "line": 159,
"column": 33
}
},
@@ -7790,30 +7838,30 @@
},
{
"type": "ArrayExpression",
- "start": 3976,
- "end": 3987,
+ "start": 4068,
+ "end": 4079,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 35
},
"end": {
- "line": 158,
+ "line": 159,
"column": 46
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 3977,
- "end": 3982,
+ "start": 4069,
+ "end": 4074,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 36
},
"end": {
- "line": 158,
+ "line": 159,
"column": 41
}
},
@@ -7825,15 +7873,15 @@
},
{
"type": "Identifier",
- "start": 3984,
- "end": 3986,
+ "start": 4076,
+ "end": 4078,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 43
},
"end": {
- "line": 158,
+ "line": 159,
"column": 45
},
"identifierName": "id"
@@ -7850,44 +7898,44 @@
},
{
"type": "VariableDeclaration",
- "start": 3994,
- "end": 4131,
+ "start": 4086,
+ "end": 4242,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 4
},
"end": {
- "line": 164,
+ "line": 166,
"column": 6
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3998,
- "end": 4130,
+ "start": 4090,
+ "end": 4241,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 8
},
"end": {
- "line": 164,
+ "line": 166,
"column": 5
}
},
"id": {
"type": "Identifier",
- "start": 3998,
- "end": 4003,
+ "start": 4090,
+ "end": 4095,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 8
},
"end": {
- "line": 159,
+ "line": 160,
"column": 13
},
"identifierName": "check"
@@ -7896,29 +7944,29 @@
},
"init": {
"type": "CallExpression",
- "start": 4006,
- "end": 4130,
+ "start": 4098,
+ "end": 4241,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 16
},
"end": {
- "line": 164,
+ "line": 166,
"column": 5
}
},
"callee": {
"type": "Identifier",
- "start": 4006,
- "end": 4015,
+ "start": 4098,
+ "end": 4107,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 16
},
"end": {
- "line": 159,
+ "line": 160,
"column": 25
},
"identifierName": "createElm"
@@ -7928,15 +7976,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 4016,
- "end": 4023,
+ "start": 4108,
+ "end": 4115,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 26
},
"end": {
- "line": 159,
+ "line": 160,
"column": 33
}
},
@@ -7948,30 +7996,30 @@
},
{
"type": "ArrayExpression",
- "start": 4033,
- "end": 4043,
+ "start": 4125,
+ "end": 4135,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 8
},
"end": {
- "line": 160,
+ "line": 161,
"column": 18
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 4034,
- "end": 4038,
+ "start": 4126,
+ "end": 4130,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 9
},
"end": {
- "line": 160,
+ "line": 161,
"column": 13
}
},
@@ -7983,15 +8031,15 @@
},
{
"type": "Identifier",
- "start": 4040,
- "end": 4042,
+ "start": 4132,
+ "end": 4134,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 15
},
"end": {
- "line": 160,
+ "line": 161,
"column": 17
},
"identifierName": "id"
@@ -8002,30 +8050,30 @@
},
{
"type": "ArrayExpression",
- "start": 4053,
- "end": 4065,
+ "start": 4145,
+ "end": 4157,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 8
},
"end": {
- "line": 161,
+ "line": 162,
"column": 20
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 4054,
- "end": 4060,
+ "start": 4146,
+ "end": 4152,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 9
},
"end": {
- "line": 161,
+ "line": 162,
"column": 15
}
},
@@ -8037,15 +8085,15 @@
},
{
"type": "Identifier",
- "start": 4062,
- "end": 4064,
+ "start": 4154,
+ "end": 4156,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 17
},
"end": {
- "line": 161,
+ "line": 162,
"column": 19
},
"identifierName": "id"
@@ -8056,30 +8104,30 @@
},
{
"type": "ArrayExpression",
- "start": 4075,
- "end": 4095,
+ "start": 4167,
+ "end": 4187,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 8
},
"end": {
- "line": 162,
+ "line": 163,
"column": 28
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 4076,
- "end": 4082,
+ "start": 4168,
+ "end": 4174,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 9
},
"end": {
- "line": 162,
+ "line": 163,
"column": 15
}
},
@@ -8091,15 +8139,15 @@
},
{
"type": "StringLiteral",
- "start": 4084,
- "end": 4094,
+ "start": 4176,
+ "end": 4186,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 17
},
"end": {
- "line": 162,
+ "line": 163,
"column": 27
}
},
@@ -8113,30 +8161,30 @@
},
{
"type": "ArrayExpression",
- "start": 4105,
- "end": 4124,
+ "start": 4197,
+ "end": 4216,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 8
},
"end": {
- "line": 163,
+ "line": 164,
"column": 27
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 4106,
- "end": 4113,
+ "start": 4198,
+ "end": 4205,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 9
},
"end": {
- "line": 163,
+ "line": 164,
"column": 16
}
},
@@ -8148,15 +8196,15 @@
},
{
"type": "Identifier",
- "start": 4115,
- "end": 4123,
+ "start": 4207,
+ "end": 4215,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 18
},
"end": {
- "line": 163,
+ "line": 164,
"column": 26
},
"identifierName": "chkValue"
@@ -8164,6 +8212,23 @@
"name": "chkValue"
}
]
+ },
+ {
+ "type": "Identifier",
+ "start": 4226,
+ "end": 4235,
+ "loc": {
+ "start": {
+ "line": 165,
+ "column": 8
+ },
+ "end": {
+ "line": 165,
+ "column": 17
+ },
+ "identifierName": "extraAttr"
+ },
+ "name": "extraAttr"
}
]
}
@@ -8173,57 +8238,57 @@
},
{
"type": "ExpressionStatement",
- "start": 4136,
- "end": 4161,
+ "start": 4247,
+ "end": 4272,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 4
},
"end": {
- "line": 165,
+ "line": 167,
"column": 29
}
},
"expression": {
"type": "CallExpression",
- "start": 4136,
- "end": 4160,
+ "start": 4247,
+ "end": 4271,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 4
},
"end": {
- "line": 165,
+ "line": 167,
"column": 28
}
},
"callee": {
"type": "MemberExpression",
- "start": 4136,
- "end": 4153,
+ "start": 4247,
+ "end": 4264,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 4
},
"end": {
- "line": 165,
+ "line": 167,
"column": 21
}
},
"object": {
"type": "Identifier",
- "start": 4136,
- "end": 4141,
+ "start": 4247,
+ "end": 4252,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 4
},
"end": {
- "line": 165,
+ "line": 167,
"column": 9
},
"identifierName": "label"
@@ -8232,15 +8297,15 @@
},
"property": {
"type": "Identifier",
- "start": 4142,
- "end": 4153,
+ "start": 4253,
+ "end": 4264,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 10
},
"end": {
- "line": 165,
+ "line": 167,
"column": 21
},
"identifierName": "appendChild"
@@ -8252,15 +8317,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 4154,
- "end": 4159,
+ "start": 4265,
+ "end": 4270,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 22
},
"end": {
- "line": 165,
+ "line": 167,
"column": 27
},
"identifierName": "check"
@@ -8272,57 +8337,57 @@
},
{
"type": "ExpressionStatement",
- "start": 4166,
- "end": 4207,
+ "start": 4277,
+ "end": 4318,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 4
},
"end": {
- "line": 166,
+ "line": 168,
"column": 45
}
},
"expression": {
"type": "CallExpression",
- "start": 4166,
- "end": 4206,
+ "start": 4277,
+ "end": 4317,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 4
},
"end": {
- "line": 166,
+ "line": 168,
"column": 44
}
},
"callee": {
"type": "MemberExpression",
- "start": 4166,
- "end": 4183,
+ "start": 4277,
+ "end": 4294,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 4
},
"end": {
- "line": 166,
+ "line": 168,
"column": 21
}
},
"object": {
"type": "Identifier",
- "start": 4166,
- "end": 4171,
+ "start": 4277,
+ "end": 4282,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 4
},
"end": {
- "line": 166,
+ "line": 168,
"column": 9
},
"identifierName": "label"
@@ -8331,15 +8396,15 @@
},
"property": {
"type": "Identifier",
- "start": 4172,
- "end": 4183,
+ "start": 4283,
+ "end": 4294,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 10
},
"end": {
- "line": 166,
+ "line": 168,
"column": 21
},
"identifierName": "appendChild"
@@ -8351,29 +8416,29 @@
"arguments": [
{
"type": "CallExpression",
- "start": 4184,
- "end": 4205,
+ "start": 4295,
+ "end": 4316,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 22
},
"end": {
- "line": 166,
+ "line": 168,
"column": 43
}
},
"callee": {
"type": "Identifier",
- "start": 4184,
- "end": 4194,
+ "start": 4295,
+ "end": 4305,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 22
},
"end": {
- "line": 166,
+ "line": 168,
"column": 32
},
"identifierName": "createText"
@@ -8383,15 +8448,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 4195,
- "end": 4204,
+ "start": 4306,
+ "end": 4315,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 33
},
"end": {
- "line": 166,
+ "line": 168,
"column": 42
},
"identifierName": "labelText"
@@ -8405,57 +8470,57 @@
},
{
"type": "ExpressionStatement",
- "start": 4212,
- "end": 4234,
+ "start": 4323,
+ "end": 4345,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 4
},
"end": {
- "line": 167,
+ "line": 169,
"column": 26
}
},
"expression": {
"type": "CallExpression",
- "start": 4212,
- "end": 4233,
+ "start": 4323,
+ "end": 4344,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 4
},
"end": {
- "line": 167,
+ "line": 169,
"column": 25
}
},
"callee": {
"type": "MemberExpression",
- "start": 4212,
- "end": 4226,
+ "start": 4323,
+ "end": 4337,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 4
},
"end": {
- "line": 167,
+ "line": 169,
"column": 18
}
},
"object": {
"type": "Identifier",
- "start": 4212,
- "end": 4214,
+ "start": 4323,
+ "end": 4325,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 4
},
"end": {
- "line": 167,
+ "line": 169,
"column": 6
},
"identifierName": "li"
@@ -8464,15 +8529,15 @@
},
"property": {
"type": "Identifier",
- "start": 4215,
- "end": 4226,
+ "start": 4326,
+ "end": 4337,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 7
},
"end": {
- "line": 167,
+ "line": 169,
"column": 18
},
"identifierName": "appendChild"
@@ -8484,15 +8549,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 4227,
- "end": 4232,
+ "start": 4338,
+ "end": 4343,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 19
},
"end": {
- "line": 167,
+ "line": 169,
"column": 24
},
"identifierName": "label"
@@ -8504,58 +8569,58 @@
},
{
"type": "ExpressionStatement",
- "start": 4239,
- "end": 4256,
+ "start": 4350,
+ "end": 4367,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 4
},
"end": {
- "line": 168,
+ "line": 170,
"column": 21
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 4239,
- "end": 4255,
+ "start": 4350,
+ "end": 4366,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 4
},
"end": {
- "line": 168,
+ "line": 170,
"column": 20
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4239,
- "end": 4247,
+ "start": 4350,
+ "end": 4358,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 4
},
"end": {
- "line": 168,
+ "line": 170,
"column": 12
}
},
"object": {
"type": "Identifier",
- "start": 4239,
- "end": 4241,
+ "start": 4350,
+ "end": 4352,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 4
},
"end": {
- "line": 168,
+ "line": 170,
"column": 6
},
"identifierName": "li"
@@ -8564,15 +8629,15 @@
},
"property": {
"type": "Identifier",
- "start": 4242,
- "end": 4247,
+ "start": 4353,
+ "end": 4358,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 7
},
"end": {
- "line": 168,
+ "line": 170,
"column": 12
},
"identifierName": "label"
@@ -8583,15 +8648,15 @@
},
"right": {
"type": "Identifier",
- "start": 4250,
- "end": 4255,
+ "start": 4361,
+ "end": 4366,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 15
},
"end": {
- "line": 168,
+ "line": 170,
"column": 20
},
"identifierName": "label"
@@ -8602,58 +8667,58 @@
},
{
"type": "ExpressionStatement",
- "start": 4261,
- "end": 4278,
+ "start": 4372,
+ "end": 4389,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 4
},
"end": {
- "line": 169,
+ "line": 171,
"column": 21
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 4261,
- "end": 4277,
+ "start": 4372,
+ "end": 4388,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 4
},
"end": {
- "line": 169,
+ "line": 171,
"column": 20
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4261,
- "end": 4269,
+ "start": 4372,
+ "end": 4380,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 4
},
"end": {
- "line": 169,
+ "line": 171,
"column": 12
}
},
"object": {
"type": "Identifier",
- "start": 4261,
- "end": 4263,
+ "start": 4372,
+ "end": 4374,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 4
},
"end": {
- "line": 169,
+ "line": 171,
"column": 6
},
"identifierName": "li"
@@ -8662,15 +8727,15 @@
},
"property": {
"type": "Identifier",
- "start": 4264,
- "end": 4269,
+ "start": 4375,
+ "end": 4380,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 7
},
"end": {
- "line": 169,
+ "line": 171,
"column": 12
},
"identifierName": "check"
@@ -8681,15 +8746,15 @@
},
"right": {
"type": "Identifier",
- "start": 4272,
- "end": 4277,
+ "start": 4383,
+ "end": 4388,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 15
},
"end": {
- "line": 169,
+ "line": 171,
"column": 20
},
"identifierName": "check"
@@ -8700,29 +8765,29 @@
},
{
"type": "ReturnStatement",
- "start": 4283,
- "end": 4293,
+ "start": 4394,
+ "end": 4404,
"loc": {
"start": {
- "line": 170,
+ "line": 172,
"column": 4
},
"end": {
- "line": 170,
+ "line": 172,
"column": 14
}
},
"argument": {
"type": "Identifier",
- "start": 4290,
- "end": 4292,
+ "start": 4401,
+ "end": 4403,
"loc": {
"start": {
- "line": 170,
+ "line": 172,
"column": 11
},
"end": {
- "line": 170,
+ "line": 172,
"column": 13
},
"identifierName": "li"
@@ -8741,16 +8806,16 @@
"leadingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n ",
+ "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n ",
"start": 3613,
- "end": 3848,
+ "end": 3924,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
- "line": 155,
+ "line": 156,
"column": 3
}
}
@@ -8760,15 +8825,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n ",
- "start": 4298,
- "end": 4420,
+ "start": 4409,
+ "end": 4531,
"loc": {
"start": {
- "line": 173,
+ "line": 175,
"column": 0
},
"end": {
- "line": 177,
+ "line": 179,
"column": 3
}
}
@@ -8778,16 +8843,16 @@
"leadingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n ",
+ "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n ",
"start": 3613,
- "end": 3848,
+ "end": 3924,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
- "line": 155,
+ "line": 156,
"column": 3
}
}
@@ -8797,15 +8862,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n ",
- "start": 4298,
- "end": 4420,
+ "start": 4409,
+ "end": 4531,
"loc": {
"start": {
- "line": 173,
+ "line": 175,
"column": 0
},
"end": {
- "line": 177,
+ "line": 179,
"column": 3
}
}
@@ -8814,15 +8879,15 @@
},
{
"type": "ExportNamedDeclaration",
- "start": 4421,
- "end": 4471,
+ "start": 4532,
+ "end": 4582,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 0
},
"end": {
- "line": 178,
+ "line": 180,
"column": 50
}
},
@@ -8830,44 +8895,44 @@
"source": null,
"declaration": {
"type": "VariableDeclaration",
- "start": 4428,
- "end": 4471,
+ "start": 4539,
+ "end": 4582,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 7
},
"end": {
- "line": 178,
+ "line": 180,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 4434,
- "end": 4470,
+ "start": 4545,
+ "end": 4581,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 13
},
"end": {
- "line": 178,
+ "line": 180,
"column": 49
}
},
"id": {
"type": "Identifier",
- "start": 4434,
- "end": 4437,
+ "start": 4545,
+ "end": 4548,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 13
},
"end": {
- "line": 178,
+ "line": 180,
"column": 16
},
"identifierName": "elm"
@@ -8877,29 +8942,29 @@
},
"init": {
"type": "ArrowFunctionExpression",
- "start": 4440,
- "end": 4470,
+ "start": 4551,
+ "end": 4581,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 19
},
"end": {
- "line": 178,
+ "line": 180,
"column": 49
}
},
"id": {
"type": "Identifier",
- "start": 4434,
- "end": 4437,
+ "start": 4545,
+ "end": 4548,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 13
},
"end": {
- "line": 178,
+ "line": 180,
"column": 16
},
"identifierName": "elm"
@@ -8913,15 +8978,15 @@
"params": [
{
"type": "Identifier",
- "start": 4441,
- "end": 4443,
+ "start": 4552,
+ "end": 4554,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 20
},
"end": {
- "line": 178,
+ "line": 180,
"column": 22
},
"identifierName": "id"
@@ -8931,43 +8996,43 @@
],
"body": {
"type": "CallExpression",
- "start": 4448,
- "end": 4470,
+ "start": 4559,
+ "end": 4581,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 27
},
"end": {
- "line": 178,
+ "line": 180,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
- "start": 4448,
- "end": 4466,
+ "start": 4559,
+ "end": 4577,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 27
},
"end": {
- "line": 178,
+ "line": 180,
"column": 45
}
},
"object": {
"type": "Identifier",
- "start": 4448,
- "end": 4451,
+ "start": 4559,
+ "end": 4562,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 27
},
"end": {
- "line": 178,
+ "line": 180,
"column": 30
},
"identifierName": "doc"
@@ -8976,15 +9041,15 @@
},
"property": {
"type": "Identifier",
- "start": 4452,
- "end": 4466,
+ "start": 4563,
+ "end": 4577,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 31
},
"end": {
- "line": 178,
+ "line": 180,
"column": 45
},
"identifierName": "getElementById"
@@ -8996,15 +9061,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 4467,
- "end": 4469,
+ "start": 4578,
+ "end": 4580,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 46
},
"end": {
- "line": 178,
+ "line": 180,
"column": 48
},
"identifierName": "id"
@@ -9022,15 +9087,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n ",
- "start": 4298,
- "end": 4420,
+ "start": 4409,
+ "end": 4531,
"loc": {
"start": {
- "line": 173,
+ "line": 175,
"column": 0
},
"end": {
- "line": 177,
+ "line": 179,
"column": 3
}
}
@@ -9040,15 +9105,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n ",
- "start": 4473,
- "end": 4598,
+ "start": 4584,
+ "end": 4709,
"loc": {
"start": {
- "line": 180,
+ "line": 182,
"column": 0
},
"end": {
- "line": 184,
+ "line": 186,
"column": 3
}
}
@@ -9059,15 +9124,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n ",
- "start": 4298,
- "end": 4420,
+ "start": 4409,
+ "end": 4531,
"loc": {
"start": {
- "line": 173,
+ "line": 175,
"column": 0
},
"end": {
- "line": 177,
+ "line": 179,
"column": 3
}
}
@@ -9077,15 +9142,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n ",
- "start": 4473,
- "end": 4598,
+ "start": 4584,
+ "end": 4709,
"loc": {
"start": {
- "line": 180,
+ "line": 182,
"column": 0
},
"end": {
- "line": 184,
+ "line": 186,
"column": 3
}
}
@@ -9094,15 +9159,15 @@
},
{
"type": "ExportNamedDeclaration",
- "start": 4599,
- "end": 4666,
+ "start": 4710,
+ "end": 4777,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 0
},
"end": {
- "line": 185,
+ "line": 187,
"column": 67
}
},
@@ -9110,44 +9175,44 @@
"source": null,
"declaration": {
"type": "VariableDeclaration",
- "start": 4606,
- "end": 4666,
+ "start": 4717,
+ "end": 4777,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 7
},
"end": {
- "line": 185,
+ "line": 187,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 4612,
- "end": 4665,
+ "start": 4723,
+ "end": 4776,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 13
},
"end": {
- "line": 185,
+ "line": 187,
"column": 66
}
},
"id": {
"type": "Identifier",
- "start": 4612,
- "end": 4615,
+ "start": 4723,
+ "end": 4726,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 13
},
"end": {
- "line": 185,
+ "line": 187,
"column": 16
},
"identifierName": "tag"
@@ -9157,29 +9222,29 @@
},
"init": {
"type": "ArrowFunctionExpression",
- "start": 4618,
- "end": 4665,
+ "start": 4729,
+ "end": 4776,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 19
},
"end": {
- "line": 185,
+ "line": 187,
"column": 66
}
},
"id": {
"type": "Identifier",
- "start": 4612,
- "end": 4615,
+ "start": 4723,
+ "end": 4726,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 13
},
"end": {
- "line": 185,
+ "line": 187,
"column": 16
},
"identifierName": "tag"
@@ -9193,15 +9258,15 @@
"params": [
{
"type": "Identifier",
- "start": 4619,
- "end": 4620,
+ "start": 4730,
+ "end": 4731,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 20
},
"end": {
- "line": 185,
+ "line": 187,
"column": 21
},
"identifierName": "o"
@@ -9210,15 +9275,15 @@
},
{
"type": "Identifier",
- "start": 4622,
- "end": 4629,
+ "start": 4733,
+ "end": 4740,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 23
},
"end": {
- "line": 185,
+ "line": 187,
"column": 30
},
"identifierName": "tagname"
@@ -9228,43 +9293,43 @@
],
"body": {
"type": "CallExpression",
- "start": 4634,
- "end": 4665,
+ "start": 4745,
+ "end": 4776,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 35
},
"end": {
- "line": 185,
+ "line": 187,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
- "start": 4634,
- "end": 4656,
+ "start": 4745,
+ "end": 4767,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 35
},
"end": {
- "line": 185,
+ "line": 187,
"column": 57
}
},
"object": {
"type": "Identifier",
- "start": 4634,
- "end": 4635,
+ "start": 4745,
+ "end": 4746,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 35
},
"end": {
- "line": 185,
+ "line": 187,
"column": 36
},
"identifierName": "o"
@@ -9273,15 +9338,15 @@
},
"property": {
"type": "Identifier",
- "start": 4636,
- "end": 4656,
+ "start": 4747,
+ "end": 4767,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 37
},
"end": {
- "line": 185,
+ "line": 187,
"column": 57
},
"identifierName": "getElementsByTagName"
@@ -9293,15 +9358,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 4657,
- "end": 4664,
+ "start": 4768,
+ "end": 4775,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 58
},
"end": {
- "line": 185,
+ "line": 187,
"column": 65
},
"identifierName": "tagname"
@@ -9319,15 +9384,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n ",
- "start": 4473,
- "end": 4598,
+ "start": 4584,
+ "end": 4709,
"loc": {
"start": {
- "line": 180,
+ "line": 182,
"column": 0
},
"end": {
- "line": 184,
+ "line": 186,
"column": 3
}
}
@@ -9337,15 +9402,15 @@
{
"type": "CommentLine",
"value": " HTML5 classList API",
- "start": 4668,
- "end": 4690,
+ "start": 4779,
+ "end": 4801,
"loc": {
"start": {
- "line": 187,
+ "line": 189,
"column": 0
},
"end": {
- "line": 187,
+ "line": 189,
"column": 22
}
}
@@ -9356,15 +9421,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n ",
- "start": 4473,
- "end": 4598,
+ "start": 4584,
+ "end": 4709,
"loc": {
"start": {
- "line": 180,
+ "line": 182,
"column": 0
},
"end": {
- "line": 184,
+ "line": 186,
"column": 3
}
}
@@ -9374,15 +9439,15 @@
{
"type": "CommentLine",
"value": " HTML5 classList API",
- "start": 4668,
- "end": 4690,
+ "start": 4779,
+ "end": 4801,
"loc": {
"start": {
- "line": 187,
+ "line": 189,
"column": 0
},
"end": {
- "line": 187,
+ "line": 189,
"column": 22
}
}
@@ -9391,29 +9456,29 @@
},
{
"type": "FunctionDeclaration",
- "start": 4691,
- "end": 4765,
+ "start": 4802,
+ "end": 4876,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 0
},
"end": {
- "line": 190,
+ "line": 192,
"column": 1
}
},
"id": {
"type": "Identifier",
- "start": 4700,
- "end": 4717,
+ "start": 4811,
+ "end": 4828,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 9
},
"end": {
- "line": 188,
+ "line": 190,
"column": 26
},
"identifierName": "supportsClassList"
@@ -9427,72 +9492,72 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 4720,
- "end": 4765,
+ "start": 4831,
+ "end": 4876,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 29
},
"end": {
- "line": 190,
+ "line": 192,
"column": 1
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 4726,
- "end": 4763,
+ "start": 4837,
+ "end": 4874,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 4
},
"end": {
- "line": 189,
+ "line": 191,
"column": 41
}
},
"argument": {
"type": "MemberExpression",
- "start": 4733,
- "end": 4762,
+ "start": 4844,
+ "end": 4873,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 11
},
"end": {
- "line": 189,
+ "line": 191,
"column": 40
}
},
"object": {
"type": "MemberExpression",
- "start": 4733,
- "end": 4752,
+ "start": 4844,
+ "end": 4863,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 11
},
"end": {
- "line": 189,
+ "line": 191,
"column": 30
}
},
"object": {
"type": "Identifier",
- "start": 4733,
- "end": 4736,
+ "start": 4844,
+ "end": 4847,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 11
},
"end": {
- "line": 189,
+ "line": 191,
"column": 14
},
"identifierName": "doc"
@@ -9501,15 +9566,15 @@
},
"property": {
"type": "Identifier",
- "start": 4737,
- "end": 4752,
+ "start": 4848,
+ "end": 4863,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 15
},
"end": {
- "line": 189,
+ "line": 191,
"column": 30
},
"identifierName": "documentElement"
@@ -9520,15 +9585,15 @@
},
"property": {
"type": "Identifier",
- "start": 4753,
- "end": 4762,
+ "start": 4864,
+ "end": 4873,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 31
},
"end": {
- "line": 189,
+ "line": 191,
"column": 40
},
"identifierName": "classList"
@@ -9545,15 +9610,15 @@
{
"type": "CommentLine",
"value": " HTML5 classList API",
- "start": 4668,
- "end": 4690,
+ "start": 4779,
+ "end": 4801,
"loc": {
"start": {
- "line": 187,
+ "line": 189,
"column": 0
},
"end": {
- "line": 187,
+ "line": 189,
"column": 22
}
}
@@ -9726,16 +9791,16 @@
},
{
"type": "CommentBlock",
- "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n ",
+ "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n ",
"start": 3613,
- "end": 3848,
+ "end": 3924,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
- "line": 155,
+ "line": 156,
"column": 3
}
}
@@ -9743,15 +9808,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n ",
- "start": 4298,
- "end": 4420,
+ "start": 4409,
+ "end": 4531,
"loc": {
"start": {
- "line": 173,
+ "line": 175,
"column": 0
},
"end": {
- "line": 177,
+ "line": 179,
"column": 3
}
}
@@ -9759,15 +9824,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n ",
- "start": 4473,
- "end": 4598,
+ "start": 4584,
+ "end": 4709,
"loc": {
"start": {
- "line": 180,
+ "line": 182,
"column": 0
},
"end": {
- "line": 184,
+ "line": 186,
"column": 3
}
}
@@ -9775,15 +9840,15 @@
{
"type": "CommentLine",
"value": " HTML5 classList API",
- "start": 4668,
- "end": 4690,
+ "start": 4779,
+ "end": 4801,
"loc": {
"start": {
- "line": 187,
+ "line": 189,
"column": 0
},
"end": {
- "line": 187,
+ "line": 189,
"column": 22
}
}
@@ -24137,16 +24202,16 @@
},
{
"type": "CommentBlock",
- "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n ",
+ "value": "*\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n ",
"start": 3613,
- "end": 3848,
+ "end": 3924,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
- "line": 155,
+ "line": 156,
"column": 3
}
}
@@ -24166,15 +24231,15 @@
"updateContext": null
},
"value": "export",
- "start": 3849,
- "end": 3855,
+ "start": 3925,
+ "end": 3931,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 0
},
"end": {
- "line": 156,
+ "line": 157,
"column": 6
}
}
@@ -24194,15 +24259,15 @@
"updateContext": null
},
"value": "const",
- "start": 3856,
- "end": 3861,
+ "start": 3932,
+ "end": 3937,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 7
},
"end": {
- "line": 156,
+ "line": 157,
"column": 12
}
}
@@ -24220,15 +24285,15 @@
"binop": null
},
"value": "createCheckItem",
- "start": 3862,
- "end": 3877,
+ "start": 3938,
+ "end": 3953,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 13
},
"end": {
- "line": 156,
+ "line": 157,
"column": 28
}
}
@@ -24247,15 +24312,15 @@
"updateContext": null
},
"value": "=",
- "start": 3878,
- "end": 3879,
+ "start": 3954,
+ "end": 3955,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 29
},
"end": {
- "line": 156,
+ "line": 157,
"column": 30
}
}
@@ -24272,15 +24337,15 @@
"postfix": false,
"binop": null
},
- "start": 3880,
- "end": 3881,
+ "start": 3956,
+ "end": 3957,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 31
},
"end": {
- "line": 156,
+ "line": 157,
"column": 32
}
}
@@ -24298,15 +24363,15 @@
"binop": null
},
"value": "id",
- "start": 3881,
- "end": 3883,
+ "start": 3957,
+ "end": 3959,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 32
},
"end": {
- "line": 156,
+ "line": 157,
"column": 34
}
}
@@ -24324,15 +24389,15 @@
"binop": null,
"updateContext": null
},
- "start": 3883,
- "end": 3884,
+ "start": 3959,
+ "end": 3960,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 34
},
"end": {
- "line": 156,
+ "line": 157,
"column": 35
}
}
@@ -24350,15 +24415,15 @@
"binop": null
},
"value": "chkValue",
- "start": 3885,
- "end": 3893,
+ "start": 3961,
+ "end": 3969,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 36
},
"end": {
- "line": 156,
+ "line": 157,
"column": 44
}
}
@@ -24376,15 +24441,15 @@
"binop": null,
"updateContext": null
},
- "start": 3893,
- "end": 3894,
+ "start": 3969,
+ "end": 3970,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 44
},
"end": {
- "line": 156,
+ "line": 157,
"column": 45
}
}
@@ -24402,19 +24467,150 @@
"binop": null
},
"value": "labelText",
- "start": 3895,
- "end": 3904,
+ "start": 3971,
+ "end": 3980,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 46
},
"end": {
- "line": 156,
+ "line": 157,
"column": 55
}
}
},
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3980,
+ "end": 3981,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 55
+ },
+ "end": {
+ "line": 157,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "extraAttr",
+ "start": 3982,
+ "end": 3991,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 57
+ },
+ "end": {
+ "line": 157,
+ "column": 66
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 3992,
+ "end": 3993,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 67
+ },
+ "end": {
+ "line": 157,
+ "column": 68
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3994,
+ "end": 3995,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 69
+ },
+ "end": {
+ "line": 157,
+ "column": 70
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3995,
+ "end": 3996,
+ "loc": {
+ "start": {
+ "line": 157,
+ "column": 70
+ },
+ "end": {
+ "line": 157,
+ "column": 71
+ }
+ }
+ },
{
"type": {
"label": ")",
@@ -24427,16 +24623,16 @@
"postfix": false,
"binop": null
},
- "start": 3904,
- "end": 3905,
+ "start": 3996,
+ "end": 3997,
"loc": {
"start": {
- "line": 156,
- "column": 55
+ "line": 157,
+ "column": 71
},
"end": {
- "line": 156,
- "column": 56
+ "line": 157,
+ "column": 72
}
}
},
@@ -24453,16 +24649,16 @@
"binop": null,
"updateContext": null
},
- "start": 3906,
- "end": 3908,
+ "start": 3998,
+ "end": 4000,
"loc": {
"start": {
- "line": 156,
- "column": 57
+ "line": 157,
+ "column": 73
},
"end": {
- "line": 156,
- "column": 59
+ "line": 157,
+ "column": 75
}
}
},
@@ -24478,16 +24674,16 @@
"postfix": false,
"binop": null
},
- "start": 3909,
- "end": 3910,
+ "start": 4001,
+ "end": 4002,
"loc": {
"start": {
- "line": 156,
- "column": 60
+ "line": 157,
+ "column": 76
},
"end": {
- "line": 156,
- "column": 61
+ "line": 157,
+ "column": 77
}
}
},
@@ -24506,15 +24702,15 @@
"updateContext": null
},
"value": "let",
- "start": 3915,
- "end": 3918,
+ "start": 4007,
+ "end": 4010,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 4
},
"end": {
- "line": 157,
+ "line": 158,
"column": 7
}
}
@@ -24532,15 +24728,15 @@
"binop": null
},
"value": "li",
- "start": 3919,
- "end": 3921,
+ "start": 4011,
+ "end": 4013,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 8
},
"end": {
- "line": 157,
+ "line": 158,
"column": 10
}
}
@@ -24559,15 +24755,15 @@
"updateContext": null
},
"value": "=",
- "start": 3922,
- "end": 3923,
+ "start": 4014,
+ "end": 4015,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 11
},
"end": {
- "line": 157,
+ "line": 158,
"column": 12
}
}
@@ -24585,15 +24781,15 @@
"binop": null
},
"value": "createElm",
- "start": 3924,
- "end": 3933,
+ "start": 4016,
+ "end": 4025,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 13
},
"end": {
- "line": 157,
+ "line": 158,
"column": 22
}
}
@@ -24610,15 +24806,15 @@
"postfix": false,
"binop": null
},
- "start": 3933,
- "end": 3934,
+ "start": 4025,
+ "end": 4026,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 22
},
"end": {
- "line": 157,
+ "line": 158,
"column": 23
}
}
@@ -24637,15 +24833,15 @@
"updateContext": null
},
"value": "li",
- "start": 3934,
- "end": 3938,
+ "start": 4026,
+ "end": 4030,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 23
},
"end": {
- "line": 157,
+ "line": 158,
"column": 27
}
}
@@ -24662,15 +24858,15 @@
"postfix": false,
"binop": null
},
- "start": 3938,
- "end": 3939,
+ "start": 4030,
+ "end": 4031,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 27
},
"end": {
- "line": 157,
+ "line": 158,
"column": 28
}
}
@@ -24688,15 +24884,15 @@
"binop": null,
"updateContext": null
},
- "start": 3939,
- "end": 3940,
+ "start": 4031,
+ "end": 4032,
"loc": {
"start": {
- "line": 157,
+ "line": 158,
"column": 28
},
"end": {
- "line": 157,
+ "line": 158,
"column": 29
}
}
@@ -24716,15 +24912,15 @@
"updateContext": null
},
"value": "let",
- "start": 3945,
- "end": 3948,
+ "start": 4037,
+ "end": 4040,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 4
},
"end": {
- "line": 158,
+ "line": 159,
"column": 7
}
}
@@ -24742,15 +24938,15 @@
"binop": null
},
"value": "label",
- "start": 3949,
- "end": 3954,
+ "start": 4041,
+ "end": 4046,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 13
}
}
@@ -24769,15 +24965,15 @@
"updateContext": null
},
"value": "=",
- "start": 3955,
- "end": 3956,
+ "start": 4047,
+ "end": 4048,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 14
},
"end": {
- "line": 158,
+ "line": 159,
"column": 15
}
}
@@ -24795,15 +24991,15 @@
"binop": null
},
"value": "createElm",
- "start": 3957,
- "end": 3966,
+ "start": 4049,
+ "end": 4058,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 16
},
"end": {
- "line": 158,
+ "line": 159,
"column": 25
}
}
@@ -24820,15 +25016,15 @@
"postfix": false,
"binop": null
},
- "start": 3966,
- "end": 3967,
+ "start": 4058,
+ "end": 4059,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 25
},
"end": {
- "line": 158,
+ "line": 159,
"column": 26
}
}
@@ -24847,15 +25043,15 @@
"updateContext": null
},
"value": "label",
- "start": 3967,
- "end": 3974,
+ "start": 4059,
+ "end": 4066,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 26
},
"end": {
- "line": 158,
+ "line": 159,
"column": 33
}
}
@@ -24873,15 +25069,15 @@
"binop": null,
"updateContext": null
},
- "start": 3974,
- "end": 3975,
+ "start": 4066,
+ "end": 4067,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 33
},
"end": {
- "line": 158,
+ "line": 159,
"column": 34
}
}
@@ -24899,15 +25095,15 @@
"binop": null,
"updateContext": null
},
- "start": 3976,
- "end": 3977,
+ "start": 4068,
+ "end": 4069,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 35
},
"end": {
- "line": 158,
+ "line": 159,
"column": 36
}
}
@@ -24926,15 +25122,15 @@
"updateContext": null
},
"value": "for",
- "start": 3977,
- "end": 3982,
+ "start": 4069,
+ "end": 4074,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 36
},
"end": {
- "line": 158,
+ "line": 159,
"column": 41
}
}
@@ -24952,15 +25148,15 @@
"binop": null,
"updateContext": null
},
- "start": 3982,
- "end": 3983,
+ "start": 4074,
+ "end": 4075,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 41
},
"end": {
- "line": 158,
+ "line": 159,
"column": 42
}
}
@@ -24978,15 +25174,15 @@
"binop": null
},
"value": "id",
- "start": 3984,
- "end": 3986,
+ "start": 4076,
+ "end": 4078,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 43
},
"end": {
- "line": 158,
+ "line": 159,
"column": 45
}
}
@@ -25004,15 +25200,15 @@
"binop": null,
"updateContext": null
},
- "start": 3986,
- "end": 3987,
+ "start": 4078,
+ "end": 4079,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 45
},
"end": {
- "line": 158,
+ "line": 159,
"column": 46
}
}
@@ -25029,15 +25225,15 @@
"postfix": false,
"binop": null
},
- "start": 3987,
- "end": 3988,
+ "start": 4079,
+ "end": 4080,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 46
},
"end": {
- "line": 158,
+ "line": 159,
"column": 47
}
}
@@ -25055,15 +25251,15 @@
"binop": null,
"updateContext": null
},
- "start": 3988,
- "end": 3989,
+ "start": 4080,
+ "end": 4081,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 47
},
"end": {
- "line": 158,
+ "line": 159,
"column": 48
}
}
@@ -25083,15 +25279,15 @@
"updateContext": null
},
"value": "let",
- "start": 3994,
- "end": 3997,
+ "start": 4086,
+ "end": 4089,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 4
},
"end": {
- "line": 159,
+ "line": 160,
"column": 7
}
}
@@ -25109,15 +25305,15 @@
"binop": null
},
"value": "check",
- "start": 3998,
- "end": 4003,
+ "start": 4090,
+ "end": 4095,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 8
},
"end": {
- "line": 159,
+ "line": 160,
"column": 13
}
}
@@ -25136,15 +25332,15 @@
"updateContext": null
},
"value": "=",
- "start": 4004,
- "end": 4005,
+ "start": 4096,
+ "end": 4097,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 14
},
"end": {
- "line": 159,
+ "line": 160,
"column": 15
}
}
@@ -25162,15 +25358,15 @@
"binop": null
},
"value": "createElm",
- "start": 4006,
- "end": 4015,
+ "start": 4098,
+ "end": 4107,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 16
},
"end": {
- "line": 159,
+ "line": 160,
"column": 25
}
}
@@ -25187,15 +25383,15 @@
"postfix": false,
"binop": null
},
- "start": 4015,
- "end": 4016,
+ "start": 4107,
+ "end": 4108,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 25
},
"end": {
- "line": 159,
+ "line": 160,
"column": 26
}
}
@@ -25214,15 +25410,15 @@
"updateContext": null
},
"value": "input",
- "start": 4016,
- "end": 4023,
+ "start": 4108,
+ "end": 4115,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 26
},
"end": {
- "line": 159,
+ "line": 160,
"column": 33
}
}
@@ -25240,15 +25436,15 @@
"binop": null,
"updateContext": null
},
- "start": 4023,
- "end": 4024,
+ "start": 4115,
+ "end": 4116,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 33
},
"end": {
- "line": 159,
+ "line": 160,
"column": 34
}
}
@@ -25266,15 +25462,15 @@
"binop": null,
"updateContext": null
},
- "start": 4033,
- "end": 4034,
+ "start": 4125,
+ "end": 4126,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 8
},
"end": {
- "line": 160,
+ "line": 161,
"column": 9
}
}
@@ -25293,15 +25489,15 @@
"updateContext": null
},
"value": "id",
- "start": 4034,
- "end": 4038,
+ "start": 4126,
+ "end": 4130,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 9
},
"end": {
- "line": 160,
+ "line": 161,
"column": 13
}
}
@@ -25319,15 +25515,15 @@
"binop": null,
"updateContext": null
},
- "start": 4038,
- "end": 4039,
+ "start": 4130,
+ "end": 4131,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 13
},
"end": {
- "line": 160,
+ "line": 161,
"column": 14
}
}
@@ -25345,15 +25541,15 @@
"binop": null
},
"value": "id",
- "start": 4040,
- "end": 4042,
+ "start": 4132,
+ "end": 4134,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 15
},
"end": {
- "line": 160,
+ "line": 161,
"column": 17
}
}
@@ -25371,15 +25567,15 @@
"binop": null,
"updateContext": null
},
- "start": 4042,
- "end": 4043,
+ "start": 4134,
+ "end": 4135,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 17
},
"end": {
- "line": 160,
+ "line": 161,
"column": 18
}
}
@@ -25397,15 +25593,15 @@
"binop": null,
"updateContext": null
},
- "start": 4043,
- "end": 4044,
+ "start": 4135,
+ "end": 4136,
"loc": {
"start": {
- "line": 160,
+ "line": 161,
"column": 18
},
"end": {
- "line": 160,
+ "line": 161,
"column": 19
}
}
@@ -25423,15 +25619,15 @@
"binop": null,
"updateContext": null
},
- "start": 4053,
- "end": 4054,
+ "start": 4145,
+ "end": 4146,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 8
},
"end": {
- "line": 161,
+ "line": 162,
"column": 9
}
}
@@ -25450,15 +25646,15 @@
"updateContext": null
},
"value": "name",
- "start": 4054,
- "end": 4060,
+ "start": 4146,
+ "end": 4152,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 9
},
"end": {
- "line": 161,
+ "line": 162,
"column": 15
}
}
@@ -25476,15 +25672,15 @@
"binop": null,
"updateContext": null
},
- "start": 4060,
- "end": 4061,
+ "start": 4152,
+ "end": 4153,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 15
},
"end": {
- "line": 161,
+ "line": 162,
"column": 16
}
}
@@ -25502,15 +25698,15 @@
"binop": null
},
"value": "id",
- "start": 4062,
- "end": 4064,
+ "start": 4154,
+ "end": 4156,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 17
},
"end": {
- "line": 161,
+ "line": 162,
"column": 19
}
}
@@ -25528,15 +25724,15 @@
"binop": null,
"updateContext": null
},
- "start": 4064,
- "end": 4065,
+ "start": 4156,
+ "end": 4157,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 19
},
"end": {
- "line": 161,
+ "line": 162,
"column": 20
}
}
@@ -25554,15 +25750,15 @@
"binop": null,
"updateContext": null
},
- "start": 4065,
- "end": 4066,
+ "start": 4157,
+ "end": 4158,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 20
},
"end": {
- "line": 161,
+ "line": 162,
"column": 21
}
}
@@ -25580,15 +25776,15 @@
"binop": null,
"updateContext": null
},
- "start": 4075,
- "end": 4076,
+ "start": 4167,
+ "end": 4168,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 8
},
"end": {
- "line": 162,
+ "line": 163,
"column": 9
}
}
@@ -25607,15 +25803,15 @@
"updateContext": null
},
"value": "type",
- "start": 4076,
- "end": 4082,
+ "start": 4168,
+ "end": 4174,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 9
},
"end": {
- "line": 162,
+ "line": 163,
"column": 15
}
}
@@ -25633,15 +25829,15 @@
"binop": null,
"updateContext": null
},
- "start": 4082,
- "end": 4083,
+ "start": 4174,
+ "end": 4175,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 15
},
"end": {
- "line": 162,
+ "line": 163,
"column": 16
}
}
@@ -25660,15 +25856,15 @@
"updateContext": null
},
"value": "checkbox",
- "start": 4084,
- "end": 4094,
+ "start": 4176,
+ "end": 4186,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 17
},
"end": {
- "line": 162,
+ "line": 163,
"column": 27
}
}
@@ -25686,15 +25882,15 @@
"binop": null,
"updateContext": null
},
- "start": 4094,
- "end": 4095,
+ "start": 4186,
+ "end": 4187,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 27
},
"end": {
- "line": 162,
+ "line": 163,
"column": 28
}
}
@@ -25712,15 +25908,15 @@
"binop": null,
"updateContext": null
},
- "start": 4095,
- "end": 4096,
+ "start": 4187,
+ "end": 4188,
"loc": {
"start": {
- "line": 162,
+ "line": 163,
"column": 28
},
"end": {
- "line": 162,
+ "line": 163,
"column": 29
}
}
@@ -25738,15 +25934,15 @@
"binop": null,
"updateContext": null
},
- "start": 4105,
- "end": 4106,
+ "start": 4197,
+ "end": 4198,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 8
},
"end": {
- "line": 163,
+ "line": 164,
"column": 9
}
}
@@ -25765,15 +25961,15 @@
"updateContext": null
},
"value": "value",
- "start": 4106,
- "end": 4113,
+ "start": 4198,
+ "end": 4205,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 9
},
"end": {
- "line": 163,
+ "line": 164,
"column": 16
}
}
@@ -25791,15 +25987,15 @@
"binop": null,
"updateContext": null
},
- "start": 4113,
- "end": 4114,
+ "start": 4205,
+ "end": 4206,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 16
},
"end": {
- "line": 163,
+ "line": 164,
"column": 17
}
}
@@ -25817,15 +26013,15 @@
"binop": null
},
"value": "chkValue",
- "start": 4115,
- "end": 4123,
+ "start": 4207,
+ "end": 4215,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 18
},
"end": {
- "line": 163,
+ "line": 164,
"column": 26
}
}
@@ -25843,19 +26039,71 @@
"binop": null,
"updateContext": null
},
- "start": 4123,
- "end": 4124,
+ "start": 4215,
+ "end": 4216,
"loc": {
"start": {
- "line": 163,
+ "line": 164,
"column": 26
},
"end": {
- "line": 163,
+ "line": 164,
"column": 27
}
}
},
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4216,
+ "end": 4217,
+ "loc": {
+ "start": {
+ "line": 164,
+ "column": 27
+ },
+ "end": {
+ "line": 164,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "extraAttr",
+ "start": 4226,
+ "end": 4235,
+ "loc": {
+ "start": {
+ "line": 165,
+ "column": 8
+ },
+ "end": {
+ "line": 165,
+ "column": 17
+ }
+ }
+ },
{
"type": {
"label": ")",
@@ -25868,15 +26116,15 @@
"postfix": false,
"binop": null
},
- "start": 4129,
- "end": 4130,
+ "start": 4240,
+ "end": 4241,
"loc": {
"start": {
- "line": 164,
+ "line": 166,
"column": 4
},
"end": {
- "line": 164,
+ "line": 166,
"column": 5
}
}
@@ -25894,15 +26142,15 @@
"binop": null,
"updateContext": null
},
- "start": 4130,
- "end": 4131,
+ "start": 4241,
+ "end": 4242,
"loc": {
"start": {
- "line": 164,
+ "line": 166,
"column": 5
},
"end": {
- "line": 164,
+ "line": 166,
"column": 6
}
}
@@ -25920,15 +26168,15 @@
"binop": null
},
"value": "label",
- "start": 4136,
- "end": 4141,
+ "start": 4247,
+ "end": 4252,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 4
},
"end": {
- "line": 165,
+ "line": 167,
"column": 9
}
}
@@ -25946,15 +26194,15 @@
"binop": null,
"updateContext": null
},
- "start": 4141,
- "end": 4142,
+ "start": 4252,
+ "end": 4253,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 9
},
"end": {
- "line": 165,
+ "line": 167,
"column": 10
}
}
@@ -25972,15 +26220,15 @@
"binop": null
},
"value": "appendChild",
- "start": 4142,
- "end": 4153,
+ "start": 4253,
+ "end": 4264,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 10
},
"end": {
- "line": 165,
+ "line": 167,
"column": 21
}
}
@@ -25997,15 +26245,15 @@
"postfix": false,
"binop": null
},
- "start": 4153,
- "end": 4154,
+ "start": 4264,
+ "end": 4265,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 21
},
"end": {
- "line": 165,
+ "line": 167,
"column": 22
}
}
@@ -26023,15 +26271,15 @@
"binop": null
},
"value": "check",
- "start": 4154,
- "end": 4159,
+ "start": 4265,
+ "end": 4270,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 22
},
"end": {
- "line": 165,
+ "line": 167,
"column": 27
}
}
@@ -26048,15 +26296,15 @@
"postfix": false,
"binop": null
},
- "start": 4159,
- "end": 4160,
+ "start": 4270,
+ "end": 4271,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 27
},
"end": {
- "line": 165,
+ "line": 167,
"column": 28
}
}
@@ -26074,15 +26322,15 @@
"binop": null,
"updateContext": null
},
- "start": 4160,
- "end": 4161,
+ "start": 4271,
+ "end": 4272,
"loc": {
"start": {
- "line": 165,
+ "line": 167,
"column": 28
},
"end": {
- "line": 165,
+ "line": 167,
"column": 29
}
}
@@ -26100,15 +26348,15 @@
"binop": null
},
"value": "label",
- "start": 4166,
- "end": 4171,
+ "start": 4277,
+ "end": 4282,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 4
},
"end": {
- "line": 166,
+ "line": 168,
"column": 9
}
}
@@ -26126,15 +26374,15 @@
"binop": null,
"updateContext": null
},
- "start": 4171,
- "end": 4172,
+ "start": 4282,
+ "end": 4283,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 9
},
"end": {
- "line": 166,
+ "line": 168,
"column": 10
}
}
@@ -26152,15 +26400,15 @@
"binop": null
},
"value": "appendChild",
- "start": 4172,
- "end": 4183,
+ "start": 4283,
+ "end": 4294,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 10
},
"end": {
- "line": 166,
+ "line": 168,
"column": 21
}
}
@@ -26177,15 +26425,15 @@
"postfix": false,
"binop": null
},
- "start": 4183,
- "end": 4184,
+ "start": 4294,
+ "end": 4295,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 21
},
"end": {
- "line": 166,
+ "line": 168,
"column": 22
}
}
@@ -26203,15 +26451,15 @@
"binop": null
},
"value": "createText",
- "start": 4184,
- "end": 4194,
+ "start": 4295,
+ "end": 4305,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 22
},
"end": {
- "line": 166,
+ "line": 168,
"column": 32
}
}
@@ -26228,15 +26476,15 @@
"postfix": false,
"binop": null
},
- "start": 4194,
- "end": 4195,
+ "start": 4305,
+ "end": 4306,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 32
},
"end": {
- "line": 166,
+ "line": 168,
"column": 33
}
}
@@ -26254,15 +26502,15 @@
"binop": null
},
"value": "labelText",
- "start": 4195,
- "end": 4204,
+ "start": 4306,
+ "end": 4315,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 33
},
"end": {
- "line": 166,
+ "line": 168,
"column": 42
}
}
@@ -26279,15 +26527,15 @@
"postfix": false,
"binop": null
},
- "start": 4204,
- "end": 4205,
+ "start": 4315,
+ "end": 4316,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 42
},
"end": {
- "line": 166,
+ "line": 168,
"column": 43
}
}
@@ -26304,15 +26552,15 @@
"postfix": false,
"binop": null
},
- "start": 4205,
- "end": 4206,
+ "start": 4316,
+ "end": 4317,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 43
},
"end": {
- "line": 166,
+ "line": 168,
"column": 44
}
}
@@ -26330,15 +26578,15 @@
"binop": null,
"updateContext": null
},
- "start": 4206,
- "end": 4207,
+ "start": 4317,
+ "end": 4318,
"loc": {
"start": {
- "line": 166,
+ "line": 168,
"column": 44
},
"end": {
- "line": 166,
+ "line": 168,
"column": 45
}
}
@@ -26356,15 +26604,15 @@
"binop": null
},
"value": "li",
- "start": 4212,
- "end": 4214,
+ "start": 4323,
+ "end": 4325,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 4
},
"end": {
- "line": 167,
+ "line": 169,
"column": 6
}
}
@@ -26382,15 +26630,15 @@
"binop": null,
"updateContext": null
},
- "start": 4214,
- "end": 4215,
+ "start": 4325,
+ "end": 4326,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 6
},
"end": {
- "line": 167,
+ "line": 169,
"column": 7
}
}
@@ -26408,15 +26656,15 @@
"binop": null
},
"value": "appendChild",
- "start": 4215,
- "end": 4226,
+ "start": 4326,
+ "end": 4337,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 7
},
"end": {
- "line": 167,
+ "line": 169,
"column": 18
}
}
@@ -26433,15 +26681,15 @@
"postfix": false,
"binop": null
},
- "start": 4226,
- "end": 4227,
+ "start": 4337,
+ "end": 4338,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 18
},
"end": {
- "line": 167,
+ "line": 169,
"column": 19
}
}
@@ -26459,15 +26707,15 @@
"binop": null
},
"value": "label",
- "start": 4227,
- "end": 4232,
+ "start": 4338,
+ "end": 4343,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 19
},
"end": {
- "line": 167,
+ "line": 169,
"column": 24
}
}
@@ -26484,15 +26732,15 @@
"postfix": false,
"binop": null
},
- "start": 4232,
- "end": 4233,
+ "start": 4343,
+ "end": 4344,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 24
},
"end": {
- "line": 167,
+ "line": 169,
"column": 25
}
}
@@ -26510,15 +26758,15 @@
"binop": null,
"updateContext": null
},
- "start": 4233,
- "end": 4234,
+ "start": 4344,
+ "end": 4345,
"loc": {
"start": {
- "line": 167,
+ "line": 169,
"column": 25
},
"end": {
- "line": 167,
+ "line": 169,
"column": 26
}
}
@@ -26536,15 +26784,15 @@
"binop": null
},
"value": "li",
- "start": 4239,
- "end": 4241,
+ "start": 4350,
+ "end": 4352,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 4
},
"end": {
- "line": 168,
+ "line": 170,
"column": 6
}
}
@@ -26562,15 +26810,15 @@
"binop": null,
"updateContext": null
},
- "start": 4241,
- "end": 4242,
+ "start": 4352,
+ "end": 4353,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 6
},
"end": {
- "line": 168,
+ "line": 170,
"column": 7
}
}
@@ -26588,15 +26836,15 @@
"binop": null
},
"value": "label",
- "start": 4242,
- "end": 4247,
+ "start": 4353,
+ "end": 4358,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 7
},
"end": {
- "line": 168,
+ "line": 170,
"column": 12
}
}
@@ -26615,15 +26863,15 @@
"updateContext": null
},
"value": "=",
- "start": 4248,
- "end": 4249,
+ "start": 4359,
+ "end": 4360,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 13
},
"end": {
- "line": 168,
+ "line": 170,
"column": 14
}
}
@@ -26641,15 +26889,15 @@
"binop": null
},
"value": "label",
- "start": 4250,
- "end": 4255,
+ "start": 4361,
+ "end": 4366,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 15
},
"end": {
- "line": 168,
+ "line": 170,
"column": 20
}
}
@@ -26667,15 +26915,15 @@
"binop": null,
"updateContext": null
},
- "start": 4255,
- "end": 4256,
+ "start": 4366,
+ "end": 4367,
"loc": {
"start": {
- "line": 168,
+ "line": 170,
"column": 20
},
"end": {
- "line": 168,
+ "line": 170,
"column": 21
}
}
@@ -26693,15 +26941,15 @@
"binop": null
},
"value": "li",
- "start": 4261,
- "end": 4263,
+ "start": 4372,
+ "end": 4374,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 4
},
"end": {
- "line": 169,
+ "line": 171,
"column": 6
}
}
@@ -26719,15 +26967,15 @@
"binop": null,
"updateContext": null
},
- "start": 4263,
- "end": 4264,
+ "start": 4374,
+ "end": 4375,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 6
},
"end": {
- "line": 169,
+ "line": 171,
"column": 7
}
}
@@ -26745,15 +26993,15 @@
"binop": null
},
"value": "check",
- "start": 4264,
- "end": 4269,
+ "start": 4375,
+ "end": 4380,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 7
},
"end": {
- "line": 169,
+ "line": 171,
"column": 12
}
}
@@ -26772,15 +27020,15 @@
"updateContext": null
},
"value": "=",
- "start": 4270,
- "end": 4271,
+ "start": 4381,
+ "end": 4382,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 13
},
"end": {
- "line": 169,
+ "line": 171,
"column": 14
}
}
@@ -26798,15 +27046,15 @@
"binop": null
},
"value": "check",
- "start": 4272,
- "end": 4277,
+ "start": 4383,
+ "end": 4388,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 15
},
"end": {
- "line": 169,
+ "line": 171,
"column": 20
}
}
@@ -26824,15 +27072,15 @@
"binop": null,
"updateContext": null
},
- "start": 4277,
- "end": 4278,
+ "start": 4388,
+ "end": 4389,
"loc": {
"start": {
- "line": 169,
+ "line": 171,
"column": 20
},
"end": {
- "line": 169,
+ "line": 171,
"column": 21
}
}
@@ -26852,15 +27100,15 @@
"updateContext": null
},
"value": "return",
- "start": 4283,
- "end": 4289,
+ "start": 4394,
+ "end": 4400,
"loc": {
"start": {
- "line": 170,
+ "line": 172,
"column": 4
},
"end": {
- "line": 170,
+ "line": 172,
"column": 10
}
}
@@ -26878,15 +27126,15 @@
"binop": null
},
"value": "li",
- "start": 4290,
- "end": 4292,
+ "start": 4401,
+ "end": 4403,
"loc": {
"start": {
- "line": 170,
+ "line": 172,
"column": 11
},
"end": {
- "line": 170,
+ "line": 172,
"column": 13
}
}
@@ -26904,15 +27152,15 @@
"binop": null,
"updateContext": null
},
- "start": 4292,
- "end": 4293,
+ "start": 4403,
+ "end": 4404,
"loc": {
"start": {
- "line": 170,
+ "line": 172,
"column": 13
},
"end": {
- "line": 170,
+ "line": 172,
"column": 14
}
}
@@ -26929,15 +27177,15 @@
"postfix": false,
"binop": null
},
- "start": 4294,
- "end": 4295,
+ "start": 4405,
+ "end": 4406,
"loc": {
"start": {
- "line": 171,
+ "line": 173,
"column": 0
},
"end": {
- "line": 171,
+ "line": 173,
"column": 1
}
}
@@ -26955,15 +27203,15 @@
"binop": null,
"updateContext": null
},
- "start": 4295,
- "end": 4296,
+ "start": 4406,
+ "end": 4407,
"loc": {
"start": {
- "line": 171,
+ "line": 173,
"column": 1
},
"end": {
- "line": 171,
+ "line": 173,
"column": 2
}
}
@@ -26971,15 +27219,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n ",
- "start": 4298,
- "end": 4420,
+ "start": 4409,
+ "end": 4531,
"loc": {
"start": {
- "line": 173,
+ "line": 175,
"column": 0
},
"end": {
- "line": 177,
+ "line": 179,
"column": 3
}
}
@@ -26999,15 +27247,15 @@
"updateContext": null
},
"value": "export",
- "start": 4421,
- "end": 4427,
+ "start": 4532,
+ "end": 4538,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 0
},
"end": {
- "line": 178,
+ "line": 180,
"column": 6
}
}
@@ -27027,15 +27275,15 @@
"updateContext": null
},
"value": "const",
- "start": 4428,
- "end": 4433,
+ "start": 4539,
+ "end": 4544,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 7
},
"end": {
- "line": 178,
+ "line": 180,
"column": 12
}
}
@@ -27053,15 +27301,15 @@
"binop": null
},
"value": "elm",
- "start": 4434,
- "end": 4437,
+ "start": 4545,
+ "end": 4548,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 13
},
"end": {
- "line": 178,
+ "line": 180,
"column": 16
}
}
@@ -27080,15 +27328,15 @@
"updateContext": null
},
"value": "=",
- "start": 4438,
- "end": 4439,
+ "start": 4549,
+ "end": 4550,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 17
},
"end": {
- "line": 178,
+ "line": 180,
"column": 18
}
}
@@ -27105,15 +27353,15 @@
"postfix": false,
"binop": null
},
- "start": 4440,
- "end": 4441,
+ "start": 4551,
+ "end": 4552,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 19
},
"end": {
- "line": 178,
+ "line": 180,
"column": 20
}
}
@@ -27131,15 +27379,15 @@
"binop": null
},
"value": "id",
- "start": 4441,
- "end": 4443,
+ "start": 4552,
+ "end": 4554,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 20
},
"end": {
- "line": 178,
+ "line": 180,
"column": 22
}
}
@@ -27156,15 +27404,15 @@
"postfix": false,
"binop": null
},
- "start": 4443,
- "end": 4444,
+ "start": 4554,
+ "end": 4555,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 22
},
"end": {
- "line": 178,
+ "line": 180,
"column": 23
}
}
@@ -27182,15 +27430,15 @@
"binop": null,
"updateContext": null
},
- "start": 4445,
- "end": 4447,
+ "start": 4556,
+ "end": 4558,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 24
},
"end": {
- "line": 178,
+ "line": 180,
"column": 26
}
}
@@ -27208,15 +27456,15 @@
"binop": null
},
"value": "doc",
- "start": 4448,
- "end": 4451,
+ "start": 4559,
+ "end": 4562,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 27
},
"end": {
- "line": 178,
+ "line": 180,
"column": 30
}
}
@@ -27234,15 +27482,15 @@
"binop": null,
"updateContext": null
},
- "start": 4451,
- "end": 4452,
+ "start": 4562,
+ "end": 4563,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 30
},
"end": {
- "line": 178,
+ "line": 180,
"column": 31
}
}
@@ -27260,15 +27508,15 @@
"binop": null
},
"value": "getElementById",
- "start": 4452,
- "end": 4466,
+ "start": 4563,
+ "end": 4577,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 31
},
"end": {
- "line": 178,
+ "line": 180,
"column": 45
}
}
@@ -27285,15 +27533,15 @@
"postfix": false,
"binop": null
},
- "start": 4466,
- "end": 4467,
+ "start": 4577,
+ "end": 4578,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 45
},
"end": {
- "line": 178,
+ "line": 180,
"column": 46
}
}
@@ -27311,15 +27559,15 @@
"binop": null
},
"value": "id",
- "start": 4467,
- "end": 4469,
+ "start": 4578,
+ "end": 4580,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 46
},
"end": {
- "line": 178,
+ "line": 180,
"column": 48
}
}
@@ -27336,15 +27584,15 @@
"postfix": false,
"binop": null
},
- "start": 4469,
- "end": 4470,
+ "start": 4580,
+ "end": 4581,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 48
},
"end": {
- "line": 178,
+ "line": 180,
"column": 49
}
}
@@ -27362,15 +27610,15 @@
"binop": null,
"updateContext": null
},
- "start": 4470,
- "end": 4471,
+ "start": 4581,
+ "end": 4582,
"loc": {
"start": {
- "line": 178,
+ "line": 180,
"column": 49
},
"end": {
- "line": 178,
+ "line": 180,
"column": 50
}
}
@@ -27378,15 +27626,15 @@
{
"type": "CommentBlock",
"value": "*\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n ",
- "start": 4473,
- "end": 4598,
+ "start": 4584,
+ "end": 4709,
"loc": {
"start": {
- "line": 180,
+ "line": 182,
"column": 0
},
"end": {
- "line": 184,
+ "line": 186,
"column": 3
}
}
@@ -27406,15 +27654,15 @@
"updateContext": null
},
"value": "export",
- "start": 4599,
- "end": 4605,
+ "start": 4710,
+ "end": 4716,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 0
},
"end": {
- "line": 185,
+ "line": 187,
"column": 6
}
}
@@ -27434,15 +27682,15 @@
"updateContext": null
},
"value": "const",
- "start": 4606,
- "end": 4611,
+ "start": 4717,
+ "end": 4722,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 7
},
"end": {
- "line": 185,
+ "line": 187,
"column": 12
}
}
@@ -27460,15 +27708,15 @@
"binop": null
},
"value": "tag",
- "start": 4612,
- "end": 4615,
+ "start": 4723,
+ "end": 4726,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 13
},
"end": {
- "line": 185,
+ "line": 187,
"column": 16
}
}
@@ -27487,15 +27735,15 @@
"updateContext": null
},
"value": "=",
- "start": 4616,
- "end": 4617,
+ "start": 4727,
+ "end": 4728,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 17
},
"end": {
- "line": 185,
+ "line": 187,
"column": 18
}
}
@@ -27512,15 +27760,15 @@
"postfix": false,
"binop": null
},
- "start": 4618,
- "end": 4619,
+ "start": 4729,
+ "end": 4730,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 19
},
"end": {
- "line": 185,
+ "line": 187,
"column": 20
}
}
@@ -27538,15 +27786,15 @@
"binop": null
},
"value": "o",
- "start": 4619,
- "end": 4620,
+ "start": 4730,
+ "end": 4731,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 20
},
"end": {
- "line": 185,
+ "line": 187,
"column": 21
}
}
@@ -27564,15 +27812,15 @@
"binop": null,
"updateContext": null
},
- "start": 4620,
- "end": 4621,
+ "start": 4731,
+ "end": 4732,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 21
},
"end": {
- "line": 185,
+ "line": 187,
"column": 22
}
}
@@ -27590,15 +27838,15 @@
"binop": null
},
"value": "tagname",
- "start": 4622,
- "end": 4629,
+ "start": 4733,
+ "end": 4740,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 23
},
"end": {
- "line": 185,
+ "line": 187,
"column": 30
}
}
@@ -27615,15 +27863,15 @@
"postfix": false,
"binop": null
},
- "start": 4629,
- "end": 4630,
+ "start": 4740,
+ "end": 4741,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 30
},
"end": {
- "line": 185,
+ "line": 187,
"column": 31
}
}
@@ -27641,15 +27889,15 @@
"binop": null,
"updateContext": null
},
- "start": 4631,
- "end": 4633,
+ "start": 4742,
+ "end": 4744,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 32
},
"end": {
- "line": 185,
+ "line": 187,
"column": 34
}
}
@@ -27667,15 +27915,15 @@
"binop": null
},
"value": "o",
- "start": 4634,
- "end": 4635,
+ "start": 4745,
+ "end": 4746,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 35
},
"end": {
- "line": 185,
+ "line": 187,
"column": 36
}
}
@@ -27693,15 +27941,15 @@
"binop": null,
"updateContext": null
},
- "start": 4635,
- "end": 4636,
+ "start": 4746,
+ "end": 4747,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 36
},
"end": {
- "line": 185,
+ "line": 187,
"column": 37
}
}
@@ -27719,15 +27967,15 @@
"binop": null
},
"value": "getElementsByTagName",
- "start": 4636,
- "end": 4656,
+ "start": 4747,
+ "end": 4767,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 37
},
"end": {
- "line": 185,
+ "line": 187,
"column": 57
}
}
@@ -27744,15 +27992,15 @@
"postfix": false,
"binop": null
},
- "start": 4656,
- "end": 4657,
+ "start": 4767,
+ "end": 4768,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 57
},
"end": {
- "line": 185,
+ "line": 187,
"column": 58
}
}
@@ -27770,15 +28018,15 @@
"binop": null
},
"value": "tagname",
- "start": 4657,
- "end": 4664,
+ "start": 4768,
+ "end": 4775,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 58
},
"end": {
- "line": 185,
+ "line": 187,
"column": 65
}
}
@@ -27795,15 +28043,15 @@
"postfix": false,
"binop": null
},
- "start": 4664,
- "end": 4665,
+ "start": 4775,
+ "end": 4776,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 65
},
"end": {
- "line": 185,
+ "line": 187,
"column": 66
}
}
@@ -27821,15 +28069,15 @@
"binop": null,
"updateContext": null
},
- "start": 4665,
- "end": 4666,
+ "start": 4776,
+ "end": 4777,
"loc": {
"start": {
- "line": 185,
+ "line": 187,
"column": 66
},
"end": {
- "line": 185,
+ "line": 187,
"column": 67
}
}
@@ -27837,15 +28085,15 @@
{
"type": "CommentLine",
"value": " HTML5 classList API",
- "start": 4668,
- "end": 4690,
+ "start": 4779,
+ "end": 4801,
"loc": {
"start": {
- "line": 187,
+ "line": 189,
"column": 0
},
"end": {
- "line": 187,
+ "line": 189,
"column": 22
}
}
@@ -27864,15 +28112,15 @@
"binop": null
},
"value": "function",
- "start": 4691,
- "end": 4699,
+ "start": 4802,
+ "end": 4810,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 0
},
"end": {
- "line": 188,
+ "line": 190,
"column": 8
}
}
@@ -27890,15 +28138,15 @@
"binop": null
},
"value": "supportsClassList",
- "start": 4700,
- "end": 4717,
+ "start": 4811,
+ "end": 4828,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 9
},
"end": {
- "line": 188,
+ "line": 190,
"column": 26
}
}
@@ -27915,15 +28163,15 @@
"postfix": false,
"binop": null
},
- "start": 4717,
- "end": 4718,
+ "start": 4828,
+ "end": 4829,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 26
},
"end": {
- "line": 188,
+ "line": 190,
"column": 27
}
}
@@ -27940,15 +28188,15 @@
"postfix": false,
"binop": null
},
- "start": 4718,
- "end": 4719,
+ "start": 4829,
+ "end": 4830,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 27
},
"end": {
- "line": 188,
+ "line": 190,
"column": 28
}
}
@@ -27965,15 +28213,15 @@
"postfix": false,
"binop": null
},
- "start": 4720,
- "end": 4721,
+ "start": 4831,
+ "end": 4832,
"loc": {
"start": {
- "line": 188,
+ "line": 190,
"column": 29
},
"end": {
- "line": 188,
+ "line": 190,
"column": 30
}
}
@@ -27993,15 +28241,15 @@
"updateContext": null
},
"value": "return",
- "start": 4726,
- "end": 4732,
+ "start": 4837,
+ "end": 4843,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 4
},
"end": {
- "line": 189,
+ "line": 191,
"column": 10
}
}
@@ -28019,15 +28267,15 @@
"binop": null
},
"value": "doc",
- "start": 4733,
- "end": 4736,
+ "start": 4844,
+ "end": 4847,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 11
},
"end": {
- "line": 189,
+ "line": 191,
"column": 14
}
}
@@ -28045,15 +28293,15 @@
"binop": null,
"updateContext": null
},
- "start": 4736,
- "end": 4737,
+ "start": 4847,
+ "end": 4848,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 14
},
"end": {
- "line": 189,
+ "line": 191,
"column": 15
}
}
@@ -28071,15 +28319,15 @@
"binop": null
},
"value": "documentElement",
- "start": 4737,
- "end": 4752,
+ "start": 4848,
+ "end": 4863,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 15
},
"end": {
- "line": 189,
+ "line": 191,
"column": 30
}
}
@@ -28097,15 +28345,15 @@
"binop": null,
"updateContext": null
},
- "start": 4752,
- "end": 4753,
+ "start": 4863,
+ "end": 4864,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 30
},
"end": {
- "line": 189,
+ "line": 191,
"column": 31
}
}
@@ -28123,15 +28371,15 @@
"binop": null
},
"value": "classList",
- "start": 4753,
- "end": 4762,
+ "start": 4864,
+ "end": 4873,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 31
},
"end": {
- "line": 189,
+ "line": 191,
"column": 40
}
}
@@ -28149,15 +28397,15 @@
"binop": null,
"updateContext": null
},
- "start": 4762,
- "end": 4763,
+ "start": 4873,
+ "end": 4874,
"loc": {
"start": {
- "line": 189,
+ "line": 191,
"column": 40
},
"end": {
- "line": 189,
+ "line": 191,
"column": 41
}
}
@@ -28174,15 +28422,15 @@
"postfix": false,
"binop": null
},
- "start": 4764,
- "end": 4765,
+ "start": 4875,
+ "end": 4876,
"loc": {
"start": {
- "line": 190,
+ "line": 192,
"column": 0
},
"end": {
- "line": 190,
+ "line": 192,
"column": 1
}
}
@@ -28200,15 +28448,15 @@
"binop": null,
"updateContext": null
},
- "start": 4766,
- "end": 4766,
+ "start": 4877,
+ "end": 4877,
"loc": {
"start": {
- "line": 191,
+ "line": 193,
"column": 0
},
"end": {
- "line": 191,
+ "line": 193,
"column": 0
}
}
diff --git a/docs/ast/source/modules/checkList.js.json b/docs/ast/source/modules/checkList.js.json
index f00a8e95..59ab1521 100644
--- a/docs/ast/source/modules/checkList.js.json
+++ b/docs/ast/source/modules/checkList.js.json
@@ -1,28 +1,28 @@
{
"type": "File",
"start": 0,
- "end": 16671,
+ "end": 16140,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
- "line": 520,
+ "line": 513,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
- "end": 16671,
+ "end": 16140,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
- "line": 520,
+ "line": 513,
"column": 0
}
},
@@ -1325,14 +1325,14 @@
{
"type": "ExportNamedDeclaration",
"start": 514,
- "end": 16670,
+ "end": 16139,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
- "line": 519,
+ "line": 512,
"column": 1
}
},
@@ -1341,14 +1341,14 @@
"declaration": {
"type": "ClassDeclaration",
"start": 521,
- "end": 16670,
+ "end": 16139,
"loc": {
"start": {
"line": 18,
"column": 7
},
"end": {
- "line": 519,
+ "line": 512,
"column": 1
}
},
@@ -1390,14 +1390,14 @@
"body": {
"type": "ClassBody",
"start": 558,
- "end": 16670,
+ "end": 16139,
"loc": {
"start": {
"line": 18,
"column": 44
},
"end": {
- "line": 519,
+ "line": 512,
"column": 1
}
},
@@ -3523,7 +3523,7 @@
{
"type": "ClassMethod",
"start": 2783,
- "end": 2979,
+ "end": 2974,
"loc": {
"start": {
"line": 104,
@@ -3581,7 +3581,7 @@
"body": {
"type": "BlockStatement",
"start": 2800,
- "end": 2979,
+ "end": 2974,
"loc": {
"start": {
"line": 104,
@@ -3962,7 +3962,7 @@
{
"type": "ExpressionStatement",
"start": 2923,
- "end": 2952,
+ "end": 2947,
"loc": {
"start": {
"line": 109,
@@ -3970,13 +3970,13 @@
},
"end": {
"line": 109,
- "column": 37
+ "column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 2923,
- "end": 2951,
+ "end": 2946,
"loc": {
"start": {
"line": 109,
@@ -3984,13 +3984,13 @@
},
"end": {
"line": 109,
- "column": 36
+ "column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 2923,
- "end": 2946,
+ "end": 2941,
"loc": {
"start": {
"line": 109,
@@ -3998,7 +3998,7 @@
},
"end": {
"line": 109,
- "column": 31
+ "column": 26
}
},
"object": {
@@ -4019,7 +4019,7 @@
"property": {
"type": "Identifier",
"start": 2928,
- "end": 2946,
+ "end": 2941,
"loc": {
"start": {
"line": 109,
@@ -4027,27 +4027,27 @@
},
"end": {
"line": 109,
- "column": 31
+ "column": 26
},
- "identifierName": "setCheckListValues"
+ "identifierName": "setItemOption"
},
- "name": "setCheckListValues"
+ "name": "setItemOption"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
- "start": 2947,
- "end": 2950,
+ "start": 2942,
+ "end": 2945,
"loc": {
"start": {
"line": 109,
- "column": 32
+ "column": 27
},
"end": {
"line": 109,
- "column": 35
+ "column": 30
},
"identifierName": "elm"
},
@@ -4058,8 +4058,8 @@
},
{
"type": "ExpressionStatement",
- "start": 2961,
- "end": 2973,
+ "start": 2956,
+ "end": 2968,
"loc": {
"start": {
"line": 110,
@@ -4072,8 +4072,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 2961,
- "end": 2972,
+ "start": 2956,
+ "end": 2967,
"loc": {
"start": {
"line": 110,
@@ -4086,8 +4086,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 2961,
- "end": 2970,
+ "start": 2956,
+ "end": 2965,
"loc": {
"start": {
"line": 110,
@@ -4100,8 +4100,8 @@
},
"object": {
"type": "Identifier",
- "start": 2961,
- "end": 2963,
+ "start": 2956,
+ "end": 2958,
"loc": {
"start": {
"line": 110,
@@ -4117,8 +4117,8 @@
},
"property": {
"type": "Identifier",
- "start": 2964,
- "end": 2970,
+ "start": 2959,
+ "end": 2965,
"loc": {
"start": {
"line": 110,
@@ -4163,8 +4163,8 @@
{
"type": "CommentBlock",
"value": "*\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n ",
- "start": 2985,
- "end": 3112,
+ "start": 2980,
+ "end": 3107,
"loc": {
"start": {
"line": 113,
@@ -4180,8 +4180,8 @@
},
{
"type": "ClassMethod",
- "start": 3117,
- "end": 3457,
+ "start": 3112,
+ "end": 3452,
"loc": {
"start": {
"line": 118,
@@ -4196,8 +4196,8 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3117,
- "end": 3133,
+ "start": 3112,
+ "end": 3128,
"loc": {
"start": {
"line": 118,
@@ -4220,8 +4220,8 @@
"params": [
{
"type": "Identifier",
- "start": 3134,
- "end": 3137,
+ "start": 3129,
+ "end": 3132,
"loc": {
"start": {
"line": 118,
@@ -4238,8 +4238,8 @@
],
"body": {
"type": "BlockStatement",
- "start": 3139,
- "end": 3457,
+ "start": 3134,
+ "end": 3452,
"loc": {
"start": {
"line": 118,
@@ -4253,8 +4253,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 3149,
- "end": 3174,
+ "start": 3144,
+ "end": 3169,
"loc": {
"start": {
"line": 119,
@@ -4268,8 +4268,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3153,
- "end": 3173,
+ "start": 3148,
+ "end": 3168,
"loc": {
"start": {
"line": 119,
@@ -4282,8 +4282,8 @@
},
"id": {
"type": "Identifier",
- "start": 3153,
- "end": 3156,
+ "start": 3148,
+ "end": 3151,
"loc": {
"start": {
"line": 119,
@@ -4299,8 +4299,8 @@
},
"init": {
"type": "CallExpression",
- "start": 3159,
- "end": 3173,
+ "start": 3154,
+ "end": 3168,
"loc": {
"start": {
"line": 119,
@@ -4313,8 +4313,8 @@
},
"callee": {
"type": "Identifier",
- "start": 3159,
- "end": 3168,
+ "start": 3154,
+ "end": 3163,
"loc": {
"start": {
"line": 119,
@@ -4331,8 +4331,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 3169,
- "end": 3172,
+ "start": 3164,
+ "end": 3167,
"loc": {
"start": {
"line": 119,
@@ -4354,8 +4354,8 @@
},
{
"type": "IfStatement",
- "start": 3183,
- "end": 3451,
+ "start": 3178,
+ "end": 3446,
"loc": {
"start": {
"line": 120,
@@ -4368,8 +4368,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 3187,
- "end": 3248,
+ "start": 3182,
+ "end": 3243,
"loc": {
"start": {
"line": 120,
@@ -4382,8 +4382,8 @@
},
"left": {
"type": "MemberExpression",
- "start": 3187,
- "end": 3210,
+ "start": 3182,
+ "end": 3205,
"loc": {
"start": {
"line": 120,
@@ -4396,8 +4396,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 3187,
- "end": 3194,
+ "start": 3182,
+ "end": 3189,
"loc": {
"start": {
"line": 120,
@@ -4410,8 +4410,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3187,
- "end": 3191,
+ "start": 3182,
+ "end": 3186,
"loc": {
"start": {
"line": 120,
@@ -4425,8 +4425,8 @@
},
"property": {
"type": "Identifier",
- "start": 3192,
- "end": 3194,
+ "start": 3187,
+ "end": 3189,
"loc": {
"start": {
"line": 120,
@@ -4444,8 +4444,8 @@
},
"property": {
"type": "Identifier",
- "start": 3195,
- "end": 3210,
+ "start": 3190,
+ "end": 3205,
"loc": {
"start": {
"line": 120,
@@ -4464,8 +4464,8 @@
"operator": "&&",
"right": {
"type": "BinaryExpression",
- "start": 3214,
- "end": 3248,
+ "start": 3209,
+ "end": 3243,
"loc": {
"start": {
"line": 120,
@@ -4478,8 +4478,8 @@
},
"left": {
"type": "CallExpression",
- "start": 3214,
- "end": 3240,
+ "start": 3209,
+ "end": 3235,
"loc": {
"start": {
"line": 120,
@@ -4492,8 +4492,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 3214,
- "end": 3230,
+ "start": 3209,
+ "end": 3225,
"loc": {
"start": {
"line": 120,
@@ -4506,8 +4506,8 @@
},
"object": {
"type": "Identifier",
- "start": 3214,
- "end": 3217,
+ "start": 3209,
+ "end": 3212,
"loc": {
"start": {
"line": 120,
@@ -4523,8 +4523,8 @@
},
"property": {
"type": "Identifier",
- "start": 3218,
- "end": 3230,
+ "start": 3213,
+ "end": 3225,
"loc": {
"start": {
"line": 120,
@@ -4543,8 +4543,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 3231,
- "end": 3239,
+ "start": 3226,
+ "end": 3234,
"loc": {
"start": {
"line": 120,
@@ -4566,8 +4566,8 @@
"operator": "===",
"right": {
"type": "StringLiteral",
- "start": 3245,
- "end": 3248,
+ "start": 3240,
+ "end": 3243,
"loc": {
"start": {
"line": 120,
@@ -4588,8 +4588,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 3250,
- "end": 3451,
+ "start": 3245,
+ "end": 3446,
"loc": {
"start": {
"line": 120,
@@ -4603,8 +4603,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 3264,
- "end": 3296,
+ "start": 3259,
+ "end": 3291,
"loc": {
"start": {
"line": 121,
@@ -4618,8 +4618,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3268,
- "end": 3295,
+ "start": 3263,
+ "end": 3290,
"loc": {
"start": {
"line": 121,
@@ -4632,8 +4632,8 @@
},
"id": {
"type": "Identifier",
- "start": 3268,
- "end": 3270,
+ "start": 3263,
+ "end": 3265,
"loc": {
"start": {
"line": 121,
@@ -4649,8 +4649,8 @@
},
"init": {
"type": "CallExpression",
- "start": 3273,
- "end": 3295,
+ "start": 3268,
+ "end": 3290,
"loc": {
"start": {
"line": 121,
@@ -4663,8 +4663,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 3273,
- "end": 3289,
+ "start": 3268,
+ "end": 3284,
"loc": {
"start": {
"line": 121,
@@ -4677,8 +4677,8 @@
},
"object": {
"type": "Identifier",
- "start": 3273,
- "end": 3276,
+ "start": 3268,
+ "end": 3271,
"loc": {
"start": {
"line": 121,
@@ -4694,8 +4694,8 @@
},
"property": {
"type": "Identifier",
- "start": 3277,
- "end": 3289,
+ "start": 3272,
+ "end": 3284,
"loc": {
"start": {
"line": 121,
@@ -4714,8 +4714,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 3290,
- "end": 3294,
+ "start": 3285,
+ "end": 3289,
"loc": {
"start": {
"line": 121,
@@ -4740,8 +4740,8 @@
},
{
"type": "VariableDeclaration",
- "start": 3309,
- "end": 3339,
+ "start": 3304,
+ "end": 3334,
"loc": {
"start": {
"line": 122,
@@ -4755,8 +4755,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3313,
- "end": 3338,
+ "start": 3308,
+ "end": 3333,
"loc": {
"start": {
"line": 122,
@@ -4769,8 +4769,8 @@
},
"id": {
"type": "Identifier",
- "start": 3313,
- "end": 3316,
+ "start": 3308,
+ "end": 3311,
"loc": {
"start": {
"line": 122,
@@ -4786,8 +4786,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 3319,
- "end": 3338,
+ "start": 3314,
+ "end": 3333,
"loc": {
"start": {
"line": 122,
@@ -4800,8 +4800,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 3319,
- "end": 3334,
+ "start": 3314,
+ "end": 3329,
"loc": {
"start": {
"line": 122,
@@ -4814,8 +4814,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3319,
- "end": 3323,
+ "start": 3314,
+ "end": 3318,
"loc": {
"start": {
"line": 122,
@@ -4829,8 +4829,8 @@
},
"property": {
"type": "Identifier",
- "start": 3324,
- "end": 3334,
+ "start": 3319,
+ "end": 3329,
"loc": {
"start": {
"line": 122,
@@ -4848,8 +4848,8 @@
},
"property": {
"type": "Identifier",
- "start": 3335,
- "end": 3337,
+ "start": 3330,
+ "end": 3332,
"loc": {
"start": {
"line": 122,
@@ -4871,8 +4871,8 @@
},
{
"type": "ExpressionStatement",
- "start": 3352,
- "end": 3367,
+ "start": 3347,
+ "end": 3362,
"loc": {
"start": {
"line": 123,
@@ -4885,8 +4885,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 3352,
- "end": 3366,
+ "start": 3347,
+ "end": 3361,
"loc": {
"start": {
"line": 123,
@@ -4899,8 +4899,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 3352,
- "end": 3362,
+ "start": 3347,
+ "end": 3357,
"loc": {
"start": {
"line": 123,
@@ -4913,8 +4913,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3352,
- "end": 3356,
+ "start": 3347,
+ "end": 3351,
"loc": {
"start": {
"line": 123,
@@ -4928,8 +4928,8 @@
},
"property": {
"type": "Identifier",
- "start": 3357,
- "end": 3362,
+ "start": 3352,
+ "end": 3357,
"loc": {
"start": {
"line": 123,
@@ -4948,8 +4948,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 3363,
- "end": 3365,
+ "start": 3358,
+ "end": 3360,
"loc": {
"start": {
"line": 123,
@@ -4968,8 +4968,8 @@
},
{
"type": "ExpressionStatement",
- "start": 3380,
- "end": 3441,
+ "start": 3375,
+ "end": 3436,
"loc": {
"start": {
"line": 124,
@@ -4982,8 +4982,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 3380,
- "end": 3440,
+ "start": 3375,
+ "end": 3435,
"loc": {
"start": {
"line": 124,
@@ -4996,8 +4996,8 @@
},
"callee": {
"type": "Identifier",
- "start": 3380,
- "end": 3389,
+ "start": 3375,
+ "end": 3384,
"loc": {
"start": {
"line": 124,
@@ -5014,8 +5014,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 3390,
- "end": 3393,
+ "start": 3385,
+ "end": 3388,
"loc": {
"start": {
"line": 124,
@@ -5031,8 +5031,8 @@
},
{
"type": "StringLiteral",
- "start": 3395,
- "end": 3402,
+ "start": 3390,
+ "end": 3397,
"loc": {
"start": {
"line": 124,
@@ -5051,8 +5051,8 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 3404,
- "end": 3439,
+ "start": 3399,
+ "end": 3434,
"loc": {
"start": {
"line": 124,
@@ -5070,8 +5070,8 @@
"params": [
{
"type": "Identifier",
- "start": 3405,
- "end": 3408,
+ "start": 3400,
+ "end": 3403,
"loc": {
"start": {
"line": 124,
@@ -5088,8 +5088,8 @@
],
"body": {
"type": "CallExpression",
- "start": 3413,
- "end": 3439,
+ "start": 3408,
+ "end": 3434,
"loc": {
"start": {
"line": 124,
@@ -5102,8 +5102,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 3413,
- "end": 3434,
+ "start": 3408,
+ "end": 3429,
"loc": {
"start": {
"line": 124,
@@ -5116,8 +5116,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3413,
- "end": 3417,
+ "start": 3408,
+ "end": 3412,
"loc": {
"start": {
"line": 124,
@@ -5131,8 +5131,8 @@
},
"property": {
"type": "Identifier",
- "start": 3418,
- "end": 3434,
+ "start": 3413,
+ "end": 3429,
"loc": {
"start": {
"line": 124,
@@ -5151,8 +5151,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 3435,
- "end": 3438,
+ "start": 3430,
+ "end": 3433,
"loc": {
"start": {
"line": 124,
@@ -5185,8 +5185,8 @@
{
"type": "CommentBlock",
"value": "*\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n ",
- "start": 2985,
- "end": 3112,
+ "start": 2980,
+ "end": 3107,
"loc": {
"start": {
"line": 113,
@@ -5203,8 +5203,8 @@
{
"type": "CommentBlock",
"value": "*\n * Refresh all checklist filters\n ",
- "start": 3463,
- "end": 3511,
+ "start": 3458,
+ "end": 3506,
"loc": {
"start": {
"line": 128,
@@ -5220,8 +5220,8 @@
},
{
"type": "ClassMethod",
- "start": 3516,
- "end": 3639,
+ "start": 3511,
+ "end": 3634,
"loc": {
"start": {
"line": 131,
@@ -5236,8 +5236,8 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3516,
- "end": 3526,
+ "start": 3511,
+ "end": 3521,
"loc": {
"start": {
"line": 131,
@@ -5260,8 +5260,8 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 3529,
- "end": 3639,
+ "start": 3524,
+ "end": 3634,
"loc": {
"start": {
"line": 131,
@@ -5275,8 +5275,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 3539,
- "end": 3595,
+ "start": 3534,
+ "end": 3590,
"loc": {
"start": {
"line": 132,
@@ -5290,8 +5290,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3543,
- "end": 3594,
+ "start": 3538,
+ "end": 3589,
"loc": {
"start": {
"line": 132,
@@ -5304,8 +5304,8 @@
},
"id": {
"type": "Identifier",
- "start": 3543,
- "end": 3550,
+ "start": 3538,
+ "end": 3545,
"loc": {
"start": {
"line": 132,
@@ -5321,8 +5321,8 @@
},
"init": {
"type": "CallExpression",
- "start": 3553,
- "end": 3594,
+ "start": 3548,
+ "end": 3589,
"loc": {
"start": {
"line": 132,
@@ -5335,8 +5335,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 3553,
- "end": 3577,
+ "start": 3548,
+ "end": 3572,
"loc": {
"start": {
"line": 132,
@@ -5349,8 +5349,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 3553,
- "end": 3560,
+ "start": 3548,
+ "end": 3555,
"loc": {
"start": {
"line": 132,
@@ -5363,8 +5363,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3553,
- "end": 3557,
+ "start": 3548,
+ "end": 3552,
"loc": {
"start": {
"line": 132,
@@ -5378,8 +5378,8 @@
},
"property": {
"type": "Identifier",
- "start": 3558,
- "end": 3560,
+ "start": 3553,
+ "end": 3555,
"loc": {
"start": {
"line": 132,
@@ -5397,8 +5397,8 @@
},
"property": {
"type": "Identifier",
- "start": 3561,
- "end": 3577,
+ "start": 3556,
+ "end": 3572,
"loc": {
"start": {
"line": 132,
@@ -5417,8 +5417,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 3578,
- "end": 3587,
+ "start": 3573,
+ "end": 3582,
"loc": {
"start": {
"line": 132,
@@ -5434,8 +5434,8 @@
},
{
"type": "BooleanLiteral",
- "start": 3589,
- "end": 3593,
+ "start": 3584,
+ "end": 3588,
"loc": {
"start": {
"line": 132,
@@ -5456,8 +5456,8 @@
},
{
"type": "ExpressionStatement",
- "start": 3604,
- "end": 3633,
+ "start": 3599,
+ "end": 3628,
"loc": {
"start": {
"line": 133,
@@ -5470,8 +5470,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 3604,
- "end": 3632,
+ "start": 3599,
+ "end": 3627,
"loc": {
"start": {
"line": 133,
@@ -5484,8 +5484,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 3604,
- "end": 3623,
+ "start": 3599,
+ "end": 3618,
"loc": {
"start": {
"line": 133,
@@ -5498,8 +5498,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3604,
- "end": 3608,
+ "start": 3599,
+ "end": 3603,
"loc": {
"start": {
"line": 133,
@@ -5513,8 +5513,8 @@
},
"property": {
"type": "Identifier",
- "start": 3609,
- "end": 3623,
+ "start": 3604,
+ "end": 3618,
"loc": {
"start": {
"line": 133,
@@ -5533,8 +5533,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 3624,
- "end": 3631,
+ "start": 3619,
+ "end": 3626,
"loc": {
"start": {
"line": 133,
@@ -5559,8 +5559,8 @@
{
"type": "CommentBlock",
"value": "*\n * Refresh all checklist filters\n ",
- "start": 3463,
- "end": 3511,
+ "start": 3458,
+ "end": 3506,
"loc": {
"start": {
"line": 128,
@@ -5577,8 +5577,8 @@
{
"type": "CommentBlock",
"value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ",
- "start": 3645,
- "end": 3876,
+ "start": 3640,
+ "end": 3871,
"loc": {
"start": {
"line": 136,
@@ -5594,8 +5594,8 @@
},
{
"type": "ClassMethod",
- "start": 3881,
- "end": 5213,
+ "start": 3876,
+ "end": 5208,
"loc": {
"start": {
"line": 142,
@@ -5610,8 +5610,8 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3881,
- "end": 3885,
+ "start": 3876,
+ "end": 3880,
"loc": {
"start": {
"line": 142,
@@ -5634,8 +5634,8 @@
"params": [
{
"type": "Identifier",
- "start": 3886,
- "end": 3894,
+ "start": 3881,
+ "end": 3889,
"loc": {
"start": {
"line": 142,
@@ -5651,8 +5651,8 @@
},
{
"type": "Identifier",
- "start": 3896,
- "end": 3906,
+ "start": 3891,
+ "end": 3901,
"loc": {
"start": {
"line": 142,
@@ -5668,8 +5668,8 @@
},
{
"type": "Identifier",
- "start": 3908,
- "end": 3917,
+ "start": 3903,
+ "end": 3912,
"loc": {
"start": {
"line": 142,
@@ -5686,8 +5686,8 @@
],
"body": {
"type": "BlockStatement",
- "start": 3919,
- "end": 5213,
+ "start": 3914,
+ "end": 5208,
"loc": {
"start": {
"line": 142,
@@ -5701,8 +5701,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 3929,
- "end": 3946,
+ "start": 3924,
+ "end": 3941,
"loc": {
"start": {
"line": 143,
@@ -5716,8 +5716,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3933,
- "end": 3945,
+ "start": 3928,
+ "end": 3940,
"loc": {
"start": {
"line": 143,
@@ -5730,8 +5730,8 @@
},
"id": {
"type": "Identifier",
- "start": 3933,
- "end": 3935,
+ "start": 3928,
+ "end": 3930,
"loc": {
"start": {
"line": 143,
@@ -5747,8 +5747,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 3938,
- "end": 3945,
+ "start": 3933,
+ "end": 3940,
"loc": {
"start": {
"line": 143,
@@ -5761,8 +5761,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 3938,
- "end": 3942,
+ "start": 3933,
+ "end": 3937,
"loc": {
"start": {
"line": 143,
@@ -5776,8 +5776,8 @@
},
"property": {
"type": "Identifier",
- "start": 3943,
- "end": 3945,
+ "start": 3938,
+ "end": 3940,
"loc": {
"start": {
"line": 143,
@@ -5799,8 +5799,8 @@
},
{
"type": "VariableDeclaration",
- "start": 3955,
- "end": 4038,
+ "start": 3950,
+ "end": 4033,
"loc": {
"start": {
"line": 144,
@@ -5814,8 +5814,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 3959,
- "end": 4037,
+ "start": 3954,
+ "end": 4032,
"loc": {
"start": {
"line": 144,
@@ -5828,8 +5828,8 @@
},
"id": {
"type": "Identifier",
- "start": 3959,
- "end": 3975,
+ "start": 3954,
+ "end": 3970,
"loc": {
"start": {
"line": 144,
@@ -5845,8 +5845,8 @@
},
"init": {
"type": "ConditionalExpression",
- "start": 3978,
- "end": 4037,
+ "start": 3973,
+ "end": 4032,
"loc": {
"start": {
"line": 144,
@@ -5859,8 +5859,8 @@
},
"test": {
"type": "Identifier",
- "start": 3978,
- "end": 3988,
+ "start": 3973,
+ "end": 3983,
"loc": {
"start": {
"line": 144,
@@ -5876,8 +5876,8 @@
},
"consequent": {
"type": "MemberExpression",
- "start": 4003,
- "end": 4030,
+ "start": 3998,
+ "end": 4025,
"loc": {
"start": {
"line": 145,
@@ -5890,8 +5890,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 4003,
- "end": 4020,
+ "start": 3998,
+ "end": 4015,
"loc": {
"start": {
"line": 145,
@@ -5904,8 +5904,8 @@
},
"object": {
"type": "Identifier",
- "start": 4003,
- "end": 4005,
+ "start": 3998,
+ "end": 4000,
"loc": {
"start": {
"line": 145,
@@ -5921,8 +5921,8 @@
},
"property": {
"type": "Identifier",
- "start": 4006,
- "end": 4020,
+ "start": 4001,
+ "end": 4015,
"loc": {
"start": {
"line": 145,
@@ -5940,8 +5940,8 @@
},
"property": {
"type": "Identifier",
- "start": 4021,
- "end": 4029,
+ "start": 4016,
+ "end": 4024,
"loc": {
"start": {
"line": 145,
@@ -5959,8 +5959,8 @@
},
"alternate": {
"type": "NullLiteral",
- "start": 4033,
- "end": 4037,
+ "start": 4028,
+ "end": 4032,
"loc": {
"start": {
"line": 145,
@@ -5979,8 +5979,8 @@
},
{
"type": "VariableDeclaration",
- "start": 4048,
- "end": 4182,
+ "start": 4043,
+ "end": 4177,
"loc": {
"start": {
"line": 147,
@@ -5994,8 +5994,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 4052,
- "end": 4181,
+ "start": 4047,
+ "end": 4176,
"loc": {
"start": {
"line": 147,
@@ -6008,8 +6008,8 @@
},
"id": {
"type": "Identifier",
- "start": 4052,
- "end": 4059,
+ "start": 4047,
+ "end": 4054,
"loc": {
"start": {
"line": 147,
@@ -6025,8 +6025,8 @@
},
"init": {
"type": "CallExpression",
- "start": 4062,
- "end": 4181,
+ "start": 4057,
+ "end": 4176,
"loc": {
"start": {
"line": 147,
@@ -6039,8 +6039,8 @@
},
"callee": {
"type": "Identifier",
- "start": 4062,
- "end": 4071,
+ "start": 4057,
+ "end": 4066,
"loc": {
"start": {
"line": 147,
@@ -6057,8 +6057,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 4072,
- "end": 4077,
+ "start": 4067,
+ "end": 4072,
"loc": {
"start": {
"line": 147,
@@ -6077,8 +6077,8 @@
},
{
"type": "ArrayExpression",
- "start": 4091,
- "end": 4133,
+ "start": 4086,
+ "end": 4128,
"loc": {
"start": {
"line": 148,
@@ -6092,8 +6092,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 4092,
- "end": 4096,
+ "start": 4087,
+ "end": 4091,
"loc": {
"start": {
"line": 148,
@@ -6112,8 +6112,8 @@
},
{
"type": "TemplateLiteral",
- "start": 4098,
- "end": 4132,
+ "start": 4093,
+ "end": 4127,
"loc": {
"start": {
"line": 148,
@@ -6127,8 +6127,8 @@
"expressions": [
{
"type": "MemberExpression",
- "start": 4101,
- "end": 4110,
+ "start": 4096,
+ "end": 4105,
"loc": {
"start": {
"line": 148,
@@ -6141,8 +6141,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4101,
- "end": 4105,
+ "start": 4096,
+ "end": 4100,
"loc": {
"start": {
"line": 148,
@@ -6156,8 +6156,8 @@
},
"property": {
"type": "Identifier",
- "start": 4106,
- "end": 4110,
+ "start": 4101,
+ "end": 4105,
"loc": {
"start": {
"line": 148,
@@ -6175,8 +6175,8 @@
},
{
"type": "Identifier",
- "start": 4113,
- "end": 4121,
+ "start": 4108,
+ "end": 4116,
"loc": {
"start": {
"line": 148,
@@ -6192,8 +6192,8 @@
},
{
"type": "MemberExpression",
- "start": 4125,
- "end": 4130,
+ "start": 4120,
+ "end": 4125,
"loc": {
"start": {
"line": 148,
@@ -6206,8 +6206,8 @@
},
"object": {
"type": "Identifier",
- "start": 4125,
- "end": 4127,
+ "start": 4120,
+ "end": 4122,
"loc": {
"start": {
"line": 148,
@@ -6223,8 +6223,8 @@
},
"property": {
"type": "Identifier",
- "start": 4128,
- "end": 4130,
+ "start": 4123,
+ "end": 4125,
"loc": {
"start": {
"line": 148,
@@ -6244,8 +6244,8 @@
"quasis": [
{
"type": "TemplateElement",
- "start": 4099,
- "end": 4099,
+ "start": 4094,
+ "end": 4094,
"loc": {
"start": {
"line": 148,
@@ -6264,8 +6264,8 @@
},
{
"type": "TemplateElement",
- "start": 4111,
- "end": 4111,
+ "start": 4106,
+ "end": 4106,
"loc": {
"start": {
"line": 148,
@@ -6284,8 +6284,8 @@
},
{
"type": "TemplateElement",
- "start": 4122,
- "end": 4123,
+ "start": 4117,
+ "end": 4118,
"loc": {
"start": {
"line": 148,
@@ -6304,8 +6304,8 @@
},
{
"type": "TemplateElement",
- "start": 4131,
- "end": 4131,
+ "start": 4126,
+ "end": 4126,
"loc": {
"start": {
"line": 148,
@@ -6328,8 +6328,8 @@
},
{
"type": "ArrayExpression",
- "start": 4147,
- "end": 4163,
+ "start": 4142,
+ "end": 4158,
"loc": {
"start": {
"line": 149,
@@ -6343,8 +6343,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 4148,
- "end": 4152,
+ "start": 4143,
+ "end": 4147,
"loc": {
"start": {
"line": 149,
@@ -6363,8 +6363,8 @@
},
{
"type": "Identifier",
- "start": 4154,
- "end": 4162,
+ "start": 4149,
+ "end": 4157,
"loc": {
"start": {
"line": 149,
@@ -6382,8 +6382,8 @@
},
{
"type": "ArrayExpression",
- "start": 4165,
- "end": 4180,
+ "start": 4160,
+ "end": 4175,
"loc": {
"start": {
"line": 149,
@@ -6397,8 +6397,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 4166,
- "end": 4174,
+ "start": 4161,
+ "end": 4169,
"loc": {
"start": {
"line": 149,
@@ -6417,8 +6417,8 @@
},
{
"type": "StringLiteral",
- "start": 4176,
- "end": 4179,
+ "start": 4171,
+ "end": 4174,
"loc": {
"start": {
"line": 149,
@@ -6445,8 +6445,8 @@
},
{
"type": "ExpressionStatement",
- "start": 4191,
- "end": 4234,
+ "start": 4186,
+ "end": 4229,
"loc": {
"start": {
"line": 150,
@@ -6459,8 +6459,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 4191,
- "end": 4233,
+ "start": 4186,
+ "end": 4228,
"loc": {
"start": {
"line": 150,
@@ -6474,8 +6474,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4191,
- "end": 4208,
+ "start": 4186,
+ "end": 4203,
"loc": {
"start": {
"line": 150,
@@ -6488,8 +6488,8 @@
},
"object": {
"type": "Identifier",
- "start": 4191,
- "end": 4198,
+ "start": 4186,
+ "end": 4193,
"loc": {
"start": {
"line": 150,
@@ -6505,8 +6505,8 @@
},
"property": {
"type": "Identifier",
- "start": 4199,
- "end": 4208,
+ "start": 4194,
+ "end": 4203,
"loc": {
"start": {
"line": 150,
@@ -6524,8 +6524,8 @@
},
"right": {
"type": "MemberExpression",
- "start": 4211,
- "end": 4233,
+ "start": 4206,
+ "end": 4228,
"loc": {
"start": {
"line": 150,
@@ -6538,8 +6538,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4211,
- "end": 4215,
+ "start": 4206,
+ "end": 4210,
"loc": {
"start": {
"line": 150,
@@ -6553,8 +6553,8 @@
},
"property": {
"type": "Identifier",
- "start": 4216,
- "end": 4233,
+ "start": 4211,
+ "end": 4228,
"loc": {
"start": {
"line": 150,
@@ -6575,8 +6575,8 @@
{
"type": "CommentLine",
"value": "filter is appended in desired element",
- "start": 4244,
- "end": 4283,
+ "start": 4239,
+ "end": 4278,
"loc": {
"start": {
"line": 152,
@@ -6592,8 +6592,8 @@
},
{
"type": "IfStatement",
- "start": 4292,
- "end": 4442,
+ "start": 4287,
+ "end": 4437,
"loc": {
"start": {
"line": 153,
@@ -6606,8 +6606,8 @@
},
"test": {
"type": "Identifier",
- "start": 4296,
- "end": 4312,
+ "start": 4291,
+ "end": 4307,
"loc": {
"start": {
"line": 153,
@@ -6624,8 +6624,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 4314,
- "end": 4381,
+ "start": 4309,
+ "end": 4376,
"loc": {
"start": {
"line": 153,
@@ -6639,8 +6639,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 4328,
- "end": 4371,
+ "start": 4323,
+ "end": 4366,
"loc": {
"start": {
"line": 154,
@@ -6653,8 +6653,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4328,
- "end": 4370,
+ "start": 4323,
+ "end": 4365,
"loc": {
"start": {
"line": 154,
@@ -6667,8 +6667,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4328,
- "end": 4361,
+ "start": 4323,
+ "end": 4356,
"loc": {
"start": {
"line": 154,
@@ -6681,8 +6681,8 @@
},
"object": {
"type": "CallExpression",
- "start": 4328,
- "end": 4349,
+ "start": 4323,
+ "end": 4344,
"loc": {
"start": {
"line": 154,
@@ -6695,8 +6695,8 @@
},
"callee": {
"type": "Identifier",
- "start": 4328,
- "end": 4331,
+ "start": 4323,
+ "end": 4326,
"loc": {
"start": {
"line": 154,
@@ -6713,8 +6713,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4332,
- "end": 4348,
+ "start": 4327,
+ "end": 4343,
"loc": {
"start": {
"line": 154,
@@ -6732,8 +6732,8 @@
},
"property": {
"type": "Identifier",
- "start": 4350,
- "end": 4361,
+ "start": 4345,
+ "end": 4356,
"loc": {
"start": {
"line": 154,
@@ -6752,8 +6752,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4362,
- "end": 4369,
+ "start": 4357,
+ "end": 4364,
"loc": {
"start": {
"line": 154,
@@ -6775,8 +6775,8 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 4387,
- "end": 4442,
+ "start": 4382,
+ "end": 4437,
"loc": {
"start": {
"line": 155,
@@ -6790,8 +6790,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 4401,
- "end": 4432,
+ "start": 4396,
+ "end": 4427,
"loc": {
"start": {
"line": 156,
@@ -6804,8 +6804,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4401,
- "end": 4431,
+ "start": 4396,
+ "end": 4426,
"loc": {
"start": {
"line": 156,
@@ -6818,8 +6818,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4401,
- "end": 4422,
+ "start": 4396,
+ "end": 4417,
"loc": {
"start": {
"line": 156,
@@ -6832,8 +6832,8 @@
},
"object": {
"type": "Identifier",
- "start": 4401,
- "end": 4410,
+ "start": 4396,
+ "end": 4405,
"loc": {
"start": {
"line": 156,
@@ -6849,8 +6849,8 @@
},
"property": {
"type": "Identifier",
- "start": 4411,
- "end": 4422,
+ "start": 4406,
+ "end": 4417,
"loc": {
"start": {
"line": 156,
@@ -6869,8 +6869,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4423,
- "end": 4430,
+ "start": 4418,
+ "end": 4425,
"loc": {
"start": {
"line": 156,
@@ -6894,8 +6894,8 @@
{
"type": "CommentLine",
"value": "filter is appended in desired element",
- "start": 4244,
- "end": 4283,
+ "start": 4239,
+ "end": 4278,
"loc": {
"start": {
"line": 152,
@@ -6911,8 +6911,8 @@
},
{
"type": "ExpressionStatement",
- "start": 4452,
- "end": 4488,
+ "start": 4447,
+ "end": 4483,
"loc": {
"start": {
"line": 159,
@@ -6925,8 +6925,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 4452,
- "end": 4487,
+ "start": 4447,
+ "end": 4482,
"loc": {
"start": {
"line": 159,
@@ -6940,8 +6940,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4452,
- "end": 4477,
+ "start": 4447,
+ "end": 4472,
"loc": {
"start": {
"line": 159,
@@ -6954,8 +6954,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 4452,
- "end": 4467,
+ "start": 4447,
+ "end": 4462,
"loc": {
"start": {
"line": 159,
@@ -6968,8 +6968,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4452,
- "end": 4456,
+ "start": 4447,
+ "end": 4451,
"loc": {
"start": {
"line": 159,
@@ -6983,8 +6983,8 @@
},
"property": {
"type": "Identifier",
- "start": 4457,
- "end": 4467,
+ "start": 4452,
+ "end": 4462,
"loc": {
"start": {
"line": 159,
@@ -7002,8 +7002,8 @@
},
"property": {
"type": "Identifier",
- "start": 4468,
- "end": 4476,
+ "start": 4463,
+ "end": 4471,
"loc": {
"start": {
"line": 159,
@@ -7021,8 +7021,8 @@
},
"right": {
"type": "Identifier",
- "start": 4480,
- "end": 4487,
+ "start": 4475,
+ "end": 4482,
"loc": {
"start": {
"line": 159,
@@ -7040,8 +7040,8 @@
},
{
"type": "ExpressionStatement",
- "start": 4497,
- "end": 4540,
+ "start": 4492,
+ "end": 4535,
"loc": {
"start": {
"line": 160,
@@ -7054,8 +7054,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4497,
- "end": 4539,
+ "start": 4492,
+ "end": 4534,
"loc": {
"start": {
"line": 160,
@@ -7068,8 +7068,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4497,
- "end": 4511,
+ "start": 4492,
+ "end": 4506,
"loc": {
"start": {
"line": 160,
@@ -7082,8 +7082,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 4497,
- "end": 4506,
+ "start": 4492,
+ "end": 4501,
"loc": {
"start": {
"line": 160,
@@ -7096,8 +7096,8 @@
},
"object": {
"type": "Identifier",
- "start": 4497,
- "end": 4499,
+ "start": 4492,
+ "end": 4494,
"loc": {
"start": {
"line": 160,
@@ -7113,8 +7113,8 @@
},
"property": {
"type": "Identifier",
- "start": 4500,
- "end": 4506,
+ "start": 4495,
+ "end": 4501,
"loc": {
"start": {
"line": 160,
@@ -7132,8 +7132,8 @@
},
"property": {
"type": "Identifier",
- "start": 4507,
- "end": 4511,
+ "start": 4502,
+ "end": 4506,
"loc": {
"start": {
"line": 160,
@@ -7152,8 +7152,8 @@
"arguments": [
{
"type": "CallExpression",
- "start": 4512,
- "end": 4538,
+ "start": 4507,
+ "end": 4533,
"loc": {
"start": {
"line": 160,
@@ -7166,8 +7166,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4512,
- "end": 4528,
+ "start": 4507,
+ "end": 4523,
"loc": {
"start": {
"line": 160,
@@ -7180,8 +7180,8 @@
},
"object": {
"type": "Identifier",
- "start": 4512,
- "end": 4514,
+ "start": 4507,
+ "end": 4509,
"loc": {
"start": {
"line": 160,
@@ -7197,8 +7197,8 @@
},
"property": {
"type": "Identifier",
- "start": 4515,
- "end": 4528,
+ "start": 4510,
+ "end": 4523,
"loc": {
"start": {
"line": 160,
@@ -7217,8 +7217,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4529,
- "end": 4537,
+ "start": 4524,
+ "end": 4532,
"loc": {
"start": {
"line": 160,
@@ -7239,8 +7239,8 @@
},
{
"type": "IfStatement",
- "start": 4550,
- "end": 4776,
+ "start": 4545,
+ "end": 4771,
"loc": {
"start": {
"line": 162,
@@ -7253,8 +7253,8 @@
},
"test": {
"type": "UnaryExpression",
- "start": 4554,
- "end": 4573,
+ "start": 4549,
+ "end": 4568,
"loc": {
"start": {
"line": 162,
@@ -7269,8 +7269,8 @@
"prefix": true,
"argument": {
"type": "MemberExpression",
- "start": 4555,
- "end": 4573,
+ "start": 4550,
+ "end": 4568,
"loc": {
"start": {
"line": 162,
@@ -7283,8 +7283,8 @@
},
"object": {
"type": "Identifier",
- "start": 4555,
- "end": 4557,
+ "start": 4550,
+ "end": 4552,
"loc": {
"start": {
"line": 162,
@@ -7300,8 +7300,8 @@
},
"property": {
"type": "Identifier",
- "start": 4558,
- "end": 4573,
+ "start": 4553,
+ "end": 4568,
"loc": {
"start": {
"line": 162,
@@ -7323,8 +7323,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 4575,
- "end": 4620,
+ "start": 4570,
+ "end": 4615,
"loc": {
"start": {
"line": 162,
@@ -7338,8 +7338,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 4589,
- "end": 4610,
+ "start": 4584,
+ "end": 4605,
"loc": {
"start": {
"line": 163,
@@ -7352,8 +7352,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4589,
- "end": 4609,
+ "start": 4584,
+ "end": 4604,
"loc": {
"start": {
"line": 163,
@@ -7366,8 +7366,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4589,
- "end": 4599,
+ "start": 4584,
+ "end": 4594,
"loc": {
"start": {
"line": 163,
@@ -7380,8 +7380,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4589,
- "end": 4593,
+ "start": 4584,
+ "end": 4588,
"loc": {
"start": {
"line": 163,
@@ -7395,8 +7395,8 @@
},
"property": {
"type": "Identifier",
- "start": 4594,
- "end": 4599,
+ "start": 4589,
+ "end": 4594,
"loc": {
"start": {
"line": 163,
@@ -7415,8 +7415,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4600,
- "end": 4608,
+ "start": 4595,
+ "end": 4603,
"loc": {
"start": {
"line": 163,
@@ -7438,8 +7438,8 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 4626,
- "end": 4776,
+ "start": 4621,
+ "end": 4771,
"loc": {
"start": {
"line": 164,
@@ -7453,8 +7453,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 4640,
- "end": 4702,
+ "start": 4635,
+ "end": 4697,
"loc": {
"start": {
"line": 165,
@@ -7467,8 +7467,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4640,
- "end": 4701,
+ "start": 4635,
+ "end": 4696,
"loc": {
"start": {
"line": 165,
@@ -7481,8 +7481,8 @@
},
"callee": {
"type": "Identifier",
- "start": 4640,
- "end": 4646,
+ "start": 4635,
+ "end": 4641,
"loc": {
"start": {
"line": 165,
@@ -7499,8 +7499,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4647,
- "end": 4654,
+ "start": 4642,
+ "end": 4649,
"loc": {
"start": {
"line": 165,
@@ -7516,8 +7516,8 @@
},
{
"type": "StringLiteral",
- "start": 4656,
- "end": 4663,
+ "start": 4651,
+ "end": 4658,
"loc": {
"start": {
"line": 165,
@@ -7536,8 +7536,8 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 4665,
- "end": 4700,
+ "start": 4660,
+ "end": 4695,
"loc": {
"start": {
"line": 165,
@@ -7555,8 +7555,8 @@
"params": [
{
"type": "Identifier",
- "start": 4666,
- "end": 4669,
+ "start": 4661,
+ "end": 4664,
"loc": {
"start": {
"line": 165,
@@ -7573,8 +7573,8 @@
],
"body": {
"type": "CallExpression",
- "start": 4674,
- "end": 4700,
+ "start": 4669,
+ "end": 4695,
"loc": {
"start": {
"line": 165,
@@ -7587,8 +7587,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4674,
- "end": 4695,
+ "start": 4669,
+ "end": 4690,
"loc": {
"start": {
"line": 165,
@@ -7601,8 +7601,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4674,
- "end": 4678,
+ "start": 4669,
+ "end": 4673,
"loc": {
"start": {
"line": 165,
@@ -7616,8 +7616,8 @@
},
"property": {
"type": "Identifier",
- "start": 4679,
- "end": 4695,
+ "start": 4674,
+ "end": 4690,
"loc": {
"start": {
"line": 165,
@@ -7636,8 +7636,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4696,
- "end": 4699,
+ "start": 4691,
+ "end": 4694,
"loc": {
"start": {
"line": 165,
@@ -7659,8 +7659,8 @@
},
{
"type": "ExpressionStatement",
- "start": 4715,
- "end": 4766,
+ "start": 4710,
+ "end": 4761,
"loc": {
"start": {
"line": 166,
@@ -7673,8 +7673,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4715,
- "end": 4765,
+ "start": 4710,
+ "end": 4760,
"loc": {
"start": {
"line": 166,
@@ -7687,8 +7687,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4715,
- "end": 4734,
+ "start": 4710,
+ "end": 4729,
"loc": {
"start": {
"line": 166,
@@ -7701,8 +7701,8 @@
},
"object": {
"type": "Identifier",
- "start": 4715,
- "end": 4722,
+ "start": 4710,
+ "end": 4717,
"loc": {
"start": {
"line": 166,
@@ -7718,8 +7718,8 @@
},
"property": {
"type": "Identifier",
- "start": 4723,
- "end": 4734,
+ "start": 4718,
+ "end": 4729,
"loc": {
"start": {
"line": 166,
@@ -7738,8 +7738,8 @@
"arguments": [
{
"type": "CallExpression",
- "start": 4735,
- "end": 4764,
+ "start": 4730,
+ "end": 4759,
"loc": {
"start": {
"line": 166,
@@ -7752,8 +7752,8 @@
},
"callee": {
"type": "Identifier",
- "start": 4735,
- "end": 4745,
+ "start": 4730,
+ "end": 4740,
"loc": {
"start": {
"line": 166,
@@ -7770,8 +7770,8 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 4746,
- "end": 4763,
+ "start": 4741,
+ "end": 4758,
"loc": {
"start": {
"line": 166,
@@ -7784,8 +7784,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4746,
- "end": 4750,
+ "start": 4741,
+ "end": 4745,
"loc": {
"start": {
"line": 166,
@@ -7799,8 +7799,8 @@
},
"property": {
"type": "Identifier",
- "start": 4751,
- "end": 4763,
+ "start": 4746,
+ "end": 4758,
"loc": {
"start": {
"line": 166,
@@ -7827,8 +7827,8 @@
},
{
"type": "ExpressionStatement",
- "start": 4786,
- "end": 4924,
+ "start": 4781,
+ "end": 4919,
"loc": {
"start": {
"line": 169,
@@ -7841,8 +7841,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4786,
- "end": 4923,
+ "start": 4781,
+ "end": 4918,
"loc": {
"start": {
"line": 169,
@@ -7855,8 +7855,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4786,
- "end": 4801,
+ "start": 4781,
+ "end": 4796,
"loc": {
"start": {
"line": 169,
@@ -7869,8 +7869,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 4786,
- "end": 4798,
+ "start": 4781,
+ "end": 4793,
"loc": {
"start": {
"line": 169,
@@ -7883,8 +7883,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4786,
- "end": 4790,
+ "start": 4781,
+ "end": 4785,
"loc": {
"start": {
"line": 169,
@@ -7898,8 +7898,8 @@
},
"property": {
"type": "Identifier",
- "start": 4791,
- "end": 4798,
+ "start": 4786,
+ "end": 4793,
"loc": {
"start": {
"line": 169,
@@ -7917,8 +7917,8 @@
},
"property": {
"type": "Identifier",
- "start": 4799,
- "end": 4801,
+ "start": 4794,
+ "end": 4796,
"loc": {
"start": {
"line": 169,
@@ -7937,8 +7937,8 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 4815,
- "end": 4841,
+ "start": 4810,
+ "end": 4836,
"loc": {
"start": {
"line": 170,
@@ -7952,8 +7952,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 4816,
- "end": 4840,
+ "start": 4811,
+ "end": 4835,
"loc": {
"start": {
"line": 170,
@@ -7974,8 +7974,8 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 4855,
- "end": 4913,
+ "start": 4850,
+ "end": 4908,
"loc": {
"start": {
"line": 171,
@@ -7993,8 +7993,8 @@
"params": [
{
"type": "Identifier",
- "start": 4856,
- "end": 4858,
+ "start": 4851,
+ "end": 4853,
"loc": {
"start": {
"line": 171,
@@ -8010,8 +8010,8 @@
},
{
"type": "Identifier",
- "start": 4860,
- "end": 4868,
+ "start": 4855,
+ "end": 4863,
"loc": {
"start": {
"line": 171,
@@ -8027,8 +8027,8 @@
},
{
"type": "Identifier",
- "start": 4870,
- "end": 4878,
+ "start": 4865,
+ "end": 4873,
"loc": {
"start": {
"line": 171,
@@ -8045,8 +8045,8 @@
],
"body": {
"type": "CallExpression",
- "start": 4883,
- "end": 4913,
+ "start": 4878,
+ "end": 4908,
"loc": {
"start": {
"line": 171,
@@ -8059,8 +8059,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4883,
- "end": 4893,
+ "start": 4878,
+ "end": 4888,
"loc": {
"start": {
"line": 171,
@@ -8073,8 +8073,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4883,
- "end": 4887,
+ "start": 4878,
+ "end": 4882,
"loc": {
"start": {
"line": 171,
@@ -8088,8 +8088,8 @@
},
"property": {
"type": "Identifier",
- "start": 4888,
- "end": 4893,
+ "start": 4883,
+ "end": 4888,
"loc": {
"start": {
"line": 171,
@@ -8108,8 +8108,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 4894,
- "end": 4902,
+ "start": 4889,
+ "end": 4897,
"loc": {
"start": {
"line": 171,
@@ -8125,8 +8125,8 @@
},
{
"type": "Identifier",
- "start": 4904,
- "end": 4912,
+ "start": 4899,
+ "end": 4907,
"loc": {
"start": {
"line": 171,
@@ -8148,8 +8148,8 @@
},
{
"type": "ExpressionStatement",
- "start": 4934,
- "end": 5078,
+ "start": 4929,
+ "end": 5073,
"loc": {
"start": {
"line": 174,
@@ -8162,8 +8162,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 4934,
- "end": 5077,
+ "start": 4929,
+ "end": 5072,
"loc": {
"start": {
"line": 174,
@@ -8176,8 +8176,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 4934,
- "end": 4949,
+ "start": 4929,
+ "end": 4944,
"loc": {
"start": {
"line": 174,
@@ -8190,8 +8190,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 4934,
- "end": 4946,
+ "start": 4929,
+ "end": 4941,
"loc": {
"start": {
"line": 174,
@@ -8204,8 +8204,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 4934,
- "end": 4938,
+ "start": 4929,
+ "end": 4933,
"loc": {
"start": {
"line": 174,
@@ -8219,8 +8219,8 @@
},
"property": {
"type": "Identifier",
- "start": 4939,
- "end": 4946,
+ "start": 4934,
+ "end": 4941,
"loc": {
"start": {
"line": 174,
@@ -8238,8 +8238,8 @@
},
"property": {
"type": "Identifier",
- "start": 4947,
- "end": 4949,
+ "start": 4942,
+ "end": 4944,
"loc": {
"start": {
"line": 174,
@@ -8258,8 +8258,8 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 4963,
- "end": 4991,
+ "start": 4958,
+ "end": 4986,
"loc": {
"start": {
"line": 175,
@@ -8273,8 +8273,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 4964,
- "end": 4990,
+ "start": 4959,
+ "end": 4985,
"loc": {
"start": {
"line": 175,
@@ -8295,8 +8295,8 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 5005,
- "end": 5067,
+ "start": 5000,
+ "end": 5062,
"loc": {
"start": {
"line": 176,
@@ -8314,8 +8314,8 @@
"params": [
{
"type": "Identifier",
- "start": 5006,
- "end": 5008,
+ "start": 5001,
+ "end": 5003,
"loc": {
"start": {
"line": 176,
@@ -8331,8 +8331,8 @@
},
{
"type": "Identifier",
- "start": 5010,
- "end": 5018,
+ "start": 5005,
+ "end": 5013,
"loc": {
"start": {
"line": 176,
@@ -8348,8 +8348,8 @@
},
{
"type": "Identifier",
- "start": 5020,
- "end": 5026,
+ "start": 5015,
+ "end": 5021,
"loc": {
"start": {
"line": 176,
@@ -8366,8 +8366,8 @@
],
"body": {
"type": "CallExpression",
- "start": 5031,
- "end": 5067,
+ "start": 5026,
+ "end": 5062,
"loc": {
"start": {
"line": 176,
@@ -8380,8 +8380,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 5031,
- "end": 5049,
+ "start": 5026,
+ "end": 5044,
"loc": {
"start": {
"line": 176,
@@ -8394,8 +8394,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5031,
- "end": 5035,
+ "start": 5026,
+ "end": 5030,
"loc": {
"start": {
"line": 176,
@@ -8409,8 +8409,8 @@
},
"property": {
"type": "Identifier",
- "start": 5036,
- "end": 5049,
+ "start": 5031,
+ "end": 5044,
"loc": {
"start": {
"line": 176,
@@ -8429,8 +8429,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 5050,
- "end": 5058,
+ "start": 5045,
+ "end": 5053,
"loc": {
"start": {
"line": 176,
@@ -8446,8 +8446,8 @@
},
{
"type": "Identifier",
- "start": 5060,
- "end": 5066,
+ "start": 5055,
+ "end": 5061,
"loc": {
"start": {
"line": 176,
@@ -8469,8 +8469,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5088,
- "end": 5147,
+ "start": 5083,
+ "end": 5142,
"loc": {
"start": {
"line": 179,
@@ -8483,8 +8483,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 5088,
- "end": 5146,
+ "start": 5083,
+ "end": 5141,
"loc": {
"start": {
"line": 179,
@@ -8497,8 +8497,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 5088,
- "end": 5103,
+ "start": 5083,
+ "end": 5098,
"loc": {
"start": {
"line": 179,
@@ -8511,8 +8511,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 5088,
- "end": 5100,
+ "start": 5083,
+ "end": 5095,
"loc": {
"start": {
"line": 179,
@@ -8525,8 +8525,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5088,
- "end": 5092,
+ "start": 5083,
+ "end": 5087,
"loc": {
"start": {
"line": 179,
@@ -8540,8 +8540,8 @@
},
"property": {
"type": "Identifier",
- "start": 5093,
- "end": 5100,
+ "start": 5088,
+ "end": 5095,
"loc": {
"start": {
"line": 179,
@@ -8559,8 +8559,8 @@
},
"property": {
"type": "Identifier",
- "start": 5101,
- "end": 5103,
+ "start": 5096,
+ "end": 5098,
"loc": {
"start": {
"line": 179,
@@ -8579,8 +8579,8 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 5104,
- "end": 5120,
+ "start": 5099,
+ "end": 5115,
"loc": {
"start": {
"line": 179,
@@ -8594,8 +8594,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 5105,
- "end": 5119,
+ "start": 5100,
+ "end": 5114,
"loc": {
"start": {
"line": 179,
@@ -8616,8 +8616,8 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 5122,
- "end": 5145,
+ "start": 5117,
+ "end": 5140,
"loc": {
"start": {
"line": 179,
@@ -8635,8 +8635,8 @@
"params": [],
"body": {
"type": "CallExpression",
- "start": 5128,
- "end": 5145,
+ "start": 5123,
+ "end": 5140,
"loc": {
"start": {
"line": 179,
@@ -8649,8 +8649,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 5128,
- "end": 5143,
+ "start": 5123,
+ "end": 5138,
"loc": {
"start": {
"line": 179,
@@ -8663,8 +8663,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5128,
- "end": 5132,
+ "start": 5123,
+ "end": 5127,
"loc": {
"start": {
"line": 179,
@@ -8678,8 +8678,8 @@
},
"property": {
"type": "Identifier",
- "start": 5133,
- "end": 5143,
+ "start": 5128,
+ "end": 5138,
"loc": {
"start": {
"line": 179,
@@ -8704,8 +8704,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5157,
- "end": 5174,
+ "start": 5152,
+ "end": 5169,
"loc": {
"start": {
"line": 181,
@@ -8721,8 +8721,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5183,
- "end": 5207,
+ "start": 5178,
+ "end": 5202,
"loc": {
"start": {
"line": 182,
@@ -8735,8 +8735,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 5183,
- "end": 5206,
+ "start": 5178,
+ "end": 5201,
"loc": {
"start": {
"line": 182,
@@ -8750,8 +8750,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 5183,
- "end": 5199,
+ "start": 5178,
+ "end": 5194,
"loc": {
"start": {
"line": 182,
@@ -8764,8 +8764,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5183,
- "end": 5187,
+ "start": 5178,
+ "end": 5182,
"loc": {
"start": {
"line": 182,
@@ -8780,8 +8780,8 @@
},
"property": {
"type": "Identifier",
- "start": 5188,
- "end": 5199,
+ "start": 5183,
+ "end": 5194,
"loc": {
"start": {
"line": 182,
@@ -8800,8 +8800,8 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 5202,
- "end": 5206,
+ "start": 5197,
+ "end": 5201,
"loc": {
"start": {
"line": 182,
@@ -8820,8 +8820,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5157,
- "end": 5174,
+ "start": 5152,
+ "end": 5169,
"loc": {
"start": {
"line": 181,
@@ -8843,8 +8843,8 @@
{
"type": "CommentBlock",
"value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ",
- "start": 3645,
- "end": 3876,
+ "start": 3640,
+ "end": 3871,
"loc": {
"start": {
"line": 136,
@@ -8861,8 +8861,8 @@
{
"type": "CommentBlock",
"value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n ",
- "start": 5219,
- "end": 5374,
+ "start": 5214,
+ "end": 5369,
"loc": {
"start": {
"line": 185,
@@ -8878,8 +8878,8 @@
},
{
"type": "ClassMethod",
- "start": 5379,
- "end": 8626,
+ "start": 5374,
+ "end": 8621,
"loc": {
"start": {
"line": 190,
@@ -8894,8 +8894,8 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 5379,
- "end": 5384,
+ "start": 5374,
+ "end": 5379,
"loc": {
"start": {
"line": 190,
@@ -8918,8 +8918,8 @@
"params": [
{
"type": "Identifier",
- "start": 5385,
- "end": 5393,
+ "start": 5380,
+ "end": 5388,
"loc": {
"start": {
"line": 190,
@@ -8935,8 +8935,8 @@
},
{
"type": "AssignmentPattern",
- "start": 5395,
- "end": 5411,
+ "start": 5390,
+ "end": 5406,
"loc": {
"start": {
"line": 190,
@@ -8949,8 +8949,8 @@
},
"left": {
"type": "Identifier",
- "start": 5395,
- "end": 5403,
+ "start": 5390,
+ "end": 5398,
"loc": {
"start": {
"line": 190,
@@ -8966,8 +8966,8 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 5406,
- "end": 5411,
+ "start": 5401,
+ "end": 5406,
"loc": {
"start": {
"line": 190,
@@ -8984,8 +8984,8 @@
],
"body": {
"type": "BlockStatement",
- "start": 5413,
- "end": 8626,
+ "start": 5408,
+ "end": 8621,
"loc": {
"start": {
"line": 190,
@@ -8999,8 +8999,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 5423,
- "end": 5440,
+ "start": 5418,
+ "end": 5435,
"loc": {
"start": {
"line": 191,
@@ -9014,8 +9014,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 5427,
- "end": 5439,
+ "start": 5422,
+ "end": 5434,
"loc": {
"start": {
"line": 191,
@@ -9028,8 +9028,8 @@
},
"id": {
"type": "Identifier",
- "start": 5427,
- "end": 5429,
+ "start": 5422,
+ "end": 5424,
"loc": {
"start": {
"line": 191,
@@ -9045,8 +9045,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 5432,
- "end": 5439,
+ "start": 5427,
+ "end": 5434,
"loc": {
"start": {
"line": 191,
@@ -9059,8 +9059,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5432,
- "end": 5436,
+ "start": 5427,
+ "end": 5431,
"loc": {
"start": {
"line": 191,
@@ -9074,8 +9074,8 @@
},
"property": {
"type": "Identifier",
- "start": 5437,
- "end": 5439,
+ "start": 5432,
+ "end": 5434,
"loc": {
"start": {
"line": 191,
@@ -9097,8 +9097,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5449,
- "end": 5477,
+ "start": 5444,
+ "end": 5472,
"loc": {
"start": {
"line": 192,
@@ -9111,8 +9111,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 5449,
- "end": 5476,
+ "start": 5444,
+ "end": 5471,
"loc": {
"start": {
"line": 192,
@@ -9126,8 +9126,8 @@
"operator": "=",
"left": {
"type": "Identifier",
- "start": 5449,
- "end": 5457,
+ "start": 5444,
+ "end": 5452,
"loc": {
"start": {
"line": 192,
@@ -9143,8 +9143,8 @@
},
"right": {
"type": "CallExpression",
- "start": 5460,
- "end": 5476,
+ "start": 5455,
+ "end": 5471,
"loc": {
"start": {
"line": 192,
@@ -9157,8 +9157,8 @@
},
"callee": {
"type": "Identifier",
- "start": 5460,
- "end": 5466,
+ "start": 5455,
+ "end": 5461,
"loc": {
"start": {
"line": 192,
@@ -9175,8 +9175,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 5467,
- "end": 5475,
+ "start": 5462,
+ "end": 5470,
"loc": {
"start": {
"line": 192,
@@ -9196,8 +9196,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5487,
- "end": 5547,
+ "start": 5482,
+ "end": 5542,
"loc": {
"start": {
"line": 194,
@@ -9210,8 +9210,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 5487,
- "end": 5546,
+ "start": 5482,
+ "end": 5541,
"loc": {
"start": {
"line": 194,
@@ -9224,8 +9224,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 5487,
- "end": 5504,
+ "start": 5482,
+ "end": 5499,
"loc": {
"start": {
"line": 194,
@@ -9238,8 +9238,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 5487,
- "end": 5499,
+ "start": 5482,
+ "end": 5494,
"loc": {
"start": {
"line": 194,
@@ -9252,8 +9252,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5487,
- "end": 5491,
+ "start": 5482,
+ "end": 5486,
"loc": {
"start": {
"line": 194,
@@ -9267,8 +9267,8 @@
},
"property": {
"type": "Identifier",
- "start": 5492,
- "end": 5499,
+ "start": 5487,
+ "end": 5494,
"loc": {
"start": {
"line": 194,
@@ -9286,8 +9286,8 @@
},
"property": {
"type": "Identifier",
- "start": 5500,
- "end": 5504,
+ "start": 5495,
+ "end": 5499,
"loc": {
"start": {
"line": 194,
@@ -9306,8 +9306,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 5505,
- "end": 5531,
+ "start": 5500,
+ "end": 5526,
"loc": {
"start": {
"line": 194,
@@ -9326,8 +9326,8 @@
},
{
"type": "Identifier",
- "start": 5533,
- "end": 5535,
+ "start": 5528,
+ "end": 5530,
"loc": {
"start": {
"line": 194,
@@ -9343,8 +9343,8 @@
},
{
"type": "Identifier",
- "start": 5537,
- "end": 5545,
+ "start": 5532,
+ "end": 5540,
"loc": {
"start": {
"line": 194,
@@ -9364,8 +9364,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5557,
- "end": 5574,
+ "start": 5552,
+ "end": 5569,
"loc": {
"start": {
"line": 196,
@@ -9381,8 +9381,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5583,
- "end": 5598,
+ "start": 5578,
+ "end": 5593,
"loc": {
"start": {
"line": 197,
@@ -9395,8 +9395,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 5583,
- "end": 5597,
+ "start": 5578,
+ "end": 5592,
"loc": {
"start": {
"line": 197,
@@ -9410,8 +9410,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 5583,
- "end": 5592,
+ "start": 5578,
+ "end": 5587,
"loc": {
"start": {
"line": 197,
@@ -9424,8 +9424,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5583,
- "end": 5587,
+ "start": 5578,
+ "end": 5582,
"loc": {
"start": {
"line": 197,
@@ -9440,8 +9440,8 @@
},
"property": {
"type": "Identifier",
- "start": 5588,
- "end": 5592,
+ "start": 5583,
+ "end": 5587,
"loc": {
"start": {
"line": 197,
@@ -9460,8 +9460,8 @@
},
"right": {
"type": "ArrayExpression",
- "start": 5595,
- "end": 5597,
+ "start": 5590,
+ "end": 5592,
"loc": {
"start": {
"line": 197,
@@ -9480,8 +9480,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5557,
- "end": 5574,
+ "start": 5552,
+ "end": 5569,
"loc": {
"start": {
"line": 196,
@@ -9498,8 +9498,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5607,
- "end": 5624,
+ "start": 5602,
+ "end": 5619,
"loc": {
"start": {
"line": 198,
@@ -9515,8 +9515,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5633,
- "end": 5651,
+ "start": 5628,
+ "end": 5646,
"loc": {
"start": {
"line": 199,
@@ -9529,8 +9529,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 5633,
- "end": 5650,
+ "start": 5628,
+ "end": 5645,
"loc": {
"start": {
"line": 199,
@@ -9544,8 +9544,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 5633,
- "end": 5645,
+ "start": 5628,
+ "end": 5640,
"loc": {
"start": {
"line": 199,
@@ -9558,8 +9558,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5633,
- "end": 5637,
+ "start": 5628,
+ "end": 5632,
"loc": {
"start": {
"line": 199,
@@ -9574,8 +9574,8 @@
},
"property": {
"type": "Identifier",
- "start": 5638,
- "end": 5645,
+ "start": 5633,
+ "end": 5640,
"loc": {
"start": {
"line": 199,
@@ -9594,8 +9594,8 @@
},
"right": {
"type": "ArrayExpression",
- "start": 5648,
- "end": 5650,
+ "start": 5643,
+ "end": 5645,
"loc": {
"start": {
"line": 199,
@@ -9614,8 +9614,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5607,
- "end": 5624,
+ "start": 5602,
+ "end": 5619,
"loc": {
"start": {
"line": 198,
@@ -9631,8 +9631,8 @@
},
{
"type": "VariableDeclaration",
- "start": 5661,
- "end": 5697,
+ "start": 5656,
+ "end": 5692,
"loc": {
"start": {
"line": 201,
@@ -9646,8 +9646,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 5665,
- "end": 5696,
+ "start": 5660,
+ "end": 5691,
"loc": {
"start": {
"line": 201,
@@ -9660,8 +9660,8 @@
},
"id": {
"type": "Identifier",
- "start": 5665,
- "end": 5668,
+ "start": 5660,
+ "end": 5663,
"loc": {
"start": {
"line": 201,
@@ -9677,8 +9677,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 5671,
- "end": 5696,
+ "start": 5666,
+ "end": 5691,
"loc": {
"start": {
"line": 201,
@@ -9691,8 +9691,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 5671,
- "end": 5686,
+ "start": 5666,
+ "end": 5681,
"loc": {
"start": {
"line": 201,
@@ -9705,8 +9705,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5671,
- "end": 5675,
+ "start": 5666,
+ "end": 5670,
"loc": {
"start": {
"line": 201,
@@ -9720,8 +9720,8 @@
},
"property": {
"type": "Identifier",
- "start": 5676,
- "end": 5686,
+ "start": 5671,
+ "end": 5681,
"loc": {
"start": {
"line": 201,
@@ -9739,8 +9739,8 @@
},
"property": {
"type": "Identifier",
- "start": 5687,
- "end": 5695,
+ "start": 5682,
+ "end": 5690,
"loc": {
"start": {
"line": 201,
@@ -9762,8 +9762,8 @@
},
{
"type": "VariableDeclaration",
- "start": 5706,
- "end": 5808,
+ "start": 5701,
+ "end": 5803,
"loc": {
"start": {
"line": 202,
@@ -9777,8 +9777,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 5710,
- "end": 5807,
+ "start": 5705,
+ "end": 5802,
"loc": {
"start": {
"line": 202,
@@ -9791,8 +9791,8 @@
},
"id": {
"type": "Identifier",
- "start": 5710,
- "end": 5712,
+ "start": 5705,
+ "end": 5707,
"loc": {
"start": {
"line": 202,
@@ -9808,8 +9808,8 @@
},
"init": {
"type": "CallExpression",
- "start": 5715,
- "end": 5807,
+ "start": 5710,
+ "end": 5802,
"loc": {
"start": {
"line": 202,
@@ -9822,8 +9822,8 @@
},
"callee": {
"type": "Identifier",
- "start": 5715,
- "end": 5724,
+ "start": 5710,
+ "end": 5719,
"loc": {
"start": {
"line": 202,
@@ -9840,8 +9840,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 5725,
- "end": 5729,
+ "start": 5720,
+ "end": 5724,
"loc": {
"start": {
"line": 202,
@@ -9860,8 +9860,8 @@
},
{
"type": "ArrayExpression",
- "start": 5743,
- "end": 5770,
+ "start": 5738,
+ "end": 5765,
"loc": {
"start": {
"line": 203,
@@ -9875,8 +9875,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 5744,
- "end": 5748,
+ "start": 5739,
+ "end": 5743,
"loc": {
"start": {
"line": 203,
@@ -9895,8 +9895,8 @@
},
{
"type": "MemberExpression",
- "start": 5750,
- "end": 5769,
+ "start": 5745,
+ "end": 5764,
"loc": {
"start": {
"line": 203,
@@ -9909,8 +9909,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 5750,
- "end": 5759,
+ "start": 5745,
+ "end": 5754,
"loc": {
"start": {
"line": 203,
@@ -9923,8 +9923,8 @@
},
"object": {
"type": "Identifier",
- "start": 5750,
- "end": 5752,
+ "start": 5745,
+ "end": 5747,
"loc": {
"start": {
"line": 203,
@@ -9940,8 +9940,8 @@
},
"property": {
"type": "Identifier",
- "start": 5753,
- "end": 5759,
+ "start": 5748,
+ "end": 5754,
"loc": {
"start": {
"line": 203,
@@ -9959,8 +9959,8 @@
},
"property": {
"type": "Identifier",
- "start": 5760,
- "end": 5768,
+ "start": 5755,
+ "end": 5763,
"loc": {
"start": {
"line": 203,
@@ -9980,8 +9980,8 @@
},
{
"type": "ArrayExpression",
- "start": 5784,
- "end": 5806,
+ "start": 5779,
+ "end": 5801,
"loc": {
"start": {
"line": 204,
@@ -9995,8 +9995,8 @@
"elements": [
{
"type": "StringLiteral",
- "start": 5785,
- "end": 5795,
+ "start": 5780,
+ "end": 5790,
"loc": {
"start": {
"line": 204,
@@ -10015,8 +10015,8 @@
},
{
"type": "Identifier",
- "start": 5797,
- "end": 5805,
+ "start": 5792,
+ "end": 5800,
"loc": {
"start": {
"line": 204,
@@ -10040,8 +10040,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5817,
- "end": 5852,
+ "start": 5812,
+ "end": 5847,
"loc": {
"start": {
"line": 205,
@@ -10054,8 +10054,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 5817,
- "end": 5851,
+ "start": 5812,
+ "end": 5846,
"loc": {
"start": {
"line": 205,
@@ -10069,8 +10069,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 5817,
- "end": 5829,
+ "start": 5812,
+ "end": 5824,
"loc": {
"start": {
"line": 205,
@@ -10083,8 +10083,8 @@
},
"object": {
"type": "Identifier",
- "start": 5817,
- "end": 5819,
+ "start": 5812,
+ "end": 5814,
"loc": {
"start": {
"line": 205,
@@ -10100,8 +10100,8 @@
},
"property": {
"type": "Identifier",
- "start": 5820,
- "end": 5829,
+ "start": 5815,
+ "end": 5824,
"loc": {
"start": {
"line": 205,
@@ -10119,8 +10119,8 @@
},
"right": {
"type": "MemberExpression",
- "start": 5832,
- "end": 5851,
+ "start": 5827,
+ "end": 5846,
"loc": {
"start": {
"line": 205,
@@ -10133,8 +10133,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5832,
- "end": 5836,
+ "start": 5827,
+ "end": 5831,
"loc": {
"start": {
"line": 205,
@@ -10148,8 +10148,8 @@
},
"property": {
"type": "Identifier",
- "start": 5837,
- "end": 5851,
+ "start": 5832,
+ "end": 5846,
"loc": {
"start": {
"line": 205,
@@ -10169,8 +10169,8 @@
},
{
"type": "VariableDeclaration",
- "start": 5862,
- "end": 5899,
+ "start": 5857,
+ "end": 5894,
"loc": {
"start": {
"line": 207,
@@ -10184,8 +10184,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 5866,
- "end": 5898,
+ "start": 5861,
+ "end": 5893,
"loc": {
"start": {
"line": 207,
@@ -10198,8 +10198,8 @@
},
"id": {
"type": "Identifier",
- "start": 5866,
- "end": 5879,
+ "start": 5861,
+ "end": 5874,
"loc": {
"start": {
"line": 207,
@@ -10215,8 +10215,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 5882,
- "end": 5898,
+ "start": 5877,
+ "end": 5893,
"loc": {
"start": {
"line": 207,
@@ -10229,8 +10229,8 @@
},
"object": {
"type": "Identifier",
- "start": 5882,
- "end": 5884,
+ "start": 5877,
+ "end": 5879,
"loc": {
"start": {
"line": 207,
@@ -10246,8 +10246,8 @@
},
"property": {
"type": "Identifier",
- "start": 5885,
- "end": 5898,
+ "start": 5880,
+ "end": 5893,
"loc": {
"start": {
"line": 207,
@@ -10270,8 +10270,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5908,
- "end": 5925,
+ "start": 5903,
+ "end": 5920,
"loc": {
"start": {
"line": 208,
@@ -10287,8 +10287,8 @@
},
{
"type": "ExpressionStatement",
- "start": 5934,
- "end": 5979,
+ "start": 5929,
+ "end": 5974,
"loc": {
"start": {
"line": 209,
@@ -10301,8 +10301,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 5934,
- "end": 5978,
+ "start": 5929,
+ "end": 5973,
"loc": {
"start": {
"line": 209,
@@ -10316,8 +10316,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 5934,
- "end": 5947,
+ "start": 5929,
+ "end": 5942,
"loc": {
"start": {
"line": 209,
@@ -10330,8 +10330,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 5934,
- "end": 5938,
+ "start": 5929,
+ "end": 5933,
"loc": {
"start": {
"line": 209,
@@ -10346,8 +10346,8 @@
},
"property": {
"type": "Identifier",
- "start": 5939,
- "end": 5947,
+ "start": 5934,
+ "end": 5942,
"loc": {
"start": {
"line": 209,
@@ -10366,8 +10366,8 @@
},
"right": {
"type": "CallExpression",
- "start": 5950,
- "end": 5978,
+ "start": 5945,
+ "end": 5973,
"loc": {
"start": {
"line": 209,
@@ -10380,8 +10380,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 5950,
- "end": 5968,
+ "start": 5945,
+ "end": 5963,
"loc": {
"start": {
"line": 209,
@@ -10394,8 +10394,8 @@
},
"object": {
"type": "Identifier",
- "start": 5950,
- "end": 5952,
+ "start": 5945,
+ "end": 5947,
"loc": {
"start": {
"line": 209,
@@ -10411,8 +10411,8 @@
},
"property": {
"type": "Identifier",
- "start": 5953,
- "end": 5968,
+ "start": 5948,
+ "end": 5963,
"loc": {
"start": {
"line": 209,
@@ -10431,8 +10431,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 5969,
- "end": 5977,
+ "start": 5964,
+ "end": 5972,
"loc": {
"start": {
"line": 209,
@@ -10454,8 +10454,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5908,
- "end": 5925,
+ "start": 5903,
+ "end": 5920,
"loc": {
"start": {
"line": 208,
@@ -10472,8 +10472,8 @@
{
"type": "CommentLine",
"value": "Retrieves custom values",
- "start": 5989,
- "end": 6014,
+ "start": 5984,
+ "end": 6009,
"loc": {
"start": {
"line": 211,
@@ -10489,8 +10489,8 @@
},
{
"type": "IfStatement",
- "start": 6023,
- "end": 6200,
+ "start": 6018,
+ "end": 6195,
"loc": {
"start": {
"line": 212,
@@ -10503,8 +10503,8 @@
},
"test": {
"type": "MemberExpression",
- "start": 6027,
- "end": 6040,
+ "start": 6022,
+ "end": 6035,
"loc": {
"start": {
"line": 212,
@@ -10517,8 +10517,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 6027,
- "end": 6031,
+ "start": 6022,
+ "end": 6026,
"loc": {
"start": {
"line": 212,
@@ -10533,8 +10533,8 @@
},
"property": {
"type": "Identifier",
- "start": 6032,
- "end": 6040,
+ "start": 6027,
+ "end": 6035,
"loc": {
"start": {
"line": 212,
@@ -10553,8 +10553,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 6042,
- "end": 6200,
+ "start": 6037,
+ "end": 6195,
"loc": {
"start": {
"line": 212,
@@ -10568,8 +10568,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 6056,
- "end": 6105,
+ "start": 6051,
+ "end": 6100,
"loc": {
"start": {
"line": 213,
@@ -10583,8 +10583,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6060,
- "end": 6104,
+ "start": 6055,
+ "end": 6099,
"loc": {
"start": {
"line": 213,
@@ -10597,8 +10597,8 @@
},
"id": {
"type": "Identifier",
- "start": 6060,
- "end": 6072,
+ "start": 6055,
+ "end": 6067,
"loc": {
"start": {
"line": 213,
@@ -10614,8 +10614,8 @@
},
"init": {
"type": "CallExpression",
- "start": 6075,
- "end": 6104,
+ "start": 6070,
+ "end": 6099,
"loc": {
"start": {
"line": 213,
@@ -10628,8 +10628,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 6075,
- "end": 6094,
+ "start": 6070,
+ "end": 6089,
"loc": {
"start": {
"line": 213,
@@ -10642,8 +10642,8 @@
},
"object": {
"type": "Identifier",
- "start": 6075,
- "end": 6077,
+ "start": 6070,
+ "end": 6072,
"loc": {
"start": {
"line": 213,
@@ -10659,8 +10659,8 @@
},
"property": {
"type": "Identifier",
- "start": 6078,
- "end": 6094,
+ "start": 6073,
+ "end": 6089,
"loc": {
"start": {
"line": 213,
@@ -10679,8 +10679,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 6095,
- "end": 6103,
+ "start": 6090,
+ "end": 6098,
"loc": {
"start": {
"line": 213,
@@ -10702,8 +10702,8 @@
},
{
"type": "ExpressionStatement",
- "start": 6118,
- "end": 6146,
+ "start": 6113,
+ "end": 6141,
"loc": {
"start": {
"line": 214,
@@ -10716,8 +10716,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 6118,
- "end": 6145,
+ "start": 6113,
+ "end": 6140,
"loc": {
"start": {
"line": 214,
@@ -10731,8 +10731,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 6118,
- "end": 6127,
+ "start": 6113,
+ "end": 6122,
"loc": {
"start": {
"line": 214,
@@ -10745,8 +10745,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 6118,
- "end": 6122,
+ "start": 6113,
+ "end": 6117,
"loc": {
"start": {
"line": 214,
@@ -10760,8 +10760,8 @@
},
"property": {
"type": "Identifier",
- "start": 6123,
- "end": 6127,
+ "start": 6118,
+ "end": 6122,
"loc": {
"start": {
"line": 214,
@@ -10779,8 +10779,8 @@
},
"right": {
"type": "MemberExpression",
- "start": 6130,
- "end": 6145,
+ "start": 6125,
+ "end": 6140,
"loc": {
"start": {
"line": 214,
@@ -10793,8 +10793,8 @@
},
"object": {
"type": "Identifier",
- "start": 6130,
- "end": 6142,
+ "start": 6125,
+ "end": 6137,
"loc": {
"start": {
"line": 214,
@@ -10810,8 +10810,8 @@
},
"property": {
"type": "NumericLiteral",
- "start": 6143,
- "end": 6144,
+ "start": 6138,
+ "end": 6139,
"loc": {
"start": {
"line": 214,
@@ -10834,8 +10834,8 @@
},
{
"type": "ExpressionStatement",
- "start": 6159,
- "end": 6190,
+ "start": 6154,
+ "end": 6185,
"loc": {
"start": {
"line": 215,
@@ -10848,8 +10848,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 6159,
- "end": 6189,
+ "start": 6154,
+ "end": 6184,
"loc": {
"start": {
"line": 215,
@@ -10863,8 +10863,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 6159,
- "end": 6171,
+ "start": 6154,
+ "end": 6166,
"loc": {
"start": {
"line": 215,
@@ -10877,8 +10877,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 6159,
- "end": 6163,
+ "start": 6154,
+ "end": 6158,
"loc": {
"start": {
"line": 215,
@@ -10892,8 +10892,8 @@
},
"property": {
"type": "Identifier",
- "start": 6164,
- "end": 6171,
+ "start": 6159,
+ "end": 6166,
"loc": {
"start": {
"line": 215,
@@ -10911,8 +10911,8 @@
},
"right": {
"type": "MemberExpression",
- "start": 6174,
- "end": 6189,
+ "start": 6169,
+ "end": 6184,
"loc": {
"start": {
"line": 215,
@@ -10925,8 +10925,8 @@
},
"object": {
"type": "Identifier",
- "start": 6174,
- "end": 6186,
+ "start": 6169,
+ "end": 6181,
"loc": {
"start": {
"line": 215,
@@ -10942,8 +10942,8 @@
},
"property": {
"type": "NumericLiteral",
- "start": 6187,
- "end": 6188,
+ "start": 6182,
+ "end": 6183,
"loc": {
"start": {
"line": 215,
@@ -10972,8 +10972,8 @@
{
"type": "CommentLine",
"value": "Retrieves custom values",
- "start": 5989,
- "end": 6014,
+ "start": 5984,
+ "end": 6009,
"loc": {
"start": {
"line": 211,
@@ -10989,8 +10989,8 @@
},
{
"type": "VariableDeclaration",
- "start": 6210,
- "end": 6224,
+ "start": 6205,
+ "end": 6219,
"loc": {
"start": {
"line": 218,
@@ -11004,8 +11004,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6214,
- "end": 6223,
+ "start": 6209,
+ "end": 6218,
"loc": {
"start": {
"line": 218,
@@ -11018,8 +11018,8 @@
},
"id": {
"type": "Identifier",
- "start": 6214,
- "end": 6223,
+ "start": 6209,
+ "end": 6218,
"loc": {
"start": {
"line": 218,
@@ -11040,8 +11040,8 @@
},
{
"type": "VariableDeclaration",
- "start": 6233,
- "end": 6277,
+ "start": 6228,
+ "end": 6272,
"loc": {
"start": {
"line": 219,
@@ -11055,8 +11055,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6237,
- "end": 6276,
+ "start": 6232,
+ "end": 6271,
"loc": {
"start": {
"line": 219,
@@ -11069,8 +11069,8 @@
},
"id": {
"type": "Identifier",
- "start": 6237,
- "end": 6251,
+ "start": 6232,
+ "end": 6246,
"loc": {
"start": {
"line": 219,
@@ -11086,8 +11086,8 @@
},
"init": {
"type": "CallExpression",
- "start": 6254,
- "end": 6276,
+ "start": 6249,
+ "end": 6271,
"loc": {
"start": {
"line": 219,
@@ -11100,8 +11100,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 6254,
- "end": 6274,
+ "start": 6249,
+ "end": 6269,
"loc": {
"start": {
"line": 219,
@@ -11114,8 +11114,8 @@
},
"object": {
"type": "Identifier",
- "start": 6254,
- "end": 6256,
+ "start": 6249,
+ "end": 6251,
"loc": {
"start": {
"line": 219,
@@ -11131,8 +11131,8 @@
},
"property": {
"type": "Identifier",
- "start": 6257,
- "end": 6274,
+ "start": 6252,
+ "end": 6269,
"loc": {
"start": {
"line": 219,
@@ -11156,8 +11156,8 @@
},
{
"type": "IfStatement",
- "start": 6287,
- "end": 6401,
+ "start": 6282,
+ "end": 6396,
"loc": {
"start": {
"line": 221,
@@ -11170,8 +11170,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 6291,
- "end": 6317,
+ "start": 6286,
+ "end": 6312,
"loc": {
"start": {
"line": 221,
@@ -11184,8 +11184,8 @@
},
"left": {
"type": "Identifier",
- "start": 6291,
- "end": 6299,
+ "start": 6286,
+ "end": 6294,
"loc": {
"start": {
"line": 221,
@@ -11202,8 +11202,8 @@
"operator": "&&",
"right": {
"type": "Identifier",
- "start": 6303,
- "end": 6317,
+ "start": 6298,
+ "end": 6312,
"loc": {
"start": {
"line": 221,
@@ -11220,8 +11220,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 6319,
- "end": 6401,
+ "start": 6314,
+ "end": 6396,
"loc": {
"start": {
"line": 221,
@@ -11235,8 +11235,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 6333,
- "end": 6391,
+ "start": 6328,
+ "end": 6386,
"loc": {
"start": {
"line": 222,
@@ -11249,8 +11249,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 6333,
- "end": 6390,
+ "start": 6328,
+ "end": 6385,
"loc": {
"start": {
"line": 222,
@@ -11264,8 +11264,8 @@
"operator": "=",
"left": {
"type": "Identifier",
- "start": 6333,
- "end": 6342,
+ "start": 6328,
+ "end": 6337,
"loc": {
"start": {
"line": 222,
@@ -11281,8 +11281,8 @@
},
"right": {
"type": "CallExpression",
- "start": 6345,
- "end": 6390,
+ "start": 6340,
+ "end": 6385,
"loc": {
"start": {
"line": 222,
@@ -11295,8 +11295,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 6345,
- "end": 6374,
+ "start": 6340,
+ "end": 6369,
"loc": {
"start": {
"line": 222,
@@ -11309,8 +11309,8 @@
},
"object": {
"type": "Identifier",
- "start": 6345,
- "end": 6347,
+ "start": 6340,
+ "end": 6342,
"loc": {
"start": {
"line": 222,
@@ -11326,8 +11326,8 @@
},
"property": {
"type": "Identifier",
- "start": 6348,
- "end": 6374,
+ "start": 6343,
+ "end": 6369,
"loc": {
"start": {
"line": 222,
@@ -11346,8 +11346,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 6375,
- "end": 6389,
+ "start": 6370,
+ "end": 6384,
"loc": {
"start": {
"line": 222,
@@ -11372,8 +11372,8 @@
},
{
"type": "VariableDeclaration",
- "start": 6411,
- "end": 6436,
+ "start": 6406,
+ "end": 6431,
"loc": {
"start": {
"line": 225,
@@ -11387,8 +11387,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6415,
- "end": 6435,
+ "start": 6410,
+ "end": 6430,
"loc": {
"start": {
"line": 225,
@@ -11401,8 +11401,8 @@
},
"id": {
"type": "Identifier",
- "start": 6415,
- "end": 6430,
+ "start": 6410,
+ "end": 6425,
"loc": {
"start": {
"line": 225,
@@ -11418,8 +11418,8 @@
},
"init": {
"type": "ArrayExpression",
- "start": 6433,
- "end": 6435,
+ "start": 6428,
+ "end": 6430,
"loc": {
"start": {
"line": 225,
@@ -11438,8 +11438,8 @@
},
{
"type": "IfStatement",
- "start": 6445,
- "end": 6565,
+ "start": 6440,
+ "end": 6560,
"loc": {
"start": {
"line": 226,
@@ -11452,8 +11452,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 6449,
- "end": 6486,
+ "start": 6444,
+ "end": 6481,
"loc": {
"start": {
"line": 226,
@@ -11466,8 +11466,8 @@
},
"left": {
"type": "Identifier",
- "start": 6449,
- "end": 6457,
+ "start": 6444,
+ "end": 6452,
"loc": {
"start": {
"line": 226,
@@ -11484,8 +11484,8 @@
"operator": "&&",
"right": {
"type": "MemberExpression",
- "start": 6461,
- "end": 6486,
+ "start": 6456,
+ "end": 6481,
"loc": {
"start": {
"line": 226,
@@ -11498,8 +11498,8 @@
},
"object": {
"type": "Identifier",
- "start": 6461,
- "end": 6463,
+ "start": 6456,
+ "end": 6458,
"loc": {
"start": {
"line": 226,
@@ -11515,8 +11515,8 @@
},
"property": {
"type": "Identifier",
- "start": 6464,
- "end": 6486,
+ "start": 6459,
+ "end": 6481,
"loc": {
"start": {
"line": 226,
@@ -11535,8 +11535,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 6488,
- "end": 6565,
+ "start": 6483,
+ "end": 6560,
"loc": {
"start": {
"line": 226,
@@ -11550,8 +11550,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 6532,
- "end": 6555,
+ "start": 6527,
+ "end": 6550,
"loc": {
"start": {
"line": 228,
@@ -11564,8 +11564,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 6532,
- "end": 6554,
+ "start": 6527,
+ "end": 6549,
"loc": {
"start": {
"line": 228,
@@ -11579,8 +11579,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 6532,
- "end": 6549,
+ "start": 6527,
+ "end": 6544,
"loc": {
"start": {
"line": 228,
@@ -11593,8 +11593,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 6532,
- "end": 6536,
+ "start": 6527,
+ "end": 6531,
"loc": {
"start": {
"line": 228,
@@ -11609,8 +11609,8 @@
},
"property": {
"type": "Identifier",
- "start": 6537,
- "end": 6549,
+ "start": 6532,
+ "end": 6544,
"loc": {
"start": {
"line": 228,
@@ -11629,8 +11629,8 @@
},
"right": {
"type": "ArrayExpression",
- "start": 6552,
- "end": 6554,
+ "start": 6547,
+ "end": 6549,
"loc": {
"start": {
"line": 228,
@@ -11649,8 +11649,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 6502,
- "end": 6519,
+ "start": 6497,
+ "end": 6514,
"loc": {
"start": {
"line": 227,
@@ -11671,8 +11671,8 @@
},
{
"type": "ExpressionStatement",
- "start": 6575,
- "end": 6594,
+ "start": 6570,
+ "end": 6589,
"loc": {
"start": {
"line": 231,
@@ -11685,8 +11685,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 6575,
- "end": 6593,
+ "start": 6570,
+ "end": 6588,
"loc": {
"start": {
"line": 231,
@@ -11700,8 +11700,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 6575,
- "end": 6588,
+ "start": 6570,
+ "end": 6583,
"loc": {
"start": {
"line": 231,
@@ -11714,8 +11714,8 @@
},
"object": {
"type": "Identifier",
- "start": 6575,
- "end": 6578,
+ "start": 6570,
+ "end": 6573,
"loc": {
"start": {
"line": 231,
@@ -11731,8 +11731,8 @@
},
"property": {
"type": "Identifier",
- "start": 6579,
- "end": 6588,
+ "start": 6574,
+ "end": 6583,
"loc": {
"start": {
"line": 231,
@@ -11750,8 +11750,8 @@
},
"right": {
"type": "StringLiteral",
- "start": 6591,
- "end": 6593,
+ "start": 6586,
+ "end": 6588,
"loc": {
"start": {
"line": 231,
@@ -11772,8 +11772,8 @@
},
{
"type": "VariableDeclaration",
- "start": 6604,
- "end": 6631,
+ "start": 6599,
+ "end": 6626,
"loc": {
"start": {
"line": 233,
@@ -11787,8 +11787,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6608,
- "end": 6630,
+ "start": 6603,
+ "end": 6625,
"loc": {
"start": {
"line": 233,
@@ -11801,8 +11801,8 @@
},
"id": {
"type": "Identifier",
- "start": 6608,
- "end": 6615,
+ "start": 6603,
+ "end": 6610,
"loc": {
"start": {
"line": 233,
@@ -11818,8 +11818,8 @@
},
"init": {
"type": "CallExpression",
- "start": 6618,
- "end": 6630,
+ "start": 6613,
+ "end": 6625,
"loc": {
"start": {
"line": 233,
@@ -11832,8 +11832,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 6618,
- "end": 6628,
+ "start": 6613,
+ "end": 6623,
"loc": {
"start": {
"line": 233,
@@ -11846,8 +11846,8 @@
},
"object": {
"type": "Identifier",
- "start": 6618,
- "end": 6620,
+ "start": 6613,
+ "end": 6615,
"loc": {
"start": {
"line": 233,
@@ -11863,8 +11863,8 @@
},
"property": {
"type": "Identifier",
- "start": 6621,
- "end": 6628,
+ "start": 6616,
+ "end": 6623,
"loc": {
"start": {
"line": 233,
@@ -11888,8 +11888,8 @@
},
{
"type": "ExpressionStatement",
- "start": 6640,
- "end": 8155,
+ "start": 6635,
+ "end": 8150,
"loc": {
"start": {
"line": 234,
@@ -11902,8 +11902,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 6640,
- "end": 8154,
+ "start": 6635,
+ "end": 8149,
"loc": {
"start": {
"line": 234,
@@ -11916,8 +11916,8 @@
},
"callee": {
"type": "Identifier",
- "start": 6640,
- "end": 6647,
+ "start": 6635,
+ "end": 6642,
"loc": {
"start": {
"line": 234,
@@ -11934,8 +11934,8 @@
"arguments": [
{
"type": "ArrowFunctionExpression",
- "start": 6661,
- "end": 7559,
+ "start": 6656,
+ "end": 7554,
"loc": {
"start": {
"line": 235,
@@ -11953,8 +11953,8 @@
"params": [
{
"type": "Identifier",
- "start": 6662,
- "end": 6665,
+ "start": 6657,
+ "end": 6660,
"loc": {
"start": {
"line": 235,
@@ -11971,8 +11971,8 @@
],
"body": {
"type": "BlockStatement",
- "start": 6670,
- "end": 7559,
+ "start": 6665,
+ "end": 7554,
"loc": {
"start": {
"line": 235,
@@ -11986,8 +11986,8 @@
"body": [
{
"type": "VariableDeclaration",
- "start": 6688,
- "end": 6741,
+ "start": 6683,
+ "end": 6736,
"loc": {
"start": {
"line": 236,
@@ -12001,8 +12001,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6692,
- "end": 6740,
+ "start": 6687,
+ "end": 6735,
"loc": {
"start": {
"line": 236,
@@ -12015,8 +12015,8 @@
},
"id": {
"type": "Identifier",
- "start": 6692,
- "end": 6701,
+ "start": 6687,
+ "end": 6696,
"loc": {
"start": {
"line": 236,
@@ -12032,8 +12032,8 @@
},
"init": {
"type": "CallExpression",
- "start": 6704,
- "end": 6740,
+ "start": 6699,
+ "end": 6735,
"loc": {
"start": {
"line": 236,
@@ -12046,8 +12046,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 6704,
- "end": 6719,
+ "start": 6699,
+ "end": 6714,
"loc": {
"start": {
"line": 236,
@@ -12060,8 +12060,8 @@
},
"object": {
"type": "Identifier",
- "start": 6704,
- "end": 6706,
+ "start": 6699,
+ "end": 6701,
"loc": {
"start": {
"line": 236,
@@ -12077,8 +12077,8 @@
},
"property": {
"type": "Identifier",
- "start": 6707,
- "end": 6719,
+ "start": 6702,
+ "end": 6714,
"loc": {
"start": {
"line": 236,
@@ -12097,8 +12097,8 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 6720,
- "end": 6739,
+ "start": 6715,
+ "end": 6734,
"loc": {
"start": {
"line": 236,
@@ -12111,8 +12111,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 6720,
- "end": 6729,
+ "start": 6715,
+ "end": 6724,
"loc": {
"start": {
"line": 236,
@@ -12125,8 +12125,8 @@
},
"object": {
"type": "Identifier",
- "start": 6720,
- "end": 6723,
+ "start": 6715,
+ "end": 6718,
"loc": {
"start": {
"line": 236,
@@ -12142,8 +12142,8 @@
},
"property": {
"type": "Identifier",
- "start": 6724,
- "end": 6729,
+ "start": 6719,
+ "end": 6724,
"loc": {
"start": {
"line": 236,
@@ -12161,8 +12161,8 @@
},
"property": {
"type": "Identifier",
- "start": 6730,
- "end": 6738,
+ "start": 6725,
+ "end": 6733,
"loc": {
"start": {
"line": 236,
@@ -12187,8 +12187,8 @@
{
"type": "CommentLine",
"value": "Vary Peter's patch",
- "start": 6758,
- "end": 6778,
+ "start": 6753,
+ "end": 6773,
"loc": {
"start": {
"line": 237,
@@ -12204,8 +12204,8 @@
},
{
"type": "VariableDeclaration",
- "start": 6795,
- "end": 6848,
+ "start": 6790,
+ "end": 6843,
"loc": {
"start": {
"line": 238,
@@ -12219,8 +12219,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 6799,
- "end": 6847,
+ "start": 6794,
+ "end": 6842,
"loc": {
"start": {
"line": 238,
@@ -12233,8 +12233,8 @@
},
"id": {
"type": "Identifier",
- "start": 6799,
- "end": 6809,
+ "start": 6794,
+ "end": 6804,
"loc": {
"start": {
"line": 238,
@@ -12251,8 +12251,8 @@
},
"init": {
"type": "CallExpression",
- "start": 6812,
- "end": 6847,
+ "start": 6807,
+ "end": 6842,
"loc": {
"start": {
"line": 238,
@@ -12265,8 +12265,8 @@
},
"callee": {
"type": "Identifier",
- "start": 6812,
- "end": 6821,
+ "start": 6807,
+ "end": 6816,
"loc": {
"start": {
"line": 238,
@@ -12283,8 +12283,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 6822,
- "end": 6831,
+ "start": 6817,
+ "end": 6826,
"loc": {
"start": {
"line": 238,
@@ -12300,8 +12300,8 @@
},
{
"type": "Identifier",
- "start": 6833,
- "end": 6846,
+ "start": 6828,
+ "end": 6841,
"loc": {
"start": {
"line": 238,
@@ -12325,8 +12325,8 @@
{
"type": "CommentLine",
"value": "Vary Peter's patch",
- "start": 6758,
- "end": 6778,
+ "start": 6753,
+ "end": 6773,
"loc": {
"start": {
"line": 237,
@@ -12343,8 +12343,8 @@
{
"type": "CommentLine",
"value": " checks if celldata is already in array",
- "start": 6865,
- "end": 6906,
+ "start": 6860,
+ "end": 6901,
"loc": {
"start": {
"line": 239,
@@ -12360,8 +12360,8 @@
},
{
"type": "IfStatement",
- "start": 6923,
- "end": 7037,
+ "start": 6918,
+ "end": 7032,
"loc": {
"start": {
"line": 240,
@@ -12374,8 +12374,8 @@
},
"test": {
"type": "UnaryExpression",
- "start": 6927,
- "end": 6969,
+ "start": 6922,
+ "end": 6964,
"loc": {
"start": {
"line": 240,
@@ -12390,8 +12390,8 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 6928,
- "end": 6969,
+ "start": 6923,
+ "end": 6964,
"loc": {
"start": {
"line": 240,
@@ -12404,8 +12404,8 @@
},
"callee": {
"type": "Identifier",
- "start": 6928,
- "end": 6931,
+ "start": 6923,
+ "end": 6926,
"loc": {
"start": {
"line": 240,
@@ -12423,8 +12423,8 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 6932,
- "end": 6941,
+ "start": 6927,
+ "end": 6936,
"loc": {
"start": {
"line": 240,
@@ -12437,8 +12437,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 6932,
- "end": 6936,
+ "start": 6927,
+ "end": 6931,
"loc": {
"start": {
"line": 240,
@@ -12452,8 +12452,8 @@
},
"property": {
"type": "Identifier",
- "start": 6937,
- "end": 6941,
+ "start": 6932,
+ "end": 6936,
"loc": {
"start": {
"line": 240,
@@ -12471,8 +12471,8 @@
},
{
"type": "Identifier",
- "start": 6943,
- "end": 6953,
+ "start": 6938,
+ "end": 6948,
"loc": {
"start": {
"line": 240,
@@ -12488,8 +12488,8 @@
},
{
"type": "Identifier",
- "start": 6955,
- "end": 6968,
+ "start": 6950,
+ "end": 6963,
"loc": {
"start": {
"line": 240,
@@ -12513,8 +12513,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 6971,
- "end": 7037,
+ "start": 6966,
+ "end": 7032,
"loc": {
"start": {
"line": 240,
@@ -12528,8 +12528,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 6993,
- "end": 7019,
+ "start": 6988,
+ "end": 7014,
"loc": {
"start": {
"line": 241,
@@ -12542,8 +12542,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 6993,
- "end": 7018,
+ "start": 6988,
+ "end": 7013,
"loc": {
"start": {
"line": 241,
@@ -12556,8 +12556,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 6993,
- "end": 7007,
+ "start": 6988,
+ "end": 7002,
"loc": {
"start": {
"line": 241,
@@ -12570,8 +12570,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 6993,
- "end": 7002,
+ "start": 6988,
+ "end": 6997,
"loc": {
"start": {
"line": 241,
@@ -12584,8 +12584,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 6993,
- "end": 6997,
+ "start": 6988,
+ "end": 6992,
"loc": {
"start": {
"line": 241,
@@ -12599,8 +12599,8 @@
},
"property": {
"type": "Identifier",
- "start": 6998,
- "end": 7002,
+ "start": 6993,
+ "end": 6997,
"loc": {
"start": {
"line": 241,
@@ -12618,8 +12618,8 @@
},
"property": {
"type": "Identifier",
- "start": 7003,
- "end": 7007,
+ "start": 6998,
+ "end": 7002,
"loc": {
"start": {
"line": 241,
@@ -12638,8 +12638,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 7008,
- "end": 7017,
+ "start": 7003,
+ "end": 7012,
"loc": {
"start": {
"line": 241,
@@ -12664,8 +12664,8 @@
{
"type": "CommentLine",
"value": " checks if celldata is already in array",
- "start": 6865,
- "end": 6906,
+ "start": 6860,
+ "end": 6901,
"loc": {
"start": {
"line": 239,
@@ -12681,8 +12681,8 @@
},
{
"type": "VariableDeclaration",
- "start": 7054,
- "end": 7098,
+ "start": 7049,
+ "end": 7093,
"loc": {
"start": {
"line": 243,
@@ -12696,8 +12696,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 7058,
- "end": 7097,
+ "start": 7053,
+ "end": 7092,
"loc": {
"start": {
"line": 243,
@@ -12710,8 +12710,8 @@
},
"id": {
"type": "Identifier",
- "start": 7058,
- "end": 7069,
+ "start": 7053,
+ "end": 7064,
"loc": {
"start": {
"line": 243,
@@ -12727,8 +12727,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 7072,
- "end": 7097,
+ "start": 7067,
+ "end": 7092,
"loc": {
"start": {
"line": 243,
@@ -12741,8 +12741,8 @@
},
"object": {
"type": "Identifier",
- "start": 7072,
- "end": 7087,
+ "start": 7067,
+ "end": 7082,
"loc": {
"start": {
"line": 243,
@@ -12758,8 +12758,8 @@
},
"property": {
"type": "Identifier",
- "start": 7088,
- "end": 7096,
+ "start": 7083,
+ "end": 7091,
"loc": {
"start": {
"line": 243,
@@ -12781,8 +12781,8 @@
},
{
"type": "IfStatement",
- "start": 7115,
- "end": 7545,
+ "start": 7110,
+ "end": 7540,
"loc": {
"start": {
"line": 244,
@@ -12795,8 +12795,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 7119,
- "end": 7156,
+ "start": 7114,
+ "end": 7151,
"loc": {
"start": {
"line": 244,
@@ -12809,8 +12809,8 @@
},
"left": {
"type": "Identifier",
- "start": 7119,
- "end": 7127,
+ "start": 7114,
+ "end": 7122,
"loc": {
"start": {
"line": 244,
@@ -12827,8 +12827,8 @@
"operator": "&&",
"right": {
"type": "MemberExpression",
- "start": 7131,
- "end": 7156,
+ "start": 7126,
+ "end": 7151,
"loc": {
"start": {
"line": 244,
@@ -12841,8 +12841,8 @@
},
"object": {
"type": "Identifier",
- "start": 7131,
- "end": 7133,
+ "start": 7126,
+ "end": 7128,
"loc": {
"start": {
"line": 244,
@@ -12858,8 +12858,8 @@
},
"property": {
"type": "Identifier",
- "start": 7134,
- "end": 7156,
+ "start": 7129,
+ "end": 7151,
"loc": {
"start": {
"line": 244,
@@ -12878,8 +12878,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 7158,
- "end": 7545,
+ "start": 7153,
+ "end": 7540,
"loc": {
"start": {
"line": 244,
@@ -12893,8 +12893,8 @@
"body": [
{
"type": "IfStatement",
- "start": 7180,
- "end": 7296,
+ "start": 7175,
+ "end": 7291,
"loc": {
"start": {
"line": 245,
@@ -12907,8 +12907,8 @@
},
"test": {
"type": "UnaryExpression",
- "start": 7184,
- "end": 7196,
+ "start": 7179,
+ "end": 7191,
"loc": {
"start": {
"line": 245,
@@ -12923,8 +12923,8 @@
"prefix": true,
"argument": {
"type": "Identifier",
- "start": 7185,
- "end": 7196,
+ "start": 7180,
+ "end": 7191,
"loc": {
"start": {
"line": 245,
@@ -12944,8 +12944,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 7198,
- "end": 7296,
+ "start": 7193,
+ "end": 7291,
"loc": {
"start": {
"line": 245,
@@ -12959,8 +12959,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 7224,
- "end": 7274,
+ "start": 7219,
+ "end": 7269,
"loc": {
"start": {
"line": 246,
@@ -12973,8 +12973,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 7224,
- "end": 7273,
+ "start": 7219,
+ "end": 7268,
"loc": {
"start": {
"line": 246,
@@ -12988,8 +12988,8 @@
"operator": "=",
"left": {
"type": "Identifier",
- "start": 7224,
- "end": 7235,
+ "start": 7219,
+ "end": 7230,
"loc": {
"start": {
"line": 246,
@@ -13005,8 +13005,8 @@
},
"right": {
"type": "CallExpression",
- "start": 7238,
- "end": 7273,
+ "start": 7233,
+ "end": 7268,
"loc": {
"start": {
"line": 246,
@@ -13019,8 +13019,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 7238,
- "end": 7263,
+ "start": 7233,
+ "end": 7258,
"loc": {
"start": {
"line": 246,
@@ -13033,8 +13033,8 @@
},
"object": {
"type": "Identifier",
- "start": 7238,
- "end": 7240,
+ "start": 7233,
+ "end": 7235,
"loc": {
"start": {
"line": 246,
@@ -13050,8 +13050,8 @@
},
"property": {
"type": "Identifier",
- "start": 7241,
- "end": 7263,
+ "start": 7236,
+ "end": 7258,
"loc": {
"start": {
"line": 246,
@@ -13070,8 +13070,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 7264,
- "end": 7272,
+ "start": 7259,
+ "end": 7267,
"loc": {
"start": {
"line": 246,
@@ -13096,8 +13096,8 @@
},
{
"type": "IfStatement",
- "start": 7317,
- "end": 7527,
+ "start": 7312,
+ "end": 7522,
"loc": {
"start": {
"line": 248,
@@ -13110,8 +13110,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 7321,
- "end": 7443,
+ "start": 7316,
+ "end": 7438,
"loc": {
"start": {
"line": 248,
@@ -13124,8 +13124,8 @@
},
"left": {
"type": "UnaryExpression",
- "start": 7321,
- "end": 7365,
+ "start": 7316,
+ "end": 7360,
"loc": {
"start": {
"line": 248,
@@ -13140,8 +13140,8 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 7322,
- "end": 7365,
+ "start": 7317,
+ "end": 7360,
"loc": {
"start": {
"line": 248,
@@ -13154,8 +13154,8 @@
},
"callee": {
"type": "Identifier",
- "start": 7322,
- "end": 7325,
+ "start": 7317,
+ "end": 7320,
"loc": {
"start": {
"line": 248,
@@ -13172,8 +13172,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 7326,
- "end": 7337,
+ "start": 7321,
+ "end": 7332,
"loc": {
"start": {
"line": 248,
@@ -13189,8 +13189,8 @@
},
{
"type": "Identifier",
- "start": 7339,
- "end": 7349,
+ "start": 7334,
+ "end": 7344,
"loc": {
"start": {
"line": 248,
@@ -13206,8 +13206,8 @@
},
{
"type": "Identifier",
- "start": 7351,
- "end": 7364,
+ "start": 7346,
+ "end": 7359,
"loc": {
"start": {
"line": 248,
@@ -13230,8 +13230,8 @@
"operator": "&&",
"right": {
"type": "UnaryExpression",
- "start": 7393,
- "end": 7443,
+ "start": 7388,
+ "end": 7438,
"loc": {
"start": {
"line": 249,
@@ -13246,8 +13246,8 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 7394,
- "end": 7443,
+ "start": 7389,
+ "end": 7438,
"loc": {
"start": {
"line": 249,
@@ -13260,8 +13260,8 @@
},
"callee": {
"type": "Identifier",
- "start": 7394,
- "end": 7397,
+ "start": 7389,
+ "end": 7392,
"loc": {
"start": {
"line": 249,
@@ -13278,8 +13278,8 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 7398,
- "end": 7415,
+ "start": 7393,
+ "end": 7410,
"loc": {
"start": {
"line": 249,
@@ -13292,8 +13292,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 7398,
- "end": 7402,
+ "start": 7393,
+ "end": 7397,
"loc": {
"start": {
"line": 249,
@@ -13307,8 +13307,8 @@
},
"property": {
"type": "Identifier",
- "start": 7403,
- "end": 7415,
+ "start": 7398,
+ "end": 7410,
"loc": {
"start": {
"line": 249,
@@ -13326,8 +13326,8 @@
},
{
"type": "Identifier",
- "start": 7417,
- "end": 7427,
+ "start": 7412,
+ "end": 7422,
"loc": {
"start": {
"line": 249,
@@ -13343,8 +13343,8 @@
},
{
"type": "Identifier",
- "start": 7429,
- "end": 7442,
+ "start": 7424,
+ "end": 7437,
"loc": {
"start": {
"line": 249,
@@ -13367,8 +13367,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 7445,
- "end": 7527,
+ "start": 7440,
+ "end": 7522,
"loc": {
"start": {
"line": 249,
@@ -13382,8 +13382,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 7471,
- "end": 7505,
+ "start": 7466,
+ "end": 7500,
"loc": {
"start": {
"line": 250,
@@ -13396,8 +13396,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 7471,
- "end": 7504,
+ "start": 7466,
+ "end": 7499,
"loc": {
"start": {
"line": 250,
@@ -13410,8 +13410,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 7471,
- "end": 7493,
+ "start": 7466,
+ "end": 7488,
"loc": {
"start": {
"line": 250,
@@ -13424,8 +13424,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 7471,
- "end": 7488,
+ "start": 7466,
+ "end": 7483,
"loc": {
"start": {
"line": 250,
@@ -13438,8 +13438,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 7471,
- "end": 7475,
+ "start": 7466,
+ "end": 7470,
"loc": {
"start": {
"line": 250,
@@ -13453,8 +13453,8 @@
},
"property": {
"type": "Identifier",
- "start": 7476,
- "end": 7488,
+ "start": 7471,
+ "end": 7483,
"loc": {
"start": {
"line": 250,
@@ -13472,8 +13472,8 @@
},
"property": {
"type": "Identifier",
- "start": 7489,
- "end": 7493,
+ "start": 7484,
+ "end": 7488,
"loc": {
"start": {
"line": 250,
@@ -13492,8 +13492,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 7494,
- "end": 7503,
+ "start": 7489,
+ "end": 7498,
"loc": {
"start": {
"line": 250,
@@ -13526,8 +13526,8 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 7617,
- "end": 8144,
+ "start": 7612,
+ "end": 8139,
"loc": {
"start": {
"line": 255,
@@ -13545,8 +13545,8 @@
"params": [
{
"type": "Identifier",
- "start": 7618,
- "end": 7621,
+ "start": 7613,
+ "end": 7616,
"loc": {
"start": {
"line": 255,
@@ -13563,8 +13563,8 @@
},
{
"type": "Identifier",
- "start": 7623,
- "end": 7624,
+ "start": 7618,
+ "end": 7619,
"loc": {
"start": {
"line": 255,
@@ -13581,8 +13581,8 @@
],
"body": {
"type": "BlockStatement",
- "start": 7629,
- "end": 8144,
+ "start": 7624,
+ "end": 8139,
"loc": {
"start": {
"line": 255,
@@ -13596,8 +13596,8 @@
"body": [
{
"type": "IfStatement",
- "start": 7728,
- "end": 7818,
+ "start": 7723,
+ "end": 7813,
"loc": {
"start": {
"line": 257,
@@ -13610,8 +13610,8 @@
},
"test": {
"type": "BinaryExpression",
- "start": 7732,
- "end": 7764,
+ "start": 7727,
+ "end": 7759,
"loc": {
"start": {
"line": 257,
@@ -13624,8 +13624,8 @@
},
"left": {
"type": "CallExpression",
- "start": 7732,
- "end": 7757,
+ "start": 7727,
+ "end": 7752,
"loc": {
"start": {
"line": 257,
@@ -13638,8 +13638,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 7732,
- "end": 7754,
+ "start": 7727,
+ "end": 7749,
"loc": {
"start": {
"line": 257,
@@ -13652,8 +13652,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 7732,
- "end": 7746,
+ "start": 7727,
+ "end": 7741,
"loc": {
"start": {
"line": 257,
@@ -13666,8 +13666,8 @@
},
"object": {
"type": "Identifier",
- "start": 7732,
- "end": 7734,
+ "start": 7727,
+ "end": 7729,
"loc": {
"start": {
"line": 257,
@@ -13684,8 +13684,8 @@
},
"property": {
"type": "Identifier",
- "start": 7735,
- "end": 7746,
+ "start": 7730,
+ "end": 7741,
"loc": {
"start": {
"line": 257,
@@ -13704,8 +13704,8 @@
},
"property": {
"type": "Identifier",
- "start": 7747,
- "end": 7754,
+ "start": 7742,
+ "end": 7749,
"loc": {
"start": {
"line": 257,
@@ -13725,8 +13725,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 7755,
- "end": 7756,
+ "start": 7750,
+ "end": 7751,
"loc": {
"start": {
"line": 257,
@@ -13746,8 +13746,8 @@
"operator": "!==",
"right": {
"type": "UnaryExpression",
- "start": 7762,
- "end": 7764,
+ "start": 7757,
+ "end": 7759,
"loc": {
"start": {
"line": 257,
@@ -13762,8 +13762,8 @@
"prefix": true,
"argument": {
"type": "NumericLiteral",
- "start": 7763,
- "end": 7764,
+ "start": 7758,
+ "end": 7759,
"loc": {
"start": {
"line": 257,
@@ -13788,8 +13788,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 7766,
- "end": 7818,
+ "start": 7761,
+ "end": 7813,
"loc": {
"start": {
"line": 257,
@@ -13803,8 +13803,8 @@
"body": [
{
"type": "ReturnStatement",
- "start": 7788,
- "end": 7800,
+ "start": 7783,
+ "end": 7795,
"loc": {
"start": {
"line": 258,
@@ -13817,8 +13817,8 @@
},
"argument": {
"type": "BooleanLiteral",
- "start": 7795,
- "end": 7799,
+ "start": 7790,
+ "end": 7794,
"loc": {
"start": {
"line": 258,
@@ -13841,8 +13841,8 @@
{
"type": "CommentLine",
"value": " excluded rows don't need to appear on selects as always valid",
- "start": 7647,
- "end": 7711,
+ "start": 7642,
+ "end": 7706,
"loc": {
"start": {
"line": 256,
@@ -13859,8 +13859,8 @@
{
"type": "CommentLine",
"value": " checks if row has expected number of cells",
- "start": 7836,
- "end": 7881,
+ "start": 7831,
+ "end": 7876,
"loc": {
"start": {
"line": 261,
@@ -13876,8 +13876,8 @@
},
{
"type": "IfStatement",
- "start": 7898,
- "end": 8004,
+ "start": 7893,
+ "end": 7999,
"loc": {
"start": {
"line": 262,
@@ -13890,8 +13890,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 7902,
- "end": 7950,
+ "start": 7897,
+ "end": 7945,
"loc": {
"start": {
"line": 262,
@@ -13904,8 +13904,8 @@
},
"left": {
"type": "BinaryExpression",
- "start": 7902,
- "end": 7933,
+ "start": 7897,
+ "end": 7928,
"loc": {
"start": {
"line": 262,
@@ -13918,8 +13918,8 @@
},
"left": {
"type": "MemberExpression",
- "start": 7902,
- "end": 7918,
+ "start": 7897,
+ "end": 7913,
"loc": {
"start": {
"line": 262,
@@ -13932,8 +13932,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 7902,
- "end": 7911,
+ "start": 7897,
+ "end": 7906,
"loc": {
"start": {
"line": 262,
@@ -13946,8 +13946,8 @@
},
"object": {
"type": "Identifier",
- "start": 7902,
- "end": 7905,
+ "start": 7897,
+ "end": 7900,
"loc": {
"start": {
"line": 262,
@@ -13964,8 +13964,8 @@
},
"property": {
"type": "Identifier",
- "start": 7906,
- "end": 7911,
+ "start": 7901,
+ "end": 7906,
"loc": {
"start": {
"line": 262,
@@ -13984,8 +13984,8 @@
},
"property": {
"type": "Identifier",
- "start": 7912,
- "end": 7918,
+ "start": 7907,
+ "end": 7913,
"loc": {
"start": {
"line": 262,
@@ -14005,8 +14005,8 @@
"operator": "!==",
"right": {
"type": "MemberExpression",
- "start": 7923,
- "end": 7933,
+ "start": 7918,
+ "end": 7928,
"loc": {
"start": {
"line": 262,
@@ -14019,8 +14019,8 @@
},
"object": {
"type": "Identifier",
- "start": 7923,
- "end": 7925,
+ "start": 7918,
+ "end": 7920,
"loc": {
"start": {
"line": 262,
@@ -14036,8 +14036,8 @@
},
"property": {
"type": "Identifier",
- "start": 7926,
- "end": 7933,
+ "start": 7921,
+ "end": 7928,
"loc": {
"start": {
"line": 262,
@@ -14058,8 +14058,8 @@
"operator": "||",
"right": {
"type": "MemberExpression",
- "start": 7937,
- "end": 7950,
+ "start": 7932,
+ "end": 7945,
"loc": {
"start": {
"line": 262,
@@ -14072,8 +14072,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 7937,
- "end": 7941,
+ "start": 7932,
+ "end": 7936,
"loc": {
"start": {
"line": 262,
@@ -14087,8 +14087,8 @@
},
"property": {
"type": "Identifier",
- "start": 7942,
- "end": 7950,
+ "start": 7937,
+ "end": 7945,
"loc": {
"start": {
"line": 262,
@@ -14108,8 +14108,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 7952,
- "end": 8004,
+ "start": 7947,
+ "end": 7999,
"loc": {
"start": {
"line": 262,
@@ -14123,8 +14123,8 @@
"body": [
{
"type": "ReturnStatement",
- "start": 7974,
- "end": 7986,
+ "start": 7969,
+ "end": 7981,
"loc": {
"start": {
"line": 263,
@@ -14137,8 +14137,8 @@
},
"argument": {
"type": "BooleanLiteral",
- "start": 7981,
- "end": 7985,
+ "start": 7976,
+ "end": 7980,
"loc": {
"start": {
"line": 263,
@@ -14160,8 +14160,8 @@
{
"type": "CommentLine",
"value": " checks if row has expected number of cells",
- "start": 7836,
- "end": 7881,
+ "start": 7831,
+ "end": 7876,
"loc": {
"start": {
"line": 261,
@@ -14177,8 +14177,8 @@
},
{
"type": "IfStatement",
- "start": 8022,
- "end": 8130,
+ "start": 8017,
+ "end": 8125,
"loc": {
"start": {
"line": 266,
@@ -14191,8 +14191,8 @@
},
"test": {
"type": "LogicalExpression",
- "start": 8026,
- "end": 8076,
+ "start": 8021,
+ "end": 8071,
"loc": {
"start": {
"line": 266,
@@ -14205,8 +14205,8 @@
},
"left": {
"type": "Identifier",
- "start": 8026,
- "end": 8034,
+ "start": 8021,
+ "end": 8029,
"loc": {
"start": {
"line": 266,
@@ -14223,8 +14223,8 @@
"operator": "&&",
"right": {
"type": "UnaryExpression",
- "start": 8038,
- "end": 8076,
+ "start": 8033,
+ "end": 8071,
"loc": {
"start": {
"line": 266,
@@ -14239,8 +14239,8 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 8039,
- "end": 8076,
+ "start": 8034,
+ "end": 8071,
"loc": {
"start": {
"line": 266,
@@ -14253,8 +14253,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8039,
- "end": 8062,
+ "start": 8034,
+ "end": 8057,
"loc": {
"start": {
"line": 266,
@@ -14267,8 +14267,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8039,
- "end": 8043,
+ "start": 8034,
+ "end": 8038,
"loc": {
"start": {
"line": 266,
@@ -14282,8 +14282,8 @@
},
"property": {
"type": "Identifier",
- "start": 8044,
- "end": 8062,
+ "start": 8039,
+ "end": 8057,
"loc": {
"start": {
"line": 266,
@@ -14302,8 +14302,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 8063,
- "end": 8064,
+ "start": 8058,
+ "end": 8059,
"loc": {
"start": {
"line": 266,
@@ -14319,8 +14319,8 @@
},
{
"type": "Identifier",
- "start": 8066,
- "end": 8075,
+ "start": 8061,
+ "end": 8070,
"loc": {
"start": {
"line": 266,
@@ -14343,8 +14343,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 8078,
- "end": 8130,
+ "start": 8073,
+ "end": 8125,
"loc": {
"start": {
"line": 266,
@@ -14358,8 +14358,8 @@
"body": [
{
"type": "ReturnStatement",
- "start": 8100,
- "end": 8112,
+ "start": 8095,
+ "end": 8107,
"loc": {
"start": {
"line": 267,
@@ -14372,8 +14372,8 @@
},
"argument": {
"type": "BooleanLiteral",
- "start": 8107,
- "end": 8111,
+ "start": 8102,
+ "end": 8106,
"loc": {
"start": {
"line": 267,
@@ -14399,8 +14399,8 @@
{
"type": "CommentLine",
"value": " continue conditions function",
- "start": 7573,
- "end": 7604,
+ "start": 7568,
+ "end": 7599,
"loc": {
"start": {
"line": 254,
@@ -14420,8 +14420,8 @@
{
"type": "CommentLine",
"value": "sort options",
- "start": 8165,
- "end": 8179,
+ "start": 8160,
+ "end": 8174,
"loc": {
"start": {
"line": 272,
@@ -14437,8 +14437,8 @@
},
{
"type": "ExpressionStatement",
- "start": 8188,
- "end": 8238,
+ "start": 8183,
+ "end": 8233,
"loc": {
"start": {
"line": 273,
@@ -14451,8 +14451,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 8188,
- "end": 8237,
+ "start": 8183,
+ "end": 8232,
"loc": {
"start": {
"line": 273,
@@ -14466,8 +14466,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 8188,
- "end": 8197,
+ "start": 8183,
+ "end": 8192,
"loc": {
"start": {
"line": 273,
@@ -14480,8 +14480,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8188,
- "end": 8192,
+ "start": 8183,
+ "end": 8187,
"loc": {
"start": {
"line": 273,
@@ -14496,8 +14496,8 @@
},
"property": {
"type": "Identifier",
- "start": 8193,
- "end": 8197,
+ "start": 8188,
+ "end": 8192,
"loc": {
"start": {
"line": 273,
@@ -14516,8 +14516,8 @@
},
"right": {
"type": "CallExpression",
- "start": 8200,
- "end": 8237,
+ "start": 8195,
+ "end": 8232,
"loc": {
"start": {
"line": 273,
@@ -14530,8 +14530,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8200,
- "end": 8216,
+ "start": 8195,
+ "end": 8211,
"loc": {
"start": {
"line": 273,
@@ -14544,8 +14544,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8200,
- "end": 8204,
+ "start": 8195,
+ "end": 8199,
"loc": {
"start": {
"line": 273,
@@ -14559,8 +14559,8 @@
},
"property": {
"type": "Identifier",
- "start": 8205,
- "end": 8216,
+ "start": 8200,
+ "end": 8211,
"loc": {
"start": {
"line": 273,
@@ -14579,8 +14579,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 8217,
- "end": 8225,
+ "start": 8212,
+ "end": 8220,
"loc": {
"start": {
"line": 273,
@@ -14596,8 +14596,8 @@
},
{
"type": "MemberExpression",
- "start": 8227,
- "end": 8236,
+ "start": 8222,
+ "end": 8231,
"loc": {
"start": {
"line": 273,
@@ -14610,8 +14610,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8227,
- "end": 8231,
+ "start": 8222,
+ "end": 8226,
"loc": {
"start": {
"line": 273,
@@ -14625,8 +14625,8 @@
},
"property": {
"type": "Identifier",
- "start": 8232,
- "end": 8236,
+ "start": 8227,
+ "end": 8231,
"loc": {
"start": {
"line": 273,
@@ -14650,8 +14650,8 @@
{
"type": "CommentLine",
"value": "sort options",
- "start": 8165,
- "end": 8179,
+ "start": 8160,
+ "end": 8174,
"loc": {
"start": {
"line": 272,
@@ -14667,8 +14667,8 @@
},
{
"type": "IfStatement",
- "start": 8247,
- "end": 8360,
+ "start": 8242,
+ "end": 8355,
"loc": {
"start": {
"line": 274,
@@ -14681,8 +14681,8 @@
},
"test": {
"type": "MemberExpression",
- "start": 8251,
- "end": 8268,
+ "start": 8246,
+ "end": 8263,
"loc": {
"start": {
"line": 274,
@@ -14695,8 +14695,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8251,
- "end": 8255,
+ "start": 8246,
+ "end": 8250,
"loc": {
"start": {
"line": 274,
@@ -14710,8 +14710,8 @@
},
"property": {
"type": "Identifier",
- "start": 8256,
- "end": 8268,
+ "start": 8251,
+ "end": 8263,
"loc": {
"start": {
"line": 274,
@@ -14729,8 +14729,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 8270,
- "end": 8360,
+ "start": 8265,
+ "end": 8355,
"loc": {
"start": {
"line": 274,
@@ -14744,8 +14744,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 8284,
- "end": 8350,
+ "start": 8279,
+ "end": 8345,
"loc": {
"start": {
"line": 275,
@@ -14758,8 +14758,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 8284,
- "end": 8349,
+ "start": 8279,
+ "end": 8344,
"loc": {
"start": {
"line": 275,
@@ -14773,8 +14773,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 8284,
- "end": 8301,
+ "start": 8279,
+ "end": 8296,
"loc": {
"start": {
"line": 275,
@@ -14787,8 +14787,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8284,
- "end": 8288,
+ "start": 8279,
+ "end": 8283,
"loc": {
"start": {
"line": 275,
@@ -14802,8 +14802,8 @@
},
"property": {
"type": "Identifier",
- "start": 8289,
- "end": 8301,
+ "start": 8284,
+ "end": 8296,
"loc": {
"start": {
"line": 275,
@@ -14821,8 +14821,8 @@
},
"right": {
"type": "CallExpression",
- "start": 8304,
- "end": 8349,
+ "start": 8299,
+ "end": 8344,
"loc": {
"start": {
"line": 275,
@@ -14835,8 +14835,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8304,
- "end": 8320,
+ "start": 8299,
+ "end": 8315,
"loc": {
"start": {
"line": 275,
@@ -14849,8 +14849,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8304,
- "end": 8308,
+ "start": 8299,
+ "end": 8303,
"loc": {
"start": {
"line": 275,
@@ -14864,8 +14864,8 @@
},
"property": {
"type": "Identifier",
- "start": 8309,
- "end": 8320,
+ "start": 8304,
+ "end": 8315,
"loc": {
"start": {
"line": 275,
@@ -14884,8 +14884,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 8321,
- "end": 8329,
+ "start": 8316,
+ "end": 8324,
"loc": {
"start": {
"line": 275,
@@ -14901,8 +14901,8 @@
},
{
"type": "MemberExpression",
- "start": 8331,
- "end": 8348,
+ "start": 8326,
+ "end": 8343,
"loc": {
"start": {
"line": 275,
@@ -14915,8 +14915,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8331,
- "end": 8335,
+ "start": 8326,
+ "end": 8330,
"loc": {
"start": {
"line": 275,
@@ -14930,8 +14930,8 @@
},
"property": {
"type": "Identifier",
- "start": 8336,
- "end": 8348,
+ "start": 8331,
+ "end": 8343,
"loc": {
"start": {
"line": 275,
@@ -14958,8 +14958,8 @@
},
{
"type": "ExpressionStatement",
- "start": 8370,
- "end": 8399,
+ "start": 8365,
+ "end": 8394,
"loc": {
"start": {
"line": 278,
@@ -14972,8 +14972,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 8370,
- "end": 8398,
+ "start": 8365,
+ "end": 8393,
"loc": {
"start": {
"line": 278,
@@ -14986,8 +14986,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8370,
- "end": 8384,
+ "start": 8365,
+ "end": 8379,
"loc": {
"start": {
"line": 278,
@@ -15000,8 +15000,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8370,
- "end": 8374,
+ "start": 8365,
+ "end": 8369,
"loc": {
"start": {
"line": 278,
@@ -15015,8 +15015,8 @@
},
"property": {
"type": "Identifier",
- "start": 8375,
- "end": 8384,
+ "start": 8370,
+ "end": 8379,
"loc": {
"start": {
"line": 278,
@@ -15035,8 +15035,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 8385,
- "end": 8393,
+ "start": 8380,
+ "end": 8388,
"loc": {
"start": {
"line": 278,
@@ -15052,8 +15052,8 @@
},
{
"type": "Identifier",
- "start": 8395,
- "end": 8397,
+ "start": 8390,
+ "end": 8392,
"loc": {
"start": {
"line": 278,
@@ -15072,8 +15072,8 @@
},
{
"type": "IfStatement",
- "start": 8409,
- "end": 8476,
+ "start": 8404,
+ "end": 8471,
"loc": {
"start": {
"line": 280,
@@ -15086,8 +15086,8 @@
},
"test": {
"type": "MemberExpression",
- "start": 8413,
- "end": 8431,
+ "start": 8408,
+ "end": 8426,
"loc": {
"start": {
"line": 280,
@@ -15100,8 +15100,8 @@
},
"object": {
"type": "Identifier",
- "start": 8413,
- "end": 8415,
+ "start": 8408,
+ "end": 8410,
"loc": {
"start": {
"line": 280,
@@ -15117,8 +15117,8 @@
},
"property": {
"type": "Identifier",
- "start": 8416,
- "end": 8431,
+ "start": 8411,
+ "end": 8426,
"loc": {
"start": {
"line": 280,
@@ -15136,8 +15136,8 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 8433,
- "end": 8476,
+ "start": 8428,
+ "end": 8471,
"loc": {
"start": {
"line": 280,
@@ -15151,8 +15151,8 @@
"body": [
{
"type": "ExpressionStatement",
- "start": 8447,
- "end": 8466,
+ "start": 8442,
+ "end": 8461,
"loc": {
"start": {
"line": 281,
@@ -15165,8 +15165,8 @@
},
"expression": {
"type": "AssignmentExpression",
- "start": 8447,
- "end": 8465,
+ "start": 8442,
+ "end": 8460,
"loc": {
"start": {
"line": 281,
@@ -15180,8 +15180,8 @@
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 8447,
- "end": 8460,
+ "start": 8442,
+ "end": 8455,
"loc": {
"start": {
"line": 281,
@@ -15194,8 +15194,8 @@
},
"object": {
"type": "Identifier",
- "start": 8447,
- "end": 8450,
+ "start": 8442,
+ "end": 8445,
"loc": {
"start": {
"line": 281,
@@ -15211,8 +15211,8 @@
},
"property": {
"type": "Identifier",
- "start": 8451,
- "end": 8460,
+ "start": 8446,
+ "end": 8455,
"loc": {
"start": {
"line": 281,
@@ -15230,8 +15230,8 @@
},
"right": {
"type": "StringLiteral",
- "start": 8463,
- "end": 8465,
+ "start": 8458,
+ "end": 8460,
"loc": {
"start": {
"line": 281,
@@ -15257,8 +15257,8 @@
},
{
"type": "ExpressionStatement",
- "start": 8485,
- "end": 8505,
+ "start": 8480,
+ "end": 8500,
"loc": {
"start": {
"line": 283,
@@ -15271,8 +15271,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 8485,
- "end": 8504,
+ "start": 8480,
+ "end": 8499,
"loc": {
"start": {
"line": 283,
@@ -15285,8 +15285,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8485,
- "end": 8500,
+ "start": 8480,
+ "end": 8495,
"loc": {
"start": {
"line": 283,
@@ -15299,8 +15299,8 @@
},
"object": {
"type": "Identifier",
- "start": 8485,
- "end": 8488,
+ "start": 8480,
+ "end": 8483,
"loc": {
"start": {
"line": 283,
@@ -15316,8 +15316,8 @@
},
"property": {
"type": "Identifier",
- "start": 8489,
- "end": 8500,
+ "start": 8484,
+ "end": 8495,
"loc": {
"start": {
"line": 283,
@@ -15336,8 +15336,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 8501,
- "end": 8503,
+ "start": 8496,
+ "end": 8498,
"loc": {
"start": {
"line": 283,
@@ -15356,8 +15356,8 @@
},
{
"type": "ExpressionStatement",
- "start": 8514,
- "end": 8546,
+ "start": 8509,
+ "end": 8541,
"loc": {
"start": {
"line": 284,
@@ -15370,8 +15370,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 8514,
- "end": 8545,
+ "start": 8509,
+ "end": 8540,
"loc": {
"start": {
"line": 284,
@@ -15384,8 +15384,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8514,
- "end": 8530,
+ "start": 8509,
+ "end": 8525,
"loc": {
"start": {
"line": 284,
@@ -15398,8 +15398,8 @@
},
"object": {
"type": "Identifier",
- "start": 8514,
- "end": 8517,
+ "start": 8509,
+ "end": 8512,
"loc": {
"start": {
"line": 284,
@@ -15415,8 +15415,8 @@
},
"property": {
"type": "Identifier",
- "start": 8518,
- "end": 8530,
+ "start": 8513,
+ "end": 8525,
"loc": {
"start": {
"line": 284,
@@ -15435,8 +15435,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 8531,
- "end": 8539,
+ "start": 8526,
+ "end": 8534,
"loc": {
"start": {
"line": 284,
@@ -15455,8 +15455,8 @@
},
{
"type": "StringLiteral",
- "start": 8541,
- "end": 8544,
+ "start": 8536,
+ "end": 8539,
"loc": {
"start": {
"line": 284,
@@ -15478,8 +15478,8 @@
},
{
"type": "ExpressionStatement",
- "start": 8556,
- "end": 8620,
+ "start": 8551,
+ "end": 8615,
"loc": {
"start": {
"line": 286,
@@ -15492,8 +15492,8 @@
},
"expression": {
"type": "CallExpression",
- "start": 8556,
- "end": 8619,
+ "start": 8551,
+ "end": 8614,
"loc": {
"start": {
"line": 286,
@@ -15506,8 +15506,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8556,
- "end": 8573,
+ "start": 8551,
+ "end": 8568,
"loc": {
"start": {
"line": 286,
@@ -15520,8 +15520,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 8556,
- "end": 8568,
+ "start": 8551,
+ "end": 8563,
"loc": {
"start": {
"line": 286,
@@ -15534,8 +15534,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8556,
- "end": 8560,
+ "start": 8551,
+ "end": 8555,
"loc": {
"start": {
"line": 286,
@@ -15549,8 +15549,8 @@
},
"property": {
"type": "Identifier",
- "start": 8561,
- "end": 8568,
+ "start": 8556,
+ "end": 8563,
"loc": {
"start": {
"line": 286,
@@ -15568,8 +15568,8 @@
},
"property": {
"type": "Identifier",
- "start": 8569,
- "end": 8573,
+ "start": 8564,
+ "end": 8568,
"loc": {
"start": {
"line": 286,
@@ -15588,8 +15588,8 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 8574,
- "end": 8599,
+ "start": 8569,
+ "end": 8594,
"loc": {
"start": {
"line": 286,
@@ -15608,8 +15608,8 @@
},
{
"type": "Identifier",
- "start": 8601,
- "end": 8603,
+ "start": 8596,
+ "end": 8598,
"loc": {
"start": {
"line": 286,
@@ -15625,8 +15625,8 @@
},
{
"type": "Identifier",
- "start": 8605,
- "end": 8613,
+ "start": 8600,
+ "end": 8608,
"loc": {
"start": {
"line": 286,
@@ -15642,8 +15642,8 @@
},
{
"type": "Identifier",
- "start": 8615,
- "end": 8618,
+ "start": 8610,
+ "end": 8613,
"loc": {
"start": {
"line": 286,
@@ -15668,8 +15668,8 @@
{
"type": "CommentBlock",
"value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n ",
- "start": 5219,
- "end": 5374,
+ "start": 5214,
+ "end": 5369,
"loc": {
"start": {
"line": 185,
@@ -15686,8 +15686,8 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 8632,
- "end": 8778,
+ "start": 8627,
+ "end": 8773,
"loc": {
"start": {
"line": 289,
@@ -15703,15 +15703,15 @@
},
{
"type": "ClassMethod",
- "start": 8783,
- "end": 9817,
+ "start": 8778,
+ "end": 9881,
"loc": {
"start": {
"line": 295,
"column": 4
},
"end": {
- "line": 322,
+ "line": 324,
"column": 5
}
},
@@ -15719,8 +15719,8 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 8783,
- "end": 8792,
+ "start": 8778,
+ "end": 8787,
"loc": {
"start": {
"line": 295,
@@ -15743,8 +15743,8 @@
"params": [
{
"type": "Identifier",
- "start": 8793,
- "end": 8801,
+ "start": 8788,
+ "end": 8796,
"loc": {
"start": {
"line": 295,
@@ -15760,8 +15760,8 @@
},
{
"type": "Identifier",
- "start": 8803,
- "end": 8805,
+ "start": 8798,
+ "end": 8800,
"loc": {
"start": {
"line": 295,
@@ -15778,23 +15778,23 @@
],
"body": {
"type": "BlockStatement",
- "start": 8807,
- "end": 9817,
+ "start": 8802,
+ "end": 9881,
"loc": {
"start": {
"line": 295,
"column": 28
},
"end": {
- "line": 322,
+ "line": 324,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 8817,
- "end": 8834,
+ "start": 8812,
+ "end": 8829,
"loc": {
"start": {
"line": 296,
@@ -15808,8 +15808,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 8821,
- "end": 8833,
+ "start": 8816,
+ "end": 8828,
"loc": {
"start": {
"line": 296,
@@ -15822,8 +15822,8 @@
},
"id": {
"type": "Identifier",
- "start": 8821,
- "end": 8823,
+ "start": 8816,
+ "end": 8818,
"loc": {
"start": {
"line": 296,
@@ -15839,8 +15839,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 8826,
- "end": 8833,
+ "start": 8821,
+ "end": 8828,
"loc": {
"start": {
"line": 296,
@@ -15853,8 +15853,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8826,
- "end": 8830,
+ "start": 8821,
+ "end": 8825,
"loc": {
"start": {
"line": 296,
@@ -15868,8 +15868,8 @@
},
"property": {
"type": "Identifier",
- "start": 8831,
- "end": 8833,
+ "start": 8826,
+ "end": 8828,
"loc": {
"start": {
"line": 296,
@@ -15891,8 +15891,8 @@
},
{
"type": "VariableDeclaration",
- "start": 8843,
- "end": 8885,
+ "start": 8838,
+ "end": 8880,
"loc": {
"start": {
"line": 297,
@@ -15906,8 +15906,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 8847,
- "end": 8884,
+ "start": 8842,
+ "end": 8879,
"loc": {
"start": {
"line": 297,
@@ -15920,8 +15920,8 @@
},
"id": {
"type": "Identifier",
- "start": 8847,
- "end": 8852,
+ "start": 8842,
+ "end": 8847,
"loc": {
"start": {
"line": 297,
@@ -15937,8 +15937,8 @@
},
"init": {
"type": "CallExpression",
- "start": 8855,
- "end": 8884,
+ "start": 8850,
+ "end": 8879,
"loc": {
"start": {
"line": 297,
@@ -15951,8 +15951,8 @@
},
"callee": {
"type": "MemberExpression",
- "start": 8855,
- "end": 8870,
+ "start": 8850,
+ "end": 8865,
"loc": {
"start": {
"line": 297,
@@ -15965,8 +15965,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8855,
- "end": 8859,
+ "start": 8850,
+ "end": 8854,
"loc": {
"start": {
"line": 297,
@@ -15980,8 +15980,8 @@
},
"property": {
"type": "Identifier",
- "start": 8860,
- "end": 8870,
+ "start": 8855,
+ "end": 8865,
"loc": {
"start": {
"line": 297,
@@ -16000,8 +16000,8 @@
"arguments": [
{
"type": "Identifier",
- "start": 8871,
- "end": 8879,
+ "start": 8866,
+ "end": 8874,
"loc": {
"start": {
"line": 297,
@@ -16017,8 +16017,8 @@
},
{
"type": "Identifier",
- "start": 8881,
- "end": 8883,
+ "start": 8876,
+ "end": 8878,
"loc": {
"start": {
"line": 297,
@@ -16040,22 +16040,22 @@
},
{
"type": "ForStatement",
- "start": 8895,
- "end": 9811,
+ "start": 8890,
+ "end": 9875,
"loc": {
"start": {
"line": 299,
"column": 8
},
"end": {
- "line": 321,
+ "line": 323,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
- "start": 8900,
- "end": 8909,
+ "start": 8895,
+ "end": 8904,
"loc": {
"start": {
"line": 299,
@@ -16069,8 +16069,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 8904,
- "end": 8909,
+ "start": 8899,
+ "end": 8904,
"loc": {
"start": {
"line": 299,
@@ -16083,8 +16083,8 @@
},
"id": {
"type": "Identifier",
- "start": 8904,
- "end": 8905,
+ "start": 8899,
+ "end": 8900,
"loc": {
"start": {
"line": 299,
@@ -16100,8 +16100,8 @@
},
"init": {
"type": "NumericLiteral",
- "start": 8908,
- "end": 8909,
+ "start": 8903,
+ "end": 8904,
"loc": {
"start": {
"line": 299,
@@ -16124,8 +16124,8 @@
},
"test": {
"type": "BinaryExpression",
- "start": 8911,
- "end": 8931,
+ "start": 8906,
+ "end": 8926,
"loc": {
"start": {
"line": 299,
@@ -16138,8 +16138,8 @@
},
"left": {
"type": "Identifier",
- "start": 8911,
- "end": 8912,
+ "start": 8906,
+ "end": 8907,
"loc": {
"start": {
"line": 299,
@@ -16156,8 +16156,8 @@
"operator": "<",
"right": {
"type": "MemberExpression",
- "start": 8915,
- "end": 8931,
+ "start": 8910,
+ "end": 8926,
"loc": {
"start": {
"line": 299,
@@ -16170,8 +16170,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 8915,
- "end": 8924,
+ "start": 8910,
+ "end": 8919,
"loc": {
"start": {
"line": 299,
@@ -16184,8 +16184,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8915,
- "end": 8919,
+ "start": 8910,
+ "end": 8914,
"loc": {
"start": {
"line": 299,
@@ -16199,8 +16199,8 @@
},
"property": {
"type": "Identifier",
- "start": 8920,
- "end": 8924,
+ "start": 8915,
+ "end": 8919,
"loc": {
"start": {
"line": 299,
@@ -16218,8 +16218,8 @@
},
"property": {
"type": "Identifier",
- "start": 8925,
- "end": 8931,
+ "start": 8920,
+ "end": 8926,
"loc": {
"start": {
"line": 299,
@@ -16238,8 +16238,8 @@
},
"update": {
"type": "UpdateExpression",
- "start": 8933,
- "end": 8936,
+ "start": 8928,
+ "end": 8931,
"loc": {
"start": {
"line": 299,
@@ -16254,8 +16254,8 @@
"prefix": false,
"argument": {
"type": "Identifier",
- "start": 8933,
- "end": 8934,
+ "start": 8928,
+ "end": 8929,
"loc": {
"start": {
"line": 299,
@@ -16272,23 +16272,23 @@
},
"body": {
"type": "BlockStatement",
- "start": 8938,
- "end": 9811,
+ "start": 8933,
+ "end": 9875,
"loc": {
"start": {
"line": 299,
"column": 51
},
"end": {
- "line": 321,
+ "line": 323,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 8952,
- "end": 8975,
+ "start": 8947,
+ "end": 8970,
"loc": {
"start": {
"line": 300,
@@ -16302,8 +16302,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 8956,
- "end": 8974,
+ "start": 8951,
+ "end": 8969,
"loc": {
"start": {
"line": 300,
@@ -16316,8 +16316,8 @@
},
"id": {
"type": "Identifier",
- "start": 8956,
- "end": 8959,
+ "start": 8951,
+ "end": 8954,
"loc": {
"start": {
"line": 300,
@@ -16333,8 +16333,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 8962,
- "end": 8974,
+ "start": 8957,
+ "end": 8969,
"loc": {
"start": {
"line": 300,
@@ -16347,8 +16347,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 8962,
- "end": 8971,
+ "start": 8957,
+ "end": 8966,
"loc": {
"start": {
"line": 300,
@@ -16361,8 +16361,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 8962,
- "end": 8966,
+ "start": 8957,
+ "end": 8961,
"loc": {
"start": {
"line": 300,
@@ -16376,8 +16376,8 @@
},
"property": {
"type": "Identifier",
- "start": 8967,
- "end": 8971,
+ "start": 8962,
+ "end": 8966,
"loc": {
"start": {
"line": 300,
@@ -16395,8 +16395,8 @@
},
"property": {
"type": "Identifier",
- "start": 8972,
- "end": 8973,
+ "start": 8967,
+ "end": 8968,
"loc": {
"start": {
"line": 300,
@@ -16419,8 +16419,8 @@
{
"type": "CommentLine",
"value": "item value",
- "start": 8976,
- "end": 8988,
+ "start": 8971,
+ "end": 8983,
"loc": {
"start": {
"line": 300,
@@ -16436,8 +16436,8 @@
},
{
"type": "VariableDeclaration",
- "start": 9001,
- "end": 9049,
+ "start": 8996,
+ "end": 9044,
"loc": {
"start": {
"line": 301,
@@ -16451,8 +16451,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 9005,
- "end": 9048,
+ "start": 9000,
+ "end": 9043,
"loc": {
"start": {
"line": 301,
@@ -16465,8 +16465,8 @@
},
"id": {
"type": "Identifier",
- "start": 9005,
- "end": 9008,
+ "start": 9000,
+ "end": 9003,
"loc": {
"start": {
"line": 301,
@@ -16483,8 +16483,8 @@
},
"init": {
"type": "ConditionalExpression",
- "start": 9011,
- "end": 9048,
+ "start": 9006,
+ "end": 9043,
"loc": {
"start": {
"line": 301,
@@ -16497,8 +16497,8 @@
},
"test": {
"type": "MemberExpression",
- "start": 9011,
- "end": 9024,
+ "start": 9006,
+ "end": 9019,
"loc": {
"start": {
"line": 301,
@@ -16511,8 +16511,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 9011,
- "end": 9015,
+ "start": 9006,
+ "end": 9010,
"loc": {
"start": {
"line": 301,
@@ -16526,8 +16526,8 @@
},
"property": {
"type": "Identifier",
- "start": 9016,
- "end": 9024,
+ "start": 9011,
+ "end": 9019,
"loc": {
"start": {
"line": 301,
@@ -16545,8 +16545,8 @@
},
"consequent": {
"type": "MemberExpression",
- "start": 9027,
- "end": 9042,
+ "start": 9022,
+ "end": 9037,
"loc": {
"start": {
"line": 301,
@@ -16559,8 +16559,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 9027,
- "end": 9039,
+ "start": 9022,
+ "end": 9034,
"loc": {
"start": {
"line": 301,
@@ -16573,8 +16573,8 @@
},
"object": {
"type": "ThisExpression",
- "start": 9027,
- "end": 9031,
+ "start": 9022,
+ "end": 9026,
"loc": {
"start": {
"line": 301,
@@ -16588,8 +16588,8 @@
},
"property": {
"type": "Identifier",
- "start": 9032,
- "end": 9039,
+ "start": 9027,
+ "end": 9034,
"loc": {
"start": {
"line": 301,
@@ -16607,8 +16607,8 @@
},
"property": {
"type": "Identifier",
- "start": 9040,
- "end": 9041,
+ "start": 9035,
+ "end": 9036,
"loc": {
"start": {
"line": 301,
@@ -16626,8 +16626,8 @@
},
"alternate": {
"type": "Identifier",
- "start": 9045,
- "end": 9048,
+ "start": 9040,
+ "end": 9043,
"loc": {
"start": {
"line": 301,
@@ -16650,8 +16650,8 @@
{
"type": "CommentLine",
"value": "item value",
- "start": 8976,
- "end": 8988,
+ "start": 8971,
+ "end": 8983,
"loc": {
"start": {
"line": 300,
@@ -16668,8 +16668,8 @@
{
"type": "CommentLine",
"value": "item text",
- "start": 9050,
- "end": 9061,
+ "start": 9045,
+ "end": 9056,
"loc": {
"start": {
"line": 301,
@@ -16685,8 +16685,8 @@
},
{
"type": "VariableDeclaration",
- "start": 9074,
- "end": 9106,
+ "start": 9069,
+ "end": 9101,
"loc": {
"start": {
"line": 302,
@@ -16700,8 +16700,8 @@
"declarations": [
{
"type": "VariableDeclarator",
- "start": 9078,
- "end": 9105,
+ "start": 9073,
+ "end": 9100,
"loc": {
"start": {
"line": 302,
@@ -16714,8 +16714,8 @@
},
"id": {
"type": "Identifier",
- "start": 9078,
- "end": 9083,
+ "start": 9073,
+ "end": 9078,
"loc": {
"start": {
"line": 302,
@@ -16732,8 +16732,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 9086,
- "end": 9105,
+ "start": 9081,
+ "end": 9100,
"loc": {
"start": {
"line": 302,
@@ -16746,8 +16746,8 @@
},
"object": {
"type": "MemberExpression",
- "start": 9086,
- "end": 9095,
+ "start": 9081,
+ "end": 9090,
"loc": {
"start": {
"line": 302,
@@ -16760,8 +16760,8 @@
},
"object": {
"type": "Identifier",
- "start": 9086,
- "end": 9088,
+ "start": 9081,
+ "end": 9083,
"loc": {
"start": {
"line": 302,
@@ -16777,8 +16777,8 @@
},
"property": {
"type": "Identifier",
- "start": 9089,
- "end": 9095,
+ "start": 9084,
+ "end": 9090,
"loc": {
"start": {
"line": 302,
@@ -16796,8 +16796,8 @@
},
"property": {
"type": "Identifier",
- "start": 9096,
- "end": 9104,
+ "start": 9091,
+ "end": 9099,
"loc": {
"start": {
"line": 302,
@@ -16821,8 +16821,8 @@
{
"type": "CommentLine",
"value": "item text",
- "start": 9050,
- "end": 9061,
+ "start": 9045,
+ "end": 9056,
"loc": {
"start": {
"line": 301,
@@ -16838,8 +16838,8 @@
},
{
"type": "VariableDeclaration",
- "start": 9119,
- "end": 9181,
+ "start": 9114,
+ "end": 9137,
"loc": {
"start": {
"line": 303,
@@ -16847,14 +16847,14 @@
},
"end": {
"line": 303,
- "column": 74
+ "column": 35
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 9123,
- "end": 9180,
+ "start": 9118,
+ "end": 9136,
"loc": {
"start": {
"line": 303,
@@ -16862,13 +16862,13 @@
},
"end": {
"line": 303,
- "column": 73
+ "column": 34
}
},
"id": {
"type": "Identifier",
- "start": 9123,
- "end": 9125,
+ "start": 9118,
+ "end": 9124,
"loc": {
"start": {
"line": 303,
@@ -16876,6 +16876,106 @@
},
"end": {
"line": 303,
+ "column": 22
+ },
+ "identifierName": "lblIdx"
+ },
+ "name": "lblIdx"
+ },
+ "init": {
+ "type": "BinaryExpression",
+ "start": 9127,
+ "end": 9136,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 25
+ },
+ "end": {
+ "line": 303,
+ "column": 34
+ }
+ },
+ "left": {
+ "type": "Identifier",
+ "start": 9127,
+ "end": 9128,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 25
+ },
+ "end": {
+ "line": 303,
+ "column": 26
+ },
+ "identifierName": "y"
+ },
+ "name": "y"
+ },
+ "operator": "+",
+ "right": {
+ "type": "Identifier",
+ "start": 9131,
+ "end": 9136,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 29
+ },
+ "end": {
+ "line": 303,
+ "column": 34
+ },
+ "identifierName": "chkCt"
+ },
+ "name": "chkCt"
+ }
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 9150,
+ "end": 9245,
+ "loc": {
+ "start": {
+ "line": 304,
+ "column": 12
+ },
+ "end": {
+ "line": 305,
+ "column": 38
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 9154,
+ "end": 9244,
+ "loc": {
+ "start": {
+ "line": 304,
+ "column": 16
+ },
+ "end": {
+ "line": 305,
+ "column": 37
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 9154,
+ "end": 9156,
+ "loc": {
+ "start": {
+ "line": 304,
+ "column": 16
+ },
+ "end": {
+ "line": 304,
"column": 18
},
"identifierName": "li"
@@ -16884,29 +16984,29 @@
},
"init": {
"type": "CallExpression",
- "start": 9128,
- "end": 9180,
+ "start": 9159,
+ "end": 9244,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 21
},
"end": {
- "line": 303,
- "column": 73
+ "line": 305,
+ "column": 37
}
},
"callee": {
"type": "Identifier",
- "start": 9128,
- "end": 9143,
+ "start": 9159,
+ "end": 9174,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 21
},
"end": {
- "line": 303,
+ "line": 304,
"column": 36
},
"identifierName": "createCheckItem"
@@ -16916,30 +17016,30 @@
"arguments": [
{
"type": "TemplateLiteral",
- "start": 9144,
- "end": 9169,
+ "start": 9175,
+ "end": 9195,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 37
},
"end": {
- "line": 303,
- "column": 62
+ "line": 304,
+ "column": 57
}
},
"expressions": [
{
"type": "Identifier",
- "start": 9147,
- "end": 9152,
+ "start": 9178,
+ "end": 9183,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 40
},
"end": {
- "line": 303,
+ "line": 304,
"column": 45
},
"identifierName": "fltId"
@@ -16947,72 +17047,35 @@
"name": "fltId"
},
{
- "type": "BinaryExpression",
- "start": 9157,
- "end": 9166,
+ "type": "Identifier",
+ "start": 9187,
+ "end": 9193,
"loc": {
"start": {
- "line": 303,
- "column": 50
+ "line": 304,
+ "column": 49
},
"end": {
- "line": 303,
- "column": 59
- }
- },
- "left": {
- "type": "Identifier",
- "start": 9157,
- "end": 9158,
- "loc": {
- "start": {
- "line": 303,
- "column": 50
- },
- "end": {
- "line": 303,
- "column": 51
- },
- "identifierName": "y"
+ "line": 304,
+ "column": 55
},
- "name": "y"
+ "identifierName": "lblIdx"
},
- "operator": "+",
- "right": {
- "type": "Identifier",
- "start": 9161,
- "end": 9166,
- "loc": {
- "start": {
- "line": 303,
- "column": 54
- },
- "end": {
- "line": 303,
- "column": 59
- },
- "identifierName": "chkCt"
- },
- "name": "chkCt"
- },
- "extra": {
- "parenthesized": true,
- "parenStart": 9156
- }
+ "name": "lblIdx"
}
],
"quasis": [
{
"type": "TemplateElement",
- "start": 9145,
- "end": 9145,
+ "start": 9176,
+ "end": 9176,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 38
},
"end": {
- "line": 303,
+ "line": 304,
"column": 38
}
},
@@ -17024,15 +17087,15 @@
},
{
"type": "TemplateElement",
- "start": 9153,
- "end": 9154,
+ "start": 9184,
+ "end": 9185,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 46
},
"end": {
- "line": 303,
+ "line": 304,
"column": 47
}
},
@@ -17044,16 +17107,16 @@
},
{
"type": "TemplateElement",
- "start": 9168,
- "end": 9168,
+ "start": 9194,
+ "end": 9194,
"loc": {
"start": {
- "line": 303,
- "column": 61
+ "line": 304,
+ "column": 56
},
"end": {
- "line": 303,
- "column": 61
+ "line": 304,
+ "column": 56
}
},
"value": {
@@ -17066,16 +17129,16 @@
},
{
"type": "Identifier",
- "start": 9171,
- "end": 9174,
+ "start": 9197,
+ "end": 9200,
"loc": {
"start": {
- "line": 303,
- "column": 64
+ "line": 304,
+ "column": 59
},
"end": {
- "line": 303,
- "column": 67
+ "line": 304,
+ "column": 62
},
"identifierName": "val"
},
@@ -17083,20 +17146,74 @@
},
{
"type": "Identifier",
- "start": 9176,
- "end": 9179,
+ "start": 9202,
+ "end": 9205,
"loc": {
"start": {
- "line": 303,
- "column": 69
+ "line": 304,
+ "column": 64
},
"end": {
- "line": 303,
- "column": 72
+ "line": 304,
+ "column": 67
},
"identifierName": "lbl"
},
"name": "lbl"
+ },
+ {
+ "type": "ArrayExpression",
+ "start": 9223,
+ "end": 9243,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 16
+ },
+ "end": {
+ "line": 305,
+ "column": 36
+ }
+ },
+ "elements": [
+ {
+ "type": "StringLiteral",
+ "start": 9224,
+ "end": 9234,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 17
+ },
+ "end": {
+ "line": 305,
+ "column": 27
+ }
+ },
+ "extra": {
+ "rawValue": "data-idx",
+ "raw": "'data-idx'"
+ },
+ "value": "data-idx"
+ },
+ {
+ "type": "Identifier",
+ "start": 9236,
+ "end": 9242,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 29
+ },
+ "end": {
+ "line": 305,
+ "column": 35
+ },
+ "identifierName": "lblIdx"
+ },
+ "name": "lblIdx"
+ }
+ ]
}
]
}
@@ -17106,58 +17223,58 @@
},
{
"type": "ExpressionStatement",
- "start": 9194,
- "end": 9227,
+ "start": 9258,
+ "end": 9291,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 12
},
"end": {
- "line": 304,
+ "line": 306,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 9194,
- "end": 9226,
+ "start": 9258,
+ "end": 9290,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 12
},
"end": {
- "line": 304,
+ "line": 306,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 9194,
- "end": 9206,
+ "start": 9258,
+ "end": 9270,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 12
},
"end": {
- "line": 304,
+ "line": 306,
"column": 24
}
},
"object": {
"type": "Identifier",
- "start": 9194,
- "end": 9196,
+ "start": 9258,
+ "end": 9260,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 12
},
"end": {
- "line": 304,
+ "line": 306,
"column": 14
},
"identifierName": "li"
@@ -17166,15 +17283,15 @@
},
"property": {
"type": "Identifier",
- "start": 9197,
- "end": 9206,
+ "start": 9261,
+ "end": 9270,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 15
},
"end": {
- "line": 304,
+ "line": 306,
"column": 24
},
"identifierName": "className"
@@ -17185,44 +17302,44 @@
},
"right": {
"type": "MemberExpression",
- "start": 9209,
- "end": 9226,
+ "start": 9273,
+ "end": 9290,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 27
},
"end": {
- "line": 304,
+ "line": 306,
"column": 44
}
},
"object": {
"type": "ThisExpression",
- "start": 9209,
- "end": 9213,
+ "start": 9273,
+ "end": 9277,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 27
},
"end": {
- "line": 304,
+ "line": 306,
"column": 31
}
}
},
"property": {
"type": "Identifier",
- "start": 9214,
- "end": 9226,
+ "start": 9278,
+ "end": 9290,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 32
},
"end": {
- "line": 304,
+ "line": 306,
"column": 44
},
"identifierName": "itemCssClass"
@@ -17235,71 +17352,71 @@
},
{
"type": "IfStatement",
- "start": 9241,
- "end": 9650,
+ "start": 9305,
+ "end": 9714,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 12
},
"end": {
- "line": 314,
+ "line": 316,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
- "start": 9245,
- "end": 9404,
+ "start": 9309,
+ "end": 9468,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 16
},
"end": {
- "line": 308,
+ "line": 310,
"column": 37
}
},
"left": {
"type": "LogicalExpression",
- "start": 9245,
- "end": 9290,
+ "start": 9309,
+ "end": 9354,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 16
},
"end": {
- "line": 306,
+ "line": 308,
"column": 61
}
},
"left": {
"type": "MemberExpression",
- "start": 9245,
- "end": 9261,
+ "start": 9309,
+ "end": 9325,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 16
},
"end": {
- "line": 306,
+ "line": 308,
"column": 32
}
},
"object": {
"type": "Identifier",
- "start": 9245,
- "end": 9247,
+ "start": 9309,
+ "end": 9311,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 16
},
"end": {
- "line": 306,
+ "line": 308,
"column": 18
},
"identifierName": "tf"
@@ -17308,15 +17425,15 @@
},
"property": {
"type": "Identifier",
- "start": 9248,
- "end": 9261,
+ "start": 9312,
+ "end": 9325,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 19
},
"end": {
- "line": 306,
+ "line": 308,
"column": 32
},
"identifierName": "linkedFilters"
@@ -17328,29 +17445,29 @@
"operator": "&&",
"right": {
"type": "MemberExpression",
- "start": 9265,
- "end": 9290,
+ "start": 9329,
+ "end": 9354,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 36
},
"end": {
- "line": 306,
+ "line": 308,
"column": 61
}
},
"object": {
"type": "Identifier",
- "start": 9265,
- "end": 9267,
+ "start": 9329,
+ "end": 9331,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 36
},
"end": {
- "line": 306,
+ "line": 308,
"column": 38
},
"identifierName": "tf"
@@ -17359,15 +17476,15 @@
},
"property": {
"type": "Identifier",
- "start": 9268,
- "end": 9290,
+ "start": 9332,
+ "end": 9354,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 39
},
"end": {
- "line": 306,
+ "line": 308,
"column": 61
},
"identifierName": "disableExcludedOptions"
@@ -17380,29 +17497,29 @@
"operator": "&&",
"right": {
"type": "CallExpression",
- "start": 9310,
- "end": 9404,
+ "start": 9374,
+ "end": 9468,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 16
},
"end": {
- "line": 308,
+ "line": 310,
"column": 37
}
},
"callee": {
"type": "Identifier",
- "start": 9310,
- "end": 9313,
+ "start": 9374,
+ "end": 9377,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 16
},
"end": {
- "line": 307,
+ "line": 309,
"column": 19
},
"identifierName": "has"
@@ -17412,44 +17529,44 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 9314,
- "end": 9331,
+ "start": 9378,
+ "end": 9395,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 20
},
"end": {
- "line": 307,
+ "line": 309,
"column": 37
}
},
"object": {
"type": "ThisExpression",
- "start": 9314,
- "end": 9318,
+ "start": 9378,
+ "end": 9382,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 20
},
"end": {
- "line": 307,
+ "line": 309,
"column": 24
}
}
},
"property": {
"type": "Identifier",
- "start": 9319,
- "end": 9331,
+ "start": 9383,
+ "end": 9395,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 25
},
"end": {
- "line": 307,
+ "line": 309,
"column": 37
},
"identifierName": "excludedOpts"
@@ -17460,29 +17577,29 @@
},
{
"type": "CallExpression",
- "start": 9333,
- "end": 9365,
+ "start": 9397,
+ "end": 9429,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 39
},
"end": {
- "line": 307,
+ "line": 309,
"column": 71
}
},
"callee": {
"type": "Identifier",
- "start": 9333,
- "end": 9342,
+ "start": 9397,
+ "end": 9406,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 39
},
"end": {
- "line": 307,
+ "line": 309,
"column": 48
},
"identifierName": "matchCase"
@@ -17492,15 +17609,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 9343,
- "end": 9346,
+ "start": 9407,
+ "end": 9410,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 49
},
"end": {
- "line": 307,
+ "line": 309,
"column": 52
},
"identifierName": "val"
@@ -17509,29 +17626,29 @@
},
{
"type": "MemberExpression",
- "start": 9348,
- "end": 9364,
+ "start": 9412,
+ "end": 9428,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 54
},
"end": {
- "line": 307,
+ "line": 309,
"column": 70
}
},
"object": {
"type": "Identifier",
- "start": 9348,
- "end": 9350,
+ "start": 9412,
+ "end": 9414,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 54
},
"end": {
- "line": 307,
+ "line": 309,
"column": 56
},
"identifierName": "tf"
@@ -17540,15 +17657,15 @@
},
"property": {
"type": "Identifier",
- "start": 9351,
- "end": 9364,
+ "start": 9415,
+ "end": 9428,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 57
},
"end": {
- "line": 307,
+ "line": 309,
"column": 70
},
"identifierName": "caseSensitive"
@@ -17561,29 +17678,29 @@
},
{
"type": "MemberExpression",
- "start": 9387,
- "end": 9403,
+ "start": 9451,
+ "end": 9467,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 20
},
"end": {
- "line": 308,
+ "line": 310,
"column": 36
}
},
"object": {
"type": "Identifier",
- "start": 9387,
- "end": 9389,
+ "start": 9451,
+ "end": 9453,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 20
},
"end": {
- "line": 308,
+ "line": 310,
"column": 22
},
"identifierName": "tf"
@@ -17592,15 +17709,15 @@
},
"property": {
"type": "Identifier",
- "start": 9390,
- "end": 9403,
+ "start": 9454,
+ "end": 9467,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 23
},
"end": {
- "line": 308,
+ "line": 310,
"column": 36
},
"identifierName": "caseSensitive"
@@ -17614,58 +17731,58 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 9406,
- "end": 9556,
+ "start": 9470,
+ "end": 9620,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 39
},
"end": {
- "line": 312,
+ "line": 314,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 9424,
- "end": 9464,
+ "start": 9488,
+ "end": 9528,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 16
},
"end": {
- "line": 309,
+ "line": 311,
"column": 56
}
},
"expression": {
"type": "CallExpression",
- "start": 9424,
- "end": 9463,
+ "start": 9488,
+ "end": 9527,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 16
},
"end": {
- "line": 309,
+ "line": 311,
"column": 55
}
},
"callee": {
"type": "Identifier",
- "start": 9424,
- "end": 9432,
+ "start": 9488,
+ "end": 9496,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 16
},
"end": {
- "line": 309,
+ "line": 311,
"column": 24
},
"identifierName": "addClass"
@@ -17675,15 +17792,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 9433,
- "end": 9435,
+ "start": 9497,
+ "end": 9499,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 25
},
"end": {
- "line": 309,
+ "line": 311,
"column": 27
},
"identifierName": "li"
@@ -17692,44 +17809,44 @@
},
{
"type": "MemberExpression",
- "start": 9437,
- "end": 9462,
+ "start": 9501,
+ "end": 9526,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 29
},
"end": {
- "line": 309,
+ "line": 311,
"column": 54
}
},
"object": {
"type": "ThisExpression",
- "start": 9437,
- "end": 9441,
+ "start": 9501,
+ "end": 9505,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 29
},
"end": {
- "line": 309,
+ "line": 311,
"column": 33
}
}
},
"property": {
"type": "Identifier",
- "start": 9442,
- "end": 9462,
+ "start": 9506,
+ "end": 9526,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 34
},
"end": {
- "line": 309,
+ "line": 311,
"column": 54
},
"identifierName": "disabledItemCssClass"
@@ -17743,72 +17860,72 @@
},
{
"type": "ExpressionStatement",
- "start": 9481,
- "end": 9506,
+ "start": 9545,
+ "end": 9570,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 16
},
"end": {
- "line": 310,
+ "line": 312,
"column": 41
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 9481,
- "end": 9505,
+ "start": 9545,
+ "end": 9569,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 16
},
"end": {
- "line": 310,
+ "line": 312,
"column": 40
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 9481,
- "end": 9498,
+ "start": 9545,
+ "end": 9562,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 16
},
"end": {
- "line": 310,
+ "line": 312,
"column": 33
}
},
"object": {
"type": "MemberExpression",
- "start": 9481,
- "end": 9489,
+ "start": 9545,
+ "end": 9553,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 16
},
"end": {
- "line": 310,
+ "line": 312,
"column": 24
}
},
"object": {
"type": "Identifier",
- "start": 9481,
- "end": 9483,
+ "start": 9545,
+ "end": 9547,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 16
},
"end": {
- "line": 310,
+ "line": 312,
"column": 18
},
"identifierName": "li"
@@ -17817,15 +17934,15 @@
},
"property": {
"type": "Identifier",
- "start": 9484,
- "end": 9489,
+ "start": 9548,
+ "end": 9553,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 19
},
"end": {
- "line": 310,
+ "line": 312,
"column": 24
},
"identifierName": "check"
@@ -17836,15 +17953,15 @@
},
"property": {
"type": "Identifier",
- "start": 9490,
- "end": 9498,
+ "start": 9554,
+ "end": 9562,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 25
},
"end": {
- "line": 310,
+ "line": 312,
"column": 33
},
"identifierName": "disabled"
@@ -17855,15 +17972,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 9501,
- "end": 9505,
+ "start": 9565,
+ "end": 9569,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 36
},
"end": {
- "line": 310,
+ "line": 312,
"column": 40
}
},
@@ -17873,58 +17990,58 @@
},
{
"type": "ExpressionStatement",
- "start": 9523,
- "end": 9542,
+ "start": 9587,
+ "end": 9606,
"loc": {
"start": {
- "line": 311,
+ "line": 313,
"column": 16
},
"end": {
- "line": 311,
+ "line": 313,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 9523,
- "end": 9541,
+ "start": 9587,
+ "end": 9605,
"loc": {
"start": {
- "line": 311,
+ "line": 313,
"column": 16
},
"end": {
- "line": 311,
+ "line": 313,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 9523,
- "end": 9534,
+ "start": 9587,
+ "end": 9598,
"loc": {
"start": {
- "line": 311,
+ "line": 313,
"column": 16
},
"end": {
- "line": 311,
+ "line": 313,
"column": 27
}
},
"object": {
"type": "Identifier",
- "start": 9523,
- "end": 9525,
+ "start": 9587,
+ "end": 9589,
"loc": {
"start": {
- "line": 311,
+ "line": 313,
"column": 16
},
"end": {
- "line": 311,
+ "line": 313,
"column": 18
},
"identifierName": "li"
@@ -17933,15 +18050,15 @@
},
"property": {
"type": "Identifier",
- "start": 9526,
- "end": 9534,
+ "start": 9590,
+ "end": 9598,
"loc": {
"start": {
- "line": 311,
+ "line": 313,
"column": 19
},
"end": {
- "line": 311,
+ "line": 313,
"column": 27
},
"identifierName": "disabled"
@@ -17952,15 +18069,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 9537,
- "end": 9541,
+ "start": 9601,
+ "end": 9605,
"loc": {
"start": {
- "line": 311,
+ "line": 313,
"column": 30
},
"end": {
- "line": 311,
+ "line": 313,
"column": 34
}
},
@@ -17973,58 +18090,58 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 9562,
- "end": 9650,
+ "start": 9626,
+ "end": 9714,
"loc": {
"start": {
- "line": 312,
+ "line": 314,
"column": 19
},
"end": {
- "line": 314,
+ "line": 316,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 9580,
- "end": 9636,
+ "start": 9644,
+ "end": 9700,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 16
},
"end": {
- "line": 313,
+ "line": 315,
"column": 72
}
},
"expression": {
"type": "CallExpression",
- "start": 9580,
- "end": 9635,
+ "start": 9644,
+ "end": 9699,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 16
},
"end": {
- "line": 313,
+ "line": 315,
"column": 71
}
},
"callee": {
"type": "Identifier",
- "start": 9580,
- "end": 9586,
+ "start": 9644,
+ "end": 9650,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 16
},
"end": {
- "line": 313,
+ "line": 315,
"column": 22
},
"identifierName": "addEvt"
@@ -18034,29 +18151,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 9587,
- "end": 9595,
+ "start": 9651,
+ "end": 9659,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 23
},
"end": {
- "line": 313,
+ "line": 315,
"column": 31
}
},
"object": {
"type": "Identifier",
- "start": 9587,
- "end": 9589,
+ "start": 9651,
+ "end": 9653,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 23
},
"end": {
- "line": 313,
+ "line": 315,
"column": 25
},
"identifierName": "li"
@@ -18065,15 +18182,15 @@
},
"property": {
"type": "Identifier",
- "start": 9590,
- "end": 9595,
+ "start": 9654,
+ "end": 9659,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 26
},
"end": {
- "line": 313,
+ "line": 315,
"column": 31
},
"identifierName": "check"
@@ -18084,15 +18201,15 @@
},
{
"type": "StringLiteral",
- "start": 9597,
- "end": 9604,
+ "start": 9661,
+ "end": 9668,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 33
},
"end": {
- "line": 313,
+ "line": 315,
"column": 40
}
},
@@ -18104,15 +18221,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 9606,
- "end": 9634,
+ "start": 9670,
+ "end": 9698,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 42
},
"end": {
- "line": 313,
+ "line": 315,
"column": 70
}
},
@@ -18123,15 +18240,15 @@
"params": [
{
"type": "Identifier",
- "start": 9606,
- "end": 9609,
+ "start": 9670,
+ "end": 9673,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 42
},
"end": {
- "line": 313,
+ "line": 315,
"column": 45
},
"identifierName": "evt"
@@ -18141,58 +18258,58 @@
],
"body": {
"type": "CallExpression",
- "start": 9613,
- "end": 9634,
+ "start": 9677,
+ "end": 9698,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 49
},
"end": {
- "line": 313,
+ "line": 315,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
- "start": 9613,
- "end": 9629,
+ "start": 9677,
+ "end": 9693,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 49
},
"end": {
- "line": 313,
+ "line": 315,
"column": 65
}
},
"object": {
"type": "ThisExpression",
- "start": 9613,
- "end": 9617,
+ "start": 9677,
+ "end": 9681,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 49
},
"end": {
- "line": 313,
+ "line": 315,
"column": 53
}
}
},
"property": {
"type": "Identifier",
- "start": 9618,
- "end": 9629,
+ "start": 9682,
+ "end": 9693,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 54
},
"end": {
- "line": 313,
+ "line": 315,
"column": 65
},
"identifierName": "optionClick"
@@ -18204,15 +18321,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 9630,
- "end": 9633,
+ "start": 9694,
+ "end": 9697,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 66
},
"end": {
- "line": 313,
+ "line": 315,
"column": 69
},
"identifierName": "evt"
@@ -18231,57 +18348,57 @@
},
{
"type": "ExpressionStatement",
- "start": 9663,
- "end": 9682,
+ "start": 9727,
+ "end": 9746,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 12
},
"end": {
- "line": 315,
+ "line": 317,
"column": 31
}
},
"expression": {
"type": "CallExpression",
- "start": 9663,
- "end": 9681,
+ "start": 9727,
+ "end": 9745,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 12
},
"end": {
- "line": 315,
+ "line": 317,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
- "start": 9663,
- "end": 9677,
+ "start": 9727,
+ "end": 9741,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 12
},
"end": {
- "line": 315,
+ "line": 317,
"column": 26
}
},
"object": {
"type": "Identifier",
- "start": 9663,
- "end": 9665,
+ "start": 9727,
+ "end": 9729,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 12
},
"end": {
- "line": 315,
+ "line": 317,
"column": 14
},
"identifierName": "ul"
@@ -18290,15 +18407,15 @@
},
"property": {
"type": "Identifier",
- "start": 9666,
- "end": 9677,
+ "start": 9730,
+ "end": 9741,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 15
},
"end": {
- "line": 315,
+ "line": 317,
"column": 26
},
"identifierName": "appendChild"
@@ -18310,15 +18427,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 9678,
- "end": 9680,
+ "start": 9742,
+ "end": 9744,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 27
},
"end": {
- "line": 315,
+ "line": 317,
"column": 29
},
"identifierName": "li"
@@ -18330,43 +18447,43 @@
},
{
"type": "IfStatement",
- "start": 9696,
- "end": 9801,
+ "start": 9760,
+ "end": 9865,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 12
},
"end": {
- "line": 320,
+ "line": 322,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
- "start": 9700,
- "end": 9710,
+ "start": 9764,
+ "end": 9774,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 16
},
"end": {
- "line": 317,
+ "line": 319,
"column": 26
}
},
"left": {
"type": "Identifier",
- "start": 9700,
- "end": 9703,
+ "start": 9764,
+ "end": 9767,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 16
},
"end": {
- "line": 317,
+ "line": 319,
"column": 19
},
"identifierName": "val"
@@ -18376,15 +18493,15 @@
"operator": "===",
"right": {
"type": "StringLiteral",
- "start": 9708,
- "end": 9710,
+ "start": 9772,
+ "end": 9774,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 24
},
"end": {
- "line": 317,
+ "line": 319,
"column": 26
}
},
@@ -18397,87 +18514,87 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 9712,
- "end": 9801,
+ "start": 9776,
+ "end": 9865,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 28
},
"end": {
- "line": 320,
+ "line": 322,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 9763,
- "end": 9787,
+ "start": 9827,
+ "end": 9851,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 16
},
"end": {
- "line": 319,
+ "line": 321,
"column": 40
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 9763,
- "end": 9786,
+ "start": 9827,
+ "end": 9850,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 16
},
"end": {
- "line": 319,
+ "line": 321,
"column": 39
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 9763,
- "end": 9779,
+ "start": 9827,
+ "end": 9843,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 16
},
"end": {
- "line": 319,
+ "line": 321,
"column": 32
}
},
"object": {
"type": "MemberExpression",
- "start": 9763,
- "end": 9771,
+ "start": 9827,
+ "end": 9835,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 16
},
"end": {
- "line": 319,
+ "line": 321,
"column": 24
}
},
"object": {
"type": "Identifier",
- "start": 9763,
- "end": 9765,
+ "start": 9827,
+ "end": 9829,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 16
},
"end": {
- "line": 319,
+ "line": 321,
"column": 18
},
"identifierName": "li"
@@ -18487,15 +18604,15 @@
},
"property": {
"type": "Identifier",
- "start": 9766,
- "end": 9771,
+ "start": 9830,
+ "end": 9835,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 19
},
"end": {
- "line": 319,
+ "line": 321,
"column": 24
},
"identifierName": "style"
@@ -18507,15 +18624,15 @@
},
"property": {
"type": "Identifier",
- "start": 9772,
- "end": 9779,
+ "start": 9836,
+ "end": 9843,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 25
},
"end": {
- "line": 319,
+ "line": 321,
"column": 32
},
"identifierName": "display"
@@ -18527,15 +18644,15 @@
},
"right": {
"type": "Identifier",
- "start": 9782,
- "end": 9786,
+ "start": 9846,
+ "end": 9850,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 35
},
"end": {
- "line": 319,
+ "line": 321,
"column": 39
},
"identifierName": "NONE"
@@ -18548,15 +18665,15 @@
{
"type": "CommentLine",
"value": "item is hidden",
- "start": 9730,
- "end": 9746,
+ "start": 9794,
+ "end": 9810,
"loc": {
"start": {
- "line": 318,
+ "line": 320,
"column": 16
},
"end": {
- "line": 318,
+ "line": 320,
"column": 32
}
}
@@ -18580,8 +18697,8 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 8632,
- "end": 8778,
+ "start": 8627,
+ "end": 8773,
"loc": {
"start": {
"line": 289,
@@ -18598,15 +18715,15 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 9823,
- "end": 9973,
+ "start": 9887,
+ "end": 10037,
"loc": {
"start": {
- "line": 324,
+ "line": 326,
"column": 4
},
"end": {
- "line": 329,
+ "line": 331,
"column": 7
}
}
@@ -18615,15 +18732,15 @@
},
{
"type": "ClassMethod",
- "start": 9978,
- "end": 11085,
+ "start": 10042,
+ "end": 11200,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 4
},
"end": {
- "line": 363,
+ "line": 365,
"column": 5
}
},
@@ -18631,15 +18748,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 9978,
- "end": 9988,
+ "start": 10042,
+ "end": 10052,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 4
},
"end": {
- "line": 330,
+ "line": 332,
"column": 14
},
"identifierName": "addTChecks"
@@ -18655,15 +18772,15 @@
"params": [
{
"type": "Identifier",
- "start": 9989,
- "end": 9997,
+ "start": 10053,
+ "end": 10061,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 15
},
"end": {
- "line": 330,
+ "line": 332,
"column": 23
},
"identifierName": "colIndex"
@@ -18672,15 +18789,15 @@
},
{
"type": "Identifier",
- "start": 9999,
- "end": 10001,
+ "start": 10063,
+ "end": 10065,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 25
},
"end": {
- "line": 330,
+ "line": 332,
"column": 27
},
"identifierName": "ul"
@@ -18690,59 +18807,59 @@
],
"body": {
"type": "BlockStatement",
- "start": 10003,
- "end": 11085,
+ "start": 10067,
+ "end": 11200,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 29
},
"end": {
- "line": 363,
+ "line": 365,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 10013,
- "end": 10030,
+ "start": 10077,
+ "end": 10094,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 8
},
"end": {
- "line": 331,
+ "line": 333,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 10017,
- "end": 10029,
+ "start": 10081,
+ "end": 10093,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 12
},
"end": {
- "line": 331,
+ "line": 333,
"column": 24
}
},
"id": {
"type": "Identifier",
- "start": 10017,
- "end": 10019,
+ "start": 10081,
+ "end": 10083,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 12
},
"end": {
- "line": 331,
+ "line": 333,
"column": 14
},
"identifierName": "tf"
@@ -18751,44 +18868,44 @@
},
"init": {
"type": "MemberExpression",
- "start": 10022,
- "end": 10029,
+ "start": 10086,
+ "end": 10093,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 17
},
"end": {
- "line": 331,
+ "line": 333,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 10022,
- "end": 10026,
+ "start": 10086,
+ "end": 10090,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 17
},
"end": {
- "line": 331,
+ "line": 333,
"column": 21
}
}
},
"property": {
"type": "Identifier",
- "start": 10027,
- "end": 10029,
+ "start": 10091,
+ "end": 10093,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 22
},
"end": {
- "line": 331,
+ "line": 333,
"column": 24
},
"identifierName": "tf"
@@ -18803,44 +18920,44 @@
},
{
"type": "VariableDeclaration",
- "start": 10039,
- "end": 10053,
+ "start": 10103,
+ "end": 10117,
"loc": {
"start": {
- "line": 332,
+ "line": 334,
"column": 8
},
"end": {
- "line": 332,
+ "line": 334,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 10043,
- "end": 10052,
+ "start": 10107,
+ "end": 10116,
"loc": {
"start": {
- "line": 332,
+ "line": 334,
"column": 12
},
"end": {
- "line": 332,
+ "line": 334,
"column": 21
}
},
"id": {
"type": "Identifier",
- "start": 10043,
- "end": 10048,
+ "start": 10107,
+ "end": 10112,
"loc": {
"start": {
- "line": 332,
+ "line": 334,
"column": 12
},
"end": {
- "line": 332,
+ "line": 334,
"column": 17
},
"identifierName": "chkCt"
@@ -18849,15 +18966,15 @@
},
"init": {
"type": "NumericLiteral",
- "start": 10051,
- "end": 10052,
+ "start": 10115,
+ "end": 10116,
"loc": {
"start": {
- "line": 332,
+ "line": 334,
"column": 20
},
"end": {
- "line": 332,
+ "line": 334,
"column": 21
}
},
@@ -18873,44 +18990,44 @@
},
{
"type": "VariableDeclaration",
- "start": 10062,
- "end": 10094,
+ "start": 10126,
+ "end": 10158,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 8
},
"end": {
- "line": 333,
+ "line": 335,
"column": 40
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 10066,
- "end": 10093,
+ "start": 10130,
+ "end": 10157,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 12
},
"end": {
- "line": 333,
+ "line": 335,
"column": 39
}
},
"id": {
"type": "Identifier",
- "start": 10066,
- "end": 10071,
+ "start": 10130,
+ "end": 10135,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 12
},
"end": {
- "line": 333,
+ "line": 335,
"column": 17
},
"identifierName": "fltId"
@@ -18919,43 +19036,43 @@
},
"init": {
"type": "MemberExpression",
- "start": 10074,
- "end": 10093,
+ "start": 10138,
+ "end": 10157,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 20
},
"end": {
- "line": 333,
+ "line": 335,
"column": 39
}
},
"object": {
"type": "MemberExpression",
- "start": 10074,
- "end": 10083,
+ "start": 10138,
+ "end": 10147,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 20
},
"end": {
- "line": 333,
+ "line": 335,
"column": 29
}
},
"object": {
"type": "Identifier",
- "start": 10074,
- "end": 10076,
+ "start": 10138,
+ "end": 10140,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 20
},
"end": {
- "line": 333,
+ "line": 335,
"column": 22
},
"identifierName": "tf"
@@ -18964,15 +19081,15 @@
},
"property": {
"type": "Identifier",
- "start": 10077,
- "end": 10083,
+ "start": 10141,
+ "end": 10147,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 23
},
"end": {
- "line": 333,
+ "line": 335,
"column": 29
},
"identifierName": "fltIds"
@@ -18983,15 +19100,15 @@
},
"property": {
"type": "Identifier",
- "start": 10084,
- "end": 10092,
+ "start": 10148,
+ "end": 10156,
"loc": {
"start": {
- "line": 333,
+ "line": 335,
"column": 30
},
"end": {
- "line": 333,
+ "line": 335,
"column": 38
},
"identifierName": "colIndex"
@@ -19006,44 +19123,44 @@
},
{
"type": "VariableDeclaration",
- "start": 10103,
- "end": 10192,
+ "start": 10167,
+ "end": 10273,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 8
},
"end": {
- "line": 335,
- "column": 45
+ "line": 337,
+ "column": 62
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 10107,
- "end": 10191,
+ "start": 10171,
+ "end": 10272,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 12
},
"end": {
- "line": 335,
- "column": 44
+ "line": 337,
+ "column": 61
}
},
"id": {
"type": "Identifier",
- "start": 10107,
- "end": 10110,
+ "start": 10171,
+ "end": 10174,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 12
},
"end": {
- "line": 334,
+ "line": 336,
"column": 15
},
"identifierName": "li0"
@@ -19052,29 +19169,29 @@
},
"init": {
"type": "CallExpression",
- "start": 10113,
- "end": 10191,
+ "start": 10177,
+ "end": 10272,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 18
},
"end": {
- "line": 335,
- "column": 44
+ "line": 337,
+ "column": 61
}
},
"callee": {
"type": "Identifier",
- "start": 10113,
- "end": 10128,
+ "start": 10177,
+ "end": 10192,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 18
},
"end": {
- "line": 334,
+ "line": 336,
"column": 33
},
"identifierName": "createCheckItem"
@@ -19084,30 +19201,30 @@
"arguments": [
{
"type": "TemplateLiteral",
- "start": 10129,
- "end": 10141,
+ "start": 10193,
+ "end": 10205,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 34
},
"end": {
- "line": 334,
+ "line": 336,
"column": 46
}
},
"expressions": [
{
"type": "Identifier",
- "start": 10132,
- "end": 10137,
+ "start": 10196,
+ "end": 10201,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 37
},
"end": {
- "line": 334,
+ "line": 336,
"column": 42
},
"identifierName": "fltId"
@@ -19118,15 +19235,15 @@
"quasis": [
{
"type": "TemplateElement",
- "start": 10130,
- "end": 10130,
+ "start": 10194,
+ "end": 10194,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 35
},
"end": {
- "line": 334,
+ "line": 336,
"column": 35
}
},
@@ -19138,15 +19255,15 @@
},
{
"type": "TemplateElement",
- "start": 10138,
- "end": 10140,
+ "start": 10202,
+ "end": 10204,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 43
},
"end": {
- "line": 334,
+ "line": 336,
"column": 45
}
},
@@ -19160,15 +19277,15 @@
},
{
"type": "StringLiteral",
- "start": 10143,
- "end": 10145,
+ "start": 10207,
+ "end": 10209,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 48
},
"end": {
- "line": 334,
+ "line": 336,
"column": 50
}
},
@@ -19180,43 +19297,43 @@
},
{
"type": "CallExpression",
- "start": 10159,
- "end": 10190,
+ "start": 10223,
+ "end": 10254,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 12
},
"end": {
- "line": 335,
+ "line": 337,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
- "start": 10159,
- "end": 10180,
+ "start": 10223,
+ "end": 10244,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 12
},
"end": {
- "line": 335,
+ "line": 337,
"column": 33
}
},
"object": {
"type": "Identifier",
- "start": 10159,
- "end": 10161,
+ "start": 10223,
+ "end": 10225,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 12
},
"end": {
- "line": 335,
+ "line": 337,
"column": 14
},
"identifierName": "tf"
@@ -19225,15 +19342,15 @@
},
"property": {
"type": "Identifier",
- "start": 10162,
- "end": 10180,
+ "start": 10226,
+ "end": 10244,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 15
},
"end": {
- "line": 335,
+ "line": 337,
"column": 33
},
"identifierName": "getClearFilterText"
@@ -19245,15 +19362,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 10181,
- "end": 10189,
+ "start": 10245,
+ "end": 10253,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 34
},
"end": {
- "line": 335,
+ "line": 337,
"column": 42
},
"identifierName": "colIndex"
@@ -19261,6 +19378,63 @@
"name": "colIndex"
}
]
+ },
+ {
+ "type": "ArrayExpression",
+ "start": 10256,
+ "end": 10271,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 45
+ },
+ "end": {
+ "line": 337,
+ "column": 60
+ }
+ },
+ "elements": [
+ {
+ "type": "StringLiteral",
+ "start": 10257,
+ "end": 10267,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 46
+ },
+ "end": {
+ "line": 337,
+ "column": 56
+ }
+ },
+ "extra": {
+ "rawValue": "data-idx",
+ "raw": "'data-idx'"
+ },
+ "value": "data-idx"
+ },
+ {
+ "type": "NumericLiteral",
+ "start": 10269,
+ "end": 10270,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 58
+ },
+ "end": {
+ "line": 337,
+ "column": 59
+ }
+ },
+ "extra": {
+ "rawValue": 0,
+ "raw": "0"
+ },
+ "value": 0
+ }
+ ]
}
]
}
@@ -19270,58 +19444,58 @@
},
{
"type": "ExpressionStatement",
- "start": 10201,
- "end": 10235,
+ "start": 10282,
+ "end": 10316,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 8
},
"end": {
- "line": 336,
+ "line": 338,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 10201,
- "end": 10234,
+ "start": 10282,
+ "end": 10315,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 8
},
"end": {
- "line": 336,
+ "line": 338,
"column": 41
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 10201,
- "end": 10214,
+ "start": 10282,
+ "end": 10295,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 8
},
"end": {
- "line": 336,
+ "line": 338,
"column": 21
}
},
"object": {
"type": "Identifier",
- "start": 10201,
- "end": 10204,
+ "start": 10282,
+ "end": 10285,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 8
},
"end": {
- "line": 336,
+ "line": 338,
"column": 11
},
"identifierName": "li0"
@@ -19330,15 +19504,15 @@
},
"property": {
"type": "Identifier",
- "start": 10205,
- "end": 10214,
+ "start": 10286,
+ "end": 10295,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 12
},
"end": {
- "line": 336,
+ "line": 338,
"column": 21
},
"identifierName": "className"
@@ -19349,44 +19523,44 @@
},
"right": {
"type": "MemberExpression",
- "start": 10217,
- "end": 10234,
+ "start": 10298,
+ "end": 10315,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 24
},
"end": {
- "line": 336,
+ "line": 338,
"column": 41
}
},
"object": {
"type": "ThisExpression",
- "start": 10217,
- "end": 10221,
+ "start": 10298,
+ "end": 10302,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 24
},
"end": {
- "line": 336,
+ "line": 338,
"column": 28
}
}
},
"property": {
"type": "Identifier",
- "start": 10222,
- "end": 10234,
+ "start": 10303,
+ "end": 10315,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 29
},
"end": {
- "line": 336,
+ "line": 338,
"column": 41
},
"identifierName": "itemCssClass"
@@ -19399,57 +19573,57 @@
},
{
"type": "ExpressionStatement",
- "start": 10244,
- "end": 10264,
+ "start": 10325,
+ "end": 10345,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 8
},
"end": {
- "line": 337,
+ "line": 339,
"column": 28
}
},
"expression": {
"type": "CallExpression",
- "start": 10244,
- "end": 10263,
+ "start": 10325,
+ "end": 10344,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 8
},
"end": {
- "line": 337,
+ "line": 339,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
- "start": 10244,
- "end": 10258,
+ "start": 10325,
+ "end": 10339,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 8
},
"end": {
- "line": 337,
+ "line": 339,
"column": 22
}
},
"object": {
"type": "Identifier",
- "start": 10244,
- "end": 10246,
+ "start": 10325,
+ "end": 10327,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 8
},
"end": {
- "line": 337,
+ "line": 339,
"column": 10
},
"identifierName": "ul"
@@ -19458,15 +19632,15 @@
},
"property": {
"type": "Identifier",
- "start": 10247,
- "end": 10258,
+ "start": 10328,
+ "end": 10339,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 11
},
"end": {
- "line": 337,
+ "line": 339,
"column": 22
},
"identifierName": "appendChild"
@@ -19478,15 +19652,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 10259,
- "end": 10262,
+ "start": 10340,
+ "end": 10343,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 23
},
"end": {
- "line": 337,
+ "line": 339,
"column": 26
},
"identifierName": "li0"
@@ -19498,43 +19672,43 @@
},
{
"type": "ExpressionStatement",
- "start": 10274,
- "end": 10331,
+ "start": 10355,
+ "end": 10412,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 8
},
"end": {
- "line": 339,
+ "line": 341,
"column": 65
}
},
"expression": {
"type": "CallExpression",
- "start": 10274,
- "end": 10330,
+ "start": 10355,
+ "end": 10411,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 8
},
"end": {
- "line": 339,
+ "line": 341,
"column": 64
}
},
"callee": {
"type": "Identifier",
- "start": 10274,
- "end": 10280,
+ "start": 10355,
+ "end": 10361,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 8
},
"end": {
- "line": 339,
+ "line": 341,
"column": 14
},
"identifierName": "addEvt"
@@ -19544,29 +19718,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 10281,
- "end": 10290,
+ "start": 10362,
+ "end": 10371,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 15
},
"end": {
- "line": 339,
+ "line": 341,
"column": 24
}
},
"object": {
"type": "Identifier",
- "start": 10281,
- "end": 10284,
+ "start": 10362,
+ "end": 10365,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 15
},
"end": {
- "line": 339,
+ "line": 341,
"column": 18
},
"identifierName": "li0"
@@ -19575,15 +19749,15 @@
},
"property": {
"type": "Identifier",
- "start": 10285,
- "end": 10290,
+ "start": 10366,
+ "end": 10371,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 19
},
"end": {
- "line": 339,
+ "line": 341,
"column": 24
},
"identifierName": "check"
@@ -19594,15 +19768,15 @@
},
{
"type": "StringLiteral",
- "start": 10292,
- "end": 10299,
+ "start": 10373,
+ "end": 10380,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 26
},
"end": {
- "line": 339,
+ "line": 341,
"column": 33
}
},
@@ -19614,15 +19788,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 10301,
- "end": 10329,
+ "start": 10382,
+ "end": 10410,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 35
},
"end": {
- "line": 339,
+ "line": 341,
"column": 63
}
},
@@ -19633,15 +19807,15 @@
"params": [
{
"type": "Identifier",
- "start": 10301,
- "end": 10304,
+ "start": 10382,
+ "end": 10385,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 35
},
"end": {
- "line": 339,
+ "line": 341,
"column": 38
},
"identifierName": "evt"
@@ -19651,58 +19825,58 @@
],
"body": {
"type": "CallExpression",
- "start": 10308,
- "end": 10329,
+ "start": 10389,
+ "end": 10410,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 42
},
"end": {
- "line": 339,
+ "line": 341,
"column": 63
}
},
"callee": {
"type": "MemberExpression",
- "start": 10308,
- "end": 10324,
+ "start": 10389,
+ "end": 10405,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 42
},
"end": {
- "line": 339,
+ "line": 341,
"column": 58
}
},
"object": {
"type": "ThisExpression",
- "start": 10308,
- "end": 10312,
+ "start": 10389,
+ "end": 10393,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 42
},
"end": {
- "line": 339,
+ "line": 341,
"column": 46
}
}
},
"property": {
"type": "Identifier",
- "start": 10313,
- "end": 10324,
+ "start": 10394,
+ "end": 10405,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 47
},
"end": {
- "line": 339,
+ "line": 341,
"column": 58
},
"identifierName": "optionClick"
@@ -19714,15 +19888,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 10325,
- "end": 10328,
+ "start": 10406,
+ "end": 10409,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 59
},
"end": {
- "line": 339,
+ "line": 341,
"column": 62
},
"identifierName": "evt"
@@ -19737,29 +19911,29 @@
},
{
"type": "IfStatement",
- "start": 10341,
- "end": 10419,
+ "start": 10422,
+ "end": 10500,
"loc": {
"start": {
- "line": 341,
+ "line": 343,
"column": 8
},
"end": {
- "line": 343,
+ "line": 345,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
- "start": 10345,
- "end": 10368,
+ "start": 10426,
+ "end": 10449,
"loc": {
"start": {
- "line": 341,
+ "line": 343,
"column": 12
},
"end": {
- "line": 341,
+ "line": 343,
"column": 35
}
},
@@ -19767,44 +19941,44 @@
"prefix": true,
"argument": {
"type": "MemberExpression",
- "start": 10346,
- "end": 10368,
+ "start": 10427,
+ "end": 10449,
"loc": {
"start": {
- "line": 341,
+ "line": 343,
"column": 13
},
"end": {
- "line": 341,
+ "line": 343,
"column": 35
}
},
"object": {
"type": "ThisExpression",
- "start": 10346,
- "end": 10350,
+ "start": 10427,
+ "end": 10431,
"loc": {
"start": {
- "line": 341,
+ "line": 343,
"column": 13
},
"end": {
- "line": 341,
+ "line": 343,
"column": 17
}
}
},
"property": {
"type": "Identifier",
- "start": 10351,
- "end": 10368,
+ "start": 10432,
+ "end": 10449,
"loc": {
"start": {
- "line": 341,
+ "line": 343,
"column": 18
},
"end": {
- "line": 341,
+ "line": 343,
"column": 35
},
"identifierName": "enableResetOption"
@@ -19819,87 +19993,87 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 10370,
- "end": 10419,
+ "start": 10451,
+ "end": 10500,
"loc": {
"start": {
- "line": 341,
+ "line": 343,
"column": 37
},
"end": {
- "line": 343,
+ "line": 345,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 10384,
- "end": 10409,
+ "start": 10465,
+ "end": 10490,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 12
},
"end": {
- "line": 342,
+ "line": 344,
"column": 37
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 10384,
- "end": 10408,
+ "start": 10465,
+ "end": 10489,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 12
},
"end": {
- "line": 342,
+ "line": 344,
"column": 36
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 10384,
- "end": 10401,
+ "start": 10465,
+ "end": 10482,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 12
},
"end": {
- "line": 342,
+ "line": 344,
"column": 29
}
},
"object": {
"type": "MemberExpression",
- "start": 10384,
- "end": 10393,
+ "start": 10465,
+ "end": 10474,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 12
},
"end": {
- "line": 342,
+ "line": 344,
"column": 21
}
},
"object": {
"type": "Identifier",
- "start": 10384,
- "end": 10387,
+ "start": 10465,
+ "end": 10468,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 12
},
"end": {
- "line": 342,
+ "line": 344,
"column": 15
},
"identifierName": "li0"
@@ -19908,15 +20082,15 @@
},
"property": {
"type": "Identifier",
- "start": 10388,
- "end": 10393,
+ "start": 10469,
+ "end": 10474,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 16
},
"end": {
- "line": 342,
+ "line": 344,
"column": 21
},
"identifierName": "style"
@@ -19927,15 +20101,15 @@
},
"property": {
"type": "Identifier",
- "start": 10394,
- "end": 10401,
+ "start": 10475,
+ "end": 10482,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 22
},
"end": {
- "line": 342,
+ "line": 344,
"column": 29
},
"identifierName": "display"
@@ -19946,15 +20120,15 @@
},
"right": {
"type": "Identifier",
- "start": 10404,
- "end": 10408,
+ "start": 10485,
+ "end": 10489,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 32
},
"end": {
- "line": 342,
+ "line": 344,
"column": 36
},
"identifierName": "NONE"
@@ -19970,43 +20144,43 @@
},
{
"type": "IfStatement",
- "start": 10429,
- "end": 10735,
+ "start": 10510,
+ "end": 10833,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 8
},
"end": {
- "line": 352,
+ "line": 354,
"column": 9
}
},
"test": {
"type": "MemberExpression",
- "start": 10433,
- "end": 10453,
+ "start": 10514,
+ "end": 10534,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 12
},
"end": {
- "line": 345,
+ "line": 347,
"column": 32
}
},
"object": {
"type": "Identifier",
- "start": 10433,
- "end": 10435,
+ "start": 10514,
+ "end": 10516,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 12
},
"end": {
- "line": 345,
+ "line": 347,
"column": 14
},
"identifierName": "tf"
@@ -20015,15 +20189,15 @@
},
"property": {
"type": "Identifier",
- "start": 10436,
- "end": 10453,
+ "start": 10517,
+ "end": 10534,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 15
},
"end": {
- "line": 345,
+ "line": 347,
"column": 32
},
"identifierName": "enableEmptyOption"
@@ -20034,59 +20208,59 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 10455,
- "end": 10735,
+ "start": 10536,
+ "end": 10833,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 34
},
"end": {
- "line": 352,
+ "line": 354,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 10469,
- "end": 10554,
+ "start": 10550,
+ "end": 10652,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 12
},
"end": {
- "line": 347,
- "column": 30
+ "line": 349,
+ "column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 10473,
- "end": 10553,
+ "start": 10554,
+ "end": 10651,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 16
},
"end": {
- "line": 347,
- "column": 29
+ "line": 349,
+ "column": 46
}
},
"id": {
"type": "Identifier",
- "start": 10473,
- "end": 10476,
+ "start": 10554,
+ "end": 10557,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 16
},
"end": {
- "line": 346,
+ "line": 348,
"column": 19
},
"identifierName": "li1"
@@ -20095,29 +20269,29 @@
},
"init": {
"type": "CallExpression",
- "start": 10479,
- "end": 10553,
+ "start": 10560,
+ "end": 10651,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 22
},
"end": {
- "line": 347,
- "column": 29
+ "line": 349,
+ "column": 46
}
},
"callee": {
"type": "Identifier",
- "start": 10479,
- "end": 10494,
+ "start": 10560,
+ "end": 10575,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 22
},
"end": {
- "line": 346,
+ "line": 348,
"column": 37
},
"identifierName": "createCheckItem"
@@ -20127,30 +20301,30 @@
"arguments": [
{
"type": "TemplateLiteral",
- "start": 10495,
- "end": 10507,
+ "start": 10576,
+ "end": 10588,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 38
},
"end": {
- "line": 346,
+ "line": 348,
"column": 50
}
},
"expressions": [
{
"type": "Identifier",
- "start": 10498,
- "end": 10503,
+ "start": 10579,
+ "end": 10584,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 41
},
"end": {
- "line": 346,
+ "line": 348,
"column": 46
},
"identifierName": "fltId"
@@ -20161,15 +20335,15 @@
"quasis": [
{
"type": "TemplateElement",
- "start": 10496,
- "end": 10496,
+ "start": 10577,
+ "end": 10577,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 39
},
"end": {
- "line": 346,
+ "line": 348,
"column": 39
}
},
@@ -20181,15 +20355,15 @@
},
{
"type": "TemplateElement",
- "start": 10504,
- "end": 10506,
+ "start": 10585,
+ "end": 10587,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 47
},
"end": {
- "line": 346,
+ "line": 348,
"column": 49
}
},
@@ -20203,29 +20377,29 @@
},
{
"type": "MemberExpression",
- "start": 10509,
- "end": 10522,
+ "start": 10590,
+ "end": 10603,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 52
},
"end": {
- "line": 346,
+ "line": 348,
"column": 65
}
},
"object": {
"type": "Identifier",
- "start": 10509,
- "end": 10511,
+ "start": 10590,
+ "end": 10592,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 52
},
"end": {
- "line": 346,
+ "line": 348,
"column": 54
},
"identifierName": "tf"
@@ -20234,15 +20408,15 @@
},
"property": {
"type": "Identifier",
- "start": 10512,
- "end": 10522,
+ "start": 10593,
+ "end": 10603,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 55
},
"end": {
- "line": 346,
+ "line": 348,
"column": 65
},
"identifierName": "emOperator"
@@ -20253,29 +20427,29 @@
},
{
"type": "MemberExpression",
- "start": 10540,
- "end": 10552,
+ "start": 10621,
+ "end": 10633,
"loc": {
"start": {
- "line": 347,
+ "line": 349,
"column": 16
},
"end": {
- "line": 347,
+ "line": 349,
"column": 28
}
},
"object": {
"type": "Identifier",
- "start": 10540,
- "end": 10542,
+ "start": 10621,
+ "end": 10623,
"loc": {
"start": {
- "line": 347,
+ "line": 349,
"column": 16
},
"end": {
- "line": 347,
+ "line": 349,
"column": 18
},
"identifierName": "tf"
@@ -20284,15 +20458,15 @@
},
"property": {
"type": "Identifier",
- "start": 10543,
- "end": 10552,
+ "start": 10624,
+ "end": 10633,
"loc": {
"start": {
- "line": 347,
+ "line": 349,
"column": 19
},
"end": {
- "line": 347,
+ "line": 349,
"column": 28
},
"identifierName": "emptyText"
@@ -20300,6 +20474,63 @@
"name": "emptyText"
},
"computed": false
+ },
+ {
+ "type": "ArrayExpression",
+ "start": 10635,
+ "end": 10650,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 30
+ },
+ "end": {
+ "line": 349,
+ "column": 45
+ }
+ },
+ "elements": [
+ {
+ "type": "StringLiteral",
+ "start": 10636,
+ "end": 10646,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 31
+ },
+ "end": {
+ "line": 349,
+ "column": 41
+ }
+ },
+ "extra": {
+ "rawValue": "data-idx",
+ "raw": "'data-idx'"
+ },
+ "value": "data-idx"
+ },
+ {
+ "type": "NumericLiteral",
+ "start": 10648,
+ "end": 10649,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 43
+ },
+ "end": {
+ "line": 349,
+ "column": 44
+ }
+ },
+ "extra": {
+ "rawValue": 1,
+ "raw": "1"
+ },
+ "value": 1
+ }
+ ]
}
]
}
@@ -20309,58 +20540,58 @@
},
{
"type": "ExpressionStatement",
- "start": 10567,
- "end": 10601,
+ "start": 10665,
+ "end": 10699,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 12
},
"end": {
- "line": 348,
+ "line": 350,
"column": 46
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 10567,
- "end": 10600,
+ "start": 10665,
+ "end": 10698,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 12
},
"end": {
- "line": 348,
+ "line": 350,
"column": 45
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 10567,
- "end": 10580,
+ "start": 10665,
+ "end": 10678,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 12
},
"end": {
- "line": 348,
+ "line": 350,
"column": 25
}
},
"object": {
"type": "Identifier",
- "start": 10567,
- "end": 10570,
+ "start": 10665,
+ "end": 10668,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 12
},
"end": {
- "line": 348,
+ "line": 350,
"column": 15
},
"identifierName": "li1"
@@ -20369,15 +20600,15 @@
},
"property": {
"type": "Identifier",
- "start": 10571,
- "end": 10580,
+ "start": 10669,
+ "end": 10678,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 16
},
"end": {
- "line": 348,
+ "line": 350,
"column": 25
},
"identifierName": "className"
@@ -20388,44 +20619,44 @@
},
"right": {
"type": "MemberExpression",
- "start": 10583,
- "end": 10600,
+ "start": 10681,
+ "end": 10698,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 28
},
"end": {
- "line": 348,
+ "line": 350,
"column": 45
}
},
"object": {
"type": "ThisExpression",
- "start": 10583,
- "end": 10587,
+ "start": 10681,
+ "end": 10685,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 28
},
"end": {
- "line": 348,
+ "line": 350,
"column": 32
}
}
},
"property": {
"type": "Identifier",
- "start": 10588,
- "end": 10600,
+ "start": 10686,
+ "end": 10698,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 33
},
"end": {
- "line": 348,
+ "line": 350,
"column": 45
},
"identifierName": "itemCssClass"
@@ -20438,57 +20669,57 @@
},
{
"type": "ExpressionStatement",
- "start": 10614,
- "end": 10634,
+ "start": 10712,
+ "end": 10732,
"loc": {
"start": {
- "line": 349,
+ "line": 351,
"column": 12
},
"end": {
- "line": 349,
+ "line": 351,
"column": 32
}
},
"expression": {
"type": "CallExpression",
- "start": 10614,
- "end": 10633,
+ "start": 10712,
+ "end": 10731,
"loc": {
"start": {
- "line": 349,
+ "line": 351,
"column": 12
},
"end": {
- "line": 349,
+ "line": 351,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
- "start": 10614,
- "end": 10628,
+ "start": 10712,
+ "end": 10726,
"loc": {
"start": {
- "line": 349,
+ "line": 351,
"column": 12
},
"end": {
- "line": 349,
+ "line": 351,
"column": 26
}
},
"object": {
"type": "Identifier",
- "start": 10614,
- "end": 10616,
+ "start": 10712,
+ "end": 10714,
"loc": {
"start": {
- "line": 349,
+ "line": 351,
"column": 12
},
"end": {
- "line": 349,
+ "line": 351,
"column": 14
},
"identifierName": "ul"
@@ -20497,15 +20728,15 @@
},
"property": {
"type": "Identifier",
- "start": 10617,
- "end": 10628,
+ "start": 10715,
+ "end": 10726,
"loc": {
"start": {
- "line": 349,
+ "line": 351,
"column": 15
},
"end": {
- "line": 349,
+ "line": 351,
"column": 26
},
"identifierName": "appendChild"
@@ -20517,15 +20748,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 10629,
- "end": 10632,
+ "start": 10727,
+ "end": 10730,
"loc": {
"start": {
- "line": 349,
+ "line": 351,
"column": 27
},
"end": {
- "line": 349,
+ "line": 351,
"column": 30
},
"identifierName": "li1"
@@ -20537,43 +20768,43 @@
},
{
"type": "ExpressionStatement",
- "start": 10647,
- "end": 10704,
+ "start": 10745,
+ "end": 10802,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 12
},
"end": {
- "line": 350,
+ "line": 352,
"column": 69
}
},
"expression": {
"type": "CallExpression",
- "start": 10647,
- "end": 10703,
+ "start": 10745,
+ "end": 10801,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 12
},
"end": {
- "line": 350,
+ "line": 352,
"column": 68
}
},
"callee": {
"type": "Identifier",
- "start": 10647,
- "end": 10653,
+ "start": 10745,
+ "end": 10751,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 12
},
"end": {
- "line": 350,
+ "line": 352,
"column": 18
},
"identifierName": "addEvt"
@@ -20583,29 +20814,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 10654,
- "end": 10663,
+ "start": 10752,
+ "end": 10761,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 19
},
"end": {
- "line": 350,
+ "line": 352,
"column": 28
}
},
"object": {
"type": "Identifier",
- "start": 10654,
- "end": 10657,
+ "start": 10752,
+ "end": 10755,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 19
},
"end": {
- "line": 350,
+ "line": 352,
"column": 22
},
"identifierName": "li1"
@@ -20614,15 +20845,15 @@
},
"property": {
"type": "Identifier",
- "start": 10658,
- "end": 10663,
+ "start": 10756,
+ "end": 10761,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 23
},
"end": {
- "line": 350,
+ "line": 352,
"column": 28
},
"identifierName": "check"
@@ -20633,15 +20864,15 @@
},
{
"type": "StringLiteral",
- "start": 10665,
- "end": 10672,
+ "start": 10763,
+ "end": 10770,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 30
},
"end": {
- "line": 350,
+ "line": 352,
"column": 37
}
},
@@ -20653,15 +20884,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 10674,
- "end": 10702,
+ "start": 10772,
+ "end": 10800,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 39
},
"end": {
- "line": 350,
+ "line": 352,
"column": 67
}
},
@@ -20672,15 +20903,15 @@
"params": [
{
"type": "Identifier",
- "start": 10674,
- "end": 10677,
+ "start": 10772,
+ "end": 10775,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 39
},
"end": {
- "line": 350,
+ "line": 352,
"column": 42
},
"identifierName": "evt"
@@ -20690,58 +20921,58 @@
],
"body": {
"type": "CallExpression",
- "start": 10681,
- "end": 10702,
+ "start": 10779,
+ "end": 10800,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 46
},
"end": {
- "line": 350,
+ "line": 352,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
- "start": 10681,
- "end": 10697,
+ "start": 10779,
+ "end": 10795,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 46
},
"end": {
- "line": 350,
+ "line": 352,
"column": 62
}
},
"object": {
"type": "ThisExpression",
- "start": 10681,
- "end": 10685,
+ "start": 10779,
+ "end": 10783,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 46
},
"end": {
- "line": 350,
+ "line": 352,
"column": 50
}
}
},
"property": {
"type": "Identifier",
- "start": 10686,
- "end": 10697,
+ "start": 10784,
+ "end": 10795,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 51
},
"end": {
- "line": 350,
+ "line": 352,
"column": 62
},
"identifierName": "optionClick"
@@ -20753,15 +20984,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 10698,
- "end": 10701,
+ "start": 10796,
+ "end": 10799,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 63
},
"end": {
- "line": 350,
+ "line": 352,
"column": 66
},
"identifierName": "evt"
@@ -20776,29 +21007,29 @@
},
{
"type": "ExpressionStatement",
- "start": 10717,
- "end": 10725,
+ "start": 10815,
+ "end": 10823,
"loc": {
"start": {
- "line": 351,
+ "line": 353,
"column": 12
},
"end": {
- "line": 351,
+ "line": 353,
"column": 20
}
},
"expression": {
"type": "UpdateExpression",
- "start": 10717,
- "end": 10724,
+ "start": 10815,
+ "end": 10822,
"loc": {
"start": {
- "line": 351,
+ "line": 353,
"column": 12
},
"end": {
- "line": 351,
+ "line": 353,
"column": 19
}
},
@@ -20806,15 +21037,15 @@
"prefix": false,
"argument": {
"type": "Identifier",
- "start": 10717,
- "end": 10722,
+ "start": 10815,
+ "end": 10820,
"loc": {
"start": {
- "line": 351,
+ "line": 353,
"column": 12
},
"end": {
- "line": 351,
+ "line": 353,
"column": 17
},
"identifierName": "chkCt"
@@ -20830,43 +21061,43 @@
},
{
"type": "IfStatement",
- "start": 10745,
- "end": 11057,
+ "start": 10843,
+ "end": 11172,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 8
},
"end": {
- "line": 361,
+ "line": 363,
"column": 9
}
},
"test": {
"type": "MemberExpression",
- "start": 10749,
- "end": 10772,
+ "start": 10847,
+ "end": 10870,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 12
},
"end": {
- "line": 354,
+ "line": 356,
"column": 35
}
},
"object": {
"type": "Identifier",
- "start": 10749,
- "end": 10751,
+ "start": 10847,
+ "end": 10849,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 12
},
"end": {
- "line": 354,
+ "line": 356,
"column": 14
},
"identifierName": "tf"
@@ -20875,15 +21106,15 @@
},
"property": {
"type": "Identifier",
- "start": 10752,
- "end": 10772,
+ "start": 10850,
+ "end": 10870,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 15
},
"end": {
- "line": 354,
+ "line": 356,
"column": 35
},
"identifierName": "enableNonEmptyOption"
@@ -20894,59 +21125,59 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 10774,
- "end": 11057,
+ "start": 10872,
+ "end": 11172,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 37
},
"end": {
- "line": 361,
+ "line": 363,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 10788,
- "end": 10876,
+ "start": 10886,
+ "end": 10991,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 12
},
"end": {
- "line": 356,
- "column": 33
+ "line": 358,
+ "column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 10792,
- "end": 10875,
+ "start": 10890,
+ "end": 10990,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 16
},
"end": {
- "line": 356,
- "column": 32
+ "line": 358,
+ "column": 49
}
},
"id": {
"type": "Identifier",
- "start": 10792,
- "end": 10795,
+ "start": 10890,
+ "end": 10893,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 16
},
"end": {
- "line": 355,
+ "line": 357,
"column": 19
},
"identifierName": "li2"
@@ -20955,29 +21186,29 @@
},
"init": {
"type": "CallExpression",
- "start": 10798,
- "end": 10875,
+ "start": 10896,
+ "end": 10990,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 22
},
"end": {
- "line": 356,
- "column": 32
+ "line": 358,
+ "column": 49
}
},
"callee": {
"type": "Identifier",
- "start": 10798,
- "end": 10813,
+ "start": 10896,
+ "end": 10911,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 22
},
"end": {
- "line": 355,
+ "line": 357,
"column": 37
},
"identifierName": "createCheckItem"
@@ -20987,30 +21218,30 @@
"arguments": [
{
"type": "TemplateLiteral",
- "start": 10814,
- "end": 10826,
+ "start": 10912,
+ "end": 10924,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 38
},
"end": {
- "line": 355,
+ "line": 357,
"column": 50
}
},
"expressions": [
{
"type": "Identifier",
- "start": 10817,
- "end": 10822,
+ "start": 10915,
+ "end": 10920,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 41
},
"end": {
- "line": 355,
+ "line": 357,
"column": 46
},
"identifierName": "fltId"
@@ -21021,15 +21252,15 @@
"quasis": [
{
"type": "TemplateElement",
- "start": 10815,
- "end": 10815,
+ "start": 10913,
+ "end": 10913,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 39
},
"end": {
- "line": 355,
+ "line": 357,
"column": 39
}
},
@@ -21041,15 +21272,15 @@
},
{
"type": "TemplateElement",
- "start": 10823,
- "end": 10825,
+ "start": 10921,
+ "end": 10923,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 47
},
"end": {
- "line": 355,
+ "line": 357,
"column": 49
}
},
@@ -21063,29 +21294,29 @@
},
{
"type": "MemberExpression",
- "start": 10828,
- "end": 10841,
+ "start": 10926,
+ "end": 10939,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 52
},
"end": {
- "line": 355,
+ "line": 357,
"column": 65
}
},
"object": {
"type": "Identifier",
- "start": 10828,
- "end": 10830,
+ "start": 10926,
+ "end": 10928,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 52
},
"end": {
- "line": 355,
+ "line": 357,
"column": 54
},
"identifierName": "tf"
@@ -21094,15 +21325,15 @@
},
"property": {
"type": "Identifier",
- "start": 10831,
- "end": 10841,
+ "start": 10929,
+ "end": 10939,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 55
},
"end": {
- "line": 355,
+ "line": 357,
"column": 65
},
"identifierName": "nmOperator"
@@ -21113,29 +21344,29 @@
},
{
"type": "MemberExpression",
- "start": 10859,
- "end": 10874,
+ "start": 10957,
+ "end": 10972,
"loc": {
"start": {
- "line": 356,
+ "line": 358,
"column": 16
},
"end": {
- "line": 356,
+ "line": 358,
"column": 31
}
},
"object": {
"type": "Identifier",
- "start": 10859,
- "end": 10861,
+ "start": 10957,
+ "end": 10959,
"loc": {
"start": {
- "line": 356,
+ "line": 358,
"column": 16
},
"end": {
- "line": 356,
+ "line": 358,
"column": 18
},
"identifierName": "tf"
@@ -21144,15 +21375,15 @@
},
"property": {
"type": "Identifier",
- "start": 10862,
- "end": 10874,
+ "start": 10960,
+ "end": 10972,
"loc": {
"start": {
- "line": 356,
+ "line": 358,
"column": 19
},
"end": {
- "line": 356,
+ "line": 358,
"column": 31
},
"identifierName": "nonEmptyText"
@@ -21160,6 +21391,63 @@
"name": "nonEmptyText"
},
"computed": false
+ },
+ {
+ "type": "ArrayExpression",
+ "start": 10974,
+ "end": 10989,
+ "loc": {
+ "start": {
+ "line": 358,
+ "column": 33
+ },
+ "end": {
+ "line": 358,
+ "column": 48
+ }
+ },
+ "elements": [
+ {
+ "type": "StringLiteral",
+ "start": 10975,
+ "end": 10985,
+ "loc": {
+ "start": {
+ "line": 358,
+ "column": 34
+ },
+ "end": {
+ "line": 358,
+ "column": 44
+ }
+ },
+ "extra": {
+ "rawValue": "data-idx",
+ "raw": "'data-idx'"
+ },
+ "value": "data-idx"
+ },
+ {
+ "type": "NumericLiteral",
+ "start": 10987,
+ "end": 10988,
+ "loc": {
+ "start": {
+ "line": 358,
+ "column": 46
+ },
+ "end": {
+ "line": 358,
+ "column": 47
+ }
+ },
+ "extra": {
+ "rawValue": 2,
+ "raw": "2"
+ },
+ "value": 2
+ }
+ ]
}
]
}
@@ -21169,58 +21457,58 @@
},
{
"type": "ExpressionStatement",
- "start": 10889,
- "end": 10923,
+ "start": 11004,
+ "end": 11038,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 12
},
"end": {
- "line": 357,
+ "line": 359,
"column": 46
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 10889,
- "end": 10922,
+ "start": 11004,
+ "end": 11037,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 12
},
"end": {
- "line": 357,
+ "line": 359,
"column": 45
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 10889,
- "end": 10902,
+ "start": 11004,
+ "end": 11017,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 12
},
"end": {
- "line": 357,
+ "line": 359,
"column": 25
}
},
"object": {
"type": "Identifier",
- "start": 10889,
- "end": 10892,
+ "start": 11004,
+ "end": 11007,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 12
},
"end": {
- "line": 357,
+ "line": 359,
"column": 15
},
"identifierName": "li2"
@@ -21229,15 +21517,15 @@
},
"property": {
"type": "Identifier",
- "start": 10893,
- "end": 10902,
+ "start": 11008,
+ "end": 11017,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 16
},
"end": {
- "line": 357,
+ "line": 359,
"column": 25
},
"identifierName": "className"
@@ -21248,44 +21536,44 @@
},
"right": {
"type": "MemberExpression",
- "start": 10905,
- "end": 10922,
+ "start": 11020,
+ "end": 11037,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 28
},
"end": {
- "line": 357,
+ "line": 359,
"column": 45
}
},
"object": {
"type": "ThisExpression",
- "start": 10905,
- "end": 10909,
+ "start": 11020,
+ "end": 11024,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 28
},
"end": {
- "line": 357,
+ "line": 359,
"column": 32
}
}
},
"property": {
"type": "Identifier",
- "start": 10910,
- "end": 10922,
+ "start": 11025,
+ "end": 11037,
"loc": {
"start": {
- "line": 357,
+ "line": 359,
"column": 33
},
"end": {
- "line": 357,
+ "line": 359,
"column": 45
},
"identifierName": "itemCssClass"
@@ -21298,57 +21586,57 @@
},
{
"type": "ExpressionStatement",
- "start": 10936,
- "end": 10956,
+ "start": 11051,
+ "end": 11071,
"loc": {
"start": {
- "line": 358,
+ "line": 360,
"column": 12
},
"end": {
- "line": 358,
+ "line": 360,
"column": 32
}
},
"expression": {
"type": "CallExpression",
- "start": 10936,
- "end": 10955,
+ "start": 11051,
+ "end": 11070,
"loc": {
"start": {
- "line": 358,
+ "line": 360,
"column": 12
},
"end": {
- "line": 358,
+ "line": 360,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
- "start": 10936,
- "end": 10950,
+ "start": 11051,
+ "end": 11065,
"loc": {
"start": {
- "line": 358,
+ "line": 360,
"column": 12
},
"end": {
- "line": 358,
+ "line": 360,
"column": 26
}
},
"object": {
"type": "Identifier",
- "start": 10936,
- "end": 10938,
+ "start": 11051,
+ "end": 11053,
"loc": {
"start": {
- "line": 358,
+ "line": 360,
"column": 12
},
"end": {
- "line": 358,
+ "line": 360,
"column": 14
},
"identifierName": "ul"
@@ -21357,15 +21645,15 @@
},
"property": {
"type": "Identifier",
- "start": 10939,
- "end": 10950,
+ "start": 11054,
+ "end": 11065,
"loc": {
"start": {
- "line": 358,
+ "line": 360,
"column": 15
},
"end": {
- "line": 358,
+ "line": 360,
"column": 26
},
"identifierName": "appendChild"
@@ -21377,15 +21665,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 10951,
- "end": 10954,
+ "start": 11066,
+ "end": 11069,
"loc": {
"start": {
- "line": 358,
+ "line": 360,
"column": 27
},
"end": {
- "line": 358,
+ "line": 360,
"column": 30
},
"identifierName": "li2"
@@ -21397,43 +21685,43 @@
},
{
"type": "ExpressionStatement",
- "start": 10969,
- "end": 11026,
+ "start": 11084,
+ "end": 11141,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 12
},
"end": {
- "line": 359,
+ "line": 361,
"column": 69
}
},
"expression": {
"type": "CallExpression",
- "start": 10969,
- "end": 11025,
+ "start": 11084,
+ "end": 11140,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 12
},
"end": {
- "line": 359,
+ "line": 361,
"column": 68
}
},
"callee": {
"type": "Identifier",
- "start": 10969,
- "end": 10975,
+ "start": 11084,
+ "end": 11090,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 12
},
"end": {
- "line": 359,
+ "line": 361,
"column": 18
},
"identifierName": "addEvt"
@@ -21443,29 +21731,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 10976,
- "end": 10985,
+ "start": 11091,
+ "end": 11100,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 19
},
"end": {
- "line": 359,
+ "line": 361,
"column": 28
}
},
"object": {
"type": "Identifier",
- "start": 10976,
- "end": 10979,
+ "start": 11091,
+ "end": 11094,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 19
},
"end": {
- "line": 359,
+ "line": 361,
"column": 22
},
"identifierName": "li2"
@@ -21474,15 +21762,15 @@
},
"property": {
"type": "Identifier",
- "start": 10980,
- "end": 10985,
+ "start": 11095,
+ "end": 11100,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 23
},
"end": {
- "line": 359,
+ "line": 361,
"column": 28
},
"identifierName": "check"
@@ -21493,15 +21781,15 @@
},
{
"type": "StringLiteral",
- "start": 10987,
- "end": 10994,
+ "start": 11102,
+ "end": 11109,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 30
},
"end": {
- "line": 359,
+ "line": 361,
"column": 37
}
},
@@ -21513,15 +21801,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 10996,
- "end": 11024,
+ "start": 11111,
+ "end": 11139,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 39
},
"end": {
- "line": 359,
+ "line": 361,
"column": 67
}
},
@@ -21532,15 +21820,15 @@
"params": [
{
"type": "Identifier",
- "start": 10996,
- "end": 10999,
+ "start": 11111,
+ "end": 11114,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 39
},
"end": {
- "line": 359,
+ "line": 361,
"column": 42
},
"identifierName": "evt"
@@ -21550,58 +21838,58 @@
],
"body": {
"type": "CallExpression",
- "start": 11003,
- "end": 11024,
+ "start": 11118,
+ "end": 11139,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 46
},
"end": {
- "line": 359,
+ "line": 361,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
- "start": 11003,
- "end": 11019,
+ "start": 11118,
+ "end": 11134,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 46
},
"end": {
- "line": 359,
+ "line": 361,
"column": 62
}
},
"object": {
"type": "ThisExpression",
- "start": 11003,
- "end": 11007,
+ "start": 11118,
+ "end": 11122,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 46
},
"end": {
- "line": 359,
+ "line": 361,
"column": 50
}
}
},
"property": {
"type": "Identifier",
- "start": 11008,
- "end": 11019,
+ "start": 11123,
+ "end": 11134,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 51
},
"end": {
- "line": 359,
+ "line": 361,
"column": 62
},
"identifierName": "optionClick"
@@ -21613,15 +21901,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 11020,
- "end": 11023,
+ "start": 11135,
+ "end": 11138,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 63
},
"end": {
- "line": 359,
+ "line": 361,
"column": 66
},
"identifierName": "evt"
@@ -21636,29 +21924,29 @@
},
{
"type": "ExpressionStatement",
- "start": 11039,
- "end": 11047,
+ "start": 11154,
+ "end": 11162,
"loc": {
"start": {
- "line": 360,
+ "line": 362,
"column": 12
},
"end": {
- "line": 360,
+ "line": 362,
"column": 20
}
},
"expression": {
"type": "UpdateExpression",
- "start": 11039,
- "end": 11046,
+ "start": 11154,
+ "end": 11161,
"loc": {
"start": {
- "line": 360,
+ "line": 362,
"column": 12
},
"end": {
- "line": 360,
+ "line": 362,
"column": 19
}
},
@@ -21666,15 +21954,15 @@
"prefix": false,
"argument": {
"type": "Identifier",
- "start": 11039,
- "end": 11044,
+ "start": 11154,
+ "end": 11159,
"loc": {
"start": {
- "line": 360,
+ "line": 362,
"column": 12
},
"end": {
- "line": 360,
+ "line": 362,
"column": 17
},
"identifierName": "chkCt"
@@ -21690,29 +21978,29 @@
},
{
"type": "ReturnStatement",
- "start": 11066,
- "end": 11079,
+ "start": 11181,
+ "end": 11194,
"loc": {
"start": {
- "line": 362,
+ "line": 364,
"column": 8
},
"end": {
- "line": 362,
+ "line": 364,
"column": 21
}
},
"argument": {
"type": "Identifier",
- "start": 11073,
- "end": 11078,
+ "start": 11188,
+ "end": 11193,
"loc": {
"start": {
- "line": 362,
+ "line": 364,
"column": 15
},
"end": {
- "line": 362,
+ "line": 364,
"column": 20
},
"identifierName": "chkCt"
@@ -21728,15 +22016,15 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 9823,
- "end": 9973,
+ "start": 9887,
+ "end": 10037,
"loc": {
"start": {
- "line": 324,
+ "line": 326,
"column": 4
},
"end": {
- "line": 329,
+ "line": 331,
"column": 7
}
}
@@ -21745,16 +22033,16 @@
"trailingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
- "start": 11091,
- "end": 11226,
+ "value": "*\n * Set/unset value of passed item option in filter's DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
+ "start": 11206,
+ "end": 11366,
"loc": {
"start": {
- "line": 365,
+ "line": 367,
"column": 4
},
"end": {
- "line": 369,
+ "line": 371,
"column": 7
}
}
@@ -21763,15 +22051,15 @@
},
{
"type": "ClassMethod",
- "start": 11231,
- "end": 14174,
+ "start": 11371,
+ "end": 13704,
"loc": {
"start": {
- "line": 370,
+ "line": 372,
"column": 4
},
"end": {
- "line": 442,
+ "line": 436,
"column": 5
}
},
@@ -21779,20 +22067,20 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 11231,
- "end": 11249,
+ "start": 11371,
+ "end": 11384,
"loc": {
"start": {
- "line": 370,
+ "line": 372,
"column": 4
},
"end": {
- "line": 370,
- "column": 22
+ "line": 372,
+ "column": 17
},
- "identifierName": "setCheckListValues"
+ "identifierName": "setItemOption"
},
- "name": "setCheckListValues",
+ "name": "setItemOption",
"leadingComments": null
},
"kind": "method",
@@ -21803,16 +22091,16 @@
"params": [
{
"type": "Identifier",
- "start": 11250,
- "end": 11251,
+ "start": 11385,
+ "end": 11386,
"loc": {
"start": {
- "line": 370,
- "column": 23
+ "line": 372,
+ "column": 18
},
"end": {
- "line": 370,
- "column": 24
+ "line": 372,
+ "column": 19
},
"identifierName": "o"
},
@@ -21821,44 +22109,44 @@
],
"body": {
"type": "BlockStatement",
- "start": 11253,
- "end": 14174,
+ "start": 11388,
+ "end": 13704,
"loc": {
"start": {
- "line": 370,
- "column": 26
+ "line": 372,
+ "column": 21
},
"end": {
- "line": 442,
+ "line": 436,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
- "start": 11263,
- "end": 11302,
+ "start": 11398,
+ "end": 11437,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 8
},
"end": {
- "line": 373,
+ "line": 375,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
- "start": 11267,
- "end": 11269,
+ "start": 11402,
+ "end": 11404,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 12
},
"end": {
- "line": 371,
+ "line": 373,
"column": 14
}
},
@@ -21866,15 +22154,15 @@
"prefix": true,
"argument": {
"type": "Identifier",
- "start": 11268,
- "end": 11269,
+ "start": 11403,
+ "end": 11404,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 13
},
"end": {
- "line": 371,
+ "line": 373,
"column": 14
},
"identifierName": "o"
@@ -21887,30 +22175,30 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 11271,
- "end": 11302,
+ "start": 11406,
+ "end": 11437,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 16
},
"end": {
- "line": 373,
+ "line": 375,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 11285,
- "end": 11292,
+ "start": 11420,
+ "end": 11427,
"loc": {
"start": {
- "line": 372,
+ "line": 374,
"column": 12
},
"end": {
- "line": 372,
+ "line": 374,
"column": 19
}
},
@@ -21923,44 +22211,44 @@
},
{
"type": "VariableDeclaration",
- "start": 11312,
- "end": 11329,
+ "start": 11447,
+ "end": 11464,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 8
},
"end": {
- "line": 375,
+ "line": 377,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11316,
- "end": 11328,
+ "start": 11451,
+ "end": 11463,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 12
},
"end": {
- "line": 375,
+ "line": 377,
"column": 24
}
},
"id": {
"type": "Identifier",
- "start": 11316,
- "end": 11318,
+ "start": 11451,
+ "end": 11453,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 12
},
"end": {
- "line": 375,
+ "line": 377,
"column": 14
},
"identifierName": "tf"
@@ -21969,44 +22257,44 @@
},
"init": {
"type": "MemberExpression",
- "start": 11321,
- "end": 11328,
+ "start": 11456,
+ "end": 11463,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 17
},
"end": {
- "line": 375,
+ "line": 377,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 11321,
- "end": 11325,
+ "start": 11456,
+ "end": 11460,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 17
},
"end": {
- "line": 375,
+ "line": 377,
"column": 21
}
}
},
"property": {
"type": "Identifier",
- "start": 11326,
- "end": 11328,
+ "start": 11461,
+ "end": 11463,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 22
},
"end": {
- "line": 375,
+ "line": 377,
"column": 24
},
"identifierName": "tf"
@@ -22021,44 +22309,44 @@
},
{
"type": "VariableDeclaration",
- "start": 11338,
- "end": 11361,
+ "start": 11473,
+ "end": 11496,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 8
},
"end": {
- "line": 376,
+ "line": 378,
"column": 31
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11342,
- "end": 11360,
+ "start": 11477,
+ "end": 11495,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 12
},
"end": {
- "line": 376,
+ "line": 378,
"column": 30
}
},
"id": {
"type": "Identifier",
- "start": 11342,
- "end": 11350,
+ "start": 11477,
+ "end": 11485,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 12
},
"end": {
- "line": 376,
+ "line": 378,
"column": 20
},
"identifierName": "chkValue"
@@ -22067,29 +22355,29 @@
},
"init": {
"type": "MemberExpression",
- "start": 11353,
- "end": 11360,
+ "start": 11488,
+ "end": 11495,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 23
},
"end": {
- "line": 376,
+ "line": 378,
"column": 30
}
},
"object": {
"type": "Identifier",
- "start": 11353,
- "end": 11354,
+ "start": 11488,
+ "end": 11489,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 23
},
"end": {
- "line": 376,
+ "line": 378,
"column": 24
},
"identifierName": "o"
@@ -22098,15 +22386,15 @@
},
"property": {
"type": "Identifier",
- "start": 11355,
- "end": 11360,
+ "start": 11490,
+ "end": 11495,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 25
},
"end": {
- "line": 376,
+ "line": 378,
"column": 30
},
"identifierName": "value"
@@ -22122,77 +22410,61 @@
{
"type": "CommentLine",
"value": "checked item value",
- "start": 11362,
- "end": 11382,
+ "start": 11497,
+ "end": 11517,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 32
},
"end": {
- "line": 376,
+ "line": 378,
"column": 52
}
}
- },
- {
- "type": "CommentLine",
- "value": " TODO: provide helper to extract column index, ugly!",
- "start": 11391,
- "end": 11445,
- "loc": {
- "start": {
- "line": 377,
- "column": 8
- },
- "end": {
- "line": 377,
- "column": 62
- }
- }
}
]
},
{
"type": "VariableDeclaration",
- "start": 11454,
- "end": 11502,
+ "start": 11526,
+ "end": 11555,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 8
},
"end": {
- "line": 378,
- "column": 56
+ "line": 379,
+ "column": 37
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11458,
- "end": 11501,
+ "start": 11530,
+ "end": 11554,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 12
},
"end": {
- "line": 378,
- "column": 55
+ "line": 379,
+ "column": 36
}
},
"id": {
"type": "Identifier",
- "start": 11458,
- "end": 11466,
+ "start": 11530,
+ "end": 11538,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 12
},
"end": {
- "line": 378,
+ "line": 379,
"column": 20
},
"identifierName": "chkIndex"
@@ -22201,214 +22473,87 @@
"leadingComments": null
},
"init": {
- "type": "CallExpression",
- "start": 11469,
- "end": 11501,
+ "type": "MemberExpression",
+ "start": 11541,
+ "end": 11554,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 23
},
"end": {
- "line": 378,
- "column": 55
+ "line": 379,
+ "column": 36
}
},
- "callee": {
- "type": "Identifier",
- "start": 11469,
- "end": 11477,
+ "object": {
+ "type": "MemberExpression",
+ "start": 11541,
+ "end": 11550,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 23
},
"end": {
- "line": 378,
- "column": 31
- },
- "identifierName": "parseInt"
+ "line": 379,
+ "column": 32
+ }
},
- "name": "parseInt"
- },
- "arguments": [
- {
- "type": "MemberExpression",
- "start": 11478,
- "end": 11496,
+ "object": {
+ "type": "Identifier",
+ "start": 11541,
+ "end": 11542,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
+ "column": 23
+ },
+ "end": {
+ "line": 379,
+ "column": 24
+ },
+ "identifierName": "o"
+ },
+ "name": "o"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 11543,
+ "end": 11550,
+ "loc": {
+ "start": {
+ "line": 379,
+ "column": 25
+ },
+ "end": {
+ "line": 379,
"column": 32
},
- "end": {
- "line": 378,
- "column": 50
- }
+ "identifierName": "dataset"
},
- "object": {
- "type": "CallExpression",
- "start": 11478,
- "end": 11493,
- "loc": {
- "start": {
- "line": 378,
- "column": 32
- },
- "end": {
- "line": 378,
- "column": 47
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 11478,
- "end": 11488,
- "loc": {
- "start": {
- "line": 378,
- "column": 32
- },
- "end": {
- "line": 378,
- "column": 42
- }
- },
- "object": {
- "type": "MemberExpression",
- "start": 11478,
- "end": 11482,
- "loc": {
- "start": {
- "line": 378,
- "column": 32
- },
- "end": {
- "line": 378,
- "column": 36
- }
- },
- "object": {
- "type": "Identifier",
- "start": 11478,
- "end": 11479,
- "loc": {
- "start": {
- "line": 378,
- "column": 32
- },
- "end": {
- "line": 378,
- "column": 33
- },
- "identifierName": "o"
- },
- "name": "o"
- },
- "property": {
- "type": "Identifier",
- "start": 11480,
- "end": 11482,
- "loc": {
- "start": {
- "line": 378,
- "column": 34
- },
- "end": {
- "line": 378,
- "column": 36
- },
- "identifierName": "id"
- },
- "name": "id"
- },
- "computed": false
- },
- "property": {
- "type": "Identifier",
- "start": 11483,
- "end": 11488,
- "loc": {
- "start": {
- "line": 378,
- "column": 37
- },
- "end": {
- "line": 378,
- "column": 42
- },
- "identifierName": "split"
- },
- "name": "split"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 11489,
- "end": 11492,
- "loc": {
- "start": {
- "line": 378,
- "column": 43
- },
- "end": {
- "line": 378,
- "column": 46
- }
- },
- "extra": {
- "rawValue": "_",
- "raw": "'_'"
- },
- "value": "_"
- }
- ]
- },
- "property": {
- "type": "NumericLiteral",
- "start": 11494,
- "end": 11495,
- "loc": {
- "start": {
- "line": 378,
- "column": 48
- },
- "end": {
- "line": 378,
- "column": 49
- }
- },
- "extra": {
- "rawValue": 2,
- "raw": "2"
- },
- "value": 2
- },
- "computed": true
+ "name": "dataset"
},
- {
- "type": "NumericLiteral",
- "start": 11498,
- "end": 11500,
- "loc": {
- "start": {
- "line": 378,
- "column": 52
- },
- "end": {
- "line": 378,
- "column": 54
- }
+ "computed": false
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 11551,
+ "end": 11554,
+ "loc": {
+ "start": {
+ "line": 379,
+ "column": 33
},
- "extra": {
- "rawValue": 10,
- "raw": "10"
+ "end": {
+ "line": 379,
+ "column": 36
},
- "value": 10
- }
- ]
+ "identifierName": "idx"
+ },
+ "name": "idx"
+ },
+ "computed": false
},
"leadingComments": null
}
@@ -22418,77 +22563,61 @@
{
"type": "CommentLine",
"value": "checked item value",
- "start": 11362,
- "end": 11382,
+ "start": 11497,
+ "end": 11517,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 32
},
"end": {
- "line": 376,
+ "line": 378,
"column": 52
}
}
- },
- {
- "type": "CommentLine",
- "value": " TODO: provide helper to extract column index, ugly!",
- "start": 11391,
- "end": 11445,
- "loc": {
- "start": {
- "line": 377,
- "column": 8
- },
- "end": {
- "line": 377,
- "column": 62
- }
- }
}
]
},
{
"type": "VariableDeclaration",
- "start": 11511,
- "end": 11560,
+ "start": 11564,
+ "end": 11613,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 8
},
"end": {
- "line": 379,
+ "line": 380,
"column": 57
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11515,
- "end": 11559,
+ "start": 11568,
+ "end": 11612,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 12
},
"end": {
- "line": 379,
+ "line": 380,
"column": 56
}
},
"id": {
"type": "Identifier",
- "start": 11515,
- "end": 11521,
+ "start": 11568,
+ "end": 11574,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 12
},
"end": {
- "line": 379,
+ "line": 380,
"column": 18
},
"identifierName": "colIdx"
@@ -22497,43 +22626,43 @@
},
"init": {
"type": "CallExpression",
- "start": 11524,
- "end": 11559,
+ "start": 11577,
+ "end": 11612,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 21
},
"end": {
- "line": 379,
+ "line": 380,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
- "start": 11524,
- "end": 11553,
+ "start": 11577,
+ "end": 11606,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 21
},
"end": {
- "line": 379,
+ "line": 380,
"column": 50
}
},
"object": {
"type": "Identifier",
- "start": 11524,
- "end": 11526,
+ "start": 11577,
+ "end": 11579,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 21
},
"end": {
- "line": 379,
+ "line": 380,
"column": 23
},
"identifierName": "tf"
@@ -22542,15 +22671,15 @@
},
"property": {
"type": "Identifier",
- "start": 11527,
- "end": 11553,
+ "start": 11580,
+ "end": 11606,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 24
},
"end": {
- "line": 379,
+ "line": 380,
"column": 50
},
"identifierName": "getColumnIndexFromFilterId"
@@ -22562,29 +22691,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 11554,
- "end": 11558,
+ "start": 11607,
+ "end": 11611,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 51
},
"end": {
- "line": 379,
+ "line": 380,
"column": 55
}
},
"object": {
"type": "Identifier",
- "start": 11554,
- "end": 11555,
+ "start": 11607,
+ "end": 11608,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 51
},
"end": {
- "line": 379,
+ "line": 380,
"column": 52
},
"identifierName": "o"
@@ -22593,15 +22722,15 @@
},
"property": {
"type": "Identifier",
- "start": 11556,
- "end": 11558,
+ "start": 11609,
+ "end": 11611,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 53
},
"end": {
- "line": 379,
+ "line": 380,
"column": 55
},
"identifierName": "id"
@@ -22618,114 +22747,44 @@
},
{
"type": "VariableDeclaration",
- "start": 11569,
- "end": 11588,
+ "start": 11622,
+ "end": 11672,
"loc": {
"start": {
- "line": 380,
+ "line": 381,
"column": 8
},
"end": {
- "line": 380,
- "column": 27
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 11573,
- "end": 11587,
- "loc": {
- "start": {
- "line": 380,
- "column": 12
- },
- "end": {
- "line": 380,
- "column": 26
- }
- },
- "id": {
- "type": "Identifier",
- "start": 11573,
- "end": 11580,
- "loc": {
- "start": {
- "line": 380,
- "column": 12
- },
- "end": {
- "line": 380,
- "column": 19
- },
- "identifierName": "itemTag"
- },
- "name": "itemTag"
- },
- "init": {
- "type": "StringLiteral",
- "start": 11583,
- "end": 11587,
- "loc": {
- "start": {
- "line": 380,
- "column": 22
- },
- "end": {
- "line": 380,
- "column": 26
- }
- },
- "extra": {
- "rawValue": "LI",
- "raw": "'LI'"
- },
- "value": "LI"
- }
- }
- ],
- "kind": "let"
- },
- {
- "type": "VariableDeclaration",
- "start": 11598,
- "end": 11648,
- "loc": {
- "start": {
- "line": 382,
- "column": 8
- },
- "end": {
- "line": 382,
+ "line": 381,
"column": 58
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11602,
- "end": 11647,
+ "start": 11626,
+ "end": 11671,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 12
},
"end": {
- "line": 382,
+ "line": 381,
"column": 57
}
},
"id": {
"type": "Identifier",
- "start": 11602,
- "end": 11603,
+ "start": 11626,
+ "end": 11627,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 12
},
"end": {
- "line": 382,
+ "line": 381,
"column": 13
},
"identifierName": "n"
@@ -22734,43 +22793,43 @@
},
"init": {
"type": "CallExpression",
- "start": 11606,
- "end": 11647,
+ "start": 11630,
+ "end": 11671,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 16
},
"end": {
- "line": 382,
+ "line": 381,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
- "start": 11606,
- "end": 11625,
+ "start": 11630,
+ "end": 11649,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 16
},
"end": {
- "line": 382,
+ "line": 381,
"column": 35
}
},
"object": {
"type": "Identifier",
- "start": 11606,
- "end": 11608,
+ "start": 11630,
+ "end": 11632,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 16
},
"end": {
- "line": 382,
+ "line": 381,
"column": 18
},
"identifierName": "tf"
@@ -22779,15 +22838,15 @@
},
"property": {
"type": "Identifier",
- "start": 11609,
- "end": 11625,
+ "start": 11633,
+ "end": 11649,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 19
},
"end": {
- "line": 382,
+ "line": 381,
"column": 35
},
"identifierName": "getFilterElement"
@@ -22799,29 +22858,29 @@
"arguments": [
{
"type": "CallExpression",
- "start": 11626,
- "end": 11646,
+ "start": 11650,
+ "end": 11670,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 36
},
"end": {
- "line": 382,
+ "line": 381,
"column": 56
}
},
"callee": {
"type": "Identifier",
- "start": 11626,
- "end": 11634,
+ "start": 11650,
+ "end": 11658,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 36
},
"end": {
- "line": 382,
+ "line": 381,
"column": 44
},
"identifierName": "parseInt"
@@ -22831,15 +22890,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 11635,
- "end": 11641,
+ "start": 11659,
+ "end": 11665,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 45
},
"end": {
- "line": 382,
+ "line": 381,
"column": 51
},
"identifierName": "colIdx"
@@ -22848,15 +22907,15 @@
},
{
"type": "NumericLiteral",
- "start": 11643,
- "end": 11645,
+ "start": 11667,
+ "end": 11669,
"loc": {
"start": {
- "line": 382,
+ "line": 381,
"column": 53
},
"end": {
- "line": 382,
+ "line": 381,
"column": 55
}
},
@@ -22876,8 +22935,108 @@
},
{
"type": "VariableDeclaration",
- "start": 11657,
- "end": 11689,
+ "start": 11681,
+ "end": 11706,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 8
+ },
+ "end": {
+ "line": 382,
+ "column": 33
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 11685,
+ "end": 11705,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 12
+ },
+ "end": {
+ "line": 382,
+ "column": 32
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 11685,
+ "end": 11690,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 12
+ },
+ "end": {
+ "line": 382,
+ "column": 17
+ },
+ "identifierName": "items"
+ },
+ "name": "items"
+ },
+ "init": {
+ "type": "MemberExpression",
+ "start": 11693,
+ "end": 11705,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 20
+ },
+ "end": {
+ "line": 382,
+ "column": 32
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 11693,
+ "end": 11694,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 20
+ },
+ "end": {
+ "line": 382,
+ "column": 21
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 11695,
+ "end": 11705,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 22
+ },
+ "end": {
+ "line": 382,
+ "column": 32
+ },
+ "identifierName": "childNodes"
+ },
+ "name": "childNodes"
+ },
+ "computed": false
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 11715,
+ "end": 11740,
"loc": {
"start": {
"line": 383,
@@ -22885,14 +23044,14 @@
},
"end": {
"line": 383,
- "column": 40
+ "column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11661,
- "end": 11688,
+ "start": 11719,
+ "end": 11739,
"loc": {
"start": {
"line": 383,
@@ -22900,13 +23059,13 @@
},
"end": {
"line": 383,
- "column": 39
+ "column": 32
}
},
"id": {
"type": "Identifier",
- "start": 11661,
- "end": 11663,
+ "start": 11719,
+ "end": 11721,
"loc": {
"start": {
"line": 383,
@@ -22922,8 +23081,8 @@
},
"init": {
"type": "MemberExpression",
- "start": 11666,
- "end": 11688,
+ "start": 11724,
+ "end": 11739,
"loc": {
"start": {
"line": 383,
@@ -22931,13 +23090,13 @@
},
"end": {
"line": 383,
- "column": 39
+ "column": 32
}
},
"object": {
- "type": "MemberExpression",
- "start": 11666,
- "end": 11678,
+ "type": "Identifier",
+ "start": 11724,
+ "end": 11729,
"loc": {
"start": {
"line": 383,
@@ -22945,57 +23104,24 @@
},
"end": {
"line": 383,
- "column": 29
- }
- },
- "object": {
- "type": "Identifier",
- "start": 11666,
- "end": 11667,
- "loc": {
- "start": {
- "line": 383,
- "column": 17
- },
- "end": {
- "line": 383,
- "column": 18
- },
- "identifierName": "n"
+ "column": 22
},
- "name": "n"
+ "identifierName": "items"
},
- "property": {
- "type": "Identifier",
- "start": 11668,
- "end": 11678,
- "loc": {
- "start": {
- "line": 383,
- "column": 19
- },
- "end": {
- "line": 383,
- "column": 29
- },
- "identifierName": "childNodes"
- },
- "name": "childNodes"
- },
- "computed": false
+ "name": "items"
},
"property": {
"type": "Identifier",
- "start": 11679,
- "end": 11687,
+ "start": 11730,
+ "end": 11738,
"loc": {
"start": {
"line": 383,
- "column": 30
+ "column": 23
},
"end": {
"line": 383,
- "column": 38
+ "column": 31
},
"identifierName": "chkIndex"
},
@@ -23005,295 +23131,21 @@
}
}
],
- "kind": "let"
- },
- {
- "type": "VariableDeclaration",
- "start": 11698,
- "end": 11740,
- "loc": {
- "start": {
- "line": 384,
- "column": 8
- },
- "end": {
- "line": 384,
- "column": 50
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 11702,
- "end": 11739,
- "loc": {
- "start": {
- "line": 384,
- "column": 12
- },
- "end": {
- "line": 384,
- "column": 49
- }
- },
- "id": {
- "type": "Identifier",
- "start": 11702,
- "end": 11710,
- "loc": {
- "start": {
- "line": 384,
- "column": 12
- },
- "end": {
- "line": 384,
- "column": 20
- },
- "identifierName": "colIndex"
- },
- "name": "colIndex"
- },
- "init": {
- "type": "CallExpression",
- "start": 11713,
- "end": 11739,
- "loc": {
- "start": {
- "line": 384,
- "column": 23
- },
- "end": {
- "line": 384,
- "column": 49
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 11713,
- "end": 11727,
- "loc": {
- "start": {
- "line": 384,
- "column": 23
- },
- "end": {
- "line": 384,
- "column": 37
- }
- },
- "object": {
- "type": "Identifier",
- "start": 11713,
- "end": 11714,
- "loc": {
- "start": {
- "line": 384,
- "column": 23
- },
- "end": {
- "line": 384,
- "column": 24
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 11715,
- "end": 11727,
- "loc": {
- "start": {
- "line": 384,
- "column": 25
- },
- "end": {
- "line": 384,
- "column": 37
- },
- "identifierName": "getAttribute"
- },
- "name": "getAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 11728,
- "end": 11738,
- "loc": {
- "start": {
- "line": 384,
- "column": 38
- },
- "end": {
- "line": 384,
- "column": 48
- }
- },
- "extra": {
- "rawValue": "colIndex",
- "raw": "'colIndex'"
- },
- "value": "colIndex"
- }
- ]
- }
- }
- ],
- "kind": "let"
- },
- {
- "type": "VariableDeclaration",
- "start": 11749,
- "end": 11788,
- "loc": {
- "start": {
- "line": 385,
- "column": 8
- },
- "end": {
- "line": 385,
- "column": 47
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 11753,
- "end": 11787,
- "loc": {
- "start": {
- "line": 385,
- "column": 12
- },
- "end": {
- "line": 385,
- "column": 46
- }
- },
- "id": {
- "type": "Identifier",
- "start": 11753,
- "end": 11761,
- "loc": {
- "start": {
- "line": 385,
- "column": 12
- },
- "end": {
- "line": 385,
- "column": 20
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue"
- },
- "init": {
- "type": "CallExpression",
- "start": 11764,
- "end": 11787,
- "loc": {
- "start": {
- "line": 385,
- "column": 23
- },
- "end": {
- "line": 385,
- "column": 46
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 11764,
- "end": 11778,
- "loc": {
- "start": {
- "line": 385,
- "column": 23
- },
- "end": {
- "line": 385,
- "column": 37
- }
- },
- "object": {
- "type": "Identifier",
- "start": 11764,
- "end": 11765,
- "loc": {
- "start": {
- "line": 385,
- "column": 23
- },
- "end": {
- "line": 385,
- "column": 24
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 11766,
- "end": 11778,
- "loc": {
- "start": {
- "line": 385,
- "column": 25
- },
- "end": {
- "line": 385,
- "column": 37
- },
- "identifierName": "getAttribute"
- },
- "name": "getAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 11779,
- "end": 11786,
- "loc": {
- "start": {
- "line": 385,
- "column": 38
- },
- "end": {
- "line": 385,
- "column": 45
- }
- },
- "extra": {
- "rawValue": "value",
- "raw": "'value'"
- },
- "value": "value"
- }
- ]
- }
- }
- ],
"kind": "let",
"trailingComments": [
{
"type": "CommentLine",
- "value": "filter value (ul tag)",
- "start": 11789,
- "end": 11812,
+ "value": "selected values (ul tag)",
+ "start": 11749,
+ "end": 11775,
"loc": {
"start": {
- "line": 385,
- "column": 48
+ "line": 384,
+ "column": 8
},
"end": {
- "line": 385,
- "column": 71
+ "line": 384,
+ "column": 34
}
}
}
@@ -23301,137 +23153,173 @@
},
{
"type": "VariableDeclaration",
- "start": 11821,
- "end": 11864,
+ "start": 11784,
+ "end": 11830,
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 8
},
"end": {
- "line": 386,
- "column": 51
+ "line": 385,
+ "column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 11825,
- "end": 11863,
+ "start": 11788,
+ "end": 11829,
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 12
},
"end": {
- "line": 386,
- "column": 50
+ "line": 385,
+ "column": 53
}
},
"id": {
"type": "Identifier",
- "start": 11825,
- "end": 11835,
+ "start": 11788,
+ "end": 11797,
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 12
},
"end": {
- "line": 386,
- "column": 22
+ "line": 385,
+ "column": 21
},
- "identifierName": "fltIndexes"
+ "identifierName": "slcValues"
},
- "name": "fltIndexes",
+ "name": "slcValues",
"leadingComments": null
},
"init": {
- "type": "CallExpression",
- "start": 11838,
- "end": 11863,
+ "type": "LogicalExpression",
+ "start": 11800,
+ "end": 11829,
"loc": {
"start": {
- "line": 386,
- "column": 25
+ "line": 385,
+ "column": 24
},
"end": {
- "line": 386,
- "column": 50
+ "line": 385,
+ "column": 53
}
},
- "callee": {
- "type": "MemberExpression",
- "start": 11838,
- "end": 11852,
+ "left": {
+ "type": "CallExpression",
+ "start": 11800,
+ "end": 11823,
"loc": {
"start": {
- "line": 386,
- "column": 25
+ "line": 385,
+ "column": 24
},
"end": {
- "line": 386,
- "column": 39
+ "line": 385,
+ "column": 47
}
},
- "object": {
- "type": "Identifier",
- "start": 11838,
- "end": 11839,
+ "callee": {
+ "type": "MemberExpression",
+ "start": 11800,
+ "end": 11814,
"loc": {
"start": {
- "line": 386,
- "column": 25
+ "line": 385,
+ "column": 24
},
"end": {
- "line": 386,
- "column": 26
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 11840,
- "end": 11852,
- "loc": {
- "start": {
- "line": 386,
- "column": 27
- },
- "end": {
- "line": 386,
- "column": 39
- },
- "identifierName": "getAttribute"
- },
- "name": "getAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 11853,
- "end": 11862,
- "loc": {
- "start": {
- "line": 386,
- "column": 40
- },
- "end": {
- "line": 386,
- "column": 49
+ "line": 385,
+ "column": 38
}
},
- "extra": {
- "rawValue": "indexes",
- "raw": "'indexes'"
+ "object": {
+ "type": "Identifier",
+ "start": 11800,
+ "end": 11801,
+ "loc": {
+ "start": {
+ "line": 385,
+ "column": 24
+ },
+ "end": {
+ "line": 385,
+ "column": 25
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
},
- "value": "indexes"
- }
- ]
+ "property": {
+ "type": "Identifier",
+ "start": 11802,
+ "end": 11814,
+ "loc": {
+ "start": {
+ "line": 385,
+ "column": 26
+ },
+ "end": {
+ "line": 385,
+ "column": 38
+ },
+ "identifierName": "getAttribute"
+ },
+ "name": "getAttribute"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "StringLiteral",
+ "start": 11815,
+ "end": 11822,
+ "loc": {
+ "start": {
+ "line": 385,
+ "column": 39
+ },
+ "end": {
+ "line": 385,
+ "column": 46
+ }
+ },
+ "extra": {
+ "rawValue": "value",
+ "raw": "'value'"
+ },
+ "value": "value"
+ }
+ ]
+ },
+ "operator": "||",
+ "right": {
+ "type": "StringLiteral",
+ "start": 11827,
+ "end": 11829,
+ "loc": {
+ "start": {
+ "line": 385,
+ "column": 51
+ },
+ "end": {
+ "line": 385,
+ "column": 53
+ }
+ },
+ "extra": {
+ "rawValue": "",
+ "raw": "''"
+ },
+ "value": ""
+ }
},
"leadingComments": null
}
@@ -23440,17 +23328,17 @@
"leadingComments": [
{
"type": "CommentLine",
- "value": "filter value (ul tag)",
- "start": 11789,
- "end": 11812,
+ "value": "selected values (ul tag)",
+ "start": 11749,
+ "end": 11775,
"loc": {
"start": {
- "line": 385,
- "column": 48
+ "line": 384,
+ "column": 8
},
"end": {
- "line": 385,
- "column": 71
+ "line": 384,
+ "column": 34
}
}
}
@@ -23458,17 +23346,210 @@
"trailingComments": [
{
"type": "CommentLine",
- "value": "selected items (ul tag)",
- "start": 11865,
- "end": 11890,
+ "value": "selected items indexes (ul tag)",
+ "start": 11839,
+ "end": 11872,
"loc": {
"start": {
"line": 386,
- "column": 52
+ "column": 8
},
"end": {
"line": 386,
- "column": 77
+ "column": 41
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 11881,
+ "end": 11930,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 8
+ },
+ "end": {
+ "line": 387,
+ "column": 57
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 11885,
+ "end": 11929,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 12
+ },
+ "end": {
+ "line": 387,
+ "column": 56
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 11885,
+ "end": 11895,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 12
+ },
+ "end": {
+ "line": 387,
+ "column": 22
+ },
+ "identifierName": "slcIndexes"
+ },
+ "name": "slcIndexes",
+ "leadingComments": null
+ },
+ "init": {
+ "type": "LogicalExpression",
+ "start": 11898,
+ "end": 11929,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 25
+ },
+ "end": {
+ "line": 387,
+ "column": 56
+ }
+ },
+ "left": {
+ "type": "CallExpression",
+ "start": 11898,
+ "end": 11923,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 25
+ },
+ "end": {
+ "line": 387,
+ "column": 50
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 11898,
+ "end": 11912,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 25
+ },
+ "end": {
+ "line": 387,
+ "column": 39
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 11898,
+ "end": 11899,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 25
+ },
+ "end": {
+ "line": 387,
+ "column": 26
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 11900,
+ "end": 11912,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 27
+ },
+ "end": {
+ "line": 387,
+ "column": 39
+ },
+ "identifierName": "getAttribute"
+ },
+ "name": "getAttribute"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "StringLiteral",
+ "start": 11913,
+ "end": 11922,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 40
+ },
+ "end": {
+ "line": 387,
+ "column": 49
+ }
+ },
+ "extra": {
+ "rawValue": "indexes",
+ "raw": "'indexes'"
+ },
+ "value": "indexes"
+ }
+ ]
+ },
+ "operator": "||",
+ "right": {
+ "type": "StringLiteral",
+ "start": 11927,
+ "end": 11929,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 54
+ },
+ "end": {
+ "line": 387,
+ "column": 56
+ }
+ },
+ "extra": {
+ "rawValue": "",
+ "raw": "''"
+ },
+ "value": ""
+ }
+ },
+ "leadingComments": null
+ }
+ ],
+ "kind": "let",
+ "leadingComments": [
+ {
+ "type": "CommentLine",
+ "value": "selected items indexes (ul tag)",
+ "start": 11839,
+ "end": 11872,
+ "loc": {
+ "start": {
+ "line": 386,
+ "column": 8
+ },
+ "end": {
+ "line": 386,
+ "column": 41
}
}
}
@@ -23476,92 +23557,90 @@
},
{
"type": "IfStatement",
- "start": 11900,
- "end": 14168,
+ "start": 11940,
+ "end": 13698,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 8
},
"end": {
- "line": 441,
+ "line": 435,
"column": 9
}
},
"test": {
"type": "MemberExpression",
- "start": 11904,
- "end": 11913,
+ "start": 11944,
+ "end": 11953,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 12
},
"end": {
- "line": 388,
+ "line": 389,
"column": 21
}
},
"object": {
"type": "Identifier",
- "start": 11904,
- "end": 11905,
+ "start": 11944,
+ "end": 11945,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 12
},
"end": {
- "line": 388,
+ "line": 389,
"column": 13
},
"identifierName": "o"
},
- "name": "o",
- "leadingComments": null
+ "name": "o"
},
"property": {
"type": "Identifier",
- "start": 11906,
- "end": 11913,
+ "start": 11946,
+ "end": 11953,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 14
},
"end": {
- "line": 388,
+ "line": 389,
"column": 21
},
"identifierName": "checked"
},
"name": "checked"
},
- "computed": false,
- "leadingComments": null
+ "computed": false
},
"consequent": {
"type": "BlockStatement",
- "start": 11915,
- "end": 13504,
+ "start": 11955,
+ "end": 13194,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 23
},
"end": {
- "line": 426,
+ "line": 424,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
- "start": 11957,
- "end": 13306,
+ "start": 11997,
+ "end": 13068,
"loc": {
"start": {
- "line": 390,
+ "line": 391,
"column": 12
},
"end": {
@@ -23571,29 +23650,29 @@
},
"test": {
"type": "BinaryExpression",
- "start": 11961,
- "end": 11976,
+ "start": 12001,
+ "end": 12016,
"loc": {
"start": {
- "line": 390,
+ "line": 391,
"column": 16
},
"end": {
- "line": 390,
+ "line": 391,
"column": 31
}
},
"left": {
"type": "Identifier",
- "start": 11961,
- "end": 11969,
+ "start": 12001,
+ "end": 12009,
"loc": {
"start": {
- "line": 390,
+ "line": 391,
"column": 16
},
"end": {
- "line": 390,
+ "line": 391,
"column": 24
},
"identifierName": "chkValue"
@@ -23604,15 +23683,15 @@
"operator": "===",
"right": {
"type": "StringLiteral",
- "start": 11974,
- "end": 11976,
+ "start": 12014,
+ "end": 12016,
"loc": {
"start": {
- "line": 390,
+ "line": 391,
"column": 29
},
"end": {
- "line": 390,
+ "line": 391,
"column": 31
}
},
@@ -23626,142 +23705,52 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 11978,
- "end": 12778,
+ "start": 12018,
+ "end": 12590,
"loc": {
"start": {
- "line": 390,
+ "line": 391,
"column": 33
},
"end": {
- "line": 409,
+ "line": 407,
"column": 13
}
},
"body": [
{
- "type": "IfStatement",
- "start": 11996,
- "end": 12671,
+ "type": "VariableDeclaration",
+ "start": 12068,
+ "end": 12113,
"loc": {
"start": {
- "line": 391,
+ "line": 393,
"column": 16
},
"end": {
- "line": 405,
- "column": 17
+ "line": 393,
+ "column": 61
}
},
- "test": {
- "type": "LogicalExpression",
- "start": 12001,
- "end": 12032,
- "loc": {
- "start": {
- "line": 391,
- "column": 21
- },
- "end": {
- "line": 391,
- "column": 52
- }
- },
- "left": {
- "type": "Identifier",
- "start": 12001,
- "end": 12011,
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 12072,
+ "end": 12112,
"loc": {
"start": {
- "line": 391,
- "column": 21
+ "line": 393,
+ "column": 20
},
"end": {
- "line": 391,
- "column": 31
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- },
- "operator": "&&",
- "right": {
- "type": "BinaryExpression",
- "start": 12015,
- "end": 12032,
- "loc": {
- "start": {
- "line": 391,
- "column": 35
- },
- "end": {
- "line": 391,
- "column": 52
+ "line": 393,
+ "column": 60
}
},
- "left": {
+ "id": {
"type": "Identifier",
- "start": 12015,
- "end": 12025,
- "loc": {
- "start": {
- "line": 391,
- "column": 35
- },
- "end": {
- "line": 391,
- "column": 45
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- },
- "operator": "!==",
- "right": {
- "type": "StringLiteral",
- "start": 12030,
- "end": 12032,
- "loc": {
- "start": {
- "line": 391,
- "column": 50
- },
- "end": {
- "line": 391,
- "column": 52
- }
- },
- "extra": {
- "rawValue": "",
- "raw": "''"
- },
- "value": ""
- }
- },
- "extra": {
- "parenthesized": true,
- "parenStart": 12000
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "start": 12035,
- "end": 12671,
- "loc": {
- "start": {
- "line": 391,
- "column": 55
- },
- "end": {
- "line": 405,
- "column": 17
- }
- },
- "body": [
- {
- "type": "VariableDeclaration",
- "start": 12093,
- "end": 12139,
+ "start": 12072,
+ "end": 12079,
"loc": {
"start": {
"line": 393,
@@ -23769,695 +23758,402 @@
},
"end": {
"line": 393,
- "column": 66
- }
+ "column": 27
+ },
+ "identifierName": "indexes"
},
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 12097,
- "end": 12138,
- "loc": {
- "start": {
- "line": 393,
- "column": 24
- },
- "end": {
- "line": 393,
- "column": 65
- }
- },
- "id": {
- "type": "Identifier",
- "start": 12097,
- "end": 12105,
- "loc": {
- "start": {
- "line": 393,
- "column": 24
- },
- "end": {
- "line": 393,
- "column": 32
- },
- "identifierName": "indSplit"
- },
- "name": "indSplit",
- "leadingComments": null
- },
- "init": {
- "type": "CallExpression",
- "start": 12108,
- "end": 12138,
- "loc": {
- "start": {
- "line": 393,
- "column": 35
- },
- "end": {
- "line": 393,
- "column": 65
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 12108,
- "end": 12124,
- "loc": {
- "start": {
- "line": 393,
- "column": 35
- },
- "end": {
- "line": 393,
- "column": 51
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12108,
- "end": 12118,
- "loc": {
- "start": {
- "line": 393,
- "column": 35
- },
- "end": {
- "line": 393,
- "column": 45
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- },
- "property": {
- "type": "Identifier",
- "start": 12119,
- "end": 12124,
- "loc": {
- "start": {
- "line": 393,
- "column": 46
- },
- "end": {
- "line": 393,
- "column": 51
- },
- "identifierName": "split"
- },
- "name": "split"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "MemberExpression",
- "start": 12125,
- "end": 12137,
- "loc": {
- "start": {
- "line": 393,
- "column": 52
- },
- "end": {
- "line": 393,
- "column": 64
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12125,
- "end": 12127,
- "loc": {
- "start": {
- "line": 393,
- "column": 52
- },
- "end": {
- "line": 393,
- "column": 54
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 12128,
- "end": 12137,
- "loc": {
- "start": {
- "line": 393,
- "column": 55
- },
- "end": {
- "line": 393,
- "column": 64
- },
- "identifierName": "separator"
- },
- "name": "separator"
- },
- "computed": false
- }
- ]
- },
- "leadingComments": null
- }
- ],
- "kind": "let",
- "leadingComments": [
- {
- "type": "CommentLine",
- "value": "items indexes",
- "start": 12057,
- "end": 12072,
- "loc": {
- "start": {
- "line": 392,
- "column": 20
- },
- "end": {
- "line": 392,
- "column": 35
- }
- }
- }
- ],
- "trailingComments": [
- {
- "type": "CommentLine",
- "value": "checked items loop",
- "start": 12160,
- "end": 12180,
- "loc": {
- "start": {
- "line": 394,
- "column": 20
- },
- "end": {
- "line": 394,
- "column": 40
- }
- }
- }
- ]
+ "name": "indexes",
+ "leadingComments": null
},
- {
- "type": "ForStatement",
- "start": 12201,
- "end": 12653,
+ "init": {
+ "type": "CallExpression",
+ "start": 12082,
+ "end": 12112,
"loc": {
"start": {
- "line": 395,
- "column": 20
+ "line": 393,
+ "column": 30
},
"end": {
- "line": 404,
- "column": 21
+ "line": 393,
+ "column": 60
}
},
- "init": {
- "type": "VariableDeclaration",
- "start": 12206,
- "end": 12215,
+ "callee": {
+ "type": "MemberExpression",
+ "start": 12082,
+ "end": 12098,
"loc": {
"start": {
- "line": 395,
- "column": 25
+ "line": 393,
+ "column": 30
},
"end": {
- "line": 395,
- "column": 34
+ "line": 393,
+ "column": 46
}
},
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 12210,
- "end": 12215,
- "loc": {
- "start": {
- "line": 395,
- "column": 29
- },
- "end": {
- "line": 395,
- "column": 34
- }
- },
- "id": {
- "type": "Identifier",
- "start": 12210,
- "end": 12211,
- "loc": {
- "start": {
- "line": 395,
- "column": 29
- },
- "end": {
- "line": 395,
- "column": 30
- },
- "identifierName": "u"
- },
- "name": "u",
- "leadingComments": null
- },
- "init": {
- "type": "NumericLiteral",
- "start": 12214,
- "end": 12215,
- "loc": {
- "start": {
- "line": 395,
- "column": 33
- },
- "end": {
- "line": 395,
- "column": 34
- }
- },
- "extra": {
- "rawValue": 0,
- "raw": "0"
- },
- "value": 0
- },
- "leadingComments": null
- }
- ],
- "kind": "let",
- "leadingComments": null
- },
- "test": {
- "type": "BinaryExpression",
- "start": 12217,
- "end": 12236,
- "loc": {
- "start": {
- "line": 395,
- "column": 36
- },
- "end": {
- "line": 395,
- "column": 55
- }
- },
- "left": {
+ "object": {
"type": "Identifier",
- "start": 12217,
- "end": 12218,
+ "start": 12082,
+ "end": 12092,
"loc": {
"start": {
- "line": 395,
- "column": 36
+ "line": 393,
+ "column": 30
},
"end": {
- "line": 395,
- "column": 37
- },
- "identifierName": "u"
- },
- "name": "u"
- },
- "operator": "<",
- "right": {
- "type": "MemberExpression",
- "start": 12221,
- "end": 12236,
- "loc": {
- "start": {
- "line": 395,
+ "line": 393,
"column": 40
},
+ "identifierName": "slcIndexes"
+ },
+ "name": "slcIndexes"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12093,
+ "end": 12098,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 41
+ },
"end": {
- "line": 395,
- "column": 55
+ "line": 393,
+ "column": 46
+ },
+ "identifierName": "split"
+ },
+ "name": "split"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "MemberExpression",
+ "start": 12099,
+ "end": 12111,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 47
+ },
+ "end": {
+ "line": 393,
+ "column": 59
}
},
"object": {
"type": "Identifier",
- "start": 12221,
- "end": 12229,
+ "start": 12099,
+ "end": 12101,
"loc": {
"start": {
- "line": 395,
- "column": 40
+ "line": 393,
+ "column": 47
},
"end": {
- "line": 395,
- "column": 48
+ "line": 393,
+ "column": 49
},
- "identifierName": "indSplit"
+ "identifierName": "tf"
},
- "name": "indSplit"
+ "name": "tf"
},
"property": {
"type": "Identifier",
- "start": 12230,
- "end": 12236,
+ "start": 12102,
+ "end": 12111,
"loc": {
"start": {
- "line": 395,
- "column": 49
+ "line": 393,
+ "column": 50
},
"end": {
- "line": 395,
- "column": 55
+ "line": 393,
+ "column": 59
},
- "identifierName": "length"
+ "identifierName": "separator"
},
- "name": "length"
+ "name": "separator"
},
"computed": false
}
+ ]
+ },
+ "leadingComments": null
+ }
+ ],
+ "kind": "let",
+ "leadingComments": [
+ {
+ "type": "CommentLine",
+ "value": "items indexes",
+ "start": 12036,
+ "end": 12051,
+ "loc": {
+ "start": {
+ "line": 392,
+ "column": 16
},
- "update": {
- "type": "UpdateExpression",
- "start": 12238,
- "end": 12241,
- "loc": {
- "start": {
- "line": 395,
- "column": 57
- },
- "end": {
- "line": 395,
- "column": 60
- }
+ "end": {
+ "line": 392,
+ "column": 31
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 12130,
+ "end": 12482,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 16
+ },
+ "end": {
+ "line": 402,
+ "column": 19
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 12130,
+ "end": 12481,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 16
+ },
+ "end": {
+ "line": 402,
+ "column": 18
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 12130,
+ "end": 12145,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 16
+ },
+ "end": {
+ "line": 394,
+ "column": 31
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12130,
+ "end": 12137,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 16
},
- "operator": "++",
- "prefix": false,
- "argument": {
- "type": "Identifier",
- "start": 12238,
- "end": 12239,
- "loc": {
- "start": {
- "line": 395,
- "column": 57
- },
- "end": {
- "line": 395,
- "column": 58
- },
- "identifierName": "u"
- },
- "name": "u"
+ "end": {
+ "line": 394,
+ "column": 23
+ },
+ "identifierName": "indexes"
+ },
+ "name": "indexes"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12138,
+ "end": 12145,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 24
+ },
+ "end": {
+ "line": 394,
+ "column": 31
+ },
+ "identifierName": "forEach"
+ },
+ "name": "forEach"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "ArrowFunctionExpression",
+ "start": 12146,
+ "end": 12480,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 32
+ },
+ "end": {
+ "line": 402,
+ "column": 17
}
},
+ "id": null,
+ "generator": false,
+ "expression": false,
+ "async": false,
+ "params": [
+ {
+ "type": "Identifier",
+ "start": 12146,
+ "end": 12149,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 32
+ },
+ "end": {
+ "line": 394,
+ "column": 35
+ },
+ "identifierName": "idx"
+ },
+ "name": "idx"
+ }
+ ],
"body": {
"type": "BlockStatement",
- "start": 12243,
- "end": 12653,
+ "start": 12153,
+ "end": 12480,
"loc": {
"start": {
- "line": 395,
- "column": 62
+ "line": 394,
+ "column": 39
},
"end": {
- "line": 404,
- "column": 21
+ "line": 402,
+ "column": 17
}
},
"body": [
{
- "type": "VariableDeclaration",
- "start": 12308,
- "end": 12392,
+ "type": "ExpressionStatement",
+ "start": 12175,
+ "end": 12193,
"loc": {
"start": {
- "line": 397,
- "column": 24
+ "line": 395,
+ "column": 20
},
"end": {
- "line": 398,
- "column": 41
+ "line": 395,
+ "column": 38
+ }
+ },
+ "expression": {
+ "type": "AssignmentExpression",
+ "start": 12175,
+ "end": 12192,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 20
+ },
+ "end": {
+ "line": 395,
+ "column": 37
+ }
+ },
+ "operator": "=",
+ "left": {
+ "type": "Identifier",
+ "start": 12175,
+ "end": 12178,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 20
+ },
+ "end": {
+ "line": 395,
+ "column": 23
+ },
+ "identifierName": "idx"
+ },
+ "name": "idx"
+ },
+ "right": {
+ "type": "CallExpression",
+ "start": 12181,
+ "end": 12192,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 26
+ },
+ "end": {
+ "line": 395,
+ "column": 37
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 12181,
+ "end": 12187,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 26
+ },
+ "end": {
+ "line": 395,
+ "column": 32
+ },
+ "identifierName": "Number"
+ },
+ "name": "Number"
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 12188,
+ "end": 12191,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 33
+ },
+ "end": {
+ "line": 395,
+ "column": 36
+ },
+ "identifierName": "idx"
+ },
+ "name": "idx"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 12214,
+ "end": 12234,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 20
+ },
+ "end": {
+ "line": 396,
+ "column": 40
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 12312,
- "end": 12391,
- "loc": {
- "start": {
- "line": 397,
- "column": 28
- },
- "end": {
- "line": 398,
- "column": 40
- }
- },
- "id": {
- "type": "Identifier",
- "start": 12312,
- "end": 12316,
- "loc": {
- "start": {
- "line": 397,
- "column": 28
- },
- "end": {
- "line": 397,
- "column": 32
- },
- "identifierName": "cChk"
- },
- "name": "cChk",
- "leadingComments": null
- },
- "init": {
- "type": "CallExpression",
- "start": 12319,
- "end": 12391,
- "loc": {
- "start": {
- "line": 397,
- "column": 35
- },
- "end": {
- "line": 398,
- "column": 40
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 12319,
- "end": 12322,
- "loc": {
- "start": {
- "line": 397,
- "column": 35
- },
- "end": {
- "line": 397,
- "column": 38
- },
- "identifierName": "elm"
- },
- "name": "elm"
- },
- "arguments": [
- {
- "type": "BinaryExpression",
- "start": 12323,
- "end": 12390,
- "loc": {
- "start": {
- "line": 397,
- "column": 39
- },
- "end": {
- "line": 398,
- "column": 39
- }
- },
- "left": {
- "type": "BinaryExpression",
- "start": 12323,
- "end": 12348,
- "loc": {
- "start": {
- "line": 397,
- "column": 39
- },
- "end": {
- "line": 397,
- "column": 64
- }
- },
- "left": {
- "type": "MemberExpression",
- "start": 12323,
- "end": 12342,
- "loc": {
- "start": {
- "line": 397,
- "column": 39
- },
- "end": {
- "line": 397,
- "column": 58
- }
- },
- "object": {
- "type": "MemberExpression",
- "start": 12323,
- "end": 12332,
- "loc": {
- "start": {
- "line": 397,
- "column": 39
- },
- "end": {
- "line": 397,
- "column": 48
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12323,
- "end": 12325,
- "loc": {
- "start": {
- "line": 397,
- "column": 39
- },
- "end": {
- "line": 397,
- "column": 41
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 12326,
- "end": 12332,
- "loc": {
- "start": {
- "line": 397,
- "column": 42
- },
- "end": {
- "line": 397,
- "column": 48
- },
- "identifierName": "fltIds"
- },
- "name": "fltIds"
- },
- "computed": false
- },
- "property": {
- "type": "Identifier",
- "start": 12333,
- "end": 12341,
- "loc": {
- "start": {
- "line": 397,
- "column": 49
- },
- "end": {
- "line": 397,
- "column": 57
- },
- "identifierName": "colIndex"
- },
- "name": "colIndex"
- },
- "computed": true
- },
- "operator": "+",
- "right": {
- "type": "StringLiteral",
- "start": 12345,
- "end": 12348,
- "loc": {
- "start": {
- "line": 397,
- "column": 61
- },
- "end": {
- "line": 397,
- "column": 64
- }
- },
- "extra": {
- "rawValue": "_",
- "raw": "'_'"
- },
- "value": "_"
- }
- },
- "operator": "+",
- "right": {
- "type": "MemberExpression",
- "start": 12379,
- "end": 12390,
- "loc": {
- "start": {
- "line": 398,
- "column": 28
- },
- "end": {
- "line": 398,
- "column": 39
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12379,
- "end": 12387,
- "loc": {
- "start": {
- "line": 398,
- "column": 28
- },
- "end": {
- "line": 398,
- "column": 36
- },
- "identifierName": "indSplit"
- },
- "name": "indSplit"
- },
- "property": {
- "type": "Identifier",
- "start": 12388,
- "end": 12389,
- "loc": {
- "start": {
- "line": 398,
- "column": 37
- },
- "end": {
- "line": 398,
- "column": 38
- },
- "identifierName": "u"
- },
- "name": "u"
- },
- "computed": true
- }
- }
- ]
- },
- "leadingComments": null
- }
- ],
- "kind": "let",
- "leadingComments": [
- {
- "type": "CommentLine",
- "value": "checked item",
- "start": 12269,
- "end": 12283,
+ "start": 12218,
+ "end": 12233,
"loc": {
"start": {
"line": 396,
@@ -24465,130 +24161,424 @@
},
"end": {
"line": 396,
- "column": 38
+ "column": 39
}
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 12218,
+ "end": 12220,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 24
+ },
+ "end": {
+ "line": 396,
+ "column": 26
+ },
+ "identifierName": "li"
+ },
+ "name": "li"
+ },
+ "init": {
+ "type": "MemberExpression",
+ "start": 12223,
+ "end": 12233,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 29
+ },
+ "end": {
+ "line": 396,
+ "column": 39
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12223,
+ "end": 12228,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 29
+ },
+ "end": {
+ "line": 396,
+ "column": 34
+ },
+ "identifierName": "items"
+ },
+ "name": "items"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12229,
+ "end": 12232,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 35
+ },
+ "end": {
+ "line": 396,
+ "column": 38
+ },
+ "identifierName": "idx"
+ },
+ "name": "idx"
+ },
+ "computed": true
}
}
- ]
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 12255,
+ "end": 12285,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 20
+ },
+ "end": {
+ "line": 397,
+ "column": 50
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 12259,
+ "end": 12284,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 24
+ },
+ "end": {
+ "line": 397,
+ "column": 49
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 12259,
+ "end": 12262,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 24
+ },
+ "end": {
+ "line": 397,
+ "column": 27
+ },
+ "identifierName": "chx"
+ },
+ "name": "chx"
+ },
+ "init": {
+ "type": "MemberExpression",
+ "start": 12265,
+ "end": 12284,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 30
+ },
+ "end": {
+ "line": 397,
+ "column": 49
+ }
+ },
+ "object": {
+ "type": "CallExpression",
+ "start": 12265,
+ "end": 12281,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 30
+ },
+ "end": {
+ "line": 397,
+ "column": 46
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 12265,
+ "end": 12268,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 30
+ },
+ "end": {
+ "line": 397,
+ "column": 33
+ },
+ "identifierName": "tag"
+ },
+ "name": "tag"
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 12269,
+ "end": 12271,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 34
+ },
+ "end": {
+ "line": 397,
+ "column": 36
+ },
+ "identifierName": "li"
+ },
+ "name": "li"
+ },
+ {
+ "type": "StringLiteral",
+ "start": 12273,
+ "end": 12280,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 38
+ },
+ "end": {
+ "line": 397,
+ "column": 45
+ }
+ },
+ "extra": {
+ "rawValue": "input",
+ "raw": "'input'"
+ },
+ "value": "input"
+ }
+ ]
+ },
+ "property": {
+ "type": "NumericLiteral",
+ "start": 12282,
+ "end": 12283,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 47
+ },
+ "end": {
+ "line": 397,
+ "column": 48
+ }
+ },
+ "extra": {
+ "rawValue": 0,
+ "raw": "0"
+ },
+ "value": 0
+ },
+ "computed": true
+ }
+ }
+ ],
+ "kind": "let"
},
{
"type": "IfStatement",
- "start": 12417,
- "end": 12631,
+ "start": 12306,
+ "end": 12462,
"loc": {
"start": {
- "line": 399,
- "column": 24
+ "line": 398,
+ "column": 20
},
"end": {
- "line": 403,
- "column": 25
+ "line": 401,
+ "column": 21
}
},
"test": {
- "type": "Identifier",
- "start": 12421,
- "end": 12425,
+ "type": "LogicalExpression",
+ "start": 12310,
+ "end": 12324,
"loc": {
"start": {
- "line": 399,
- "column": 28
+ "line": 398,
+ "column": 24
},
"end": {
- "line": 399,
- "column": 32
- },
- "identifierName": "cChk"
+ "line": 398,
+ "column": 38
+ }
},
- "name": "cChk"
+ "left": {
+ "type": "Identifier",
+ "start": 12310,
+ "end": 12313,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 24
+ },
+ "end": {
+ "line": 398,
+ "column": 27
+ },
+ "identifierName": "chx"
+ },
+ "name": "chx"
+ },
+ "operator": "&&",
+ "right": {
+ "type": "BinaryExpression",
+ "start": 12317,
+ "end": 12324,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 31
+ },
+ "end": {
+ "line": 398,
+ "column": 38
+ }
+ },
+ "left": {
+ "type": "Identifier",
+ "start": 12317,
+ "end": 12320,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 31
+ },
+ "end": {
+ "line": 398,
+ "column": 34
+ },
+ "identifierName": "idx"
+ },
+ "name": "idx"
+ },
+ "operator": ">",
+ "right": {
+ "type": "NumericLiteral",
+ "start": 12323,
+ "end": 12324,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 37
+ },
+ "end": {
+ "line": 398,
+ "column": 38
+ }
+ },
+ "extra": {
+ "rawValue": 0,
+ "raw": "0"
+ },
+ "value": 0
+ }
+ }
},
"consequent": {
"type": "BlockStatement",
- "start": 12427,
- "end": 12631,
+ "start": 12326,
+ "end": 12462,
"loc": {
"start": {
- "line": 399,
- "column": 34
+ "line": 398,
+ "column": 40
},
"end": {
- "line": 403,
- "column": 25
+ "line": 401,
+ "column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 12457,
- "end": 12478,
+ "start": 12352,
+ "end": 12372,
"loc": {
"start": {
- "line": 400,
- "column": 28
+ "line": 399,
+ "column": 24
},
"end": {
- "line": 400,
- "column": 49
+ "line": 399,
+ "column": 44
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 12457,
- "end": 12477,
+ "start": 12352,
+ "end": 12371,
"loc": {
"start": {
- "line": 400,
- "column": 28
+ "line": 399,
+ "column": 24
},
"end": {
- "line": 400,
- "column": 48
+ "line": 399,
+ "column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 12457,
- "end": 12469,
+ "start": 12352,
+ "end": 12363,
"loc": {
"start": {
- "line": 400,
- "column": 28
+ "line": 399,
+ "column": 24
},
"end": {
- "line": 400,
- "column": 40
+ "line": 399,
+ "column": 35
}
},
"object": {
"type": "Identifier",
- "start": 12457,
- "end": 12461,
+ "start": 12352,
+ "end": 12355,
"loc": {
"start": {
- "line": 400,
- "column": 28
+ "line": 399,
+ "column": 24
},
"end": {
- "line": 400,
- "column": 32
+ "line": 399,
+ "column": 27
},
- "identifierName": "cChk"
+ "identifierName": "chx"
},
- "name": "cChk"
+ "name": "chx"
},
"property": {
"type": "Identifier",
- "start": 12462,
- "end": 12469,
+ "start": 12356,
+ "end": 12363,
"loc": {
"start": {
- "line": 400,
- "column": 33
+ "line": 399,
+ "column": 28
},
"end": {
- "line": 400,
- "column": 40
+ "line": 399,
+ "column": 35
},
"identifierName": "checked"
},
@@ -24598,16 +24588,16 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 12472,
- "end": 12477,
+ "start": 12366,
+ "end": 12371,
"loc": {
"start": {
- "line": 400,
- "column": 43
+ "line": 399,
+ "column": 38
},
"end": {
- "line": 400,
- "column": 48
+ "line": 399,
+ "column": 43
}
},
"value": false
@@ -24616,44 +24606,44 @@
},
{
"type": "ExpressionStatement",
- "start": 12507,
- "end": 12605,
+ "start": 12397,
+ "end": 12440,
"loc": {
"start": {
- "line": 401,
- "column": 28
+ "line": 400,
+ "column": 24
},
"end": {
- "line": 402,
- "column": 59
+ "line": 400,
+ "column": 67
}
},
"expression": {
"type": "CallExpression",
- "start": 12507,
- "end": 12604,
+ "start": 12397,
+ "end": 12439,
"loc": {
"start": {
- "line": 401,
- "column": 28
+ "line": 400,
+ "column": 24
},
"end": {
- "line": 402,
- "column": 58
+ "line": 400,
+ "column": 66
}
},
"callee": {
"type": "Identifier",
- "start": 12507,
- "end": 12518,
+ "start": 12397,
+ "end": 12408,
"loc": {
"start": {
- "line": 401,
- "column": 28
+ "line": 400,
+ "column": 24
},
"end": {
- "line": 401,
- "column": 39
+ "line": 400,
+ "column": 35
},
"identifierName": "removeClass"
},
@@ -24661,162 +24651,63 @@
},
"arguments": [
{
- "type": "MemberExpression",
- "start": 12519,
- "end": 12544,
+ "type": "Identifier",
+ "start": 12409,
+ "end": 12411,
"loc": {
"start": {
- "line": 401,
+ "line": 400,
+ "column": 36
+ },
+ "end": {
+ "line": 400,
+ "column": 38
+ },
+ "identifierName": "li"
+ },
+ "name": "li"
+ },
+ {
+ "type": "MemberExpression",
+ "start": 12413,
+ "end": 12438,
+ "loc": {
+ "start": {
+ "line": 400,
"column": 40
},
"end": {
- "line": 401,
+ "line": 400,
"column": 65
}
},
"object": {
- "type": "MemberExpression",
- "start": 12519,
- "end": 12531,
+ "type": "ThisExpression",
+ "start": 12413,
+ "end": 12417,
"loc": {
"start": {
- "line": 401,
+ "line": 400,
"column": 40
},
"end": {
- "line": 401,
- "column": 52
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12519,
- "end": 12520,
- "loc": {
- "start": {
- "line": 401,
- "column": 40
- },
- "end": {
- "line": 401,
- "column": 41
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 12521,
- "end": 12531,
- "loc": {
- "start": {
- "line": 401,
- "column": 42
- },
- "end": {
- "line": 401,
- "column": 52
- },
- "identifierName": "childNodes"
- },
- "name": "childNodes"
- },
- "computed": false
- },
- "property": {
- "type": "MemberExpression",
- "start": 12532,
- "end": 12543,
- "loc": {
- "start": {
- "line": 401,
- "column": 53
- },
- "end": {
- "line": 401,
- "column": 64
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12532,
- "end": 12540,
- "loc": {
- "start": {
- "line": 401,
- "column": 53
- },
- "end": {
- "line": 401,
- "column": 61
- },
- "identifierName": "indSplit"
- },
- "name": "indSplit"
- },
- "property": {
- "type": "Identifier",
- "start": 12541,
- "end": 12542,
- "loc": {
- "start": {
- "line": 401,
- "column": 62
- },
- "end": {
- "line": 401,
- "column": 63
- },
- "identifierName": "u"
- },
- "name": "u"
- },
- "computed": true
- },
- "computed": true
- },
- {
- "type": "MemberExpression",
- "start": 12578,
- "end": 12603,
- "loc": {
- "start": {
- "line": 402,
- "column": 32
- },
- "end": {
- "line": 402,
- "column": 57
- }
- },
- "object": {
- "type": "ThisExpression",
- "start": 12578,
- "end": 12582,
- "loc": {
- "start": {
- "line": 402,
- "column": 32
- },
- "end": {
- "line": 402,
- "column": 36
+ "line": 400,
+ "column": 44
}
}
},
"property": {
"type": "Identifier",
- "start": 12583,
- "end": 12603,
+ "start": 12418,
+ "end": 12438,
"loc": {
"start": {
- "line": 402,
- "column": 37
+ "line": 400,
+ "column": 45
},
"end": {
- "line": 402,
- "column": 57
+ "line": 400,
+ "column": 65
},
"identifierName": "selectedItemCssClass"
},
@@ -24834,84 +24725,64 @@
}
],
"directives": []
- },
- "leadingComments": [
- {
- "type": "CommentLine",
- "value": "checked items loop",
- "start": 12160,
- "end": 12180,
- "loc": {
- "start": {
- "line": 394,
- "column": 20
- },
- "end": {
- "line": 394,
- "column": 40
- }
- }
- }
- ]
+ }
}
- ],
- "directives": []
- },
- "alternate": null
+ ]
+ }
},
{
"type": "ExpressionStatement",
- "start": 12688,
- "end": 12716,
+ "start": 12500,
+ "end": 12528,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 16
},
"end": {
- "line": 406,
+ "line": 404,
"column": 44
}
},
"expression": {
"type": "CallExpression",
- "start": 12688,
- "end": 12715,
+ "start": 12500,
+ "end": 12527,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 16
},
"end": {
- "line": 406,
+ "line": 404,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
- "start": 12688,
- "end": 12702,
+ "start": 12500,
+ "end": 12514,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 16
},
"end": {
- "line": 406,
+ "line": 404,
"column": 30
}
},
"object": {
"type": "Identifier",
- "start": 12688,
- "end": 12689,
+ "start": 12500,
+ "end": 12501,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 16
},
"end": {
- "line": 406,
+ "line": 404,
"column": 17
},
"identifierName": "n"
@@ -24920,15 +24791,15 @@
},
"property": {
"type": "Identifier",
- "start": 12690,
- "end": 12702,
+ "start": 12502,
+ "end": 12514,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 18
},
"end": {
- "line": 406,
+ "line": 404,
"column": 30
},
"identifierName": "setAttribute"
@@ -24940,15 +24811,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 12703,
- "end": 12710,
+ "start": 12515,
+ "end": 12522,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 31
},
"end": {
- "line": 406,
+ "line": 404,
"column": 38
}
},
@@ -24960,15 +24831,15 @@
},
{
"type": "StringLiteral",
- "start": 12712,
- "end": 12714,
+ "start": 12524,
+ "end": 12526,
"loc": {
"start": {
- "line": 406,
+ "line": 404,
"column": 40
},
"end": {
- "line": 406,
+ "line": 404,
"column": 42
}
},
@@ -24983,57 +24854,57 @@
},
{
"type": "ExpressionStatement",
- "start": 12733,
- "end": 12763,
+ "start": 12545,
+ "end": 12575,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 16
},
"end": {
- "line": 407,
+ "line": 405,
"column": 46
}
},
"expression": {
"type": "CallExpression",
- "start": 12733,
- "end": 12762,
+ "start": 12545,
+ "end": 12574,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 16
},
"end": {
- "line": 407,
+ "line": 405,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
- "start": 12733,
- "end": 12747,
+ "start": 12545,
+ "end": 12559,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 16
},
"end": {
- "line": 407,
+ "line": 405,
"column": 30
}
},
"object": {
"type": "Identifier",
- "start": 12733,
- "end": 12734,
+ "start": 12545,
+ "end": 12546,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 16
},
"end": {
- "line": 407,
+ "line": 405,
"column": 17
},
"identifierName": "n"
@@ -25042,15 +24913,15 @@
},
"property": {
"type": "Identifier",
- "start": 12735,
- "end": 12747,
+ "start": 12547,
+ "end": 12559,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 18
},
"end": {
- "line": 407,
+ "line": 405,
"column": 30
},
"identifierName": "setAttribute"
@@ -25062,15 +24933,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 12748,
- "end": 12757,
+ "start": 12560,
+ "end": 12569,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 31
},
"end": {
- "line": 407,
+ "line": 405,
"column": 40
}
},
@@ -25082,15 +24953,15 @@
},
{
"type": "StringLiteral",
- "start": 12759,
- "end": 12761,
+ "start": 12571,
+ "end": 12573,
"loc": {
"start": {
- "line": 407,
+ "line": 405,
"column": 42
},
"end": {
- "line": 407,
+ "line": 405,
"column": 44
}
},
@@ -25108,11 +24979,11 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 12784,
- "end": 13306,
+ "start": 12596,
+ "end": 13068,
"loc": {
"start": {
- "line": 409,
+ "line": 407,
"column": 19
},
"end": {
@@ -25122,331 +24993,1533 @@
},
"body": [
{
- "type": "ExpressionStatement",
- "start": 12802,
- "end": 12840,
+ "type": "VariableDeclaration",
+ "start": 12614,
+ "end": 12665,
"loc": {
"start": {
- "line": 410,
+ "line": 408,
"column": 16
},
"end": {
- "line": 410,
- "column": 54
+ "line": 408,
+ "column": 67
}
},
- "expression": {
- "type": "AssignmentExpression",
- "start": 12802,
- "end": 12839,
- "loc": {
- "start": {
- "line": 410,
- "column": 16
- },
- "end": {
- "line": 410,
- "column": 53
- }
- },
- "operator": "=",
- "left": {
- "type": "Identifier",
- "start": 12802,
- "end": 12810,
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 12618,
+ "end": 12664,
"loc": {
"start": {
- "line": 410,
- "column": 16
+ "line": 408,
+ "column": 20
},
"end": {
- "line": 410,
- "column": 24
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue"
- },
- "right": {
- "type": "ConditionalExpression",
- "start": 12813,
- "end": 12839,
- "loc": {
- "start": {
- "line": 410,
- "column": 27
- },
- "end": {
- "line": 410,
- "column": 53
+ "line": 408,
+ "column": 66
}
},
- "test": {
+ "id": {
"type": "Identifier",
- "start": 12814,
- "end": 12822,
+ "start": 12618,
+ "end": 12625,
"loc": {
"start": {
- "line": 410,
- "column": 28
+ "line": 408,
+ "column": 20
},
"end": {
- "line": 410,
- "column": 36
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue",
- "extra": {
- "parenthesized": true,
- "parenStart": 12813
- }
- },
- "consequent": {
- "type": "Identifier",
- "start": 12826,
- "end": 12834,
- "loc": {
- "start": {
- "line": 410,
- "column": 40
- },
- "end": {
- "line": 410,
- "column": 48
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue"
- },
- "alternate": {
- "type": "StringLiteral",
- "start": 12837,
- "end": 12839,
- "loc": {
- "start": {
- "line": 410,
- "column": 51
- },
- "end": {
- "line": 410,
- "column": 53
- }
- },
- "extra": {
- "rawValue": "",
- "raw": "''"
- },
- "value": ""
- }
- }
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 12857,
- "end": 12942,
- "loc": {
- "start": {
- "line": 411,
- "column": 16
- },
- "end": {
- "line": 412,
- "column": 35
- }
- },
- "expression": {
- "type": "AssignmentExpression",
- "start": 12857,
- "end": 12941,
- "loc": {
- "start": {
- "line": 411,
- "column": 16
- },
- "end": {
- "line": 412,
- "column": 34
- }
- },
- "operator": "=",
- "left": {
- "type": "Identifier",
- "start": 12857,
- "end": 12865,
- "loc": {
- "start": {
- "line": 411,
- "column": 16
- },
- "end": {
- "line": 411,
- "column": 24
- },
- "identifierName": "chkValue"
- },
- "name": "chkValue"
- },
- "right": {
- "type": "CallExpression",
- "start": 12868,
- "end": 12941,
- "loc": {
- "start": {
- "line": 411,
- "column": 27
- },
- "end": {
- "line": 412,
- "column": 34
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 12868,
- "end": 12872,
- "loc": {
- "start": {
- "line": 411,
+ "line": 408,
"column": 27
},
- "end": {
- "line": 411,
- "column": 31
- },
- "identifierName": "trim"
+ "identifierName": "indexes"
},
- "name": "trim"
+ "name": "indexes"
},
- "arguments": [
- {
+ "init": {
+ "type": "BinaryExpression",
+ "start": 12628,
+ "end": 12664,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 30
+ },
+ "end": {
+ "line": 408,
+ "column": 66
+ }
+ },
+ "left": {
"type": "BinaryExpression",
- "start": 12873,
- "end": 12940,
+ "start": 12628,
+ "end": 12649,
"loc": {
"start": {
- "line": 411,
- "column": 32
+ "line": 408,
+ "column": 30
},
"end": {
- "line": 412,
- "column": 33
+ "line": 408,
+ "column": 51
}
},
"left": {
- "type": "BinaryExpression",
- "start": 12873,
- "end": 12904,
+ "type": "Identifier",
+ "start": 12628,
+ "end": 12638,
"loc": {
"start": {
- "line": 411,
- "column": 32
+ "line": 408,
+ "column": 30
},
"end": {
- "line": 411,
- "column": 63
+ "line": 408,
+ "column": 40
+ },
+ "identifierName": "slcIndexes"
+ },
+ "name": "slcIndexes"
+ },
+ "operator": "+",
+ "right": {
+ "type": "Identifier",
+ "start": 12641,
+ "end": 12649,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 43
+ },
+ "end": {
+ "line": 408,
+ "column": 51
+ },
+ "identifierName": "chkIndex"
+ },
+ "name": "chkIndex"
+ }
+ },
+ "operator": "+",
+ "right": {
+ "type": "MemberExpression",
+ "start": 12652,
+ "end": 12664,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 54
+ },
+ "end": {
+ "line": 408,
+ "column": 66
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12652,
+ "end": 12654,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 54
+ },
+ "end": {
+ "line": 408,
+ "column": 56
+ },
+ "identifierName": "tf"
+ },
+ "name": "tf"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12655,
+ "end": 12664,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 57
+ },
+ "end": {
+ "line": 408,
+ "column": 66
+ },
+ "identifierName": "separator"
+ },
+ "name": "separator"
+ },
+ "computed": false
+ }
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 12682,
+ "end": 12770,
+ "loc": {
+ "start": {
+ "line": 409,
+ "column": 16
+ },
+ "end": {
+ "line": 410,
+ "column": 75
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 12686,
+ "end": 12769,
+ "loc": {
+ "start": {
+ "line": 409,
+ "column": 20
+ },
+ "end": {
+ "line": 410,
+ "column": 74
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 12686,
+ "end": 12692,
+ "loc": {
+ "start": {
+ "line": 409,
+ "column": 20
+ },
+ "end": {
+ "line": 409,
+ "column": 26
+ },
+ "identifierName": "values"
+ },
+ "name": "values"
+ },
+ "init": {
+ "type": "CallExpression",
+ "start": 12715,
+ "end": 12769,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 20
+ },
+ "end": {
+ "line": 410,
+ "column": 74
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 12715,
+ "end": 12719,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 20
+ },
+ "end": {
+ "line": 410,
+ "column": 24
+ },
+ "identifierName": "trim"
+ },
+ "name": "trim"
+ },
+ "arguments": [
+ {
+ "type": "BinaryExpression",
+ "start": 12720,
+ "end": 12768,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 25
+ },
+ "end": {
+ "line": 410,
+ "column": 73
}
},
"left": {
"type": "BinaryExpression",
- "start": 12873,
- "end": 12898,
+ "start": 12720,
+ "end": 12752,
"loc": {
"start": {
- "line": 411,
- "column": 32
+ "line": 410,
+ "column": 25
},
"end": {
- "line": 411,
+ "line": 410,
"column": 57
}
},
"left": {
"type": "BinaryExpression",
- "start": 12873,
- "end": 12887,
+ "start": 12720,
+ "end": 12746,
"loc": {
"start": {
- "line": 411,
- "column": 32
+ "line": 410,
+ "column": 25
},
"end": {
- "line": 411,
- "column": 46
+ "line": 410,
+ "column": 51
}
},
"left": {
- "type": "Identifier",
- "start": 12873,
- "end": 12881,
+ "type": "BinaryExpression",
+ "start": 12720,
+ "end": 12735,
"loc": {
"start": {
- "line": 411,
- "column": 32
+ "line": 410,
+ "column": 25
},
"end": {
- "line": 411,
+ "line": 410,
"column": 40
- },
- "identifierName": "fltValue"
+ }
},
- "name": "fltValue"
+ "left": {
+ "type": "Identifier",
+ "start": 12720,
+ "end": 12729,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 25
+ },
+ "end": {
+ "line": 410,
+ "column": 34
+ },
+ "identifierName": "slcValues"
+ },
+ "name": "slcValues"
+ },
+ "operator": "+",
+ "right": {
+ "type": "StringLiteral",
+ "start": 12732,
+ "end": 12735,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 37
+ },
+ "end": {
+ "line": 410,
+ "column": 40
+ }
+ },
+ "extra": {
+ "rawValue": " ",
+ "raw": "' '"
+ },
+ "value": " "
+ }
},
"operator": "+",
"right": {
- "type": "StringLiteral",
- "start": 12884,
- "end": 12887,
+ "type": "Identifier",
+ "start": 12738,
+ "end": 12746,
"loc": {
"start": {
- "line": 411,
+ "line": 410,
"column": 43
},
"end": {
- "line": 411,
- "column": 46
- }
+ "line": 410,
+ "column": 51
+ },
+ "identifierName": "chkValue"
},
- "extra": {
- "rawValue": " ",
- "raw": "' '"
- },
- "value": " "
+ "name": "chkValue"
}
},
"operator": "+",
"right": {
- "type": "Identifier",
- "start": 12890,
- "end": 12898,
+ "type": "StringLiteral",
+ "start": 12749,
+ "end": 12752,
"loc": {
"start": {
- "line": 411,
- "column": 49
+ "line": 410,
+ "column": 54
},
"end": {
- "line": 411,
+ "line": 410,
"column": 57
- },
- "identifierName": "chkValue"
+ }
},
- "name": "chkValue"
+ "extra": {
+ "rawValue": " ",
+ "raw": "' '"
+ },
+ "value": " "
}
},
"operator": "+",
"right": {
- "type": "StringLiteral",
- "start": 12901,
- "end": 12904,
+ "type": "MemberExpression",
+ "start": 12755,
+ "end": 12768,
"loc": {
"start": {
- "line": 411,
+ "line": 410,
"column": 60
},
"end": {
- "line": 411,
- "column": 63
+ "line": 410,
+ "column": 73
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12755,
+ "end": 12757,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 60
+ },
+ "end": {
+ "line": 410,
+ "column": 62
+ },
+ "identifierName": "tf"
+ },
+ "name": "tf"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12758,
+ "end": 12768,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 63
+ },
+ "end": {
+ "line": 410,
+ "column": 73
+ },
+ "identifierName": "orOperator"
+ },
+ "name": "orOperator"
+ },
+ "computed": false
+ }
+ }
+ ]
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 12788,
+ "end": 12820,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 16
+ },
+ "end": {
+ "line": 412,
+ "column": 48
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 12788,
+ "end": 12819,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 16
+ },
+ "end": {
+ "line": 412,
+ "column": 47
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 12788,
+ "end": 12802,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 16
+ },
+ "end": {
+ "line": 412,
+ "column": 30
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12788,
+ "end": 12789,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 16
+ },
+ "end": {
+ "line": 412,
+ "column": 17
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12790,
+ "end": 12802,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 18
+ },
+ "end": {
+ "line": 412,
+ "column": 30
+ },
+ "identifierName": "setAttribute"
+ },
+ "name": "setAttribute"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "StringLiteral",
+ "start": 12803,
+ "end": 12810,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 31
+ },
+ "end": {
+ "line": 412,
+ "column": 38
+ }
+ },
+ "extra": {
+ "rawValue": "value",
+ "raw": "'value'"
+ },
+ "value": "value"
+ },
+ {
+ "type": "Identifier",
+ "start": 12812,
+ "end": 12818,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 40
+ },
+ "end": {
+ "line": 412,
+ "column": 46
+ },
+ "identifierName": "values"
+ },
+ "name": "values"
+ }
+ ]
+ }
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 12837,
+ "end": 12872,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 16
+ },
+ "end": {
+ "line": 413,
+ "column": 51
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 12837,
+ "end": 12871,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 16
+ },
+ "end": {
+ "line": 413,
+ "column": 50
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 12837,
+ "end": 12851,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 16
+ },
+ "end": {
+ "line": 413,
+ "column": 30
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12837,
+ "end": 12838,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 16
+ },
+ "end": {
+ "line": 413,
+ "column": 17
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 12839,
+ "end": 12851,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 18
+ },
+ "end": {
+ "line": 413,
+ "column": 30
+ },
+ "identifierName": "setAttribute"
+ },
+ "name": "setAttribute"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "StringLiteral",
+ "start": 12852,
+ "end": 12861,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 31
+ },
+ "end": {
+ "line": 413,
+ "column": 40
+ }
+ },
+ "extra": {
+ "rawValue": "indexes",
+ "raw": "'indexes'"
+ },
+ "value": "indexes"
+ },
+ {
+ "type": "Identifier",
+ "start": 12863,
+ "end": 12870,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 42
+ },
+ "end": {
+ "line": 413,
+ "column": 49
+ },
+ "identifierName": "indexes"
+ },
+ "name": "indexes"
+ }
+ ]
+ },
+ "trailingComments": [
+ {
+ "type": "CommentLine",
+ "value": "uncheck first option",
+ "start": 12890,
+ "end": 12912,
+ "loc": {
+ "start": {
+ "line": 415,
+ "column": 16
+ },
+ "end": {
+ "line": 415,
+ "column": 38
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 12929,
+ "end": 12966,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 16
+ },
+ "end": {
+ "line": 416,
+ "column": 53
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 12933,
+ "end": 12965,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 20
+ },
+ "end": {
+ "line": 416,
+ "column": 52
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 12933,
+ "end": 12937,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 20
+ },
+ "end": {
+ "line": 416,
+ "column": 24
+ },
+ "identifierName": "chx0"
+ },
+ "name": "chx0",
+ "leadingComments": null
+ },
+ "init": {
+ "type": "MemberExpression",
+ "start": 12940,
+ "end": 12965,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 27
+ },
+ "end": {
+ "line": 416,
+ "column": 52
+ }
+ },
+ "object": {
+ "type": "CallExpression",
+ "start": 12940,
+ "end": 12962,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 27
+ },
+ "end": {
+ "line": 416,
+ "column": 49
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 12940,
+ "end": 12943,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 27
+ },
+ "end": {
+ "line": 416,
+ "column": 30
+ },
+ "identifierName": "tag"
+ },
+ "name": "tag"
+ },
+ "arguments": [
+ {
+ "type": "MemberExpression",
+ "start": 12944,
+ "end": 12952,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 31
+ },
+ "end": {
+ "line": 416,
+ "column": 39
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 12944,
+ "end": 12949,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 31
+ },
+ "end": {
+ "line": 416,
+ "column": 36
+ },
+ "identifierName": "items"
+ },
+ "name": "items"
+ },
+ "property": {
+ "type": "NumericLiteral",
+ "start": 12950,
+ "end": 12951,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 37
+ },
+ "end": {
+ "line": 416,
+ "column": 38
+ }
+ },
+ "extra": {
+ "rawValue": 0,
+ "raw": "0"
+ },
+ "value": 0
+ },
+ "computed": true
+ },
+ {
+ "type": "StringLiteral",
+ "start": 12954,
+ "end": 12961,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 41
+ },
+ "end": {
+ "line": 416,
+ "column": 48
+ }
+ },
+ "extra": {
+ "rawValue": "input",
+ "raw": "'input'"
+ },
+ "value": "input"
+ }
+ ]
+ },
+ "property": {
+ "type": "NumericLiteral",
+ "start": 12963,
+ "end": 12964,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 50
+ },
+ "end": {
+ "line": 416,
+ "column": 51
+ }
+ },
+ "extra": {
+ "rawValue": 0,
+ "raw": "0"
+ },
+ "value": 0
+ },
+ "computed": true
+ },
+ "leadingComments": null
+ }
+ ],
+ "kind": "let",
+ "leadingComments": [
+ {
+ "type": "CommentLine",
+ "value": "uncheck first option",
+ "start": 12890,
+ "end": 12912,
+ "loc": {
+ "start": {
+ "line": 415,
+ "column": 16
+ },
+ "end": {
+ "line": 415,
+ "column": 38
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "IfStatement",
+ "start": 12983,
+ "end": 13054,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 16
+ },
+ "end": {
+ "line": 419,
+ "column": 17
+ }
+ },
+ "test": {
+ "type": "Identifier",
+ "start": 12987,
+ "end": 12991,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 20
+ },
+ "end": {
+ "line": 417,
+ "column": 24
+ },
+ "identifierName": "chx0"
+ },
+ "name": "chx0"
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "start": 12993,
+ "end": 13054,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 26
+ },
+ "end": {
+ "line": 419,
+ "column": 17
+ }
+ },
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "start": 13015,
+ "end": 13036,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 20
+ },
+ "end": {
+ "line": 418,
+ "column": 41
+ }
+ },
+ "expression": {
+ "type": "AssignmentExpression",
+ "start": 13015,
+ "end": 13035,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 20
+ },
+ "end": {
+ "line": 418,
+ "column": 40
+ }
+ },
+ "operator": "=",
+ "left": {
+ "type": "MemberExpression",
+ "start": 13015,
+ "end": 13027,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 20
+ },
+ "end": {
+ "line": 418,
+ "column": 32
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 13015,
+ "end": 13019,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 20
+ },
+ "end": {
+ "line": 418,
+ "column": 24
+ },
+ "identifierName": "chx0"
+ },
+ "name": "chx0"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13020,
+ "end": 13027,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 25
+ },
+ "end": {
+ "line": 418,
+ "column": 32
+ },
+ "identifierName": "checked"
+ },
+ "name": "checked"
+ },
+ "computed": false
+ },
+ "right": {
+ "type": "BooleanLiteral",
+ "start": 13030,
+ "end": 13035,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 35
+ },
+ "end": {
+ "line": 418,
+ "column": 40
+ }
+ },
+ "value": false
+ }
+ }
+ }
+ ],
+ "directives": []
+ },
+ "alternate": null
+ }
+ ],
+ "directives": []
+ },
+ "leadingComments": [
+ {
+ "type": "CommentLine",
+ "value": "show all item",
+ "start": 11969,
+ "end": 11984,
+ "loc": {
+ "start": {
+ "line": 390,
+ "column": 12
+ },
+ "end": {
+ "line": 390,
+ "column": 27
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 13082,
+ "end": 13131,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 12
+ },
+ "end": {
+ "line": 422,
+ "column": 61
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 13082,
+ "end": 13130,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 12
+ },
+ "end": {
+ "line": 422,
+ "column": 60
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13082,
+ "end": 13093,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 12
+ },
+ "end": {
+ "line": 422,
+ "column": 23
+ },
+ "identifierName": "removeClass"
+ },
+ "name": "removeClass"
+ },
+ "arguments": [
+ {
+ "type": "MemberExpression",
+ "start": 13094,
+ "end": 13102,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 24
+ },
+ "end": {
+ "line": 422,
+ "column": 32
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 13094,
+ "end": 13099,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 24
+ },
+ "end": {
+ "line": 422,
+ "column": 29
+ },
+ "identifierName": "items"
+ },
+ "name": "items"
+ },
+ "property": {
+ "type": "NumericLiteral",
+ "start": 13100,
+ "end": 13101,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 30
+ },
+ "end": {
+ "line": 422,
+ "column": 31
+ }
+ },
+ "extra": {
+ "rawValue": 0,
+ "raw": "0"
+ },
+ "value": 0
+ },
+ "computed": true
+ },
+ {
+ "type": "MemberExpression",
+ "start": 13104,
+ "end": 13129,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 34
+ },
+ "end": {
+ "line": 422,
+ "column": 59
+ }
+ },
+ "object": {
+ "type": "ThisExpression",
+ "start": 13104,
+ "end": 13108,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 34
+ },
+ "end": {
+ "line": 422,
+ "column": 38
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13109,
+ "end": 13129,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 39
+ },
+ "end": {
+ "line": 422,
+ "column": 59
+ },
+ "identifierName": "selectedItemCssClass"
+ },
+ "name": "selectedItemCssClass"
+ },
+ "computed": false
+ }
+ ]
+ }
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 13144,
+ "end": 13184,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 12
+ },
+ "end": {
+ "line": 423,
+ "column": 52
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 13144,
+ "end": 13183,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 12
+ },
+ "end": {
+ "line": 423,
+ "column": 51
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13144,
+ "end": 13152,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 12
+ },
+ "end": {
+ "line": 423,
+ "column": 20
+ },
+ "identifierName": "addClass"
+ },
+ "name": "addClass"
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 13153,
+ "end": 13155,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 21
+ },
+ "end": {
+ "line": 423,
+ "column": 23
+ },
+ "identifierName": "li"
+ },
+ "name": "li"
+ },
+ {
+ "type": "MemberExpression",
+ "start": 13157,
+ "end": 13182,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 25
+ },
+ "end": {
+ "line": 423,
+ "column": 50
+ }
+ },
+ "object": {
+ "type": "ThisExpression",
+ "start": 13157,
+ "end": 13161,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 25
+ },
+ "end": {
+ "line": 423,
+ "column": 29
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13162,
+ "end": 13182,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 30
+ },
+ "end": {
+ "line": 423,
+ "column": 50
+ },
+ "identifierName": "selectedItemCssClass"
+ },
+ "name": "selectedItemCssClass"
+ },
+ "computed": false
+ }
+ ]
+ }
+ }
+ ],
+ "directives": []
+ },
+ "alternate": {
+ "type": "BlockStatement",
+ "start": 13200,
+ "end": 13698,
+ "loc": {
+ "start": {
+ "line": 424,
+ "column": 15
+ },
+ "end": {
+ "line": 435,
+ "column": 9
+ }
+ },
+ "body": [
+ {
+ "type": "VariableDeclaration",
+ "start": 13243,
+ "end": 13329,
+ "loc": {
+ "start": {
+ "line": 425,
+ "column": 12
+ },
+ "end": {
+ "line": 426,
+ "column": 67
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 13247,
+ "end": 13328,
+ "loc": {
+ "start": {
+ "line": 425,
+ "column": 16
+ },
+ "end": {
+ "line": 426,
+ "column": 66
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 13247,
+ "end": 13259,
+ "loc": {
+ "start": {
+ "line": 425,
+ "column": 16
+ },
+ "end": {
+ "line": 425,
+ "column": 28
+ },
+ "identifierName": "replaceValue"
+ },
+ "name": "replaceValue",
+ "leadingComments": null
+ },
+ "init": {
+ "type": "NewExpression",
+ "start": 13278,
+ "end": 13328,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 16
+ },
+ "end": {
+ "line": 426,
+ "column": 66
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13282,
+ "end": 13288,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 20
+ },
+ "end": {
+ "line": 426,
+ "column": 26
+ },
+ "identifierName": "RegExp"
+ },
+ "name": "RegExp"
+ },
+ "arguments": [
+ {
+ "type": "CallExpression",
+ "start": 13289,
+ "end": 13327,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 27
+ },
+ "end": {
+ "line": 426,
+ "column": 65
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13289,
+ "end": 13295,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 27
+ },
+ "end": {
+ "line": 426,
+ "column": 33
+ },
+ "identifierName": "rgxEsc"
+ },
+ "name": "rgxEsc"
+ },
+ "arguments": [
+ {
+ "type": "BinaryExpression",
+ "start": 13296,
+ "end": 13326,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 34
+ },
+ "end": {
+ "line": 426,
+ "column": 64
+ }
+ },
+ "left": {
+ "type": "BinaryExpression",
+ "start": 13296,
+ "end": 13310,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 34
+ },
+ "end": {
+ "line": 426,
+ "column": 48
+ }
+ },
+ "left": {
+ "type": "Identifier",
+ "start": 13296,
+ "end": 13304,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 34
+ },
+ "end": {
+ "line": 426,
+ "column": 42
+ },
+ "identifierName": "chkValue"
+ },
+ "name": "chkValue"
+ },
+ "operator": "+",
+ "right": {
+ "type": "StringLiteral",
+ "start": 13307,
+ "end": 13310,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 45
+ },
+ "end": {
+ "line": 426,
+ "column": 48
}
},
"extra": {
@@ -25459,30 +26532,30 @@
"operator": "+",
"right": {
"type": "MemberExpression",
- "start": 12927,
- "end": 12940,
+ "start": 13313,
+ "end": 13326,
"loc": {
"start": {
- "line": 412,
- "column": 20
+ "line": 426,
+ "column": 51
},
"end": {
- "line": 412,
- "column": 33
+ "line": 426,
+ "column": 64
}
},
"object": {
"type": "Identifier",
- "start": 12927,
- "end": 12929,
+ "start": 13313,
+ "end": 13315,
"loc": {
"start": {
- "line": 412,
- "column": 20
+ "line": 426,
+ "column": 51
},
"end": {
- "line": 412,
- "column": 22
+ "line": 426,
+ "column": 53
},
"identifierName": "tf"
},
@@ -25490,16 +26563,16 @@
},
"property": {
"type": "Identifier",
- "start": 12930,
- "end": 12940,
+ "start": 13316,
+ "end": 13326,
"loc": {
"start": {
- "line": 412,
- "column": 23
+ "line": 426,
+ "column": 54
},
"end": {
- "line": 412,
- "column": 33
+ "line": 426,
+ "column": 64
},
"identifierName": "orOperator"
},
@@ -25510,2437 +26583,25 @@
}
]
}
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 12959,
- "end": 13007,
- "loc": {
- "start": {
- "line": 413,
- "column": 16
- },
- "end": {
- "line": 413,
- "column": 64
- }
- },
- "expression": {
- "type": "AssignmentExpression",
- "start": 12959,
- "end": 13006,
- "loc": {
- "start": {
- "line": 413,
- "column": 16
- },
- "end": {
- "line": 413,
- "column": 63
- }
- },
- "operator": "=",
- "left": {
- "type": "Identifier",
- "start": 12959,
- "end": 12967,
- "loc": {
- "start": {
- "line": 413,
- "column": 16
- },
- "end": {
- "line": 413,
- "column": 24
- },
- "identifierName": "chkIndex"
- },
- "name": "chkIndex"
- },
- "right": {
- "type": "BinaryExpression",
- "start": 12970,
- "end": 13006,
- "loc": {
- "start": {
- "line": 413,
- "column": 27
- },
- "end": {
- "line": 413,
- "column": 63
- }
- },
- "left": {
- "type": "BinaryExpression",
- "start": 12970,
- "end": 12991,
- "loc": {
- "start": {
- "line": 413,
- "column": 27
- },
- "end": {
- "line": 413,
- "column": 48
- }
- },
- "left": {
- "type": "Identifier",
- "start": 12970,
- "end": 12980,
- "loc": {
- "start": {
- "line": 413,
- "column": 27
- },
- "end": {
- "line": 413,
- "column": 37
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- },
- "operator": "+",
- "right": {
- "type": "Identifier",
- "start": 12983,
- "end": 12991,
- "loc": {
- "start": {
- "line": 413,
- "column": 40
- },
- "end": {
- "line": 413,
- "column": 48
- },
- "identifierName": "chkIndex"
- },
- "name": "chkIndex"
- }
- },
- "operator": "+",
- "right": {
- "type": "MemberExpression",
- "start": 12994,
- "end": 13006,
- "loc": {
- "start": {
- "line": 413,
- "column": 51
- },
- "end": {
- "line": 413,
- "column": 63
- }
- },
- "object": {
- "type": "Identifier",
- "start": 12994,
- "end": 12996,
- "loc": {
- "start": {
- "line": 413,
- "column": 51
- },
- "end": {
- "line": 413,
- "column": 53
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 12997,
- "end": 13006,
- "loc": {
- "start": {
- "line": 413,
- "column": 54
- },
- "end": {
- "line": 413,
- "column": 63
- },
- "identifierName": "separator"
- },
- "name": "separator"
- },
- "computed": false
- }
- }
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 13024,
- "end": 13058,
- "loc": {
- "start": {
- "line": 414,
- "column": 16
- },
- "end": {
- "line": 414,
- "column": 50
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 13024,
- "end": 13057,
- "loc": {
- "start": {
- "line": 414,
- "column": 16
- },
- "end": {
- "line": 414,
- "column": 49
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 13024,
- "end": 13038,
- "loc": {
- "start": {
- "line": 414,
- "column": 16
- },
- "end": {
- "line": 414,
- "column": 30
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13024,
- "end": 13025,
- "loc": {
- "start": {
- "line": 414,
- "column": 16
- },
- "end": {
- "line": 414,
- "column": 17
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 13026,
- "end": 13038,
- "loc": {
- "start": {
- "line": 414,
- "column": 18
- },
- "end": {
- "line": 414,
- "column": 30
- },
- "identifierName": "setAttribute"
- },
- "name": "setAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 13039,
- "end": 13046,
- "loc": {
- "start": {
- "line": 414,
- "column": 31
- },
- "end": {
- "line": 414,
- "column": 38
- }
- },
- "extra": {
- "rawValue": "value",
- "raw": "'value'"
- },
- "value": "value"
- },
- {
- "type": "Identifier",
- "start": 13048,
- "end": 13056,
- "loc": {
- "start": {
- "line": 414,
- "column": 40
- },
- "end": {
- "line": 414,
- "column": 48
- },
- "identifierName": "chkValue"
- },
- "name": "chkValue"
- }
- ]
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 13075,
- "end": 13111,
- "loc": {
- "start": {
- "line": 415,
- "column": 16
- },
- "end": {
- "line": 415,
- "column": 52
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 13075,
- "end": 13110,
- "loc": {
- "start": {
- "line": 415,
- "column": 16
- },
- "end": {
- "line": 415,
- "column": 51
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 13075,
- "end": 13089,
- "loc": {
- "start": {
- "line": 415,
- "column": 16
- },
- "end": {
- "line": 415,
- "column": 30
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13075,
- "end": 13076,
- "loc": {
- "start": {
- "line": 415,
- "column": 16
- },
- "end": {
- "line": 415,
- "column": 17
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 13077,
- "end": 13089,
- "loc": {
- "start": {
- "line": 415,
- "column": 18
- },
- "end": {
- "line": 415,
- "column": 30
- },
- "identifierName": "setAttribute"
- },
- "name": "setAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 13090,
- "end": 13099,
- "loc": {
- "start": {
- "line": 415,
- "column": 31
- },
- "end": {
- "line": 415,
- "column": 40
- }
- },
- "extra": {
- "rawValue": "indexes",
- "raw": "'indexes'"
- },
- "value": "indexes"
- },
- {
- "type": "Identifier",
- "start": 13101,
- "end": 13109,
- "loc": {
- "start": {
- "line": 415,
- "column": 42
- },
- "end": {
- "line": 415,
- "column": 50
- },
- "identifierName": "chkIndex"
- },
- "name": "chkIndex"
- }
- ]
- },
- "trailingComments": [
- {
- "type": "CommentLine",
- "value": "1st option unchecked",
- "start": 13128,
- "end": 13150,
- "loc": {
- "start": {
- "line": 416,
- "column": 16
- },
- "end": {
- "line": 416,
- "column": 38
- }
- }
- }
]
},
- {
- "type": "IfStatement",
- "start": 13167,
- "end": 13292,
- "loc": {
- "start": {
- "line": 417,
- "column": 16
- },
- "end": {
- "line": 419,
- "column": 17
- }
- },
- "test": {
- "type": "CallExpression",
- "start": 13171,
- "end": 13202,
- "loc": {
- "start": {
- "line": 417,
- "column": 20
- },
- "end": {
- "line": 417,
- "column": 51
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13171,
- "end": 13174,
- "loc": {
- "start": {
- "line": 417,
- "column": 20
- },
- "end": {
- "line": 417,
- "column": 23
- },
- "identifierName": "elm"
- },
- "name": "elm",
- "leadingComments": null
- },
- "arguments": [
- {
- "type": "BinaryExpression",
- "start": 13175,
- "end": 13201,
- "loc": {
- "start": {
- "line": 417,
- "column": 24
- },
- "end": {
- "line": 417,
- "column": 50
- }
- },
- "left": {
- "type": "MemberExpression",
- "start": 13175,
- "end": 13194,
- "loc": {
- "start": {
- "line": 417,
- "column": 24
- },
- "end": {
- "line": 417,
- "column": 43
- }
- },
- "object": {
- "type": "MemberExpression",
- "start": 13175,
- "end": 13184,
- "loc": {
- "start": {
- "line": 417,
- "column": 24
- },
- "end": {
- "line": 417,
- "column": 33
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13175,
- "end": 13177,
- "loc": {
- "start": {
- "line": 417,
- "column": 24
- },
- "end": {
- "line": 417,
- "column": 26
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 13178,
- "end": 13184,
- "loc": {
- "start": {
- "line": 417,
- "column": 27
- },
- "end": {
- "line": 417,
- "column": 33
- },
- "identifierName": "fltIds"
- },
- "name": "fltIds"
- },
- "computed": false
- },
- "property": {
- "type": "Identifier",
- "start": 13185,
- "end": 13193,
- "loc": {
- "start": {
- "line": 417,
- "column": 34
- },
- "end": {
- "line": 417,
- "column": 42
- },
- "identifierName": "colIndex"
- },
- "name": "colIndex"
- },
- "computed": true
- },
- "operator": "+",
- "right": {
- "type": "StringLiteral",
- "start": 13197,
- "end": 13201,
- "loc": {
- "start": {
- "line": 417,
- "column": 46
- },
- "end": {
- "line": 417,
- "column": 50
- }
- },
- "extra": {
- "rawValue": "_0",
- "raw": "'_0'"
- },
- "value": "_0"
- }
- }
- ],
- "leadingComments": null
- },
- "consequent": {
- "type": "BlockStatement",
- "start": 13204,
- "end": 13292,
- "loc": {
- "start": {
- "line": 417,
- "column": 53
- },
- "end": {
- "line": 419,
- "column": 17
- }
- },
- "body": [
- {
- "type": "ExpressionStatement",
- "start": 13226,
- "end": 13274,
- "loc": {
- "start": {
- "line": 418,
- "column": 20
- },
- "end": {
- "line": 418,
- "column": 68
- }
- },
- "expression": {
- "type": "AssignmentExpression",
- "start": 13226,
- "end": 13273,
- "loc": {
- "start": {
- "line": 418,
- "column": 20
- },
- "end": {
- "line": 418,
- "column": 67
- }
- },
- "operator": "=",
- "left": {
- "type": "MemberExpression",
- "start": 13226,
- "end": 13265,
- "loc": {
- "start": {
- "line": 418,
- "column": 20
- },
- "end": {
- "line": 418,
- "column": 59
- }
- },
- "object": {
- "type": "CallExpression",
- "start": 13226,
- "end": 13257,
- "loc": {
- "start": {
- "line": 418,
- "column": 20
- },
- "end": {
- "line": 418,
- "column": 51
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13226,
- "end": 13229,
- "loc": {
- "start": {
- "line": 418,
- "column": 20
- },
- "end": {
- "line": 418,
- "column": 23
- },
- "identifierName": "elm"
- },
- "name": "elm"
- },
- "arguments": [
- {
- "type": "BinaryExpression",
- "start": 13230,
- "end": 13256,
- "loc": {
- "start": {
- "line": 418,
- "column": 24
- },
- "end": {
- "line": 418,
- "column": 50
- }
- },
- "left": {
- "type": "MemberExpression",
- "start": 13230,
- "end": 13249,
- "loc": {
- "start": {
- "line": 418,
- "column": 24
- },
- "end": {
- "line": 418,
- "column": 43
- }
- },
- "object": {
- "type": "MemberExpression",
- "start": 13230,
- "end": 13239,
- "loc": {
- "start": {
- "line": 418,
- "column": 24
- },
- "end": {
- "line": 418,
- "column": 33
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13230,
- "end": 13232,
- "loc": {
- "start": {
- "line": 418,
- "column": 24
- },
- "end": {
- "line": 418,
- "column": 26
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 13233,
- "end": 13239,
- "loc": {
- "start": {
- "line": 418,
- "column": 27
- },
- "end": {
- "line": 418,
- "column": 33
- },
- "identifierName": "fltIds"
- },
- "name": "fltIds"
- },
- "computed": false
- },
- "property": {
- "type": "Identifier",
- "start": 13240,
- "end": 13248,
- "loc": {
- "start": {
- "line": 418,
- "column": 34
- },
- "end": {
- "line": 418,
- "column": 42
- },
- "identifierName": "colIndex"
- },
- "name": "colIndex"
- },
- "computed": true
- },
- "operator": "+",
- "right": {
- "type": "StringLiteral",
- "start": 13252,
- "end": 13256,
- "loc": {
- "start": {
- "line": 418,
- "column": 46
- },
- "end": {
- "line": 418,
- "column": 50
- }
- },
- "extra": {
- "rawValue": "_0",
- "raw": "'_0'"
- },
- "value": "_0"
- }
- }
- ]
- },
- "property": {
- "type": "Identifier",
- "start": 13258,
- "end": 13265,
- "loc": {
- "start": {
- "line": 418,
- "column": 52
- },
- "end": {
- "line": 418,
- "column": 59
- },
- "identifierName": "checked"
- },
- "name": "checked"
- },
- "computed": false
- },
- "right": {
- "type": "BooleanLiteral",
- "start": 13268,
- "end": 13273,
- "loc": {
- "start": {
- "line": 418,
- "column": 62
- },
- "end": {
- "line": 418,
- "column": 67
- }
- },
- "value": false
- }
- }
- }
- ],
- "directives": []
- },
- "alternate": null,
- "leadingComments": [
- {
- "type": "CommentLine",
- "value": "1st option unchecked",
- "start": 13128,
- "end": 13150,
- "loc": {
- "start": {
- "line": 416,
- "column": 16
- },
- "end": {
- "line": 416,
- "column": 38
- }
- }
- }
- ]
- }
- ],
- "directives": []
- },
- "leadingComments": [
- {
- "type": "CommentLine",
- "value": "show all item",
- "start": 11929,
- "end": 11944,
- "loc": {
- "start": {
- "line": 389,
- "column": 12
- },
- "end": {
- "line": 389,
- "column": 27
- }
- }
- }
- ]
- },
- {
- "type": "IfStatement",
- "start": 13320,
- "end": 13494,
- "loc": {
- "start": {
- "line": 422,
- "column": 12
- },
- "end": {
- "line": 425,
- "column": 13
- }
- },
- "test": {
- "type": "BinaryExpression",
- "start": 13324,
- "end": 13347,
- "loc": {
- "start": {
- "line": 422,
- "column": 16
- },
- "end": {
- "line": 422,
- "column": 39
- }
- },
- "left": {
- "type": "MemberExpression",
- "start": 13324,
- "end": 13335,
- "loc": {
- "start": {
- "line": 422,
- "column": 16
- },
- "end": {
- "line": 422,
- "column": 27
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13324,
- "end": 13326,
- "loc": {
- "start": {
- "line": 422,
- "column": 16
- },
- "end": {
- "line": 422,
- "column": 18
- },
- "identifierName": "li"
- },
- "name": "li"
- },
- "property": {
- "type": "Identifier",
- "start": 13327,
- "end": 13335,
- "loc": {
- "start": {
- "line": 422,
- "column": 19
- },
- "end": {
- "line": 422,
- "column": 27
- },
- "identifierName": "nodeName"
- },
- "name": "nodeName"
- },
- "computed": false
- },
- "operator": "===",
- "right": {
- "type": "Identifier",
- "start": 13340,
- "end": 13347,
- "loc": {
- "start": {
- "line": 422,
- "column": 32
- },
- "end": {
- "line": 422,
- "column": 39
- },
- "identifierName": "itemTag"
- },
- "name": "itemTag"
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "start": 13349,
- "end": 13494,
- "loc": {
- "start": {
- "line": 422,
- "column": 41
- },
- "end": {
- "line": 425,
- "column": 13
- }
- },
- "body": [
- {
- "type": "ExpressionStatement",
- "start": 13367,
- "end": 13423,
- "loc": {
- "start": {
- "line": 423,
- "column": 16
- },
- "end": {
- "line": 423,
- "column": 72
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 13367,
- "end": 13422,
- "loc": {
- "start": {
- "line": 423,
- "column": 16
- },
- "end": {
- "line": 423,
- "column": 71
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13367,
- "end": 13378,
- "loc": {
- "start": {
- "line": 423,
- "column": 16
- },
- "end": {
- "line": 423,
- "column": 27
- },
- "identifierName": "removeClass"
- },
- "name": "removeClass"
- },
- "arguments": [
- {
- "type": "MemberExpression",
- "start": 13379,
- "end": 13394,
- "loc": {
- "start": {
- "line": 423,
- "column": 28
- },
- "end": {
- "line": 423,
- "column": 43
- }
- },
- "object": {
- "type": "MemberExpression",
- "start": 13379,
- "end": 13391,
- "loc": {
- "start": {
- "line": 423,
- "column": 28
- },
- "end": {
- "line": 423,
- "column": 40
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13379,
- "end": 13380,
- "loc": {
- "start": {
- "line": 423,
- "column": 28
- },
- "end": {
- "line": 423,
- "column": 29
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 13381,
- "end": 13391,
- "loc": {
- "start": {
- "line": 423,
- "column": 30
- },
- "end": {
- "line": 423,
- "column": 40
- },
- "identifierName": "childNodes"
- },
- "name": "childNodes"
- },
- "computed": false
- },
- "property": {
- "type": "NumericLiteral",
- "start": 13392,
- "end": 13393,
- "loc": {
- "start": {
- "line": 423,
- "column": 41
- },
- "end": {
- "line": 423,
- "column": 42
- }
- },
- "extra": {
- "rawValue": 0,
- "raw": "0"
- },
- "value": 0
- },
- "computed": true
- },
- {
- "type": "MemberExpression",
- "start": 13396,
- "end": 13421,
- "loc": {
- "start": {
- "line": 423,
- "column": 45
- },
- "end": {
- "line": 423,
- "column": 70
- }
- },
- "object": {
- "type": "ThisExpression",
- "start": 13396,
- "end": 13400,
- "loc": {
- "start": {
- "line": 423,
- "column": 45
- },
- "end": {
- "line": 423,
- "column": 49
- }
- }
- },
- "property": {
- "type": "Identifier",
- "start": 13401,
- "end": 13421,
- "loc": {
- "start": {
- "line": 423,
- "column": 50
- },
- "end": {
- "line": 423,
- "column": 70
- },
- "identifierName": "selectedItemCssClass"
- },
- "name": "selectedItemCssClass"
- },
- "computed": false
- }
- ]
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 13440,
- "end": 13480,
- "loc": {
- "start": {
- "line": 424,
- "column": 16
- },
- "end": {
- "line": 424,
- "column": 56
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 13440,
- "end": 13479,
- "loc": {
- "start": {
- "line": 424,
- "column": 16
- },
- "end": {
- "line": 424,
- "column": 55
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13440,
- "end": 13448,
- "loc": {
- "start": {
- "line": 424,
- "column": 16
- },
- "end": {
- "line": 424,
- "column": 24
- },
- "identifierName": "addClass"
- },
- "name": "addClass"
- },
- "arguments": [
- {
- "type": "Identifier",
- "start": 13449,
- "end": 13451,
- "loc": {
- "start": {
- "line": 424,
- "column": 25
- },
- "end": {
- "line": 424,
- "column": 27
- },
- "identifierName": "li"
- },
- "name": "li"
- },
- {
- "type": "MemberExpression",
- "start": 13453,
- "end": 13478,
- "loc": {
- "start": {
- "line": 424,
- "column": 29
- },
- "end": {
- "line": 424,
- "column": 54
- }
- },
- "object": {
- "type": "ThisExpression",
- "start": 13453,
- "end": 13457,
- "loc": {
- "start": {
- "line": 424,
- "column": 29
- },
- "end": {
- "line": 424,
- "column": 33
- }
- }
- },
- "property": {
- "type": "Identifier",
- "start": 13458,
- "end": 13478,
- "loc": {
- "start": {
- "line": 424,
- "column": 34
- },
- "end": {
- "line": 424,
- "column": 54
- },
- "identifierName": "selectedItemCssClass"
- },
- "name": "selectedItemCssClass"
- },
- "computed": false
- }
- ]
- }
- }
- ],
- "directives": []
- },
- "alternate": null
- }
- ],
- "directives": []
- },
- "alternate": {
- "type": "BlockStatement",
- "start": 13510,
- "end": 14168,
- "loc": {
- "start": {
- "line": 426,
- "column": 15
- },
- "end": {
- "line": 441,
- "column": 9
- }
- },
- "body": [
- {
- "type": "IfStatement",
- "start": 13553,
- "end": 14041,
- "loc": {
- "start": {
- "line": 427,
- "column": 12
- },
- "end": {
- "line": 437,
- "column": 13
- }
- },
- "test": {
- "type": "BinaryExpression",
- "start": 13557,
- "end": 13572,
- "loc": {
- "start": {
- "line": 427,
- "column": 16
- },
- "end": {
- "line": 427,
- "column": 31
- }
- },
- "left": {
- "type": "Identifier",
- "start": 13557,
- "end": 13565,
- "loc": {
- "start": {
- "line": 427,
- "column": 16
- },
- "end": {
- "line": 427,
- "column": 24
- },
- "identifierName": "chkValue"
- },
- "name": "chkValue",
"leadingComments": null
- },
- "operator": "!==",
- "right": {
- "type": "StringLiteral",
- "start": 13570,
- "end": 13572,
- "loc": {
- "start": {
- "line": 427,
- "column": 29
- },
- "end": {
- "line": 427,
- "column": 31
- }
- },
- "extra": {
- "rawValue": "",
- "raw": "''"
- },
- "value": ""
- },
- "leadingComments": null
- },
- "consequent": {
- "type": "BlockStatement",
- "start": 13574,
- "end": 14041,
- "loc": {
- "start": {
- "line": 427,
- "column": 33
- },
- "end": {
- "line": 437,
- "column": 13
- }
- },
- "body": [
- {
- "type": "VariableDeclaration",
- "start": 13592,
- "end": 13683,
- "loc": {
- "start": {
- "line": 428,
- "column": 16
- },
- "end": {
- "line": 429,
- "column": 60
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 13596,
- "end": 13682,
- "loc": {
- "start": {
- "line": 428,
- "column": 20
- },
- "end": {
- "line": 429,
- "column": 59
- }
- },
- "id": {
- "type": "Identifier",
- "start": 13596,
- "end": 13608,
- "loc": {
- "start": {
- "line": 428,
- "column": 20
- },
- "end": {
- "line": 428,
- "column": 32
- },
- "identifierName": "replaceValue"
- },
- "name": "replaceValue"
- },
- "init": {
- "type": "NewExpression",
- "start": 13611,
- "end": 13682,
- "loc": {
- "start": {
- "line": 428,
- "column": 35
- },
- "end": {
- "line": 429,
- "column": 59
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13615,
- "end": 13621,
- "loc": {
- "start": {
- "line": 428,
- "column": 39
- },
- "end": {
- "line": 428,
- "column": 45
- },
- "identifierName": "RegExp"
- },
- "name": "RegExp"
- },
- "arguments": [
- {
- "type": "CallExpression",
- "start": 13643,
- "end": 13681,
- "loc": {
- "start": {
- "line": 429,
- "column": 20
- },
- "end": {
- "line": 429,
- "column": 58
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13643,
- "end": 13649,
- "loc": {
- "start": {
- "line": 429,
- "column": 20
- },
- "end": {
- "line": 429,
- "column": 26
- },
- "identifierName": "rgxEsc"
- },
- "name": "rgxEsc"
- },
- "arguments": [
- {
- "type": "BinaryExpression",
- "start": 13650,
- "end": 13680,
- "loc": {
- "start": {
- "line": 429,
- "column": 27
- },
- "end": {
- "line": 429,
- "column": 57
- }
- },
- "left": {
- "type": "BinaryExpression",
- "start": 13650,
- "end": 13664,
- "loc": {
- "start": {
- "line": 429,
- "column": 27
- },
- "end": {
- "line": 429,
- "column": 41
- }
- },
- "left": {
- "type": "Identifier",
- "start": 13650,
- "end": 13658,
- "loc": {
- "start": {
- "line": 429,
- "column": 27
- },
- "end": {
- "line": 429,
- "column": 35
- },
- "identifierName": "chkValue"
- },
- "name": "chkValue"
- },
- "operator": "+",
- "right": {
- "type": "StringLiteral",
- "start": 13661,
- "end": 13664,
- "loc": {
- "start": {
- "line": 429,
- "column": 38
- },
- "end": {
- "line": 429,
- "column": 41
- }
- },
- "extra": {
- "rawValue": " ",
- "raw": "' '"
- },
- "value": " "
- }
- },
- "operator": "+",
- "right": {
- "type": "MemberExpression",
- "start": 13667,
- "end": 13680,
- "loc": {
- "start": {
- "line": 429,
- "column": 44
- },
- "end": {
- "line": 429,
- "column": 57
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13667,
- "end": 13669,
- "loc": {
- "start": {
- "line": 429,
- "column": 44
- },
- "end": {
- "line": 429,
- "column": 46
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 13670,
- "end": 13680,
- "loc": {
- "start": {
- "line": 429,
- "column": 47
- },
- "end": {
- "line": 429,
- "column": 57
- },
- "identifierName": "orOperator"
- },
- "name": "orOperator"
- },
- "computed": false
- }
- }
- ]
- }
- ]
- }
- }
- ],
- "kind": "let"
- },
- {
- "type": "ExpressionStatement",
- "start": 13700,
- "end": 13746,
- "loc": {
- "start": {
- "line": 430,
- "column": 16
- },
- "end": {
- "line": 430,
- "column": 62
- }
- },
- "expression": {
- "type": "AssignmentExpression",
- "start": 13700,
- "end": 13745,
- "loc": {
- "start": {
- "line": 430,
- "column": 16
- },
- "end": {
- "line": 430,
- "column": 61
- }
- },
- "operator": "=",
- "left": {
- "type": "Identifier",
- "start": 13700,
- "end": 13708,
- "loc": {
- "start": {
- "line": 430,
- "column": 16
- },
- "end": {
- "line": 430,
- "column": 24
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue"
- },
- "right": {
- "type": "CallExpression",
- "start": 13711,
- "end": 13745,
- "loc": {
- "start": {
- "line": 430,
- "column": 27
- },
- "end": {
- "line": 430,
- "column": 61
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 13711,
- "end": 13727,
- "loc": {
- "start": {
- "line": 430,
- "column": 27
- },
- "end": {
- "line": 430,
- "column": 43
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13711,
- "end": 13719,
- "loc": {
- "start": {
- "line": 430,
- "column": 27
- },
- "end": {
- "line": 430,
- "column": 35
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue"
- },
- "property": {
- "type": "Identifier",
- "start": 13720,
- "end": 13727,
- "loc": {
- "start": {
- "line": 430,
- "column": 36
- },
- "end": {
- "line": 430,
- "column": 43
- },
- "identifierName": "replace"
- },
- "name": "replace"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "Identifier",
- "start": 13728,
- "end": 13740,
- "loc": {
- "start": {
- "line": 430,
- "column": 44
- },
- "end": {
- "line": 430,
- "column": 56
- },
- "identifierName": "replaceValue"
- },
- "name": "replaceValue"
- },
- {
- "type": "StringLiteral",
- "start": 13742,
- "end": 13744,
- "loc": {
- "start": {
- "line": 430,
- "column": 58
- },
- "end": {
- "line": 430,
- "column": 60
- }
- },
- "extra": {
- "rawValue": "",
- "raw": "''"
- },
- "value": ""
- }
- ]
- }
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 13763,
- "end": 13803,
- "loc": {
- "start": {
- "line": 431,
- "column": 16
- },
- "end": {
- "line": 431,
- "column": 56
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 13763,
- "end": 13802,
- "loc": {
- "start": {
- "line": 431,
- "column": 16
- },
- "end": {
- "line": 431,
- "column": 55
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 13763,
- "end": 13777,
- "loc": {
- "start": {
- "line": 431,
- "column": 16
- },
- "end": {
- "line": 431,
- "column": 30
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13763,
- "end": 13764,
- "loc": {
- "start": {
- "line": 431,
- "column": 16
- },
- "end": {
- "line": 431,
- "column": 17
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 13765,
- "end": 13777,
- "loc": {
- "start": {
- "line": 431,
- "column": 18
- },
- "end": {
- "line": 431,
- "column": 30
- },
- "identifierName": "setAttribute"
- },
- "name": "setAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 13778,
- "end": 13785,
- "loc": {
- "start": {
- "line": 431,
- "column": 31
- },
- "end": {
- "line": 431,
- "column": 38
- }
- },
- "extra": {
- "rawValue": "value",
- "raw": "'value'"
- },
- "value": "value"
- },
- {
- "type": "CallExpression",
- "start": 13787,
- "end": 13801,
- "loc": {
- "start": {
- "line": 431,
- "column": 40
- },
- "end": {
- "line": 431,
- "column": 54
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13787,
- "end": 13791,
- "loc": {
- "start": {
- "line": 431,
- "column": 40
- },
- "end": {
- "line": 431,
- "column": 44
- },
- "identifierName": "trim"
- },
- "name": "trim"
- },
- "arguments": [
- {
- "type": "Identifier",
- "start": 13792,
- "end": 13800,
- "loc": {
- "start": {
- "line": 431,
- "column": 45
- },
- "end": {
- "line": 431,
- "column": 53
- },
- "identifierName": "fltValue"
- },
- "name": "fltValue"
- }
- ]
- }
- ]
- }
- },
- {
- "type": "VariableDeclaration",
- "start": 13821,
- "end": 13905,
- "loc": {
- "start": {
- "line": 433,
- "column": 16
- },
- "end": {
- "line": 434,
- "column": 53
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 13825,
- "end": 13904,
- "loc": {
- "start": {
- "line": 433,
- "column": 20
- },
- "end": {
- "line": 434,
- "column": 52
- }
- },
- "id": {
- "type": "Identifier",
- "start": 13825,
- "end": 13837,
- "loc": {
- "start": {
- "line": 433,
- "column": 20
- },
- "end": {
- "line": 433,
- "column": 32
- },
- "identifierName": "replaceIndex"
- },
- "name": "replaceIndex"
- },
- "init": {
- "type": "NewExpression",
- "start": 13840,
- "end": 13904,
- "loc": {
- "start": {
- "line": 433,
- "column": 35
- },
- "end": {
- "line": 434,
- "column": 52
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13844,
- "end": 13850,
- "loc": {
- "start": {
- "line": 433,
- "column": 39
- },
- "end": {
- "line": 433,
- "column": 45
- },
- "identifierName": "RegExp"
- },
- "name": "RegExp"
- },
- "arguments": [
- {
- "type": "CallExpression",
- "start": 13872,
- "end": 13903,
- "loc": {
- "start": {
- "line": 434,
- "column": 20
- },
- "end": {
- "line": 434,
- "column": 51
- }
- },
- "callee": {
- "type": "Identifier",
- "start": 13872,
- "end": 13878,
- "loc": {
- "start": {
- "line": 434,
- "column": 20
- },
- "end": {
- "line": 434,
- "column": 26
- },
- "identifierName": "rgxEsc"
- },
- "name": "rgxEsc"
- },
- "arguments": [
- {
- "type": "BinaryExpression",
- "start": 13879,
- "end": 13902,
- "loc": {
- "start": {
- "line": 434,
- "column": 27
- },
- "end": {
- "line": 434,
- "column": 50
- }
- },
- "left": {
- "type": "Identifier",
- "start": 13879,
- "end": 13887,
- "loc": {
- "start": {
- "line": 434,
- "column": 27
- },
- "end": {
- "line": 434,
- "column": 35
- },
- "identifierName": "chkIndex"
- },
- "name": "chkIndex"
- },
- "operator": "+",
- "right": {
- "type": "MemberExpression",
- "start": 13890,
- "end": 13902,
- "loc": {
- "start": {
- "line": 434,
- "column": 38
- },
- "end": {
- "line": 434,
- "column": 50
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13890,
- "end": 13892,
- "loc": {
- "start": {
- "line": 434,
- "column": 38
- },
- "end": {
- "line": 434,
- "column": 40
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 13893,
- "end": 13902,
- "loc": {
- "start": {
- "line": 434,
- "column": 41
- },
- "end": {
- "line": 434,
- "column": 50
- },
- "identifierName": "separator"
- },
- "name": "separator"
- },
- "computed": false
- }
- }
- ]
- }
- ]
- }
- }
- ],
- "kind": "let"
- },
- {
- "type": "ExpressionStatement",
- "start": 13922,
- "end": 13972,
- "loc": {
- "start": {
- "line": 435,
- "column": 16
- },
- "end": {
- "line": 435,
- "column": 66
- }
- },
- "expression": {
- "type": "AssignmentExpression",
- "start": 13922,
- "end": 13971,
- "loc": {
- "start": {
- "line": 435,
- "column": 16
- },
- "end": {
- "line": 435,
- "column": 65
- }
- },
- "operator": "=",
- "left": {
- "type": "Identifier",
- "start": 13922,
- "end": 13932,
- "loc": {
- "start": {
- "line": 435,
- "column": 16
- },
- "end": {
- "line": 435,
- "column": 26
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- },
- "right": {
- "type": "CallExpression",
- "start": 13935,
- "end": 13971,
- "loc": {
- "start": {
- "line": 435,
- "column": 29
- },
- "end": {
- "line": 435,
- "column": 65
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 13935,
- "end": 13953,
- "loc": {
- "start": {
- "line": 435,
- "column": 29
- },
- "end": {
- "line": 435,
- "column": 47
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13935,
- "end": 13945,
- "loc": {
- "start": {
- "line": 435,
- "column": 29
- },
- "end": {
- "line": 435,
- "column": 39
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- },
- "property": {
- "type": "Identifier",
- "start": 13946,
- "end": 13953,
- "loc": {
- "start": {
- "line": 435,
- "column": 40
- },
- "end": {
- "line": 435,
- "column": 47
- },
- "identifierName": "replace"
- },
- "name": "replace"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "Identifier",
- "start": 13954,
- "end": 13966,
- "loc": {
- "start": {
- "line": 435,
- "column": 48
- },
- "end": {
- "line": 435,
- "column": 60
- },
- "identifierName": "replaceIndex"
- },
- "name": "replaceIndex"
- },
- {
- "type": "StringLiteral",
- "start": 13968,
- "end": 13970,
- "loc": {
- "start": {
- "line": 435,
- "column": 62
- },
- "end": {
- "line": 435,
- "column": 64
- }
- },
- "extra": {
- "rawValue": "",
- "raw": "''"
- },
- "value": ""
- }
- ]
- }
- }
- },
- {
- "type": "ExpressionStatement",
- "start": 13989,
- "end": 14027,
- "loc": {
- "start": {
- "line": 436,
- "column": 16
- },
- "end": {
- "line": 436,
- "column": 54
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 13989,
- "end": 14026,
- "loc": {
- "start": {
- "line": 436,
- "column": 16
- },
- "end": {
- "line": 436,
- "column": 53
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 13989,
- "end": 14003,
- "loc": {
- "start": {
- "line": 436,
- "column": 16
- },
- "end": {
- "line": 436,
- "column": 30
- }
- },
- "object": {
- "type": "Identifier",
- "start": 13989,
- "end": 13990,
- "loc": {
- "start": {
- "line": 436,
- "column": 16
- },
- "end": {
- "line": 436,
- "column": 17
- },
- "identifierName": "n"
- },
- "name": "n"
- },
- "property": {
- "type": "Identifier",
- "start": 13991,
- "end": 14003,
- "loc": {
- "start": {
- "line": 436,
- "column": 18
- },
- "end": {
- "line": 436,
- "column": 30
- },
- "identifierName": "setAttribute"
- },
- "name": "setAttribute"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "StringLiteral",
- "start": 14004,
- "end": 14013,
- "loc": {
- "start": {
- "line": 436,
- "column": 31
- },
- "end": {
- "line": 436,
- "column": 40
- }
- },
- "extra": {
- "rawValue": "indexes",
- "raw": "'indexes'"
- },
- "value": "indexes"
- },
- {
- "type": "Identifier",
- "start": 14015,
- "end": 14025,
- "loc": {
- "start": {
- "line": 436,
- "column": 42
- },
- "end": {
- "line": 436,
- "column": 52
- },
- "identifierName": "fltIndexes"
- },
- "name": "fltIndexes"
- }
- ]
- }
- }
- ],
- "directives": []
- },
- "alternate": null,
+ }
+ ],
+ "kind": "let",
"leadingComments": [
{
"type": "CommentLine",
"value": "removes values and indexes",
- "start": 13512,
- "end": 13540,
+ "start": 13202,
+ "end": 13230,
"loc": {
"start": {
- "line": 426,
+ "line": 424,
"column": 17
},
"end": {
- "line": 426,
+ "line": 424,
"column": 45
}
}
@@ -27948,257 +26609,903 @@
]
},
{
- "type": "IfStatement",
- "start": 14054,
- "end": 14158,
+ "type": "VariableDeclaration",
+ "start": 13342,
+ "end": 13391,
"loc": {
"start": {
- "line": 438,
+ "line": 427,
"column": 12
},
"end": {
- "line": 440,
- "column": 13
+ "line": 427,
+ "column": 61
}
},
- "test": {
- "type": "BinaryExpression",
- "start": 14058,
- "end": 14081,
- "loc": {
- "start": {
- "line": 438,
- "column": 16
- },
- "end": {
- "line": 438,
- "column": 39
- }
- },
- "left": {
- "type": "MemberExpression",
- "start": 14058,
- "end": 14069,
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 13346,
+ "end": 13390,
"loc": {
"start": {
- "line": 438,
+ "line": 427,
"column": 16
},
"end": {
- "line": 438,
- "column": 27
+ "line": 427,
+ "column": 60
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 13346,
+ "end": 13352,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 16
+ },
+ "end": {
+ "line": 427,
+ "column": 22
+ },
+ "identifierName": "values"
+ },
+ "name": "values"
+ },
+ "init": {
+ "type": "CallExpression",
+ "start": 13355,
+ "end": 13390,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 25
+ },
+ "end": {
+ "line": 427,
+ "column": 60
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 13355,
+ "end": 13372,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 25
+ },
+ "end": {
+ "line": 427,
+ "column": 42
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 13355,
+ "end": 13364,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 25
+ },
+ "end": {
+ "line": 427,
+ "column": 34
+ },
+ "identifierName": "slcValues"
+ },
+ "name": "slcValues"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13365,
+ "end": 13372,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 35
+ },
+ "end": {
+ "line": 427,
+ "column": 42
+ },
+ "identifierName": "replace"
+ },
+ "name": "replace"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 13373,
+ "end": 13385,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 43
+ },
+ "end": {
+ "line": 427,
+ "column": 55
+ },
+ "identifierName": "replaceValue"
+ },
+ "name": "replaceValue"
+ },
+ {
+ "type": "StringLiteral",
+ "start": 13387,
+ "end": 13389,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 57
+ },
+ "end": {
+ "line": 427,
+ "column": 59
+ }
+ },
+ "extra": {
+ "rawValue": "",
+ "raw": "''"
+ },
+ "value": ""
+ }
+ ]
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 13404,
+ "end": 13467,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 12
+ },
+ "end": {
+ "line": 428,
+ "column": 75
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 13408,
+ "end": 13466,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 16
+ },
+ "end": {
+ "line": 428,
+ "column": 74
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 13408,
+ "end": 13420,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 16
+ },
+ "end": {
+ "line": 428,
+ "column": 28
+ },
+ "identifierName": "replaceIndex"
+ },
+ "name": "replaceIndex"
+ },
+ "init": {
+ "type": "NewExpression",
+ "start": 13423,
+ "end": 13466,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 31
+ },
+ "end": {
+ "line": 428,
+ "column": 74
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13427,
+ "end": 13433,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 35
+ },
+ "end": {
+ "line": 428,
+ "column": 41
+ },
+ "identifierName": "RegExp"
+ },
+ "name": "RegExp"
+ },
+ "arguments": [
+ {
+ "type": "CallExpression",
+ "start": 13434,
+ "end": 13465,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 42
+ },
+ "end": {
+ "line": 428,
+ "column": 73
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13434,
+ "end": 13440,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 42
+ },
+ "end": {
+ "line": 428,
+ "column": 48
+ },
+ "identifierName": "rgxEsc"
+ },
+ "name": "rgxEsc"
+ },
+ "arguments": [
+ {
+ "type": "BinaryExpression",
+ "start": 13441,
+ "end": 13464,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 49
+ },
+ "end": {
+ "line": 428,
+ "column": 72
+ }
+ },
+ "left": {
+ "type": "Identifier",
+ "start": 13441,
+ "end": 13449,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 49
+ },
+ "end": {
+ "line": 428,
+ "column": 57
+ },
+ "identifierName": "chkIndex"
+ },
+ "name": "chkIndex"
+ },
+ "operator": "+",
+ "right": {
+ "type": "MemberExpression",
+ "start": 13452,
+ "end": 13464,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 60
+ },
+ "end": {
+ "line": 428,
+ "column": 72
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 13452,
+ "end": 13454,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 60
+ },
+ "end": {
+ "line": 428,
+ "column": 62
+ },
+ "identifierName": "tf"
+ },
+ "name": "tf"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13455,
+ "end": 13464,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 63
+ },
+ "end": {
+ "line": 428,
+ "column": 72
+ },
+ "identifierName": "separator"
+ },
+ "name": "separator"
+ },
+ "computed": false
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "VariableDeclaration",
+ "start": 13480,
+ "end": 13531,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 12
+ },
+ "end": {
+ "line": 429,
+ "column": 63
+ }
+ },
+ "declarations": [
+ {
+ "type": "VariableDeclarator",
+ "start": 13484,
+ "end": 13530,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 16
+ },
+ "end": {
+ "line": 429,
+ "column": 62
+ }
+ },
+ "id": {
+ "type": "Identifier",
+ "start": 13484,
+ "end": 13491,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 16
+ },
+ "end": {
+ "line": 429,
+ "column": 23
+ },
+ "identifierName": "indexes"
+ },
+ "name": "indexes"
+ },
+ "init": {
+ "type": "CallExpression",
+ "start": 13494,
+ "end": 13530,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 26
+ },
+ "end": {
+ "line": 429,
+ "column": 62
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 13494,
+ "end": 13512,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 26
+ },
+ "end": {
+ "line": 429,
+ "column": 44
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 13494,
+ "end": 13504,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 26
+ },
+ "end": {
+ "line": 429,
+ "column": 36
+ },
+ "identifierName": "slcIndexes"
+ },
+ "name": "slcIndexes"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13505,
+ "end": 13512,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 37
+ },
+ "end": {
+ "line": 429,
+ "column": 44
+ },
+ "identifierName": "replace"
+ },
+ "name": "replace"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 13513,
+ "end": 13525,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 45
+ },
+ "end": {
+ "line": 429,
+ "column": 57
+ },
+ "identifierName": "replaceIndex"
+ },
+ "name": "replaceIndex"
+ },
+ {
+ "type": "StringLiteral",
+ "start": 13527,
+ "end": 13529,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 59
+ },
+ "end": {
+ "line": 429,
+ "column": 61
+ }
+ },
+ "extra": {
+ "rawValue": "",
+ "raw": "''"
+ },
+ "value": ""
+ }
+ ]
+ }
+ }
+ ],
+ "kind": "let"
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 13545,
+ "end": 13583,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 12
+ },
+ "end": {
+ "line": 431,
+ "column": 50
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 13545,
+ "end": 13582,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 12
+ },
+ "end": {
+ "line": 431,
+ "column": 49
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 13545,
+ "end": 13559,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 12
+ },
+ "end": {
+ "line": 431,
+ "column": 26
}
},
"object": {
"type": "Identifier",
- "start": 14058,
- "end": 14060,
+ "start": 13545,
+ "end": 13546,
"loc": {
"start": {
- "line": 438,
- "column": 16
+ "line": 431,
+ "column": 12
},
"end": {
- "line": 438,
- "column": 18
+ "line": 431,
+ "column": 13
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13547,
+ "end": 13559,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 14
+ },
+ "end": {
+ "line": 431,
+ "column": 26
+ },
+ "identifierName": "setAttribute"
+ },
+ "name": "setAttribute"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "StringLiteral",
+ "start": 13560,
+ "end": 13567,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 27
+ },
+ "end": {
+ "line": 431,
+ "column": 34
+ }
+ },
+ "extra": {
+ "rawValue": "value",
+ "raw": "'value'"
+ },
+ "value": "value"
+ },
+ {
+ "type": "CallExpression",
+ "start": 13569,
+ "end": 13581,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 36
+ },
+ "end": {
+ "line": 431,
+ "column": 48
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13569,
+ "end": 13573,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 36
+ },
+ "end": {
+ "line": 431,
+ "column": 40
+ },
+ "identifierName": "trim"
+ },
+ "name": "trim"
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 13574,
+ "end": 13580,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 41
+ },
+ "end": {
+ "line": 431,
+ "column": 47
+ },
+ "identifierName": "values"
+ },
+ "name": "values"
+ }
+ ]
+ }
+ ]
+ }
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 13596,
+ "end": 13631,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 12
+ },
+ "end": {
+ "line": 432,
+ "column": 47
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 13596,
+ "end": 13630,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 12
+ },
+ "end": {
+ "line": 432,
+ "column": 46
+ }
+ },
+ "callee": {
+ "type": "MemberExpression",
+ "start": 13596,
+ "end": 13610,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 12
+ },
+ "end": {
+ "line": 432,
+ "column": 26
+ }
+ },
+ "object": {
+ "type": "Identifier",
+ "start": 13596,
+ "end": 13597,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 12
+ },
+ "end": {
+ "line": 432,
+ "column": 13
+ },
+ "identifierName": "n"
+ },
+ "name": "n"
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13598,
+ "end": 13610,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 14
+ },
+ "end": {
+ "line": 432,
+ "column": 26
+ },
+ "identifierName": "setAttribute"
+ },
+ "name": "setAttribute"
+ },
+ "computed": false
+ },
+ "arguments": [
+ {
+ "type": "StringLiteral",
+ "start": 13611,
+ "end": 13620,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 27
+ },
+ "end": {
+ "line": 432,
+ "column": 36
+ }
+ },
+ "extra": {
+ "rawValue": "indexes",
+ "raw": "'indexes'"
+ },
+ "value": "indexes"
+ },
+ {
+ "type": "Identifier",
+ "start": 13622,
+ "end": 13629,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 38
+ },
+ "end": {
+ "line": 432,
+ "column": 45
+ },
+ "identifierName": "indexes"
+ },
+ "name": "indexes"
+ }
+ ]
+ }
+ },
+ {
+ "type": "ExpressionStatement",
+ "start": 13645,
+ "end": 13688,
+ "loc": {
+ "start": {
+ "line": 434,
+ "column": 12
+ },
+ "end": {
+ "line": 434,
+ "column": 55
+ }
+ },
+ "expression": {
+ "type": "CallExpression",
+ "start": 13645,
+ "end": 13687,
+ "loc": {
+ "start": {
+ "line": 434,
+ "column": 12
+ },
+ "end": {
+ "line": 434,
+ "column": 54
+ }
+ },
+ "callee": {
+ "type": "Identifier",
+ "start": 13645,
+ "end": 13656,
+ "loc": {
+ "start": {
+ "line": 434,
+ "column": 12
+ },
+ "end": {
+ "line": 434,
+ "column": 23
+ },
+ "identifierName": "removeClass"
+ },
+ "name": "removeClass"
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "start": 13657,
+ "end": 13659,
+ "loc": {
+ "start": {
+ "line": 434,
+ "column": 24
+ },
+ "end": {
+ "line": 434,
+ "column": 26
},
"identifierName": "li"
},
"name": "li"
},
- "property": {
- "type": "Identifier",
- "start": 14061,
- "end": 14069,
- "loc": {
- "start": {
- "line": 438,
- "column": 19
- },
- "end": {
- "line": 438,
- "column": 27
- },
- "identifierName": "nodeName"
- },
- "name": "nodeName"
- },
- "computed": false
- },
- "operator": "===",
- "right": {
- "type": "Identifier",
- "start": 14074,
- "end": 14081,
- "loc": {
- "start": {
- "line": 438,
- "column": 32
- },
- "end": {
- "line": 438,
- "column": 39
- },
- "identifierName": "itemTag"
- },
- "name": "itemTag"
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "start": 14083,
- "end": 14158,
- "loc": {
- "start": {
- "line": 438,
- "column": 41
- },
- "end": {
- "line": 440,
- "column": 13
- }
- },
- "body": [
{
- "type": "ExpressionStatement",
- "start": 14101,
- "end": 14144,
+ "type": "MemberExpression",
+ "start": 13661,
+ "end": 13686,
"loc": {
"start": {
- "line": 439,
- "column": 16
+ "line": 434,
+ "column": 28
},
"end": {
- "line": 439,
- "column": 59
+ "line": 434,
+ "column": 53
}
},
- "expression": {
- "type": "CallExpression",
- "start": 14101,
- "end": 14143,
+ "object": {
+ "type": "ThisExpression",
+ "start": 13661,
+ "end": 13665,
"loc": {
"start": {
- "line": 439,
- "column": 16
+ "line": 434,
+ "column": 28
},
"end": {
- "line": 439,
- "column": 58
+ "line": 434,
+ "column": 32
}
- },
- "callee": {
- "type": "Identifier",
- "start": 14101,
- "end": 14112,
- "loc": {
- "start": {
- "line": 439,
- "column": 16
- },
- "end": {
- "line": 439,
- "column": 27
- },
- "identifierName": "removeClass"
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "start": 13666,
+ "end": 13686,
+ "loc": {
+ "start": {
+ "line": 434,
+ "column": 33
},
- "name": "removeClass"
- },
- "arguments": [
- {
- "type": "Identifier",
- "start": 14113,
- "end": 14115,
- "loc": {
- "start": {
- "line": 439,
- "column": 28
- },
- "end": {
- "line": 439,
- "column": 30
- },
- "identifierName": "li"
- },
- "name": "li"
+ "end": {
+ "line": 434,
+ "column": 53
},
- {
- "type": "MemberExpression",
- "start": 14117,
- "end": 14142,
- "loc": {
- "start": {
- "line": 439,
- "column": 32
- },
- "end": {
- "line": 439,
- "column": 57
- }
- },
- "object": {
- "type": "ThisExpression",
- "start": 14117,
- "end": 14121,
- "loc": {
- "start": {
- "line": 439,
- "column": 32
- },
- "end": {
- "line": 439,
- "column": 36
- }
- }
- },
- "property": {
- "type": "Identifier",
- "start": 14122,
- "end": 14142,
- "loc": {
- "start": {
- "line": 439,
- "column": 37
- },
- "end": {
- "line": 439,
- "column": 57
- },
- "identifierName": "selectedItemCssClass"
- },
- "name": "selectedItemCssClass"
- },
- "computed": false
- }
- ]
- }
+ "identifierName": "selectedItemCssClass"
+ },
+ "name": "selectedItemCssClass"
+ },
+ "computed": false
}
- ],
- "directives": []
- },
- "alternate": null
+ ]
+ }
}
],
"directives": []
- },
- "leadingComments": [
- {
- "type": "CommentLine",
- "value": "selected items (ul tag)",
- "start": 11865,
- "end": 11890,
- "loc": {
- "start": {
- "line": 386,
- "column": 52
- },
- "end": {
- "line": 386,
- "column": 77
- }
- }
- }
- ]
+ }
}
],
"directives": [],
@@ -28207,16 +27514,16 @@
"leadingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
- "start": 11091,
- "end": 11226,
+ "value": "*\n * Set/unset value of passed item option in filter's DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
+ "start": 11206,
+ "end": 11366,
"loc": {
"start": {
- "line": 365,
+ "line": 367,
"column": 4
},
"end": {
- "line": 369,
+ "line": 371,
"column": 7
}
}
@@ -28226,15 +27533,15 @@
{
"type": "CommentBlock",
"value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ",
- "start": 14180,
- "end": 14349,
+ "start": 13710,
+ "end": 13879,
"loc": {
"start": {
- "line": 444,
+ "line": 438,
"column": 4
},
"end": {
- "line": 448,
+ "line": 442,
"column": 7
}
}
@@ -28243,15 +27550,15 @@
},
{
"type": "ClassMethod",
- "start": 14354,
- "end": 15589,
+ "start": 13884,
+ "end": 15058,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 4
},
"end": {
- "line": 483,
+ "line": 476,
"column": 5
}
},
@@ -28259,15 +27566,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 14354,
- "end": 14367,
+ "start": 13884,
+ "end": 13897,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 4
},
"end": {
- "line": 449,
+ "line": 443,
"column": 17
},
"identifierName": "selectOptions"
@@ -28283,15 +27590,15 @@
"params": [
{
"type": "Identifier",
- "start": 14368,
- "end": 14376,
+ "start": 13898,
+ "end": 13906,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 18
},
"end": {
- "line": 449,
+ "line": 443,
"column": 26
},
"identifierName": "colIndex"
@@ -28300,29 +27607,29 @@
},
{
"type": "AssignmentPattern",
- "start": 14378,
- "end": 14389,
+ "start": 13908,
+ "end": 13919,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 28
},
"end": {
- "line": 449,
+ "line": 443,
"column": 39
}
},
"left": {
"type": "Identifier",
- "start": 14378,
- "end": 14384,
+ "start": 13908,
+ "end": 13914,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 28
},
"end": {
- "line": 449,
+ "line": 443,
"column": 34
},
"identifierName": "values"
@@ -28331,15 +27638,15 @@
},
"right": {
"type": "ArrayExpression",
- "start": 14387,
- "end": 14389,
+ "start": 13917,
+ "end": 13919,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 37
},
"end": {
- "line": 449,
+ "line": 443,
"column": 39
}
},
@@ -28349,59 +27656,59 @@
],
"body": {
"type": "BlockStatement",
- "start": 14391,
- "end": 15589,
+ "start": 13921,
+ "end": 15058,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 41
},
"end": {
- "line": 483,
+ "line": 476,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 14401,
- "end": 14418,
+ "start": 13931,
+ "end": 13948,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 8
},
"end": {
- "line": 450,
+ "line": 444,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 14405,
- "end": 14417,
+ "start": 13935,
+ "end": 13947,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 12
},
"end": {
- "line": 450,
+ "line": 444,
"column": 24
}
},
"id": {
"type": "Identifier",
- "start": 14405,
- "end": 14407,
+ "start": 13935,
+ "end": 13937,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 12
},
"end": {
- "line": 450,
+ "line": 444,
"column": 14
},
"identifierName": "tf"
@@ -28410,44 +27717,44 @@
},
"init": {
"type": "MemberExpression",
- "start": 14410,
- "end": 14417,
+ "start": 13940,
+ "end": 13947,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 17
},
"end": {
- "line": 450,
+ "line": 444,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 14410,
- "end": 14414,
+ "start": 13940,
+ "end": 13944,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 17
},
"end": {
- "line": 450,
+ "line": 444,
"column": 21
}
}
},
"property": {
"type": "Identifier",
- "start": 14415,
- "end": 14417,
+ "start": 13945,
+ "end": 13947,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 22
},
"end": {
- "line": 450,
+ "line": 444,
"column": 24
},
"identifierName": "tf"
@@ -28462,44 +27769,44 @@
},
{
"type": "VariableDeclaration",
- "start": 14427,
- "end": 14467,
+ "start": 13957,
+ "end": 13997,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 8
},
"end": {
- "line": 451,
+ "line": 445,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 14431,
- "end": 14466,
+ "start": 13961,
+ "end": 13996,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 12
},
"end": {
- "line": 451,
+ "line": 445,
"column": 47
}
},
"id": {
"type": "Identifier",
- "start": 14431,
- "end": 14434,
+ "start": 13961,
+ "end": 13964,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 12
},
"end": {
- "line": 451,
+ "line": 445,
"column": 15
},
"identifierName": "flt"
@@ -28508,43 +27815,43 @@
},
"init": {
"type": "CallExpression",
- "start": 14437,
- "end": 14466,
+ "start": 13967,
+ "end": 13996,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 18
},
"end": {
- "line": 451,
+ "line": 445,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
- "start": 14437,
- "end": 14456,
+ "start": 13967,
+ "end": 13986,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 18
},
"end": {
- "line": 451,
+ "line": 445,
"column": 37
}
},
"object": {
"type": "Identifier",
- "start": 14437,
- "end": 14439,
+ "start": 13967,
+ "end": 13969,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 18
},
"end": {
- "line": 451,
+ "line": 445,
"column": 20
},
"identifierName": "tf"
@@ -28553,15 +27860,15 @@
},
"property": {
"type": "Identifier",
- "start": 14440,
- "end": 14456,
+ "start": 13970,
+ "end": 13986,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 21
},
"end": {
- "line": 451,
+ "line": 445,
"column": 37
},
"identifierName": "getFilterElement"
@@ -28573,15 +27880,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 14457,
- "end": 14465,
+ "start": 13987,
+ "end": 13995,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 38
},
"end": {
- "line": 451,
+ "line": 445,
"column": 46
},
"identifierName": "colIndex"
@@ -28596,243 +27903,110 @@
},
{
"type": "IfStatement",
- "start": 14476,
- "end": 14596,
+ "start": 14006,
+ "end": 14070,
"loc": {
"start": {
- "line": 452,
+ "line": 446,
"column": 8
},
"end": {
- "line": 455,
+ "line": 448,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
- "start": 14480,
- "end": 14563,
+ "start": 14010,
+ "end": 14037,
"loc": {
"start": {
- "line": 452,
+ "line": 446,
"column": 12
},
"end": {
- "line": 453,
- "column": 31
+ "line": 446,
+ "column": 39
}
},
"left": {
- "type": "LogicalExpression",
- "start": 14480,
- "end": 14528,
+ "type": "UnaryExpression",
+ "start": 14010,
+ "end": 14014,
"loc": {
"start": {
- "line": 452,
+ "line": 446,
"column": 12
},
"end": {
- "line": 452,
- "column": 60
+ "line": 446,
+ "column": 16
}
},
- "left": {
- "type": "BinaryExpression",
- "start": 14480,
- "end": 14520,
+ "operator": "!",
+ "prefix": true,
+ "argument": {
+ "type": "Identifier",
+ "start": 14011,
+ "end": 14014,
"loc": {
"start": {
- "line": 452,
- "column": 12
+ "line": 446,
+ "column": 13
},
"end": {
- "line": 452,
- "column": 52
- }
+ "line": 446,
+ "column": 16
+ },
+ "identifierName": "flt"
},
- "left": {
- "type": "CallExpression",
- "start": 14480,
- "end": 14506,
- "loc": {
- "start": {
- "line": 452,
- "column": 12
- },
- "end": {
- "line": 452,
- "column": 38
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 14480,
- "end": 14496,
- "loc": {
- "start": {
- "line": 452,
- "column": 12
- },
- "end": {
- "line": 452,
- "column": 28
- }
- },
- "object": {
- "type": "Identifier",
- "start": 14480,
- "end": 14482,
- "loc": {
- "start": {
- "line": 452,
- "column": 12
- },
- "end": {
- "line": 452,
- "column": 14
- },
- "identifierName": "tf"
- },
- "name": "tf"
- },
- "property": {
- "type": "Identifier",
- "start": 14483,
- "end": 14496,
- "loc": {
- "start": {
- "line": 452,
- "column": 15
- },
- "end": {
- "line": 452,
- "column": 28
- },
- "identifierName": "getFilterType"
- },
- "name": "getFilterType"
- },
- "computed": false
- },
- "arguments": [
- {
- "type": "Identifier",
- "start": 14497,
- "end": 14505,
- "loc": {
- "start": {
- "line": 452,
- "column": 29
- },
- "end": {
- "line": 452,
- "column": 37
- },
- "identifierName": "colIndex"
- },
- "name": "colIndex"
- }
- ]
- },
- "operator": "!==",
- "right": {
- "type": "Identifier",
- "start": 14511,
- "end": 14520,
- "loc": {
- "start": {
- "line": 452,
- "column": 43
- },
- "end": {
- "line": 452,
- "column": 52
- },
- "identifierName": "CHECKLIST"
- },
- "name": "CHECKLIST"
- }
+ "name": "flt"
},
- "operator": "||",
- "right": {
- "type": "UnaryExpression",
- "start": 14524,
- "end": 14528,
- "loc": {
- "start": {
- "line": 452,
- "column": 56
- },
- "end": {
- "line": 452,
- "column": 60
- }
- },
- "operator": "!",
- "prefix": true,
- "argument": {
- "type": "Identifier",
- "start": 14525,
- "end": 14528,
- "loc": {
- "start": {
- "line": 452,
- "column": 57
- },
- "end": {
- "line": 452,
- "column": 60
- },
- "identifierName": "flt"
- },
- "name": "flt"
- },
- "extra": {
- "parenthesizedArgument": false
- }
+ "extra": {
+ "parenthesizedArgument": false
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
- "start": 14544,
- "end": 14563,
+ "start": 14018,
+ "end": 14037,
"loc": {
"start": {
- "line": 453,
- "column": 12
+ "line": 446,
+ "column": 20
},
"end": {
- "line": 453,
- "column": 31
+ "line": 446,
+ "column": 39
}
},
"left": {
"type": "MemberExpression",
- "start": 14544,
- "end": 14557,
+ "start": 14018,
+ "end": 14031,
"loc": {
"start": {
- "line": 453,
- "column": 12
+ "line": 446,
+ "column": 20
},
"end": {
- "line": 453,
- "column": 25
+ "line": 446,
+ "column": 33
}
},
"object": {
"type": "Identifier",
- "start": 14544,
- "end": 14550,
+ "start": 14018,
+ "end": 14024,
"loc": {
"start": {
- "line": 453,
- "column": 12
+ "line": 446,
+ "column": 20
},
"end": {
- "line": 453,
- "column": 18
+ "line": 446,
+ "column": 26
},
"identifierName": "values"
},
@@ -28840,16 +28014,16 @@
},
"property": {
"type": "Identifier",
- "start": 14551,
- "end": 14557,
+ "start": 14025,
+ "end": 14031,
"loc": {
"start": {
- "line": 453,
- "column": 19
+ "line": 446,
+ "column": 27
},
"end": {
- "line": 453,
- "column": 25
+ "line": 446,
+ "column": 33
},
"identifierName": "length"
},
@@ -28860,16 +28034,16 @@
"operator": "===",
"right": {
"type": "NumericLiteral",
- "start": 14562,
- "end": 14563,
+ "start": 14036,
+ "end": 14037,
"loc": {
"start": {
- "line": 453,
- "column": 30
+ "line": 446,
+ "column": 38
},
"end": {
- "line": 453,
- "column": 31
+ "line": 446,
+ "column": 39
}
},
"extra": {
@@ -28882,30 +28056,30 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 14565,
- "end": 14596,
+ "start": 14039,
+ "end": 14070,
"loc": {
"start": {
- "line": 453,
- "column": 33
+ "line": 446,
+ "column": 41
},
"end": {
- "line": 455,
+ "line": 448,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 14579,
- "end": 14586,
+ "start": 14053,
+ "end": 14060,
"loc": {
"start": {
- "line": 454,
+ "line": 447,
"column": 12
},
"end": {
- "line": 454,
+ "line": 447,
"column": 19
}
},
@@ -28918,44 +28092,44 @@
},
{
"type": "VariableDeclaration",
- "start": 14606,
- "end": 14631,
+ "start": 14080,
+ "end": 14105,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 8
},
"end": {
- "line": 457,
+ "line": 450,
"column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 14610,
- "end": 14630,
+ "start": 14084,
+ "end": 14104,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 12
},
"end": {
- "line": 457,
+ "line": 450,
"column": 32
}
},
"id": {
"type": "Identifier",
- "start": 14610,
- "end": 14613,
+ "start": 14084,
+ "end": 14087,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 12
},
"end": {
- "line": 457,
+ "line": 450,
"column": 15
},
"identifierName": "lis"
@@ -28964,29 +28138,29 @@
},
"init": {
"type": "CallExpression",
- "start": 14616,
- "end": 14630,
+ "start": 14090,
+ "end": 14104,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 18
},
"end": {
- "line": 457,
+ "line": 450,
"column": 32
}
},
"callee": {
"type": "Identifier",
- "start": 14616,
- "end": 14619,
+ "start": 14090,
+ "end": 14093,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 18
},
"end": {
- "line": 457,
+ "line": 450,
"column": 21
},
"identifierName": "tag"
@@ -28996,15 +28170,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 14620,
- "end": 14623,
+ "start": 14094,
+ "end": 14097,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 22
},
"end": {
- "line": 457,
+ "line": 450,
"column": 25
},
"identifierName": "flt"
@@ -29013,15 +28187,15 @@
},
{
"type": "StringLiteral",
- "start": 14625,
- "end": 14629,
+ "start": 14099,
+ "end": 14103,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 27
},
"end": {
- "line": 457,
+ "line": 450,
"column": 31
}
},
@@ -29039,57 +28213,57 @@
},
{
"type": "ExpressionStatement",
- "start": 14641,
- "end": 14671,
+ "start": 14115,
+ "end": 14145,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 8
},
"end": {
- "line": 459,
+ "line": 452,
"column": 38
}
},
"expression": {
"type": "CallExpression",
- "start": 14641,
- "end": 14670,
+ "start": 14115,
+ "end": 14144,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 8
},
"end": {
- "line": 459,
+ "line": 452,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
- "start": 14641,
- "end": 14657,
+ "start": 14115,
+ "end": 14131,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 8
},
"end": {
- "line": 459,
+ "line": 452,
"column": 24
}
},
"object": {
"type": "Identifier",
- "start": 14641,
- "end": 14644,
+ "start": 14115,
+ "end": 14118,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 8
},
"end": {
- "line": 459,
+ "line": 452,
"column": 11
},
"identifierName": "flt"
@@ -29098,15 +28272,15 @@
},
"property": {
"type": "Identifier",
- "start": 14645,
- "end": 14657,
+ "start": 14119,
+ "end": 14131,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 12
},
"end": {
- "line": 459,
+ "line": 452,
"column": 24
},
"identifierName": "setAttribute"
@@ -29118,15 +28292,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 14658,
- "end": 14665,
+ "start": 14132,
+ "end": 14139,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 25
},
"end": {
- "line": 459,
+ "line": 452,
"column": 32
}
},
@@ -29138,15 +28312,15 @@
},
{
"type": "StringLiteral",
- "start": 14667,
- "end": 14669,
+ "start": 14141,
+ "end": 14143,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 34
},
"end": {
- "line": 459,
+ "line": 452,
"column": 36
}
},
@@ -29161,57 +28335,57 @@
},
{
"type": "ExpressionStatement",
- "start": 14680,
- "end": 14712,
+ "start": 14154,
+ "end": 14186,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 8
},
"end": {
- "line": 460,
+ "line": 453,
"column": 40
}
},
"expression": {
"type": "CallExpression",
- "start": 14680,
- "end": 14711,
+ "start": 14154,
+ "end": 14185,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 8
},
"end": {
- "line": 460,
+ "line": 453,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
- "start": 14680,
- "end": 14696,
+ "start": 14154,
+ "end": 14170,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 8
},
"end": {
- "line": 460,
+ "line": 453,
"column": 24
}
},
"object": {
"type": "Identifier",
- "start": 14680,
- "end": 14683,
+ "start": 14154,
+ "end": 14157,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 8
},
"end": {
- "line": 460,
+ "line": 453,
"column": 11
},
"identifierName": "flt"
@@ -29220,15 +28394,15 @@
},
"property": {
"type": "Identifier",
- "start": 14684,
- "end": 14696,
+ "start": 14158,
+ "end": 14170,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 12
},
"end": {
- "line": 460,
+ "line": 453,
"column": 24
},
"identifierName": "setAttribute"
@@ -29240,15 +28414,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 14697,
- "end": 14706,
+ "start": 14171,
+ "end": 14180,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 25
},
"end": {
- "line": 460,
+ "line": 453,
"column": 34
}
},
@@ -29260,15 +28434,15 @@
},
{
"type": "StringLiteral",
- "start": 14708,
- "end": 14710,
+ "start": 14182,
+ "end": 14184,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 36
},
"end": {
- "line": 460,
+ "line": 453,
"column": 38
}
},
@@ -29283,71 +28457,71 @@
},
{
"type": "ExpressionStatement",
- "start": 14722,
- "end": 15583,
+ "start": 14196,
+ "end": 15052,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 8
},
"end": {
- "line": 482,
+ "line": 475,
"column": 11
}
},
"expression": {
"type": "CallExpression",
- "start": 14722,
- "end": 15582,
+ "start": 14196,
+ "end": 15051,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 8
},
"end": {
- "line": 482,
+ "line": 475,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
- "start": 14722,
- "end": 14737,
+ "start": 14196,
+ "end": 14211,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 8
},
"end": {
- "line": 462,
+ "line": 455,
"column": 23
}
},
"object": {
"type": "MemberExpression",
- "start": 14722,
- "end": 14732,
+ "start": 14196,
+ "end": 14206,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 8
},
"end": {
- "line": 462,
+ "line": 455,
"column": 18
}
},
"object": {
"type": "ArrayExpression",
- "start": 14722,
- "end": 14724,
+ "start": 14196,
+ "end": 14198,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 8
},
"end": {
- "line": 462,
+ "line": 455,
"column": 10
}
},
@@ -29355,15 +28529,15 @@
},
"property": {
"type": "Identifier",
- "start": 14725,
- "end": 14732,
+ "start": 14199,
+ "end": 14206,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 11
},
"end": {
- "line": 462,
+ "line": 455,
"column": 18
},
"identifierName": "forEach"
@@ -29374,15 +28548,15 @@
},
"property": {
"type": "Identifier",
- "start": 14733,
- "end": 14737,
+ "start": 14207,
+ "end": 14211,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 19
},
"end": {
- "line": 462,
+ "line": 455,
"column": 23
},
"identifierName": "call"
@@ -29394,15 +28568,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 14738,
- "end": 14741,
+ "start": 14212,
+ "end": 14215,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 24
},
"end": {
- "line": 462,
+ "line": 455,
"column": 27
},
"identifierName": "lis"
@@ -29411,15 +28585,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 14743,
- "end": 15581,
+ "start": 14217,
+ "end": 15050,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 29
},
"end": {
- "line": 482,
+ "line": 475,
"column": 9
}
},
@@ -29430,15 +28604,15 @@
"params": [
{
"type": "Identifier",
- "start": 14744,
- "end": 14746,
+ "start": 14218,
+ "end": 14220,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 30
},
"end": {
- "line": 462,
+ "line": 455,
"column": 32
},
"identifierName": "li"
@@ -29448,59 +28622,59 @@
],
"body": {
"type": "BlockStatement",
- "start": 14751,
- "end": 15581,
+ "start": 14225,
+ "end": 15050,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 37
},
"end": {
- "line": 482,
+ "line": 475,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 14765,
- "end": 14795,
+ "start": 14239,
+ "end": 14269,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 12
},
"end": {
- "line": 463,
+ "line": 456,
"column": 42
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 14769,
- "end": 14794,
+ "start": 14243,
+ "end": 14268,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 16
},
"end": {
- "line": 463,
+ "line": 456,
"column": 41
}
},
"id": {
"type": "Identifier",
- "start": 14769,
- "end": 14772,
+ "start": 14243,
+ "end": 14246,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 16
},
"end": {
- "line": 463,
+ "line": 456,
"column": 19
},
"identifierName": "chk"
@@ -29509,43 +28683,43 @@
},
"init": {
"type": "MemberExpression",
- "start": 14775,
- "end": 14794,
+ "start": 14249,
+ "end": 14268,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 22
},
"end": {
- "line": 463,
+ "line": 456,
"column": 41
}
},
"object": {
"type": "CallExpression",
- "start": 14775,
- "end": 14791,
+ "start": 14249,
+ "end": 14265,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 22
},
"end": {
- "line": 463,
+ "line": 456,
"column": 38
}
},
"callee": {
"type": "Identifier",
- "start": 14775,
- "end": 14778,
+ "start": 14249,
+ "end": 14252,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 22
},
"end": {
- "line": 463,
+ "line": 456,
"column": 25
},
"identifierName": "tag"
@@ -29555,15 +28729,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 14779,
- "end": 14781,
+ "start": 14253,
+ "end": 14255,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 26
},
"end": {
- "line": 463,
+ "line": 456,
"column": 28
},
"identifierName": "li"
@@ -29572,15 +28746,15 @@
},
{
"type": "StringLiteral",
- "start": 14783,
- "end": 14790,
+ "start": 14257,
+ "end": 14264,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 30
},
"end": {
- "line": 463,
+ "line": 456,
"column": 37
}
},
@@ -29594,15 +28768,15 @@
},
"property": {
"type": "NumericLiteral",
- "start": 14792,
- "end": 14793,
+ "start": 14266,
+ "end": 14267,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 39
},
"end": {
- "line": 463,
+ "line": 456,
"column": 40
}
},
@@ -29620,44 +28794,44 @@
},
{
"type": "VariableDeclaration",
- "start": 14808,
- "end": 14860,
+ "start": 14282,
+ "end": 14334,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 12
},
"end": {
- "line": 464,
+ "line": 457,
"column": 64
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 14812,
- "end": 14859,
+ "start": 14286,
+ "end": 14333,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 16
},
"end": {
- "line": 464,
+ "line": 457,
"column": 63
}
},
"id": {
"type": "Identifier",
- "start": 14812,
- "end": 14818,
+ "start": 14286,
+ "end": 14292,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 16
},
"end": {
- "line": 464,
+ "line": 457,
"column": 22
},
"identifierName": "chkVal"
@@ -29666,29 +28840,29 @@
},
"init": {
"type": "CallExpression",
- "start": 14821,
- "end": 14859,
+ "start": 14295,
+ "end": 14333,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 25
},
"end": {
- "line": 464,
+ "line": 457,
"column": 63
}
},
"callee": {
"type": "Identifier",
- "start": 14821,
- "end": 14830,
+ "start": 14295,
+ "end": 14304,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 25
},
"end": {
- "line": 464,
+ "line": 457,
"column": 34
},
"identifierName": "matchCase"
@@ -29698,29 +28872,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 14831,
- "end": 14840,
+ "start": 14305,
+ "end": 14314,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 35
},
"end": {
- "line": 464,
+ "line": 457,
"column": 44
}
},
"object": {
"type": "Identifier",
- "start": 14831,
- "end": 14834,
+ "start": 14305,
+ "end": 14308,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 35
},
"end": {
- "line": 464,
+ "line": 457,
"column": 38
},
"identifierName": "chk"
@@ -29729,15 +28903,15 @@
},
"property": {
"type": "Identifier",
- "start": 14835,
- "end": 14840,
+ "start": 14309,
+ "end": 14314,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 39
},
"end": {
- "line": 464,
+ "line": 457,
"column": 44
},
"identifierName": "value"
@@ -29748,29 +28922,29 @@
},
{
"type": "MemberExpression",
- "start": 14842,
- "end": 14858,
+ "start": 14316,
+ "end": 14332,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 46
},
"end": {
- "line": 464,
+ "line": 457,
"column": 62
}
},
"object": {
"type": "Identifier",
- "start": 14842,
- "end": 14844,
+ "start": 14316,
+ "end": 14318,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 46
},
"end": {
- "line": 464,
+ "line": 457,
"column": 48
},
"identifierName": "tf"
@@ -29779,15 +28953,15 @@
},
"property": {
"type": "Identifier",
- "start": 14845,
- "end": 14858,
+ "start": 14319,
+ "end": 14332,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 49
},
"end": {
- "line": 464,
+ "line": 457,
"column": 62
},
"identifierName": "caseSensitive"
@@ -29804,57 +28978,57 @@
},
{
"type": "IfStatement",
- "start": 14874,
- "end": 15529,
+ "start": 14348,
+ "end": 15003,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 12
},
"end": {
- "line": 480,
+ "line": 473,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
- "start": 14878,
- "end": 14932,
+ "start": 14352,
+ "end": 14406,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 16
},
"end": {
- "line": 466,
+ "line": 459,
"column": 70
}
},
"left": {
"type": "BinaryExpression",
- "start": 14878,
- "end": 14891,
+ "start": 14352,
+ "end": 14365,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 16
},
"end": {
- "line": 466,
+ "line": 459,
"column": 29
}
},
"left": {
"type": "Identifier",
- "start": 14878,
- "end": 14884,
+ "start": 14352,
+ "end": 14358,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 16
},
"end": {
- "line": 466,
+ "line": 459,
"column": 22
},
"identifierName": "chkVal"
@@ -29864,15 +29038,15 @@
"operator": "!==",
"right": {
"type": "StringLiteral",
- "start": 14889,
- "end": 14891,
+ "start": 14363,
+ "end": 14365,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 27
},
"end": {
- "line": 466,
+ "line": 459,
"column": 29
}
},
@@ -29886,29 +29060,29 @@
"operator": "&&",
"right": {
"type": "CallExpression",
- "start": 14895,
- "end": 14932,
+ "start": 14369,
+ "end": 14406,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 33
},
"end": {
- "line": 466,
+ "line": 459,
"column": 70
}
},
"callee": {
"type": "Identifier",
- "start": 14895,
- "end": 14898,
+ "start": 14369,
+ "end": 14372,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 33
},
"end": {
- "line": 466,
+ "line": 459,
"column": 36
},
"identifierName": "has"
@@ -29918,15 +29092,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 14899,
- "end": 14905,
+ "start": 14373,
+ "end": 14379,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 37
},
"end": {
- "line": 466,
+ "line": 459,
"column": 43
},
"identifierName": "values"
@@ -29935,15 +29109,15 @@
},
{
"type": "Identifier",
- "start": 14907,
- "end": 14913,
+ "start": 14381,
+ "end": 14387,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 45
},
"end": {
- "line": 466,
+ "line": 459,
"column": 51
},
"identifierName": "chkVal"
@@ -29952,29 +29126,29 @@
},
{
"type": "MemberExpression",
- "start": 14915,
- "end": 14931,
+ "start": 14389,
+ "end": 14405,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 53
},
"end": {
- "line": 466,
+ "line": 459,
"column": 69
}
},
"object": {
"type": "Identifier",
- "start": 14915,
- "end": 14917,
+ "start": 14389,
+ "end": 14391,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 53
},
"end": {
- "line": 466,
+ "line": 459,
"column": 55
},
"identifierName": "tf"
@@ -29983,15 +29157,15 @@
},
"property": {
"type": "Identifier",
- "start": 14918,
- "end": 14931,
+ "start": 14392,
+ "end": 14405,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 56
},
"end": {
- "line": 466,
+ "line": 459,
"column": 69
},
"identifierName": "caseSensitive"
@@ -30005,73 +29179,73 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 14934,
- "end": 14985,
+ "start": 14408,
+ "end": 14459,
"loc": {
"start": {
- "line": 466,
+ "line": 459,
"column": 72
},
"end": {
- "line": 468,
+ "line": 461,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 14952,
- "end": 14971,
+ "start": 14426,
+ "end": 14445,
"loc": {
"start": {
- "line": 467,
+ "line": 460,
"column": 16
},
"end": {
- "line": 467,
+ "line": 460,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 14952,
- "end": 14970,
+ "start": 14426,
+ "end": 14444,
"loc": {
"start": {
- "line": 467,
+ "line": 460,
"column": 16
},
"end": {
- "line": 467,
+ "line": 460,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 14952,
- "end": 14963,
+ "start": 14426,
+ "end": 14437,
"loc": {
"start": {
- "line": 467,
+ "line": 460,
"column": 16
},
"end": {
- "line": 467,
+ "line": 460,
"column": 27
}
},
"object": {
"type": "Identifier",
- "start": 14952,
- "end": 14955,
+ "start": 14426,
+ "end": 14429,
"loc": {
"start": {
- "line": 467,
+ "line": 460,
"column": 16
},
"end": {
- "line": 467,
+ "line": 460,
"column": 19
},
"identifierName": "chk"
@@ -30080,15 +29254,15 @@
},
"property": {
"type": "Identifier",
- "start": 14956,
- "end": 14963,
+ "start": 14430,
+ "end": 14437,
"loc": {
"start": {
- "line": 467,
+ "line": 460,
"column": 20
},
"end": {
- "line": 467,
+ "line": 460,
"column": 27
},
"identifierName": "checked"
@@ -30099,15 +29273,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 14966,
- "end": 14970,
+ "start": 14440,
+ "end": 14444,
"loc": {
"start": {
- "line": 467,
+ "line": 460,
"column": 30
},
"end": {
- "line": 467,
+ "line": 460,
"column": 34
}
},
@@ -30120,100 +29294,100 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 14991,
- "end": 15529,
+ "start": 14465,
+ "end": 15003,
"loc": {
"start": {
- "line": 468,
+ "line": 461,
"column": 19
},
"end": {
- "line": 480,
+ "line": 473,
"column": 13
}
},
"body": [
{
"type": "IfStatement",
- "start": 15070,
- "end": 15515,
+ "start": 14544,
+ "end": 14989,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 16
},
"end": {
- "line": 479,
+ "line": 472,
"column": 17
}
},
"test": {
"type": "LogicalExpression",
- "start": 15074,
- "end": 15189,
+ "start": 14548,
+ "end": 14663,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 20
},
"end": {
- "line": 471,
+ "line": 464,
"column": 75
}
},
"left": {
"type": "BinaryExpression",
- "start": 15074,
- "end": 15110,
+ "start": 14548,
+ "end": 14584,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 20
},
"end": {
- "line": 470,
+ "line": 463,
"column": 56
}
},
"left": {
"type": "CallExpression",
- "start": 15074,
- "end": 15103,
+ "start": 14548,
+ "end": 14577,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 20
},
"end": {
- "line": 470,
+ "line": 463,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
- "start": 15074,
- "end": 15088,
+ "start": 14548,
+ "end": 14562,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 20
},
"end": {
- "line": 470,
+ "line": 463,
"column": 34
}
},
"object": {
"type": "Identifier",
- "start": 15074,
- "end": 15080,
+ "start": 14548,
+ "end": 14554,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 20
},
"end": {
- "line": 470,
+ "line": 463,
"column": 26
},
"identifierName": "values"
@@ -30223,15 +29397,15 @@
},
"property": {
"type": "Identifier",
- "start": 15081,
- "end": 15088,
+ "start": 14555,
+ "end": 14562,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 27
},
"end": {
- "line": 470,
+ "line": 463,
"column": 34
},
"identifierName": "indexOf"
@@ -30244,29 +29418,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 15089,
- "end": 15102,
+ "start": 14563,
+ "end": 14576,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 35
},
"end": {
- "line": 470,
+ "line": 463,
"column": 48
}
},
"object": {
"type": "Identifier",
- "start": 15089,
- "end": 15091,
+ "start": 14563,
+ "end": 14565,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 35
},
"end": {
- "line": 470,
+ "line": 463,
"column": 37
},
"identifierName": "tf"
@@ -30275,15 +29449,15 @@
},
"property": {
"type": "Identifier",
- "start": 15092,
- "end": 15102,
+ "start": 14566,
+ "end": 14576,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 38
},
"end": {
- "line": 470,
+ "line": 463,
"column": 48
},
"identifierName": "nmOperator"
@@ -30298,15 +29472,15 @@
"operator": "!==",
"right": {
"type": "UnaryExpression",
- "start": 15108,
- "end": 15110,
+ "start": 14582,
+ "end": 14584,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 54
},
"end": {
- "line": 470,
+ "line": 463,
"column": 56
}
},
@@ -30314,15 +29488,15 @@
"prefix": true,
"argument": {
"type": "NumericLiteral",
- "start": 15109,
- "end": 15110,
+ "start": 14583,
+ "end": 14584,
"loc": {
"start": {
- "line": 470,
+ "line": 463,
"column": 55
},
"end": {
- "line": 470,
+ "line": 463,
"column": 56
}
},
@@ -30341,29 +29515,29 @@
"operator": "&&",
"right": {
"type": "BinaryExpression",
- "start": 15134,
- "end": 15189,
+ "start": 14608,
+ "end": 14663,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 20
},
"end": {
- "line": 471,
+ "line": 464,
"column": 75
}
},
"left": {
"type": "Identifier",
- "start": 15134,
- "end": 15140,
+ "start": 14608,
+ "end": 14614,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 20
},
"end": {
- "line": 471,
+ "line": 464,
"column": 26
},
"identifierName": "chkVal"
@@ -30373,29 +29547,29 @@
"operator": "===",
"right": {
"type": "CallExpression",
- "start": 15145,
- "end": 15189,
+ "start": 14619,
+ "end": 14663,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 31
},
"end": {
- "line": 471,
+ "line": 464,
"column": 75
}
},
"callee": {
"type": "Identifier",
- "start": 15145,
- "end": 15154,
+ "start": 14619,
+ "end": 14628,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 31
},
"end": {
- "line": 471,
+ "line": 464,
"column": 40
},
"identifierName": "matchCase"
@@ -30405,29 +29579,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 15155,
- "end": 15170,
+ "start": 14629,
+ "end": 14644,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 41
},
"end": {
- "line": 471,
+ "line": 464,
"column": 56
}
},
"object": {
"type": "Identifier",
- "start": 15155,
- "end": 15157,
+ "start": 14629,
+ "end": 14631,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 41
},
"end": {
- "line": 471,
+ "line": 464,
"column": 43
},
"identifierName": "tf"
@@ -30436,15 +29610,15 @@
},
"property": {
"type": "Identifier",
- "start": 15158,
- "end": 15170,
+ "start": 14632,
+ "end": 14644,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 44
},
"end": {
- "line": 471,
+ "line": 464,
"column": 56
},
"identifierName": "nonEmptyText"
@@ -30455,29 +29629,29 @@
},
{
"type": "MemberExpression",
- "start": 15172,
- "end": 15188,
+ "start": 14646,
+ "end": 14662,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 58
},
"end": {
- "line": 471,
+ "line": 464,
"column": 74
}
},
"object": {
"type": "Identifier",
- "start": 15172,
- "end": 15174,
+ "start": 14646,
+ "end": 14648,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 58
},
"end": {
- "line": 471,
+ "line": 464,
"column": 60
},
"identifierName": "tf"
@@ -30486,15 +29660,15 @@
},
"property": {
"type": "Identifier",
- "start": 15175,
- "end": 15188,
+ "start": 14649,
+ "end": 14662,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 61
},
"end": {
- "line": 471,
+ "line": 464,
"column": 74
},
"identifierName": "caseSensitive"
@@ -30510,73 +29684,73 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 15191,
- "end": 15250,
+ "start": 14665,
+ "end": 14724,
"loc": {
"start": {
- "line": 471,
+ "line": 464,
"column": 77
},
"end": {
- "line": 473,
+ "line": 466,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 15213,
- "end": 15232,
+ "start": 14687,
+ "end": 14706,
"loc": {
"start": {
- "line": 472,
+ "line": 465,
"column": 20
},
"end": {
- "line": 472,
+ "line": 465,
"column": 39
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 15213,
- "end": 15231,
+ "start": 14687,
+ "end": 14705,
"loc": {
"start": {
- "line": 472,
+ "line": 465,
"column": 20
},
"end": {
- "line": 472,
+ "line": 465,
"column": 38
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 15213,
- "end": 15224,
+ "start": 14687,
+ "end": 14698,
"loc": {
"start": {
- "line": 472,
+ "line": 465,
"column": 20
},
"end": {
- "line": 472,
+ "line": 465,
"column": 31
}
},
"object": {
"type": "Identifier",
- "start": 15213,
- "end": 15216,
+ "start": 14687,
+ "end": 14690,
"loc": {
"start": {
- "line": 472,
+ "line": 465,
"column": 20
},
"end": {
- "line": 472,
+ "line": 465,
"column": 23
},
"identifierName": "chk"
@@ -30585,15 +29759,15 @@
},
"property": {
"type": "Identifier",
- "start": 15217,
- "end": 15224,
+ "start": 14691,
+ "end": 14698,
"loc": {
"start": {
- "line": 472,
+ "line": 465,
"column": 24
},
"end": {
- "line": 472,
+ "line": 465,
"column": 31
},
"identifierName": "checked"
@@ -30604,15 +29778,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 15227,
- "end": 15231,
+ "start": 14701,
+ "end": 14705,
"loc": {
"start": {
- "line": 472,
+ "line": 465,
"column": 34
},
"end": {
- "line": 472,
+ "line": 465,
"column": 38
}
},
@@ -30625,85 +29799,85 @@
},
"alternate": {
"type": "IfStatement",
- "start": 15272,
- "end": 15515,
+ "start": 14746,
+ "end": 14989,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 21
},
"end": {
- "line": 479,
+ "line": 472,
"column": 17
}
},
"test": {
"type": "LogicalExpression",
- "start": 15276,
- "end": 15388,
+ "start": 14750,
+ "end": 14862,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 25
},
"end": {
- "line": 475,
+ "line": 468,
"column": 72
}
},
"left": {
"type": "BinaryExpression",
- "start": 15276,
- "end": 15312,
+ "start": 14750,
+ "end": 14786,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 25
},
"end": {
- "line": 474,
+ "line": 467,
"column": 61
}
},
"left": {
"type": "CallExpression",
- "start": 15276,
- "end": 15305,
+ "start": 14750,
+ "end": 14779,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 25
},
"end": {
- "line": 474,
+ "line": 467,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
- "start": 15276,
- "end": 15290,
+ "start": 14750,
+ "end": 14764,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 25
},
"end": {
- "line": 474,
+ "line": 467,
"column": 39
}
},
"object": {
"type": "Identifier",
- "start": 15276,
- "end": 15282,
+ "start": 14750,
+ "end": 14756,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 25
},
"end": {
- "line": 474,
+ "line": 467,
"column": 31
},
"identifierName": "values"
@@ -30712,15 +29886,15 @@
},
"property": {
"type": "Identifier",
- "start": 15283,
- "end": 15290,
+ "start": 14757,
+ "end": 14764,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 32
},
"end": {
- "line": 474,
+ "line": 467,
"column": 39
},
"identifierName": "indexOf"
@@ -30732,29 +29906,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 15291,
- "end": 15304,
+ "start": 14765,
+ "end": 14778,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 40
},
"end": {
- "line": 474,
+ "line": 467,
"column": 53
}
},
"object": {
"type": "Identifier",
- "start": 15291,
- "end": 15293,
+ "start": 14765,
+ "end": 14767,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 40
},
"end": {
- "line": 474,
+ "line": 467,
"column": 42
},
"identifierName": "tf"
@@ -30763,15 +29937,15 @@
},
"property": {
"type": "Identifier",
- "start": 15294,
- "end": 15304,
+ "start": 14768,
+ "end": 14778,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 43
},
"end": {
- "line": 474,
+ "line": 467,
"column": 53
},
"identifierName": "emOperator"
@@ -30785,15 +29959,15 @@
"operator": "!==",
"right": {
"type": "UnaryExpression",
- "start": 15310,
- "end": 15312,
+ "start": 14784,
+ "end": 14786,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 59
},
"end": {
- "line": 474,
+ "line": 467,
"column": 61
}
},
@@ -30801,15 +29975,15 @@
"prefix": true,
"argument": {
"type": "NumericLiteral",
- "start": 15311,
- "end": 15312,
+ "start": 14785,
+ "end": 14786,
"loc": {
"start": {
- "line": 474,
+ "line": 467,
"column": 60
},
"end": {
- "line": 474,
+ "line": 467,
"column": 61
}
},
@@ -30827,29 +30001,29 @@
"operator": "&&",
"right": {
"type": "BinaryExpression",
- "start": 15336,
- "end": 15388,
+ "start": 14810,
+ "end": 14862,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 20
},
"end": {
- "line": 475,
+ "line": 468,
"column": 72
}
},
"left": {
"type": "Identifier",
- "start": 15336,
- "end": 15342,
+ "start": 14810,
+ "end": 14816,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 20
},
"end": {
- "line": 475,
+ "line": 468,
"column": 26
},
"identifierName": "chkVal"
@@ -30859,29 +30033,29 @@
"operator": "===",
"right": {
"type": "CallExpression",
- "start": 15347,
- "end": 15388,
+ "start": 14821,
+ "end": 14862,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 31
},
"end": {
- "line": 475,
+ "line": 468,
"column": 72
}
},
"callee": {
"type": "Identifier",
- "start": 15347,
- "end": 15356,
+ "start": 14821,
+ "end": 14830,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 31
},
"end": {
- "line": 475,
+ "line": 468,
"column": 40
},
"identifierName": "matchCase"
@@ -30891,29 +30065,29 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 15357,
- "end": 15369,
+ "start": 14831,
+ "end": 14843,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 41
},
"end": {
- "line": 475,
+ "line": 468,
"column": 53
}
},
"object": {
"type": "Identifier",
- "start": 15357,
- "end": 15359,
+ "start": 14831,
+ "end": 14833,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 41
},
"end": {
- "line": 475,
+ "line": 468,
"column": 43
},
"identifierName": "tf"
@@ -30922,15 +30096,15 @@
},
"property": {
"type": "Identifier",
- "start": 15360,
- "end": 15369,
+ "start": 14834,
+ "end": 14843,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 44
},
"end": {
- "line": 475,
+ "line": 468,
"column": 53
},
"identifierName": "emptyText"
@@ -30941,29 +30115,29 @@
},
{
"type": "MemberExpression",
- "start": 15371,
- "end": 15387,
+ "start": 14845,
+ "end": 14861,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 55
},
"end": {
- "line": 475,
+ "line": 468,
"column": 71
}
},
"object": {
"type": "Identifier",
- "start": 15371,
- "end": 15373,
+ "start": 14845,
+ "end": 14847,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 55
},
"end": {
- "line": 475,
+ "line": 468,
"column": 57
},
"identifierName": "tf"
@@ -30972,15 +30146,15 @@
},
"property": {
"type": "Identifier",
- "start": 15374,
- "end": 15387,
+ "start": 14848,
+ "end": 14861,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 58
},
"end": {
- "line": 475,
+ "line": 468,
"column": 71
},
"identifierName": "caseSensitive"
@@ -30995,73 +30169,73 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 15390,
- "end": 15449,
+ "start": 14864,
+ "end": 14923,
"loc": {
"start": {
- "line": 475,
+ "line": 468,
"column": 74
},
"end": {
- "line": 477,
+ "line": 470,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 15412,
- "end": 15431,
+ "start": 14886,
+ "end": 14905,
"loc": {
"start": {
- "line": 476,
+ "line": 469,
"column": 20
},
"end": {
- "line": 476,
+ "line": 469,
"column": 39
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 15412,
- "end": 15430,
+ "start": 14886,
+ "end": 14904,
"loc": {
"start": {
- "line": 476,
+ "line": 469,
"column": 20
},
"end": {
- "line": 476,
+ "line": 469,
"column": 38
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 15412,
- "end": 15423,
+ "start": 14886,
+ "end": 14897,
"loc": {
"start": {
- "line": 476,
+ "line": 469,
"column": 20
},
"end": {
- "line": 476,
+ "line": 469,
"column": 31
}
},
"object": {
"type": "Identifier",
- "start": 15412,
- "end": 15415,
+ "start": 14886,
+ "end": 14889,
"loc": {
"start": {
- "line": 476,
+ "line": 469,
"column": 20
},
"end": {
- "line": 476,
+ "line": 469,
"column": 23
},
"identifierName": "chk"
@@ -31070,15 +30244,15 @@
},
"property": {
"type": "Identifier",
- "start": 15416,
- "end": 15423,
+ "start": 14890,
+ "end": 14897,
"loc": {
"start": {
- "line": 476,
+ "line": 469,
"column": 24
},
"end": {
- "line": 476,
+ "line": 469,
"column": 31
},
"identifierName": "checked"
@@ -31089,15 +30263,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 15426,
- "end": 15430,
+ "start": 14900,
+ "end": 14904,
"loc": {
"start": {
- "line": 476,
+ "line": 469,
"column": 34
},
"end": {
- "line": 476,
+ "line": 469,
"column": 38
}
},
@@ -31110,73 +30284,73 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 15455,
- "end": 15515,
+ "start": 14929,
+ "end": 14989,
"loc": {
"start": {
- "line": 477,
+ "line": 470,
"column": 23
},
"end": {
- "line": 479,
+ "line": 472,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 15477,
- "end": 15497,
+ "start": 14951,
+ "end": 14971,
"loc": {
"start": {
- "line": 478,
+ "line": 471,
"column": 20
},
"end": {
- "line": 478,
+ "line": 471,
"column": 40
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 15477,
- "end": 15496,
+ "start": 14951,
+ "end": 14970,
"loc": {
"start": {
- "line": 478,
+ "line": 471,
"column": 20
},
"end": {
- "line": 478,
+ "line": 471,
"column": 39
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 15477,
- "end": 15488,
+ "start": 14951,
+ "end": 14962,
"loc": {
"start": {
- "line": 478,
+ "line": 471,
"column": 20
},
"end": {
- "line": 478,
+ "line": 471,
"column": 31
}
},
"object": {
"type": "Identifier",
- "start": 15477,
- "end": 15480,
+ "start": 14951,
+ "end": 14954,
"loc": {
"start": {
- "line": 478,
+ "line": 471,
"column": 20
},
"end": {
- "line": 478,
+ "line": 471,
"column": 23
},
"identifierName": "chk"
@@ -31185,15 +30359,15 @@
},
"property": {
"type": "Identifier",
- "start": 15481,
- "end": 15488,
+ "start": 14955,
+ "end": 14962,
"loc": {
"start": {
- "line": 478,
+ "line": 471,
"column": 24
},
"end": {
- "line": 478,
+ "line": 471,
"column": 31
},
"identifierName": "checked"
@@ -31204,15 +30378,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 15491,
- "end": 15496,
+ "start": 14965,
+ "end": 14970,
"loc": {
"start": {
- "line": 478,
+ "line": 471,
"column": 34
},
"end": {
- "line": 478,
+ "line": 471,
"column": 39
}
},
@@ -31228,15 +30402,15 @@
{
"type": "CommentLine",
"value": " Check non-empty-text or empty-text option",
- "start": 15009,
- "end": 15053,
+ "start": 14483,
+ "end": 14527,
"loc": {
"start": {
- "line": 469,
+ "line": 462,
"column": 16
},
"end": {
- "line": 469,
+ "line": 462,
"column": 60
}
}
@@ -31249,93 +30423,93 @@
},
{
"type": "ExpressionStatement",
- "start": 15542,
- "end": 15571,
+ "start": 15016,
+ "end": 15040,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 12
},
"end": {
- "line": 481,
- "column": 41
+ "line": 474,
+ "column": 36
}
},
"expression": {
"type": "CallExpression",
- "start": 15542,
- "end": 15570,
+ "start": 15016,
+ "end": 15039,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 12
},
"end": {
- "line": 481,
- "column": 40
+ "line": 474,
+ "column": 35
}
},
"callee": {
"type": "MemberExpression",
- "start": 15542,
- "end": 15565,
+ "start": 15016,
+ "end": 15034,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 12
},
"end": {
- "line": 481,
- "column": 35
+ "line": 474,
+ "column": 30
}
},
"object": {
"type": "ThisExpression",
- "start": 15542,
- "end": 15546,
+ "start": 15016,
+ "end": 15020,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 12
},
"end": {
- "line": 481,
+ "line": 474,
"column": 16
}
}
},
"property": {
"type": "Identifier",
- "start": 15547,
- "end": 15565,
+ "start": 15021,
+ "end": 15034,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 17
},
"end": {
- "line": 481,
- "column": 35
+ "line": 474,
+ "column": 30
},
- "identifierName": "setCheckListValues"
+ "identifierName": "setItemOption"
},
- "name": "setCheckListValues"
+ "name": "setItemOption"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
- "start": 15566,
- "end": 15569,
+ "start": 15035,
+ "end": 15038,
"loc": {
"start": {
- "line": 481,
- "column": 36
+ "line": 474,
+ "column": 31
},
"end": {
- "line": 481,
- "column": 39
+ "line": 474,
+ "column": 34
},
"identifierName": "chk"
},
@@ -31359,15 +30533,15 @@
{
"type": "CommentBlock",
"value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ",
- "start": 14180,
- "end": 14349,
+ "start": 13710,
+ "end": 13879,
"loc": {
"start": {
- "line": 444,
+ "line": 438,
"column": 4
},
"end": {
- "line": 448,
+ "line": 442,
"column": 7
}
}
@@ -31377,15 +30551,15 @@
{
"type": "CommentBlock",
"value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ",
- "start": 15595,
- "end": 15762,
+ "start": 15064,
+ "end": 15231,
"loc": {
"start": {
- "line": 485,
+ "line": 478,
"column": 4
},
"end": {
- "line": 489,
+ "line": 482,
"column": 7
}
}
@@ -31394,15 +30568,15 @@
},
{
"type": "ClassMethod",
- "start": 15767,
- "end": 16189,
+ "start": 15236,
+ "end": 15658,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 4
},
"end": {
- "line": 501,
+ "line": 494,
"column": 5
}
},
@@ -31410,15 +30584,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 15767,
- "end": 15776,
+ "start": 15236,
+ "end": 15245,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 4
},
"end": {
- "line": 490,
+ "line": 483,
"column": 13
},
"identifierName": "getValues"
@@ -31434,15 +30608,15 @@
"params": [
{
"type": "Identifier",
- "start": 15777,
- "end": 15785,
+ "start": 15246,
+ "end": 15254,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 14
},
"end": {
- "line": 490,
+ "line": 483,
"column": 22
},
"identifierName": "colIndex"
@@ -31452,59 +30626,59 @@
],
"body": {
"type": "BlockStatement",
- "start": 15787,
- "end": 16189,
+ "start": 15256,
+ "end": 15658,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 24
},
"end": {
- "line": 501,
+ "line": 494,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 15797,
- "end": 15814,
+ "start": 15266,
+ "end": 15283,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 8
},
"end": {
- "line": 491,
+ "line": 484,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 15801,
- "end": 15813,
+ "start": 15270,
+ "end": 15282,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 12
},
"end": {
- "line": 491,
+ "line": 484,
"column": 24
}
},
"id": {
"type": "Identifier",
- "start": 15801,
- "end": 15803,
+ "start": 15270,
+ "end": 15272,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 12
},
"end": {
- "line": 491,
+ "line": 484,
"column": 14
},
"identifierName": "tf"
@@ -31513,44 +30687,44 @@
},
"init": {
"type": "MemberExpression",
- "start": 15806,
- "end": 15813,
+ "start": 15275,
+ "end": 15282,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 17
},
"end": {
- "line": 491,
+ "line": 484,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 15806,
- "end": 15810,
+ "start": 15275,
+ "end": 15279,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 17
},
"end": {
- "line": 491,
+ "line": 484,
"column": 21
}
}
},
"property": {
"type": "Identifier",
- "start": 15811,
- "end": 15813,
+ "start": 15280,
+ "end": 15282,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 22
},
"end": {
- "line": 491,
+ "line": 484,
"column": 24
},
"identifierName": "tf"
@@ -31565,44 +30739,44 @@
},
{
"type": "VariableDeclaration",
- "start": 15823,
- "end": 15863,
+ "start": 15292,
+ "end": 15332,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 8
},
"end": {
- "line": 492,
+ "line": 485,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 15827,
- "end": 15862,
+ "start": 15296,
+ "end": 15331,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 12
},
"end": {
- "line": 492,
+ "line": 485,
"column": 47
}
},
"id": {
"type": "Identifier",
- "start": 15827,
- "end": 15830,
+ "start": 15296,
+ "end": 15299,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 12
},
"end": {
- "line": 492,
+ "line": 485,
"column": 15
},
"identifierName": "flt"
@@ -31611,43 +30785,43 @@
},
"init": {
"type": "CallExpression",
- "start": 15833,
- "end": 15862,
+ "start": 15302,
+ "end": 15331,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 18
},
"end": {
- "line": 492,
+ "line": 485,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
- "start": 15833,
- "end": 15852,
+ "start": 15302,
+ "end": 15321,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 18
},
"end": {
- "line": 492,
+ "line": 485,
"column": 37
}
},
"object": {
"type": "Identifier",
- "start": 15833,
- "end": 15835,
+ "start": 15302,
+ "end": 15304,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 18
},
"end": {
- "line": 492,
+ "line": 485,
"column": 20
},
"identifierName": "tf"
@@ -31656,15 +30830,15 @@
},
"property": {
"type": "Identifier",
- "start": 15836,
- "end": 15852,
+ "start": 15305,
+ "end": 15321,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 21
},
"end": {
- "line": 492,
+ "line": 485,
"column": 37
},
"identifierName": "getFilterElement"
@@ -31676,15 +30850,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 15853,
- "end": 15861,
+ "start": 15322,
+ "end": 15330,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 38
},
"end": {
- "line": 492,
+ "line": 485,
"column": 46
},
"identifierName": "colIndex"
@@ -31699,44 +30873,44 @@
},
{
"type": "VariableDeclaration",
- "start": 15872,
- "end": 15912,
+ "start": 15341,
+ "end": 15381,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 8
},
"end": {
- "line": 493,
+ "line": 486,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 15876,
- "end": 15911,
+ "start": 15345,
+ "end": 15380,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 12
},
"end": {
- "line": 493,
+ "line": 486,
"column": 47
}
},
"id": {
"type": "Identifier",
- "start": 15876,
- "end": 15883,
+ "start": 15345,
+ "end": 15352,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 12
},
"end": {
- "line": 493,
+ "line": 486,
"column": 19
},
"identifierName": "fltAttr"
@@ -31745,43 +30919,43 @@
},
"init": {
"type": "CallExpression",
- "start": 15886,
- "end": 15911,
+ "start": 15355,
+ "end": 15380,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 22
},
"end": {
- "line": 493,
+ "line": 486,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
- "start": 15886,
- "end": 15902,
+ "start": 15355,
+ "end": 15371,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 22
},
"end": {
- "line": 493,
+ "line": 486,
"column": 38
}
},
"object": {
"type": "Identifier",
- "start": 15886,
- "end": 15889,
+ "start": 15355,
+ "end": 15358,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 22
},
"end": {
- "line": 493,
+ "line": 486,
"column": 25
},
"identifierName": "flt"
@@ -31790,15 +30964,15 @@
},
"property": {
"type": "Identifier",
- "start": 15890,
- "end": 15902,
+ "start": 15359,
+ "end": 15371,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 26
},
"end": {
- "line": 493,
+ "line": 486,
"column": 38
},
"identifierName": "getAttribute"
@@ -31810,15 +30984,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 15903,
- "end": 15910,
+ "start": 15372,
+ "end": 15379,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 39
},
"end": {
- "line": 493,
+ "line": 486,
"column": 46
}
},
@@ -31836,44 +31010,44 @@
},
{
"type": "VariableDeclaration",
- "start": 15921,
- "end": 15966,
+ "start": 15390,
+ "end": 15435,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 8
},
"end": {
- "line": 494,
+ "line": 487,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 15925,
- "end": 15965,
+ "start": 15394,
+ "end": 15434,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 12
},
"end": {
- "line": 494,
+ "line": 487,
"column": 52
}
},
"id": {
"type": "Identifier",
- "start": 15925,
- "end": 15931,
+ "start": 15394,
+ "end": 15400,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 12
},
"end": {
- "line": 494,
+ "line": 487,
"column": 18
},
"identifierName": "values"
@@ -31882,43 +31056,43 @@
},
"init": {
"type": "ConditionalExpression",
- "start": 15934,
- "end": 15965,
+ "start": 15403,
+ "end": 15434,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 21
},
"end": {
- "line": 494,
+ "line": 487,
"column": 52
}
},
"test": {
"type": "CallExpression",
- "start": 15934,
- "end": 15950,
+ "start": 15403,
+ "end": 15419,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 21
},
"end": {
- "line": 494,
+ "line": 487,
"column": 37
}
},
"callee": {
"type": "Identifier",
- "start": 15934,
- "end": 15941,
+ "start": 15403,
+ "end": 15410,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 21
},
"end": {
- "line": 494,
+ "line": 487,
"column": 28
},
"identifierName": "isEmpty"
@@ -31928,15 +31102,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 15942,
- "end": 15949,
+ "start": 15411,
+ "end": 15418,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 29
},
"end": {
- "line": 494,
+ "line": 487,
"column": 36
},
"identifierName": "fltAttr"
@@ -31947,15 +31121,15 @@
},
"consequent": {
"type": "StringLiteral",
- "start": 15953,
- "end": 15955,
+ "start": 15422,
+ "end": 15424,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 40
},
"end": {
- "line": 494,
+ "line": 487,
"column": 42
}
},
@@ -31967,15 +31141,15 @@
},
"alternate": {
"type": "Identifier",
- "start": 15958,
- "end": 15965,
+ "start": 15427,
+ "end": 15434,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 45
},
"end": {
- "line": 494,
+ "line": 487,
"column": 52
},
"identifierName": "fltAttr"
@@ -31990,15 +31164,15 @@
{
"type": "CommentLine",
"value": "removes last operator ||",
- "start": 15975,
- "end": 16001,
+ "start": 15444,
+ "end": 15470,
"loc": {
"start": {
- "line": 495,
+ "line": 488,
"column": 8
},
"end": {
- "line": 495,
+ "line": 488,
"column": 34
}
}
@@ -32007,44 +31181,44 @@
},
{
"type": "ExpressionStatement",
- "start": 16010,
- "end": 16055,
+ "start": 15479,
+ "end": 15524,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 8
},
"end": {
- "line": 496,
+ "line": 489,
"column": 53
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 16010,
- "end": 16054,
+ "start": 15479,
+ "end": 15523,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 8
},
"end": {
- "line": 496,
+ "line": 489,
"column": 52
}
},
"operator": "=",
"left": {
"type": "Identifier",
- "start": 16010,
- "end": 16016,
+ "start": 15479,
+ "end": 15485,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 8
},
"end": {
- "line": 496,
+ "line": 489,
"column": 14
},
"identifierName": "values"
@@ -32054,43 +31228,43 @@
},
"right": {
"type": "CallExpression",
- "start": 16019,
- "end": 16054,
+ "start": 15488,
+ "end": 15523,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 17
},
"end": {
- "line": 496,
+ "line": 489,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
- "start": 16019,
- "end": 16032,
+ "start": 15488,
+ "end": 15501,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 17
},
"end": {
- "line": 496,
+ "line": 489,
"column": 30
}
},
"object": {
"type": "Identifier",
- "start": 16019,
- "end": 16025,
+ "start": 15488,
+ "end": 15494,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 17
},
"end": {
- "line": 496,
+ "line": 489,
"column": 23
},
"identifierName": "values"
@@ -32099,15 +31273,15 @@
},
"property": {
"type": "Identifier",
- "start": 16026,
- "end": 16032,
+ "start": 15495,
+ "end": 15501,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 24
},
"end": {
- "line": 496,
+ "line": 489,
"column": 30
},
"identifierName": "substr"
@@ -32119,15 +31293,15 @@
"arguments": [
{
"type": "NumericLiteral",
- "start": 16033,
- "end": 16034,
+ "start": 15502,
+ "end": 15503,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 31
},
"end": {
- "line": 496,
+ "line": 489,
"column": 32
}
},
@@ -32139,43 +31313,43 @@
},
{
"type": "BinaryExpression",
- "start": 16036,
- "end": 16053,
+ "start": 15505,
+ "end": 15522,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 34
},
"end": {
- "line": 496,
+ "line": 489,
"column": 51
}
},
"left": {
"type": "MemberExpression",
- "start": 16036,
- "end": 16049,
+ "start": 15505,
+ "end": 15518,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 34
},
"end": {
- "line": 496,
+ "line": 489,
"column": 47
}
},
"object": {
"type": "Identifier",
- "start": 16036,
- "end": 16042,
+ "start": 15505,
+ "end": 15511,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 34
},
"end": {
- "line": 496,
+ "line": 489,
"column": 40
},
"identifierName": "values"
@@ -32184,15 +31358,15 @@
},
"property": {
"type": "Identifier",
- "start": 16043,
- "end": 16049,
+ "start": 15512,
+ "end": 15518,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 41
},
"end": {
- "line": 496,
+ "line": 489,
"column": 47
},
"identifierName": "length"
@@ -32204,15 +31378,15 @@
"operator": "-",
"right": {
"type": "NumericLiteral",
- "start": 16052,
- "end": 16053,
+ "start": 15521,
+ "end": 15522,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 50
},
"end": {
- "line": 496,
+ "line": 489,
"column": 51
}
},
@@ -32231,15 +31405,15 @@
{
"type": "CommentLine",
"value": "removes last operator ||",
- "start": 15975,
- "end": 16001,
+ "start": 15444,
+ "end": 15470,
"loc": {
"start": {
- "line": 495,
+ "line": 488,
"column": 8
},
"end": {
- "line": 495,
+ "line": 488,
"column": 34
}
}
@@ -32249,15 +31423,15 @@
{
"type": "CommentLine",
"value": "turn || separated values into array",
- "start": 16064,
- "end": 16101,
+ "start": 15533,
+ "end": 15570,
"loc": {
"start": {
- "line": 497,
+ "line": 490,
"column": 8
},
"end": {
- "line": 497,
+ "line": 490,
"column": 45
}
}
@@ -32266,44 +31440,44 @@
},
{
"type": "ExpressionStatement",
- "start": 16110,
- "end": 16159,
+ "start": 15579,
+ "end": 15628,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 8
},
"end": {
- "line": 498,
+ "line": 491,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 16110,
- "end": 16158,
+ "start": 15579,
+ "end": 15627,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 8
},
"end": {
- "line": 498,
+ "line": 491,
"column": 56
}
},
"operator": "=",
"left": {
"type": "Identifier",
- "start": 16110,
- "end": 16116,
+ "start": 15579,
+ "end": 15585,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 8
},
"end": {
- "line": 498,
+ "line": 491,
"column": 14
},
"identifierName": "values"
@@ -32313,43 +31487,43 @@
},
"right": {
"type": "CallExpression",
- "start": 16119,
- "end": 16158,
+ "start": 15588,
+ "end": 15627,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 17
},
"end": {
- "line": 498,
+ "line": 491,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
- "start": 16119,
- "end": 16131,
+ "start": 15588,
+ "end": 15600,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 17
},
"end": {
- "line": 498,
+ "line": 491,
"column": 29
}
},
"object": {
"type": "Identifier",
- "start": 16119,
- "end": 16125,
+ "start": 15588,
+ "end": 15594,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 17
},
"end": {
- "line": 498,
+ "line": 491,
"column": 23
},
"identifierName": "values"
@@ -32358,15 +31532,15 @@
},
"property": {
"type": "Identifier",
- "start": 16126,
- "end": 16131,
+ "start": 15595,
+ "end": 15600,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 24
},
"end": {
- "line": 498,
+ "line": 491,
"column": 29
},
"identifierName": "split"
@@ -32378,43 +31552,43 @@
"arguments": [
{
"type": "BinaryExpression",
- "start": 16132,
- "end": 16157,
+ "start": 15601,
+ "end": 15626,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 30
},
"end": {
- "line": 498,
+ "line": 491,
"column": 55
}
},
"left": {
"type": "BinaryExpression",
- "start": 16132,
- "end": 16151,
+ "start": 15601,
+ "end": 15620,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 30
},
"end": {
- "line": 498,
+ "line": 491,
"column": 49
}
},
"left": {
"type": "StringLiteral",
- "start": 16132,
- "end": 16135,
+ "start": 15601,
+ "end": 15604,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 30
},
"end": {
- "line": 498,
+ "line": 491,
"column": 33
}
},
@@ -32427,29 +31601,29 @@
"operator": "+",
"right": {
"type": "MemberExpression",
- "start": 16138,
- "end": 16151,
+ "start": 15607,
+ "end": 15620,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 36
},
"end": {
- "line": 498,
+ "line": 491,
"column": 49
}
},
"object": {
"type": "Identifier",
- "start": 16138,
- "end": 16140,
+ "start": 15607,
+ "end": 15609,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 36
},
"end": {
- "line": 498,
+ "line": 491,
"column": 38
},
"identifierName": "tf"
@@ -32458,15 +31632,15 @@
},
"property": {
"type": "Identifier",
- "start": 16141,
- "end": 16151,
+ "start": 15610,
+ "end": 15620,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 39
},
"end": {
- "line": 498,
+ "line": 491,
"column": 49
},
"identifierName": "orOperator"
@@ -32479,15 +31653,15 @@
"operator": "+",
"right": {
"type": "StringLiteral",
- "start": 16154,
- "end": 16157,
+ "start": 15623,
+ "end": 15626,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 52
},
"end": {
- "line": 498,
+ "line": 491,
"column": 55
}
},
@@ -32506,15 +31680,15 @@
{
"type": "CommentLine",
"value": "turn || separated values into array",
- "start": 16064,
- "end": 16101,
+ "start": 15533,
+ "end": 15570,
"loc": {
"start": {
- "line": 497,
+ "line": 490,
"column": 8
},
"end": {
- "line": 497,
+ "line": 490,
"column": 45
}
}
@@ -32523,29 +31697,29 @@
},
{
"type": "ReturnStatement",
- "start": 16169,
- "end": 16183,
+ "start": 15638,
+ "end": 15652,
"loc": {
"start": {
- "line": 500,
+ "line": 493,
"column": 8
},
"end": {
- "line": 500,
+ "line": 493,
"column": 22
}
},
"argument": {
"type": "Identifier",
- "start": 16176,
- "end": 16182,
+ "start": 15645,
+ "end": 15651,
"loc": {
"start": {
- "line": 500,
+ "line": 493,
"column": 15
},
"end": {
- "line": 500,
+ "line": 493,
"column": 21
},
"identifierName": "values"
@@ -32561,15 +31735,15 @@
{
"type": "CommentBlock",
"value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ",
- "start": 15595,
- "end": 15762,
+ "start": 15064,
+ "end": 15231,
"loc": {
"start": {
- "line": 485,
+ "line": 478,
"column": 4
},
"end": {
- "line": 489,
+ "line": 482,
"column": 7
}
}
@@ -32579,15 +31753,15 @@
{
"type": "CommentBlock",
"value": "*\n * Destroy CheckList instance\n ",
- "start": 16195,
- "end": 16240,
+ "start": 15664,
+ "end": 15709,
"loc": {
"start": {
- "line": 503,
+ "line": 496,
"column": 4
},
"end": {
- "line": 505,
+ "line": 498,
"column": 7
}
}
@@ -32596,15 +31770,15 @@
},
{
"type": "ClassMethod",
- "start": 16245,
- "end": 16668,
+ "start": 15714,
+ "end": 16137,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 4
},
"end": {
- "line": 518,
+ "line": 511,
"column": 5
}
},
@@ -32612,15 +31786,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 16245,
- "end": 16252,
+ "start": 15714,
+ "end": 15721,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 4
},
"end": {
- "line": 506,
+ "line": 499,
"column": 11
},
"identifierName": "destroy"
@@ -32636,101 +31810,101 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 16255,
- "end": 16668,
+ "start": 15724,
+ "end": 16137,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 14
},
"end": {
- "line": 518,
+ "line": 511,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 16265,
- "end": 16404,
+ "start": 15734,
+ "end": 15873,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 8
},
"end": {
- "line": 510,
+ "line": 503,
"column": 10
}
},
"expression": {
"type": "CallExpression",
- "start": 16265,
- "end": 16403,
+ "start": 15734,
+ "end": 15872,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 8
},
"end": {
- "line": 510,
+ "line": 503,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
- "start": 16265,
- "end": 16281,
+ "start": 15734,
+ "end": 15750,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 8
},
"end": {
- "line": 507,
+ "line": 500,
"column": 24
}
},
"object": {
"type": "MemberExpression",
- "start": 16265,
- "end": 16277,
+ "start": 15734,
+ "end": 15746,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 8
},
"end": {
- "line": 507,
+ "line": 500,
"column": 20
}
},
"object": {
"type": "ThisExpression",
- "start": 16265,
- "end": 16269,
+ "start": 15734,
+ "end": 15738,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 8
},
"end": {
- "line": 507,
+ "line": 500,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 16270,
- "end": 16277,
+ "start": 15739,
+ "end": 15746,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 13
},
"end": {
- "line": 507,
+ "line": 500,
"column": 20
},
"identifierName": "emitter"
@@ -32741,15 +31915,15 @@
},
"property": {
"type": "Identifier",
- "start": 16278,
- "end": 16281,
+ "start": 15747,
+ "end": 15750,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 21
},
"end": {
- "line": 507,
+ "line": 500,
"column": 24
},
"identifierName": "off"
@@ -32761,30 +31935,30 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 16295,
- "end": 16321,
+ "start": 15764,
+ "end": 15790,
"loc": {
"start": {
- "line": 508,
+ "line": 501,
"column": 12
},
"end": {
- "line": 508,
+ "line": 501,
"column": 38
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 16296,
- "end": 16320,
+ "start": 15765,
+ "end": 15789,
"loc": {
"start": {
- "line": 508,
+ "line": 501,
"column": 13
},
"end": {
- "line": 508,
+ "line": 501,
"column": 37
}
},
@@ -32798,15 +31972,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 16335,
- "end": 16393,
+ "start": 15804,
+ "end": 15862,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 12
},
"end": {
- "line": 509,
+ "line": 502,
"column": 70
}
},
@@ -32817,15 +31991,15 @@
"params": [
{
"type": "Identifier",
- "start": 16336,
- "end": 16338,
+ "start": 15805,
+ "end": 15807,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 13
},
"end": {
- "line": 509,
+ "line": 502,
"column": 15
},
"identifierName": "tf"
@@ -32834,15 +32008,15 @@
},
{
"type": "Identifier",
- "start": 16340,
- "end": 16348,
+ "start": 15809,
+ "end": 15817,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 17
},
"end": {
- "line": 509,
+ "line": 502,
"column": 25
},
"identifierName": "colIndex"
@@ -32851,15 +32025,15 @@
},
{
"type": "Identifier",
- "start": 16350,
- "end": 16358,
+ "start": 15819,
+ "end": 15827,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 27
},
"end": {
- "line": 509,
+ "line": 502,
"column": 35
},
"identifierName": "isLinked"
@@ -32869,58 +32043,58 @@
],
"body": {
"type": "CallExpression",
- "start": 16363,
- "end": 16393,
+ "start": 15832,
+ "end": 15862,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 40
},
"end": {
- "line": 509,
+ "line": 502,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
- "start": 16363,
- "end": 16373,
+ "start": 15832,
+ "end": 15842,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 40
},
"end": {
- "line": 509,
+ "line": 502,
"column": 50
}
},
"object": {
"type": "ThisExpression",
- "start": 16363,
- "end": 16367,
+ "start": 15832,
+ "end": 15836,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 40
},
"end": {
- "line": 509,
+ "line": 502,
"column": 44
}
}
},
"property": {
"type": "Identifier",
- "start": 16368,
- "end": 16373,
+ "start": 15837,
+ "end": 15842,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 45
},
"end": {
- "line": 509,
+ "line": 502,
"column": 50
},
"identifierName": "build"
@@ -32932,15 +32106,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 16374,
- "end": 16382,
+ "start": 15843,
+ "end": 15851,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 51
},
"end": {
- "line": 509,
+ "line": 502,
"column": 59
},
"identifierName": "colIndex"
@@ -32949,15 +32123,15 @@
},
{
"type": "Identifier",
- "start": 16384,
- "end": 16392,
+ "start": 15853,
+ "end": 15861,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 61
},
"end": {
- "line": 509,
+ "line": 502,
"column": 69
},
"identifierName": "isLinked"
@@ -32972,86 +32146,86 @@
},
{
"type": "ExpressionStatement",
- "start": 16413,
- "end": 16558,
+ "start": 15882,
+ "end": 16027,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 8
},
"end": {
- "line": 514,
+ "line": 507,
"column": 10
}
},
"expression": {
"type": "CallExpression",
- "start": 16413,
- "end": 16557,
+ "start": 15882,
+ "end": 16026,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 8
},
"end": {
- "line": 514,
+ "line": 507,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
- "start": 16413,
- "end": 16429,
+ "start": 15882,
+ "end": 15898,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 8
},
"end": {
- "line": 511,
+ "line": 504,
"column": 24
}
},
"object": {
"type": "MemberExpression",
- "start": 16413,
- "end": 16425,
+ "start": 15882,
+ "end": 15894,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 8
},
"end": {
- "line": 511,
+ "line": 504,
"column": 20
}
},
"object": {
"type": "ThisExpression",
- "start": 16413,
- "end": 16417,
+ "start": 15882,
+ "end": 15886,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 8
},
"end": {
- "line": 511,
+ "line": 504,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 16418,
- "end": 16425,
+ "start": 15887,
+ "end": 15894,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 13
},
"end": {
- "line": 511,
+ "line": 504,
"column": 20
},
"identifierName": "emitter"
@@ -33062,15 +32236,15 @@
},
"property": {
"type": "Identifier",
- "start": 16426,
- "end": 16429,
+ "start": 15895,
+ "end": 15898,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 21
},
"end": {
- "line": 511,
+ "line": 504,
"column": 24
},
"identifierName": "off"
@@ -33082,30 +32256,30 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 16443,
- "end": 16471,
+ "start": 15912,
+ "end": 15940,
"loc": {
"start": {
- "line": 512,
+ "line": 505,
"column": 12
},
"end": {
- "line": 512,
+ "line": 505,
"column": 40
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 16444,
- "end": 16470,
+ "start": 15913,
+ "end": 15939,
"loc": {
"start": {
- "line": 512,
+ "line": 505,
"column": 13
},
"end": {
- "line": 512,
+ "line": 505,
"column": 39
}
},
@@ -33119,15 +32293,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 16485,
- "end": 16547,
+ "start": 15954,
+ "end": 16016,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 12
},
"end": {
- "line": 513,
+ "line": 506,
"column": 74
}
},
@@ -33138,15 +32312,15 @@
"params": [
{
"type": "Identifier",
- "start": 16486,
- "end": 16488,
+ "start": 15955,
+ "end": 15957,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 13
},
"end": {
- "line": 513,
+ "line": 506,
"column": 15
},
"identifierName": "tf"
@@ -33155,15 +32329,15 @@
},
{
"type": "Identifier",
- "start": 16490,
- "end": 16498,
+ "start": 15959,
+ "end": 15967,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 17
},
"end": {
- "line": 513,
+ "line": 506,
"column": 25
},
"identifierName": "colIndex"
@@ -33172,15 +32346,15 @@
},
{
"type": "Identifier",
- "start": 16500,
- "end": 16506,
+ "start": 15969,
+ "end": 15975,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 27
},
"end": {
- "line": 513,
+ "line": 506,
"column": 33
},
"identifierName": "values"
@@ -33190,58 +32364,58 @@
],
"body": {
"type": "CallExpression",
- "start": 16511,
- "end": 16547,
+ "start": 15980,
+ "end": 16016,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 38
},
"end": {
- "line": 513,
+ "line": 506,
"column": 74
}
},
"callee": {
"type": "MemberExpression",
- "start": 16511,
- "end": 16529,
+ "start": 15980,
+ "end": 15998,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 38
},
"end": {
- "line": 513,
+ "line": 506,
"column": 56
}
},
"object": {
"type": "ThisExpression",
- "start": 16511,
- "end": 16515,
+ "start": 15980,
+ "end": 15984,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 38
},
"end": {
- "line": 513,
+ "line": 506,
"column": 42
}
}
},
"property": {
"type": "Identifier",
- "start": 16516,
- "end": 16529,
+ "start": 15985,
+ "end": 15998,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 43
},
"end": {
- "line": 513,
+ "line": 506,
"column": 56
},
"identifierName": "selectOptions"
@@ -33253,15 +32427,15 @@
"arguments": [
{
"type": "Identifier",
- "start": 16530,
- "end": 16538,
+ "start": 15999,
+ "end": 16007,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 57
},
"end": {
- "line": 513,
+ "line": 506,
"column": 65
},
"identifierName": "colIndex"
@@ -33270,15 +32444,15 @@
},
{
"type": "Identifier",
- "start": 16540,
- "end": 16546,
+ "start": 16009,
+ "end": 16015,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 67
},
"end": {
- "line": 513,
+ "line": 506,
"column": 73
},
"identifierName": "values"
@@ -33293,86 +32467,86 @@
},
{
"type": "ExpressionStatement",
- "start": 16567,
- "end": 16627,
+ "start": 16036,
+ "end": 16096,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 8
},
"end": {
- "line": 515,
+ "line": 508,
"column": 68
}
},
"expression": {
"type": "CallExpression",
- "start": 16567,
- "end": 16626,
+ "start": 16036,
+ "end": 16095,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 8
},
"end": {
- "line": 515,
+ "line": 508,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
- "start": 16567,
- "end": 16583,
+ "start": 16036,
+ "end": 16052,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 8
},
"end": {
- "line": 515,
+ "line": 508,
"column": 24
}
},
"object": {
"type": "MemberExpression",
- "start": 16567,
- "end": 16579,
+ "start": 16036,
+ "end": 16048,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 8
},
"end": {
- "line": 515,
+ "line": 508,
"column": 20
}
},
"object": {
"type": "ThisExpression",
- "start": 16567,
- "end": 16571,
+ "start": 16036,
+ "end": 16040,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 8
},
"end": {
- "line": 515,
+ "line": 508,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 16572,
- "end": 16579,
+ "start": 16041,
+ "end": 16048,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 13
},
"end": {
- "line": 515,
+ "line": 508,
"column": 20
},
"identifierName": "emitter"
@@ -33383,15 +32557,15 @@
},
"property": {
"type": "Identifier",
- "start": 16580,
- "end": 16583,
+ "start": 16049,
+ "end": 16052,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 21
},
"end": {
- "line": 515,
+ "line": 508,
"column": 24
},
"identifierName": "off"
@@ -33403,30 +32577,30 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 16584,
- "end": 16600,
+ "start": 16053,
+ "end": 16069,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 25
},
"end": {
- "line": 515,
+ "line": 508,
"column": 41
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 16585,
- "end": 16599,
+ "start": 16054,
+ "end": 16068,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 26
},
"end": {
- "line": 515,
+ "line": 508,
"column": 40
}
},
@@ -33440,15 +32614,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 16602,
- "end": 16625,
+ "start": 16071,
+ "end": 16094,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 43
},
"end": {
- "line": 515,
+ "line": 508,
"column": 66
}
},
@@ -33459,58 +32633,58 @@
"params": [],
"body": {
"type": "CallExpression",
- "start": 16608,
- "end": 16625,
+ "start": 16077,
+ "end": 16094,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 49
},
"end": {
- "line": 515,
+ "line": 508,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
- "start": 16608,
- "end": 16623,
+ "start": 16077,
+ "end": 16092,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 49
},
"end": {
- "line": 515,
+ "line": 508,
"column": 64
}
},
"object": {
"type": "ThisExpression",
- "start": 16608,
- "end": 16612,
+ "start": 16077,
+ "end": 16081,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 49
},
"end": {
- "line": 515,
+ "line": 508,
"column": 53
}
}
},
"property": {
"type": "Identifier",
- "start": 16613,
- "end": 16623,
+ "start": 16082,
+ "end": 16092,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 54
},
"end": {
- "line": 515,
+ "line": 508,
"column": 64
},
"identifierName": "refreshAll"
@@ -33527,73 +32701,73 @@
},
{
"type": "ExpressionStatement",
- "start": 16637,
- "end": 16662,
+ "start": 16106,
+ "end": 16131,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 8
},
"end": {
- "line": 517,
+ "line": 510,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 16637,
- "end": 16661,
+ "start": 16106,
+ "end": 16130,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 8
},
"end": {
- "line": 517,
+ "line": 510,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 16637,
- "end": 16653,
+ "start": 16106,
+ "end": 16122,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 8
},
"end": {
- "line": 517,
+ "line": 510,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 16637,
- "end": 16641,
+ "start": 16106,
+ "end": 16110,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 8
},
"end": {
- "line": 517,
+ "line": 510,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 16642,
- "end": 16653,
+ "start": 16111,
+ "end": 16122,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 13
},
"end": {
- "line": 517,
+ "line": 510,
"column": 24
},
"identifierName": "initialized"
@@ -33604,15 +32778,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 16656,
- "end": 16661,
+ "start": 16125,
+ "end": 16130,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 27
},
"end": {
- "line": 517,
+ "line": 510,
"column": 32
}
},
@@ -33627,15 +32801,15 @@
{
"type": "CommentBlock",
"value": "*\n * Destroy CheckList instance\n ",
- "start": 16195,
- "end": 16240,
+ "start": 15664,
+ "end": 15709,
"loc": {
"start": {
- "line": 503,
+ "line": 496,
"column": 4
},
"end": {
- "line": 505,
+ "line": 498,
"column": 7
}
}
@@ -33882,8 +33056,8 @@
{
"type": "CommentBlock",
"value": "*\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n ",
- "start": 2985,
- "end": 3112,
+ "start": 2980,
+ "end": 3107,
"loc": {
"start": {
"line": 113,
@@ -33898,8 +33072,8 @@
{
"type": "CommentBlock",
"value": "*\n * Refresh all checklist filters\n ",
- "start": 3463,
- "end": 3511,
+ "start": 3458,
+ "end": 3506,
"loc": {
"start": {
"line": 128,
@@ -33914,8 +33088,8 @@
{
"type": "CommentBlock",
"value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ",
- "start": 3645,
- "end": 3876,
+ "start": 3640,
+ "end": 3871,
"loc": {
"start": {
"line": 136,
@@ -33930,8 +33104,8 @@
{
"type": "CommentLine",
"value": "filter is appended in desired element",
- "start": 4244,
- "end": 4283,
+ "start": 4239,
+ "end": 4278,
"loc": {
"start": {
"line": 152,
@@ -33946,8 +33120,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5157,
- "end": 5174,
+ "start": 5152,
+ "end": 5169,
"loc": {
"start": {
"line": 181,
@@ -33962,8 +33136,8 @@
{
"type": "CommentBlock",
"value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n ",
- "start": 5219,
- "end": 5374,
+ "start": 5214,
+ "end": 5369,
"loc": {
"start": {
"line": 185,
@@ -33978,8 +33152,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5557,
- "end": 5574,
+ "start": 5552,
+ "end": 5569,
"loc": {
"start": {
"line": 196,
@@ -33994,8 +33168,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5607,
- "end": 5624,
+ "start": 5602,
+ "end": 5619,
"loc": {
"start": {
"line": 198,
@@ -34010,8 +33184,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5908,
- "end": 5925,
+ "start": 5903,
+ "end": 5920,
"loc": {
"start": {
"line": 208,
@@ -34026,8 +33200,8 @@
{
"type": "CommentLine",
"value": "Retrieves custom values",
- "start": 5989,
- "end": 6014,
+ "start": 5984,
+ "end": 6009,
"loc": {
"start": {
"line": 211,
@@ -34042,8 +33216,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 6502,
- "end": 6519,
+ "start": 6497,
+ "end": 6514,
"loc": {
"start": {
"line": 227,
@@ -34058,8 +33232,8 @@
{
"type": "CommentLine",
"value": "Vary Peter's patch",
- "start": 6758,
- "end": 6778,
+ "start": 6753,
+ "end": 6773,
"loc": {
"start": {
"line": 237,
@@ -34074,8 +33248,8 @@
{
"type": "CommentLine",
"value": " checks if celldata is already in array",
- "start": 6865,
- "end": 6906,
+ "start": 6860,
+ "end": 6901,
"loc": {
"start": {
"line": 239,
@@ -34090,8 +33264,8 @@
{
"type": "CommentLine",
"value": " continue conditions function",
- "start": 7573,
- "end": 7604,
+ "start": 7568,
+ "end": 7599,
"loc": {
"start": {
"line": 254,
@@ -34106,8 +33280,8 @@
{
"type": "CommentLine",
"value": " excluded rows don't need to appear on selects as always valid",
- "start": 7647,
- "end": 7711,
+ "start": 7642,
+ "end": 7706,
"loc": {
"start": {
"line": 256,
@@ -34122,8 +33296,8 @@
{
"type": "CommentLine",
"value": " checks if row has expected number of cells",
- "start": 7836,
- "end": 7881,
+ "start": 7831,
+ "end": 7876,
"loc": {
"start": {
"line": 261,
@@ -34138,8 +33312,8 @@
{
"type": "CommentLine",
"value": "sort options",
- "start": 8165,
- "end": 8179,
+ "start": 8160,
+ "end": 8174,
"loc": {
"start": {
"line": 272,
@@ -34154,8 +33328,8 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 8632,
- "end": 8778,
+ "start": 8627,
+ "end": 8773,
"loc": {
"start": {
"line": 289,
@@ -34170,8 +33344,8 @@
{
"type": "CommentLine",
"value": "item value",
- "start": 8976,
- "end": 8988,
+ "start": 8971,
+ "end": 8983,
"loc": {
"start": {
"line": 300,
@@ -34186,8 +33360,8 @@
{
"type": "CommentLine",
"value": "item text",
- "start": 9050,
- "end": 9061,
+ "start": 9045,
+ "end": 9056,
"loc": {
"start": {
"line": 301,
@@ -34202,15 +33376,15 @@
{
"type": "CommentLine",
"value": "item is hidden",
- "start": 9730,
- "end": 9746,
+ "start": 9794,
+ "end": 9810,
"loc": {
"start": {
- "line": 318,
+ "line": 320,
"column": 16
},
"end": {
- "line": 318,
+ "line": 320,
"column": 32
}
}
@@ -34218,31 +33392,31 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 9823,
- "end": 9973,
+ "start": 9887,
+ "end": 10037,
"loc": {
"start": {
- "line": 324,
+ "line": 326,
"column": 4
},
"end": {
- "line": 329,
+ "line": 331,
"column": 7
}
}
},
{
"type": "CommentBlock",
- "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
- "start": 11091,
- "end": 11226,
+ "value": "*\n * Set/unset value of passed item option in filter's DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
+ "start": 11206,
+ "end": 11366,
"loc": {
"start": {
- "line": 365,
+ "line": 367,
"column": 4
},
"end": {
- "line": 369,
+ "line": 371,
"column": 7
}
}
@@ -34250,79 +33424,63 @@
{
"type": "CommentLine",
"value": "checked item value",
- "start": 11362,
- "end": 11382,
+ "start": 11497,
+ "end": 11517,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 32
},
"end": {
- "line": 376,
+ "line": 378,
"column": 52
}
}
},
{
"type": "CommentLine",
- "value": " TODO: provide helper to extract column index, ugly!",
- "start": 11391,
- "end": 11445,
+ "value": "selected values (ul tag)",
+ "start": 11749,
+ "end": 11775,
"loc": {
"start": {
- "line": 377,
+ "line": 384,
"column": 8
},
"end": {
- "line": 377,
- "column": 62
+ "line": 384,
+ "column": 34
}
}
},
{
"type": "CommentLine",
- "value": "filter value (ul tag)",
- "start": 11789,
- "end": 11812,
- "loc": {
- "start": {
- "line": 385,
- "column": 48
- },
- "end": {
- "line": 385,
- "column": 71
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "selected items (ul tag)",
- "start": 11865,
- "end": 11890,
+ "value": "selected items indexes (ul tag)",
+ "start": 11839,
+ "end": 11872,
"loc": {
"start": {
"line": 386,
- "column": 52
+ "column": 8
},
"end": {
"line": 386,
- "column": 77
+ "column": 41
}
}
},
{
"type": "CommentLine",
"value": "show all item",
- "start": 11929,
- "end": 11944,
+ "start": 11969,
+ "end": 11984,
"loc": {
"start": {
- "line": 389,
+ "line": 390,
"column": 12
},
"end": {
- "line": 389,
+ "line": 390,
"column": 27
}
}
@@ -34330,63 +33488,31 @@
{
"type": "CommentLine",
"value": "items indexes",
- "start": 12057,
- "end": 12072,
+ "start": 12036,
+ "end": 12051,
"loc": {
"start": {
"line": 392,
- "column": 20
- },
- "end": {
- "line": 392,
- "column": 35
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "checked items loop",
- "start": 12160,
- "end": 12180,
- "loc": {
- "start": {
- "line": 394,
- "column": 20
- },
- "end": {
- "line": 394,
- "column": 40
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "checked item",
- "start": 12269,
- "end": 12283,
- "loc": {
- "start": {
- "line": 396,
- "column": 24
- },
- "end": {
- "line": 396,
- "column": 38
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "1st option unchecked",
- "start": 13128,
- "end": 13150,
- "loc": {
- "start": {
- "line": 416,
"column": 16
},
"end": {
- "line": 416,
+ "line": 392,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": "CommentLine",
+ "value": "uncheck first option",
+ "start": 12890,
+ "end": 12912,
+ "loc": {
+ "start": {
+ "line": 415,
+ "column": 16
+ },
+ "end": {
+ "line": 415,
"column": 38
}
}
@@ -34394,15 +33520,15 @@
{
"type": "CommentLine",
"value": "removes values and indexes",
- "start": 13512,
- "end": 13540,
+ "start": 13202,
+ "end": 13230,
"loc": {
"start": {
- "line": 426,
+ "line": 424,
"column": 17
},
"end": {
- "line": 426,
+ "line": 424,
"column": 45
}
}
@@ -34410,15 +33536,15 @@
{
"type": "CommentBlock",
"value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ",
- "start": 14180,
- "end": 14349,
+ "start": 13710,
+ "end": 13879,
"loc": {
"start": {
- "line": 444,
+ "line": 438,
"column": 4
},
"end": {
- "line": 448,
+ "line": 442,
"column": 7
}
}
@@ -34426,15 +33552,15 @@
{
"type": "CommentLine",
"value": " Check non-empty-text or empty-text option",
- "start": 15009,
- "end": 15053,
+ "start": 14483,
+ "end": 14527,
"loc": {
"start": {
- "line": 469,
+ "line": 462,
"column": 16
},
"end": {
- "line": 469,
+ "line": 462,
"column": 60
}
}
@@ -34442,15 +33568,15 @@
{
"type": "CommentBlock",
"value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ",
- "start": 15595,
- "end": 15762,
+ "start": 15064,
+ "end": 15231,
"loc": {
"start": {
- "line": 485,
+ "line": 478,
"column": 4
},
"end": {
- "line": 489,
+ "line": 482,
"column": 7
}
}
@@ -34458,15 +33584,15 @@
{
"type": "CommentLine",
"value": "removes last operator ||",
- "start": 15975,
- "end": 16001,
+ "start": 15444,
+ "end": 15470,
"loc": {
"start": {
- "line": 495,
+ "line": 488,
"column": 8
},
"end": {
- "line": 495,
+ "line": 488,
"column": 34
}
}
@@ -34474,15 +33600,15 @@
{
"type": "CommentLine",
"value": "turn || separated values into array",
- "start": 16064,
- "end": 16101,
+ "start": 15533,
+ "end": 15570,
"loc": {
"start": {
- "line": 497,
+ "line": 490,
"column": 8
},
"end": {
- "line": 497,
+ "line": 490,
"column": 45
}
}
@@ -34490,15 +33616,15 @@
{
"type": "CommentBlock",
"value": "*\n * Destroy CheckList instance\n ",
- "start": 16195,
- "end": 16240,
+ "start": 15664,
+ "end": 15709,
"loc": {
"start": {
- "line": 503,
+ "line": 496,
"column": 4
},
"end": {
- "line": 505,
+ "line": 498,
"column": 7
}
}
@@ -41122,9 +40248,9 @@
"postfix": false,
"binop": null
},
- "value": "setCheckListValues",
+ "value": "setItemOption",
"start": 2928,
- "end": 2946,
+ "end": 2941,
"loc": {
"start": {
"line": 109,
@@ -41132,7 +40258,7 @@
},
"end": {
"line": 109,
- "column": 31
+ "column": 26
}
}
},
@@ -41148,6 +40274,83 @@
"postfix": false,
"binop": null
},
+ "start": 2941,
+ "end": 2942,
+ "loc": {
+ "start": {
+ "line": 109,
+ "column": 26
+ },
+ "end": {
+ "line": 109,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "elm",
+ "start": 2942,
+ "end": 2945,
+ "loc": {
+ "start": {
+ "line": 109,
+ "column": 27
+ },
+ "end": {
+ "line": 109,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 2945,
+ "end": 2946,
+ "loc": {
+ "start": {
+ "line": 109,
+ "column": 30
+ },
+ "end": {
+ "line": 109,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
"start": 2946,
"end": 2947,
"loc": {
@@ -41161,83 +40364,6 @@
}
}
},
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "elm",
- "start": 2947,
- "end": 2950,
- "loc": {
- "start": {
- "line": 109,
- "column": 32
- },
- "end": {
- "line": 109,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 2950,
- "end": 2951,
- "loc": {
- "start": {
- "line": 109,
- "column": 35
- },
- "end": {
- "line": 109,
- "column": 36
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 2951,
- "end": 2952,
- "loc": {
- "start": {
- "line": 109,
- "column": 36
- },
- "end": {
- "line": 109,
- "column": 37
- }
- }
- },
{
"type": {
"label": "name",
@@ -41251,8 +40377,8 @@
"binop": null
},
"value": "tf",
- "start": 2961,
- "end": 2963,
+ "start": 2956,
+ "end": 2958,
"loc": {
"start": {
"line": 110,
@@ -41277,8 +40403,8 @@
"binop": null,
"updateContext": null
},
- "start": 2963,
- "end": 2964,
+ "start": 2958,
+ "end": 2959,
"loc": {
"start": {
"line": 110,
@@ -41303,8 +40429,8 @@
"binop": null
},
"value": "filter",
- "start": 2964,
- "end": 2970,
+ "start": 2959,
+ "end": 2965,
"loc": {
"start": {
"line": 110,
@@ -41328,8 +40454,8 @@
"postfix": false,
"binop": null
},
- "start": 2970,
- "end": 2971,
+ "start": 2965,
+ "end": 2966,
"loc": {
"start": {
"line": 110,
@@ -41353,8 +40479,8 @@
"postfix": false,
"binop": null
},
- "start": 2971,
- "end": 2972,
+ "start": 2966,
+ "end": 2967,
"loc": {
"start": {
"line": 110,
@@ -41379,8 +40505,8 @@
"binop": null,
"updateContext": null
},
- "start": 2972,
- "end": 2973,
+ "start": 2967,
+ "end": 2968,
"loc": {
"start": {
"line": 110,
@@ -41404,8 +40530,8 @@
"postfix": false,
"binop": null
},
- "start": 2978,
- "end": 2979,
+ "start": 2973,
+ "end": 2974,
"loc": {
"start": {
"line": 111,
@@ -41420,8 +40546,8 @@
{
"type": "CommentBlock",
"value": "*\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n ",
- "start": 2985,
- "end": 3112,
+ "start": 2980,
+ "end": 3107,
"loc": {
"start": {
"line": 113,
@@ -41446,8 +40572,8 @@
"binop": null
},
"value": "onCheckListClick",
- "start": 3117,
- "end": 3133,
+ "start": 3112,
+ "end": 3128,
"loc": {
"start": {
"line": 118,
@@ -41471,8 +40597,8 @@
"postfix": false,
"binop": null
},
- "start": 3133,
- "end": 3134,
+ "start": 3128,
+ "end": 3129,
"loc": {
"start": {
"line": 118,
@@ -41497,8 +40623,8 @@
"binop": null
},
"value": "evt",
- "start": 3134,
- "end": 3137,
+ "start": 3129,
+ "end": 3132,
"loc": {
"start": {
"line": 118,
@@ -41522,8 +40648,8 @@
"postfix": false,
"binop": null
},
- "start": 3137,
- "end": 3138,
+ "start": 3132,
+ "end": 3133,
"loc": {
"start": {
"line": 118,
@@ -41547,8 +40673,8 @@
"postfix": false,
"binop": null
},
- "start": 3139,
- "end": 3140,
+ "start": 3134,
+ "end": 3135,
"loc": {
"start": {
"line": 118,
@@ -41575,8 +40701,8 @@
"updateContext": null
},
"value": "let",
- "start": 3149,
- "end": 3152,
+ "start": 3144,
+ "end": 3147,
"loc": {
"start": {
"line": 119,
@@ -41601,8 +40727,8 @@
"binop": null
},
"value": "elm",
- "start": 3153,
- "end": 3156,
+ "start": 3148,
+ "end": 3151,
"loc": {
"start": {
"line": 119,
@@ -41628,8 +40754,8 @@
"updateContext": null
},
"value": "=",
- "start": 3157,
- "end": 3158,
+ "start": 3152,
+ "end": 3153,
"loc": {
"start": {
"line": 119,
@@ -41654,8 +40780,8 @@
"binop": null
},
"value": "targetEvt",
- "start": 3159,
- "end": 3168,
+ "start": 3154,
+ "end": 3163,
"loc": {
"start": {
"line": 119,
@@ -41679,8 +40805,8 @@
"postfix": false,
"binop": null
},
- "start": 3168,
- "end": 3169,
+ "start": 3163,
+ "end": 3164,
"loc": {
"start": {
"line": 119,
@@ -41705,8 +40831,8 @@
"binop": null
},
"value": "evt",
- "start": 3169,
- "end": 3172,
+ "start": 3164,
+ "end": 3167,
"loc": {
"start": {
"line": 119,
@@ -41730,8 +40856,8 @@
"postfix": false,
"binop": null
},
- "start": 3172,
- "end": 3173,
+ "start": 3167,
+ "end": 3168,
"loc": {
"start": {
"line": 119,
@@ -41756,8 +40882,8 @@
"binop": null,
"updateContext": null
},
- "start": 3173,
- "end": 3174,
+ "start": 3168,
+ "end": 3169,
"loc": {
"start": {
"line": 119,
@@ -41784,8 +40910,8 @@
"updateContext": null
},
"value": "if",
- "start": 3183,
- "end": 3185,
+ "start": 3178,
+ "end": 3180,
"loc": {
"start": {
"line": 120,
@@ -41809,8 +40935,8 @@
"postfix": false,
"binop": null
},
- "start": 3186,
- "end": 3187,
+ "start": 3181,
+ "end": 3182,
"loc": {
"start": {
"line": 120,
@@ -41837,8 +40963,8 @@
"updateContext": null
},
"value": "this",
- "start": 3187,
- "end": 3191,
+ "start": 3182,
+ "end": 3186,
"loc": {
"start": {
"line": 120,
@@ -41863,8 +40989,8 @@
"binop": null,
"updateContext": null
},
- "start": 3191,
- "end": 3192,
+ "start": 3186,
+ "end": 3187,
"loc": {
"start": {
"line": 120,
@@ -41889,8 +41015,8 @@
"binop": null
},
"value": "tf",
- "start": 3192,
- "end": 3194,
+ "start": 3187,
+ "end": 3189,
"loc": {
"start": {
"line": 120,
@@ -41915,8 +41041,8 @@
"binop": null,
"updateContext": null
},
- "start": 3194,
- "end": 3195,
+ "start": 3189,
+ "end": 3190,
"loc": {
"start": {
"line": 120,
@@ -41941,8 +41067,8 @@
"binop": null
},
"value": "loadFltOnDemand",
- "start": 3195,
- "end": 3210,
+ "start": 3190,
+ "end": 3205,
"loc": {
"start": {
"line": 120,
@@ -41968,8 +41094,8 @@
"updateContext": null
},
"value": "&&",
- "start": 3211,
- "end": 3213,
+ "start": 3206,
+ "end": 3208,
"loc": {
"start": {
"line": 120,
@@ -41994,8 +41120,8 @@
"binop": null
},
"value": "elm",
- "start": 3214,
- "end": 3217,
+ "start": 3209,
+ "end": 3212,
"loc": {
"start": {
"line": 120,
@@ -42020,8 +41146,8 @@
"binop": null,
"updateContext": null
},
- "start": 3217,
- "end": 3218,
+ "start": 3212,
+ "end": 3213,
"loc": {
"start": {
"line": 120,
@@ -42046,8 +41172,8 @@
"binop": null
},
"value": "getAttribute",
- "start": 3218,
- "end": 3230,
+ "start": 3213,
+ "end": 3225,
"loc": {
"start": {
"line": 120,
@@ -42071,8 +41197,8 @@
"postfix": false,
"binop": null
},
- "start": 3230,
- "end": 3231,
+ "start": 3225,
+ "end": 3226,
"loc": {
"start": {
"line": 120,
@@ -42098,8 +41224,8 @@
"updateContext": null
},
"value": "filled",
- "start": 3231,
- "end": 3239,
+ "start": 3226,
+ "end": 3234,
"loc": {
"start": {
"line": 120,
@@ -42123,8 +41249,8 @@
"postfix": false,
"binop": null
},
- "start": 3239,
- "end": 3240,
+ "start": 3234,
+ "end": 3235,
"loc": {
"start": {
"line": 120,
@@ -42150,8 +41276,8 @@
"updateContext": null
},
"value": "===",
- "start": 3241,
- "end": 3244,
+ "start": 3236,
+ "end": 3239,
"loc": {
"start": {
"line": 120,
@@ -42177,8 +41303,8 @@
"updateContext": null
},
"value": "0",
- "start": 3245,
- "end": 3248,
+ "start": 3240,
+ "end": 3243,
"loc": {
"start": {
"line": 120,
@@ -42202,8 +41328,8 @@
"postfix": false,
"binop": null
},
- "start": 3248,
- "end": 3249,
+ "start": 3243,
+ "end": 3244,
"loc": {
"start": {
"line": 120,
@@ -42227,8 +41353,8 @@
"postfix": false,
"binop": null
},
- "start": 3250,
- "end": 3251,
+ "start": 3245,
+ "end": 3246,
"loc": {
"start": {
"line": 120,
@@ -42255,8 +41381,8 @@
"updateContext": null
},
"value": "let",
- "start": 3264,
- "end": 3267,
+ "start": 3259,
+ "end": 3262,
"loc": {
"start": {
"line": 121,
@@ -42281,8 +41407,8 @@
"binop": null
},
"value": "ct",
- "start": 3268,
- "end": 3270,
+ "start": 3263,
+ "end": 3265,
"loc": {
"start": {
"line": 121,
@@ -42308,8 +41434,8 @@
"updateContext": null
},
"value": "=",
- "start": 3271,
- "end": 3272,
+ "start": 3266,
+ "end": 3267,
"loc": {
"start": {
"line": 121,
@@ -42334,8 +41460,8 @@
"binop": null
},
"value": "elm",
- "start": 3273,
- "end": 3276,
+ "start": 3268,
+ "end": 3271,
"loc": {
"start": {
"line": 121,
@@ -42360,8 +41486,8 @@
"binop": null,
"updateContext": null
},
- "start": 3276,
- "end": 3277,
+ "start": 3271,
+ "end": 3272,
"loc": {
"start": {
"line": 121,
@@ -42386,8 +41512,8 @@
"binop": null
},
"value": "getAttribute",
- "start": 3277,
- "end": 3289,
+ "start": 3272,
+ "end": 3284,
"loc": {
"start": {
"line": 121,
@@ -42411,8 +41537,8 @@
"postfix": false,
"binop": null
},
- "start": 3289,
- "end": 3290,
+ "start": 3284,
+ "end": 3285,
"loc": {
"start": {
"line": 121,
@@ -42438,8 +41564,8 @@
"updateContext": null
},
"value": "ct",
- "start": 3290,
- "end": 3294,
+ "start": 3285,
+ "end": 3289,
"loc": {
"start": {
"line": 121,
@@ -42463,8 +41589,8 @@
"postfix": false,
"binop": null
},
- "start": 3294,
- "end": 3295,
+ "start": 3289,
+ "end": 3290,
"loc": {
"start": {
"line": 121,
@@ -42489,8 +41615,8 @@
"binop": null,
"updateContext": null
},
- "start": 3295,
- "end": 3296,
+ "start": 3290,
+ "end": 3291,
"loc": {
"start": {
"line": 121,
@@ -42517,8 +41643,8 @@
"updateContext": null
},
"value": "let",
- "start": 3309,
- "end": 3312,
+ "start": 3304,
+ "end": 3307,
"loc": {
"start": {
"line": 122,
@@ -42543,8 +41669,8 @@
"binop": null
},
"value": "div",
- "start": 3313,
- "end": 3316,
+ "start": 3308,
+ "end": 3311,
"loc": {
"start": {
"line": 122,
@@ -42570,8 +41696,8 @@
"updateContext": null
},
"value": "=",
- "start": 3317,
- "end": 3318,
+ "start": 3312,
+ "end": 3313,
"loc": {
"start": {
"line": 122,
@@ -42598,8 +41724,8 @@
"updateContext": null
},
"value": "this",
- "start": 3319,
- "end": 3323,
+ "start": 3314,
+ "end": 3318,
"loc": {
"start": {
"line": 122,
@@ -42624,8 +41750,8 @@
"binop": null,
"updateContext": null
},
- "start": 3323,
- "end": 3324,
+ "start": 3318,
+ "end": 3319,
"loc": {
"start": {
"line": 122,
@@ -42650,8 +41776,8 @@
"binop": null
},
"value": "containers",
- "start": 3324,
- "end": 3334,
+ "start": 3319,
+ "end": 3329,
"loc": {
"start": {
"line": 122,
@@ -42676,8 +41802,8 @@
"binop": null,
"updateContext": null
},
- "start": 3334,
- "end": 3335,
+ "start": 3329,
+ "end": 3330,
"loc": {
"start": {
"line": 122,
@@ -42702,8 +41828,8 @@
"binop": null
},
"value": "ct",
- "start": 3335,
- "end": 3337,
+ "start": 3330,
+ "end": 3332,
"loc": {
"start": {
"line": 122,
@@ -42728,8 +41854,8 @@
"binop": null,
"updateContext": null
},
- "start": 3337,
- "end": 3338,
+ "start": 3332,
+ "end": 3333,
"loc": {
"start": {
"line": 122,
@@ -42754,8 +41880,8 @@
"binop": null,
"updateContext": null
},
- "start": 3338,
- "end": 3339,
+ "start": 3333,
+ "end": 3334,
"loc": {
"start": {
"line": 122,
@@ -42782,8 +41908,8 @@
"updateContext": null
},
"value": "this",
- "start": 3352,
- "end": 3356,
+ "start": 3347,
+ "end": 3351,
"loc": {
"start": {
"line": 123,
@@ -42808,8 +41934,8 @@
"binop": null,
"updateContext": null
},
- "start": 3356,
- "end": 3357,
+ "start": 3351,
+ "end": 3352,
"loc": {
"start": {
"line": 123,
@@ -42834,8 +41960,8 @@
"binop": null
},
"value": "build",
- "start": 3357,
- "end": 3362,
+ "start": 3352,
+ "end": 3357,
"loc": {
"start": {
"line": 123,
@@ -42859,8 +41985,8 @@
"postfix": false,
"binop": null
},
- "start": 3362,
- "end": 3363,
+ "start": 3357,
+ "end": 3358,
"loc": {
"start": {
"line": 123,
@@ -42885,8 +42011,8 @@
"binop": null
},
"value": "ct",
- "start": 3363,
- "end": 3365,
+ "start": 3358,
+ "end": 3360,
"loc": {
"start": {
"line": 123,
@@ -42910,8 +42036,8 @@
"postfix": false,
"binop": null
},
- "start": 3365,
- "end": 3366,
+ "start": 3360,
+ "end": 3361,
"loc": {
"start": {
"line": 123,
@@ -42936,8 +42062,8 @@
"binop": null,
"updateContext": null
},
- "start": 3366,
- "end": 3367,
+ "start": 3361,
+ "end": 3362,
"loc": {
"start": {
"line": 123,
@@ -42962,8 +42088,8 @@
"binop": null
},
"value": "removeEvt",
- "start": 3380,
- "end": 3389,
+ "start": 3375,
+ "end": 3384,
"loc": {
"start": {
"line": 124,
@@ -42987,8 +42113,8 @@
"postfix": false,
"binop": null
},
- "start": 3389,
- "end": 3390,
+ "start": 3384,
+ "end": 3385,
"loc": {
"start": {
"line": 124,
@@ -43013,8 +42139,8 @@
"binop": null
},
"value": "div",
- "start": 3390,
- "end": 3393,
+ "start": 3385,
+ "end": 3388,
"loc": {
"start": {
"line": 124,
@@ -43039,8 +42165,8 @@
"binop": null,
"updateContext": null
},
- "start": 3393,
- "end": 3394,
+ "start": 3388,
+ "end": 3389,
"loc": {
"start": {
"line": 124,
@@ -43066,8 +42192,8 @@
"updateContext": null
},
"value": "click",
- "start": 3395,
- "end": 3402,
+ "start": 3390,
+ "end": 3397,
"loc": {
"start": {
"line": 124,
@@ -43092,8 +42218,8 @@
"binop": null,
"updateContext": null
},
- "start": 3402,
- "end": 3403,
+ "start": 3397,
+ "end": 3398,
"loc": {
"start": {
"line": 124,
@@ -43117,8 +42243,8 @@
"postfix": false,
"binop": null
},
- "start": 3404,
- "end": 3405,
+ "start": 3399,
+ "end": 3400,
"loc": {
"start": {
"line": 124,
@@ -43143,8 +42269,8 @@
"binop": null
},
"value": "evt",
- "start": 3405,
- "end": 3408,
+ "start": 3400,
+ "end": 3403,
"loc": {
"start": {
"line": 124,
@@ -43168,8 +42294,8 @@
"postfix": false,
"binop": null
},
- "start": 3408,
- "end": 3409,
+ "start": 3403,
+ "end": 3404,
"loc": {
"start": {
"line": 124,
@@ -43194,8 +42320,8 @@
"binop": null,
"updateContext": null
},
- "start": 3410,
- "end": 3412,
+ "start": 3405,
+ "end": 3407,
"loc": {
"start": {
"line": 124,
@@ -43222,8 +42348,8 @@
"updateContext": null
},
"value": "this",
- "start": 3413,
- "end": 3417,
+ "start": 3408,
+ "end": 3412,
"loc": {
"start": {
"line": 124,
@@ -43248,8 +42374,8 @@
"binop": null,
"updateContext": null
},
- "start": 3417,
- "end": 3418,
+ "start": 3412,
+ "end": 3413,
"loc": {
"start": {
"line": 124,
@@ -43274,8 +42400,8 @@
"binop": null
},
"value": "onCheckListClick",
- "start": 3418,
- "end": 3434,
+ "start": 3413,
+ "end": 3429,
"loc": {
"start": {
"line": 124,
@@ -43299,8 +42425,8 @@
"postfix": false,
"binop": null
},
- "start": 3434,
- "end": 3435,
+ "start": 3429,
+ "end": 3430,
"loc": {
"start": {
"line": 124,
@@ -43325,8 +42451,8 @@
"binop": null
},
"value": "evt",
- "start": 3435,
- "end": 3438,
+ "start": 3430,
+ "end": 3433,
"loc": {
"start": {
"line": 124,
@@ -43350,8 +42476,8 @@
"postfix": false,
"binop": null
},
- "start": 3438,
- "end": 3439,
+ "start": 3433,
+ "end": 3434,
"loc": {
"start": {
"line": 124,
@@ -43375,8 +42501,8 @@
"postfix": false,
"binop": null
},
- "start": 3439,
- "end": 3440,
+ "start": 3434,
+ "end": 3435,
"loc": {
"start": {
"line": 124,
@@ -43401,8 +42527,8 @@
"binop": null,
"updateContext": null
},
- "start": 3440,
- "end": 3441,
+ "start": 3435,
+ "end": 3436,
"loc": {
"start": {
"line": 124,
@@ -43426,8 +42552,8 @@
"postfix": false,
"binop": null
},
- "start": 3450,
- "end": 3451,
+ "start": 3445,
+ "end": 3446,
"loc": {
"start": {
"line": 125,
@@ -43451,8 +42577,8 @@
"postfix": false,
"binop": null
},
- "start": 3456,
- "end": 3457,
+ "start": 3451,
+ "end": 3452,
"loc": {
"start": {
"line": 126,
@@ -43467,8 +42593,8 @@
{
"type": "CommentBlock",
"value": "*\n * Refresh all checklist filters\n ",
- "start": 3463,
- "end": 3511,
+ "start": 3458,
+ "end": 3506,
"loc": {
"start": {
"line": 128,
@@ -43493,8 +42619,8 @@
"binop": null
},
"value": "refreshAll",
- "start": 3516,
- "end": 3526,
+ "start": 3511,
+ "end": 3521,
"loc": {
"start": {
"line": 131,
@@ -43518,8 +42644,8 @@
"postfix": false,
"binop": null
},
- "start": 3526,
- "end": 3527,
+ "start": 3521,
+ "end": 3522,
"loc": {
"start": {
"line": 131,
@@ -43543,8 +42669,8 @@
"postfix": false,
"binop": null
},
- "start": 3527,
- "end": 3528,
+ "start": 3522,
+ "end": 3523,
"loc": {
"start": {
"line": 131,
@@ -43568,8 +42694,8 @@
"postfix": false,
"binop": null
},
- "start": 3529,
- "end": 3530,
+ "start": 3524,
+ "end": 3525,
"loc": {
"start": {
"line": 131,
@@ -43596,8 +42722,8 @@
"updateContext": null
},
"value": "let",
- "start": 3539,
- "end": 3542,
+ "start": 3534,
+ "end": 3537,
"loc": {
"start": {
"line": 132,
@@ -43622,8 +42748,8 @@
"binop": null
},
"value": "colIdxs",
- "start": 3543,
- "end": 3550,
+ "start": 3538,
+ "end": 3545,
"loc": {
"start": {
"line": 132,
@@ -43649,8 +42775,8 @@
"updateContext": null
},
"value": "=",
- "start": 3551,
- "end": 3552,
+ "start": 3546,
+ "end": 3547,
"loc": {
"start": {
"line": 132,
@@ -43677,8 +42803,8 @@
"updateContext": null
},
"value": "this",
- "start": 3553,
- "end": 3557,
+ "start": 3548,
+ "end": 3552,
"loc": {
"start": {
"line": 132,
@@ -43703,8 +42829,8 @@
"binop": null,
"updateContext": null
},
- "start": 3557,
- "end": 3558,
+ "start": 3552,
+ "end": 3553,
"loc": {
"start": {
"line": 132,
@@ -43729,8 +42855,8 @@
"binop": null
},
"value": "tf",
- "start": 3558,
- "end": 3560,
+ "start": 3553,
+ "end": 3555,
"loc": {
"start": {
"line": 132,
@@ -43755,8 +42881,8 @@
"binop": null,
"updateContext": null
},
- "start": 3560,
- "end": 3561,
+ "start": 3555,
+ "end": 3556,
"loc": {
"start": {
"line": 132,
@@ -43781,8 +42907,8 @@
"binop": null
},
"value": "getFiltersByType",
- "start": 3561,
- "end": 3577,
+ "start": 3556,
+ "end": 3572,
"loc": {
"start": {
"line": 132,
@@ -43806,8 +42932,8 @@
"postfix": false,
"binop": null
},
- "start": 3577,
- "end": 3578,
+ "start": 3572,
+ "end": 3573,
"loc": {
"start": {
"line": 132,
@@ -43832,8 +42958,8 @@
"binop": null
},
"value": "CHECKLIST",
- "start": 3578,
- "end": 3587,
+ "start": 3573,
+ "end": 3582,
"loc": {
"start": {
"line": 132,
@@ -43858,8 +42984,8 @@
"binop": null,
"updateContext": null
},
- "start": 3587,
- "end": 3588,
+ "start": 3582,
+ "end": 3583,
"loc": {
"start": {
"line": 132,
@@ -43886,8 +43012,8 @@
"updateContext": null
},
"value": "true",
- "start": 3589,
- "end": 3593,
+ "start": 3584,
+ "end": 3588,
"loc": {
"start": {
"line": 132,
@@ -43911,8 +43037,8 @@
"postfix": false,
"binop": null
},
- "start": 3593,
- "end": 3594,
+ "start": 3588,
+ "end": 3589,
"loc": {
"start": {
"line": 132,
@@ -43937,8 +43063,8 @@
"binop": null,
"updateContext": null
},
- "start": 3594,
- "end": 3595,
+ "start": 3589,
+ "end": 3590,
"loc": {
"start": {
"line": 132,
@@ -43965,8 +43091,8 @@
"updateContext": null
},
"value": "this",
- "start": 3604,
- "end": 3608,
+ "start": 3599,
+ "end": 3603,
"loc": {
"start": {
"line": 133,
@@ -43991,8 +43117,8 @@
"binop": null,
"updateContext": null
},
- "start": 3608,
- "end": 3609,
+ "start": 3603,
+ "end": 3604,
"loc": {
"start": {
"line": 133,
@@ -44017,8 +43143,8 @@
"binop": null
},
"value": "refreshFilters",
- "start": 3609,
- "end": 3623,
+ "start": 3604,
+ "end": 3618,
"loc": {
"start": {
"line": 133,
@@ -44042,8 +43168,8 @@
"postfix": false,
"binop": null
},
- "start": 3623,
- "end": 3624,
+ "start": 3618,
+ "end": 3619,
"loc": {
"start": {
"line": 133,
@@ -44068,8 +43194,8 @@
"binop": null
},
"value": "colIdxs",
- "start": 3624,
- "end": 3631,
+ "start": 3619,
+ "end": 3626,
"loc": {
"start": {
"line": 133,
@@ -44093,8 +43219,8 @@
"postfix": false,
"binop": null
},
- "start": 3631,
- "end": 3632,
+ "start": 3626,
+ "end": 3627,
"loc": {
"start": {
"line": 133,
@@ -44119,8 +43245,8 @@
"binop": null,
"updateContext": null
},
- "start": 3632,
- "end": 3633,
+ "start": 3627,
+ "end": 3628,
"loc": {
"start": {
"line": 133,
@@ -44144,8 +43270,8 @@
"postfix": false,
"binop": null
},
- "start": 3638,
- "end": 3639,
+ "start": 3633,
+ "end": 3634,
"loc": {
"start": {
"line": 134,
@@ -44160,8 +43286,8 @@
{
"type": "CommentBlock",
"value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ",
- "start": 3645,
- "end": 3876,
+ "start": 3640,
+ "end": 3871,
"loc": {
"start": {
"line": 136,
@@ -44186,8 +43312,8 @@
"binop": null
},
"value": "init",
- "start": 3881,
- "end": 3885,
+ "start": 3876,
+ "end": 3880,
"loc": {
"start": {
"line": 142,
@@ -44211,8 +43337,8 @@
"postfix": false,
"binop": null
},
- "start": 3885,
- "end": 3886,
+ "start": 3880,
+ "end": 3881,
"loc": {
"start": {
"line": 142,
@@ -44237,8 +43363,8 @@
"binop": null
},
"value": "colIndex",
- "start": 3886,
- "end": 3894,
+ "start": 3881,
+ "end": 3889,
"loc": {
"start": {
"line": 142,
@@ -44263,8 +43389,8 @@
"binop": null,
"updateContext": null
},
- "start": 3894,
- "end": 3895,
+ "start": 3889,
+ "end": 3890,
"loc": {
"start": {
"line": 142,
@@ -44289,8 +43415,8 @@
"binop": null
},
"value": "isExternal",
- "start": 3896,
- "end": 3906,
+ "start": 3891,
+ "end": 3901,
"loc": {
"start": {
"line": 142,
@@ -44315,8 +43441,8 @@
"binop": null,
"updateContext": null
},
- "start": 3906,
- "end": 3907,
+ "start": 3901,
+ "end": 3902,
"loc": {
"start": {
"line": 142,
@@ -44341,8 +43467,8 @@
"binop": null
},
"value": "container",
- "start": 3908,
- "end": 3917,
+ "start": 3903,
+ "end": 3912,
"loc": {
"start": {
"line": 142,
@@ -44366,8 +43492,8 @@
"postfix": false,
"binop": null
},
- "start": 3917,
- "end": 3918,
+ "start": 3912,
+ "end": 3913,
"loc": {
"start": {
"line": 142,
@@ -44391,8 +43517,8 @@
"postfix": false,
"binop": null
},
- "start": 3919,
- "end": 3920,
+ "start": 3914,
+ "end": 3915,
"loc": {
"start": {
"line": 142,
@@ -44419,8 +43545,8 @@
"updateContext": null
},
"value": "let",
- "start": 3929,
- "end": 3932,
+ "start": 3924,
+ "end": 3927,
"loc": {
"start": {
"line": 143,
@@ -44445,8 +43571,8 @@
"binop": null
},
"value": "tf",
- "start": 3933,
- "end": 3935,
+ "start": 3928,
+ "end": 3930,
"loc": {
"start": {
"line": 143,
@@ -44472,8 +43598,8 @@
"updateContext": null
},
"value": "=",
- "start": 3936,
- "end": 3937,
+ "start": 3931,
+ "end": 3932,
"loc": {
"start": {
"line": 143,
@@ -44500,8 +43626,8 @@
"updateContext": null
},
"value": "this",
- "start": 3938,
- "end": 3942,
+ "start": 3933,
+ "end": 3937,
"loc": {
"start": {
"line": 143,
@@ -44526,8 +43652,8 @@
"binop": null,
"updateContext": null
},
- "start": 3942,
- "end": 3943,
+ "start": 3937,
+ "end": 3938,
"loc": {
"start": {
"line": 143,
@@ -44552,8 +43678,8 @@
"binop": null
},
"value": "tf",
- "start": 3943,
- "end": 3945,
+ "start": 3938,
+ "end": 3940,
"loc": {
"start": {
"line": 143,
@@ -44578,8 +43704,8 @@
"binop": null,
"updateContext": null
},
- "start": 3945,
- "end": 3946,
+ "start": 3940,
+ "end": 3941,
"loc": {
"start": {
"line": 143,
@@ -44606,8 +43732,8 @@
"updateContext": null
},
"value": "let",
- "start": 3955,
- "end": 3958,
+ "start": 3950,
+ "end": 3953,
"loc": {
"start": {
"line": 144,
@@ -44632,8 +43758,8 @@
"binop": null
},
"value": "externalFltTgtId",
- "start": 3959,
- "end": 3975,
+ "start": 3954,
+ "end": 3970,
"loc": {
"start": {
"line": 144,
@@ -44659,8 +43785,8 @@
"updateContext": null
},
"value": "=",
- "start": 3976,
- "end": 3977,
+ "start": 3971,
+ "end": 3972,
"loc": {
"start": {
"line": 144,
@@ -44685,8 +43811,8 @@
"binop": null
},
"value": "isExternal",
- "start": 3978,
- "end": 3988,
+ "start": 3973,
+ "end": 3983,
"loc": {
"start": {
"line": 144,
@@ -44711,8 +43837,8 @@
"binop": null,
"updateContext": null
},
- "start": 3989,
- "end": 3990,
+ "start": 3984,
+ "end": 3985,
"loc": {
"start": {
"line": 144,
@@ -44737,8 +43863,8 @@
"binop": null
},
"value": "tf",
- "start": 4003,
- "end": 4005,
+ "start": 3998,
+ "end": 4000,
"loc": {
"start": {
"line": 145,
@@ -44763,8 +43889,8 @@
"binop": null,
"updateContext": null
},
- "start": 4005,
- "end": 4006,
+ "start": 4000,
+ "end": 4001,
"loc": {
"start": {
"line": 145,
@@ -44789,8 +43915,8 @@
"binop": null
},
"value": "externalFltIds",
- "start": 4006,
- "end": 4020,
+ "start": 4001,
+ "end": 4015,
"loc": {
"start": {
"line": 145,
@@ -44815,8 +43941,8 @@
"binop": null,
"updateContext": null
},
- "start": 4020,
- "end": 4021,
+ "start": 4015,
+ "end": 4016,
"loc": {
"start": {
"line": 145,
@@ -44841,8 +43967,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4021,
- "end": 4029,
+ "start": 4016,
+ "end": 4024,
"loc": {
"start": {
"line": 145,
@@ -44867,8 +43993,8 @@
"binop": null,
"updateContext": null
},
- "start": 4029,
- "end": 4030,
+ "start": 4024,
+ "end": 4025,
"loc": {
"start": {
"line": 145,
@@ -44893,8 +44019,8 @@
"binop": null,
"updateContext": null
},
- "start": 4031,
- "end": 4032,
+ "start": 4026,
+ "end": 4027,
"loc": {
"start": {
"line": 145,
@@ -44921,8 +44047,8 @@
"updateContext": null
},
"value": "null",
- "start": 4033,
- "end": 4037,
+ "start": 4028,
+ "end": 4032,
"loc": {
"start": {
"line": 145,
@@ -44947,8 +44073,8 @@
"binop": null,
"updateContext": null
},
- "start": 4037,
- "end": 4038,
+ "start": 4032,
+ "end": 4033,
"loc": {
"start": {
"line": 145,
@@ -44975,8 +44101,8 @@
"updateContext": null
},
"value": "let",
- "start": 4048,
- "end": 4051,
+ "start": 4043,
+ "end": 4046,
"loc": {
"start": {
"line": 147,
@@ -45001,8 +44127,8 @@
"binop": null
},
"value": "divCont",
- "start": 4052,
- "end": 4059,
+ "start": 4047,
+ "end": 4054,
"loc": {
"start": {
"line": 147,
@@ -45028,8 +44154,8 @@
"updateContext": null
},
"value": "=",
- "start": 4060,
- "end": 4061,
+ "start": 4055,
+ "end": 4056,
"loc": {
"start": {
"line": 147,
@@ -45054,8 +44180,8 @@
"binop": null
},
"value": "createElm",
- "start": 4062,
- "end": 4071,
+ "start": 4057,
+ "end": 4066,
"loc": {
"start": {
"line": 147,
@@ -45079,8 +44205,8 @@
"postfix": false,
"binop": null
},
- "start": 4071,
- "end": 4072,
+ "start": 4066,
+ "end": 4067,
"loc": {
"start": {
"line": 147,
@@ -45106,8 +44232,8 @@
"updateContext": null
},
"value": "div",
- "start": 4072,
- "end": 4077,
+ "start": 4067,
+ "end": 4072,
"loc": {
"start": {
"line": 147,
@@ -45132,8 +44258,8 @@
"binop": null,
"updateContext": null
},
- "start": 4077,
- "end": 4078,
+ "start": 4072,
+ "end": 4073,
"loc": {
"start": {
"line": 147,
@@ -45158,8 +44284,8 @@
"binop": null,
"updateContext": null
},
- "start": 4091,
- "end": 4092,
+ "start": 4086,
+ "end": 4087,
"loc": {
"start": {
"line": 148,
@@ -45185,8 +44311,8 @@
"updateContext": null
},
"value": "id",
- "start": 4092,
- "end": 4096,
+ "start": 4087,
+ "end": 4091,
"loc": {
"start": {
"line": 148,
@@ -45211,8 +44337,8 @@
"binop": null,
"updateContext": null
},
- "start": 4096,
- "end": 4097,
+ "start": 4091,
+ "end": 4092,
"loc": {
"start": {
"line": 148,
@@ -45236,8 +44362,8 @@
"postfix": false,
"binop": null
},
- "start": 4098,
- "end": 4099,
+ "start": 4093,
+ "end": 4094,
"loc": {
"start": {
"line": 148,
@@ -45263,8 +44389,8 @@
"updateContext": null
},
"value": "",
- "start": 4099,
- "end": 4099,
+ "start": 4094,
+ "end": 4094,
"loc": {
"start": {
"line": 148,
@@ -45288,8 +44414,8 @@
"postfix": false,
"binop": null
},
- "start": 4099,
- "end": 4101,
+ "start": 4094,
+ "end": 4096,
"loc": {
"start": {
"line": 148,
@@ -45316,8 +44442,8 @@
"updateContext": null
},
"value": "this",
- "start": 4101,
- "end": 4105,
+ "start": 4096,
+ "end": 4100,
"loc": {
"start": {
"line": 148,
@@ -45342,8 +44468,8 @@
"binop": null,
"updateContext": null
},
- "start": 4105,
- "end": 4106,
+ "start": 4100,
+ "end": 4101,
"loc": {
"start": {
"line": 148,
@@ -45368,8 +44494,8 @@
"binop": null
},
"value": "prfx",
- "start": 4106,
- "end": 4110,
+ "start": 4101,
+ "end": 4105,
"loc": {
"start": {
"line": 148,
@@ -45393,8 +44519,8 @@
"postfix": false,
"binop": null
},
- "start": 4110,
- "end": 4111,
+ "start": 4105,
+ "end": 4106,
"loc": {
"start": {
"line": 148,
@@ -45420,8 +44546,8 @@
"updateContext": null
},
"value": "",
- "start": 4111,
- "end": 4111,
+ "start": 4106,
+ "end": 4106,
"loc": {
"start": {
"line": 148,
@@ -45445,8 +44571,8 @@
"postfix": false,
"binop": null
},
- "start": 4111,
- "end": 4113,
+ "start": 4106,
+ "end": 4108,
"loc": {
"start": {
"line": 148,
@@ -45471,8 +44597,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4113,
- "end": 4121,
+ "start": 4108,
+ "end": 4116,
"loc": {
"start": {
"line": 148,
@@ -45496,8 +44622,8 @@
"postfix": false,
"binop": null
},
- "start": 4121,
- "end": 4122,
+ "start": 4116,
+ "end": 4117,
"loc": {
"start": {
"line": 148,
@@ -45523,8 +44649,8 @@
"updateContext": null
},
"value": "_",
- "start": 4122,
- "end": 4123,
+ "start": 4117,
+ "end": 4118,
"loc": {
"start": {
"line": 148,
@@ -45548,8 +44674,8 @@
"postfix": false,
"binop": null
},
- "start": 4123,
- "end": 4125,
+ "start": 4118,
+ "end": 4120,
"loc": {
"start": {
"line": 148,
@@ -45574,8 +44700,8 @@
"binop": null
},
"value": "tf",
- "start": 4125,
- "end": 4127,
+ "start": 4120,
+ "end": 4122,
"loc": {
"start": {
"line": 148,
@@ -45600,8 +44726,8 @@
"binop": null,
"updateContext": null
},
- "start": 4127,
- "end": 4128,
+ "start": 4122,
+ "end": 4123,
"loc": {
"start": {
"line": 148,
@@ -45626,8 +44752,8 @@
"binop": null
},
"value": "id",
- "start": 4128,
- "end": 4130,
+ "start": 4123,
+ "end": 4125,
"loc": {
"start": {
"line": 148,
@@ -45651,8 +44777,8 @@
"postfix": false,
"binop": null
},
- "start": 4130,
- "end": 4131,
+ "start": 4125,
+ "end": 4126,
"loc": {
"start": {
"line": 148,
@@ -45678,8 +44804,8 @@
"updateContext": null
},
"value": "",
- "start": 4131,
- "end": 4131,
+ "start": 4126,
+ "end": 4126,
"loc": {
"start": {
"line": 148,
@@ -45703,8 +44829,8 @@
"postfix": false,
"binop": null
},
- "start": 4131,
- "end": 4132,
+ "start": 4126,
+ "end": 4127,
"loc": {
"start": {
"line": 148,
@@ -45729,8 +44855,8 @@
"binop": null,
"updateContext": null
},
- "start": 4132,
- "end": 4133,
+ "start": 4127,
+ "end": 4128,
"loc": {
"start": {
"line": 148,
@@ -45755,8 +44881,8 @@
"binop": null,
"updateContext": null
},
- "start": 4133,
- "end": 4134,
+ "start": 4128,
+ "end": 4129,
"loc": {
"start": {
"line": 148,
@@ -45781,8 +44907,8 @@
"binop": null,
"updateContext": null
},
- "start": 4147,
- "end": 4148,
+ "start": 4142,
+ "end": 4143,
"loc": {
"start": {
"line": 149,
@@ -45808,8 +44934,8 @@
"updateContext": null
},
"value": "ct",
- "start": 4148,
- "end": 4152,
+ "start": 4143,
+ "end": 4147,
"loc": {
"start": {
"line": 149,
@@ -45834,8 +44960,8 @@
"binop": null,
"updateContext": null
},
- "start": 4152,
- "end": 4153,
+ "start": 4147,
+ "end": 4148,
"loc": {
"start": {
"line": 149,
@@ -45860,8 +44986,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4154,
- "end": 4162,
+ "start": 4149,
+ "end": 4157,
"loc": {
"start": {
"line": 149,
@@ -45886,8 +45012,8 @@
"binop": null,
"updateContext": null
},
- "start": 4162,
- "end": 4163,
+ "start": 4157,
+ "end": 4158,
"loc": {
"start": {
"line": 149,
@@ -45912,8 +45038,8 @@
"binop": null,
"updateContext": null
},
- "start": 4163,
- "end": 4164,
+ "start": 4158,
+ "end": 4159,
"loc": {
"start": {
"line": 149,
@@ -45938,8 +45064,8 @@
"binop": null,
"updateContext": null
},
- "start": 4165,
- "end": 4166,
+ "start": 4160,
+ "end": 4161,
"loc": {
"start": {
"line": 149,
@@ -45965,8 +45091,8 @@
"updateContext": null
},
"value": "filled",
- "start": 4166,
- "end": 4174,
+ "start": 4161,
+ "end": 4169,
"loc": {
"start": {
"line": 149,
@@ -45991,8 +45117,8 @@
"binop": null,
"updateContext": null
},
- "start": 4174,
- "end": 4175,
+ "start": 4169,
+ "end": 4170,
"loc": {
"start": {
"line": 149,
@@ -46018,8 +45144,8 @@
"updateContext": null
},
"value": "0",
- "start": 4176,
- "end": 4179,
+ "start": 4171,
+ "end": 4174,
"loc": {
"start": {
"line": 149,
@@ -46044,8 +45170,8 @@
"binop": null,
"updateContext": null
},
- "start": 4179,
- "end": 4180,
+ "start": 4174,
+ "end": 4175,
"loc": {
"start": {
"line": 149,
@@ -46069,8 +45195,8 @@
"postfix": false,
"binop": null
},
- "start": 4180,
- "end": 4181,
+ "start": 4175,
+ "end": 4176,
"loc": {
"start": {
"line": 149,
@@ -46095,8 +45221,8 @@
"binop": null,
"updateContext": null
},
- "start": 4181,
- "end": 4182,
+ "start": 4176,
+ "end": 4177,
"loc": {
"start": {
"line": 149,
@@ -46121,8 +45247,8 @@
"binop": null
},
"value": "divCont",
- "start": 4191,
- "end": 4198,
+ "start": 4186,
+ "end": 4193,
"loc": {
"start": {
"line": 150,
@@ -46147,8 +45273,8 @@
"binop": null,
"updateContext": null
},
- "start": 4198,
- "end": 4199,
+ "start": 4193,
+ "end": 4194,
"loc": {
"start": {
"line": 150,
@@ -46173,8 +45299,8 @@
"binop": null
},
"value": "className",
- "start": 4199,
- "end": 4208,
+ "start": 4194,
+ "end": 4203,
"loc": {
"start": {
"line": 150,
@@ -46200,8 +45326,8 @@
"updateContext": null
},
"value": "=",
- "start": 4209,
- "end": 4210,
+ "start": 4204,
+ "end": 4205,
"loc": {
"start": {
"line": 150,
@@ -46228,8 +45354,8 @@
"updateContext": null
},
"value": "this",
- "start": 4211,
- "end": 4215,
+ "start": 4206,
+ "end": 4210,
"loc": {
"start": {
"line": 150,
@@ -46254,8 +45380,8 @@
"binop": null,
"updateContext": null
},
- "start": 4215,
- "end": 4216,
+ "start": 4210,
+ "end": 4211,
"loc": {
"start": {
"line": 150,
@@ -46280,8 +45406,8 @@
"binop": null
},
"value": "containerCssClass",
- "start": 4216,
- "end": 4233,
+ "start": 4211,
+ "end": 4228,
"loc": {
"start": {
"line": 150,
@@ -46306,8 +45432,8 @@
"binop": null,
"updateContext": null
},
- "start": 4233,
- "end": 4234,
+ "start": 4228,
+ "end": 4229,
"loc": {
"start": {
"line": 150,
@@ -46322,8 +45448,8 @@
{
"type": "CommentLine",
"value": "filter is appended in desired element",
- "start": 4244,
- "end": 4283,
+ "start": 4239,
+ "end": 4278,
"loc": {
"start": {
"line": 152,
@@ -46350,8 +45476,8 @@
"updateContext": null
},
"value": "if",
- "start": 4292,
- "end": 4294,
+ "start": 4287,
+ "end": 4289,
"loc": {
"start": {
"line": 153,
@@ -46375,8 +45501,8 @@
"postfix": false,
"binop": null
},
- "start": 4295,
- "end": 4296,
+ "start": 4290,
+ "end": 4291,
"loc": {
"start": {
"line": 153,
@@ -46401,8 +45527,8 @@
"binop": null
},
"value": "externalFltTgtId",
- "start": 4296,
- "end": 4312,
+ "start": 4291,
+ "end": 4307,
"loc": {
"start": {
"line": 153,
@@ -46426,8 +45552,8 @@
"postfix": false,
"binop": null
},
- "start": 4312,
- "end": 4313,
+ "start": 4307,
+ "end": 4308,
"loc": {
"start": {
"line": 153,
@@ -46451,8 +45577,8 @@
"postfix": false,
"binop": null
},
- "start": 4314,
- "end": 4315,
+ "start": 4309,
+ "end": 4310,
"loc": {
"start": {
"line": 153,
@@ -46477,8 +45603,8 @@
"binop": null
},
"value": "elm",
- "start": 4328,
- "end": 4331,
+ "start": 4323,
+ "end": 4326,
"loc": {
"start": {
"line": 154,
@@ -46502,8 +45628,8 @@
"postfix": false,
"binop": null
},
- "start": 4331,
- "end": 4332,
+ "start": 4326,
+ "end": 4327,
"loc": {
"start": {
"line": 154,
@@ -46528,8 +45654,8 @@
"binop": null
},
"value": "externalFltTgtId",
- "start": 4332,
- "end": 4348,
+ "start": 4327,
+ "end": 4343,
"loc": {
"start": {
"line": 154,
@@ -46553,8 +45679,8 @@
"postfix": false,
"binop": null
},
- "start": 4348,
- "end": 4349,
+ "start": 4343,
+ "end": 4344,
"loc": {
"start": {
"line": 154,
@@ -46579,8 +45705,8 @@
"binop": null,
"updateContext": null
},
- "start": 4349,
- "end": 4350,
+ "start": 4344,
+ "end": 4345,
"loc": {
"start": {
"line": 154,
@@ -46605,8 +45731,8 @@
"binop": null
},
"value": "appendChild",
- "start": 4350,
- "end": 4361,
+ "start": 4345,
+ "end": 4356,
"loc": {
"start": {
"line": 154,
@@ -46630,8 +45756,8 @@
"postfix": false,
"binop": null
},
- "start": 4361,
- "end": 4362,
+ "start": 4356,
+ "end": 4357,
"loc": {
"start": {
"line": 154,
@@ -46656,8 +45782,8 @@
"binop": null
},
"value": "divCont",
- "start": 4362,
- "end": 4369,
+ "start": 4357,
+ "end": 4364,
"loc": {
"start": {
"line": 154,
@@ -46681,8 +45807,8 @@
"postfix": false,
"binop": null
},
- "start": 4369,
- "end": 4370,
+ "start": 4364,
+ "end": 4365,
"loc": {
"start": {
"line": 154,
@@ -46707,8 +45833,8 @@
"binop": null,
"updateContext": null
},
- "start": 4370,
- "end": 4371,
+ "start": 4365,
+ "end": 4366,
"loc": {
"start": {
"line": 154,
@@ -46732,8 +45858,8 @@
"postfix": false,
"binop": null
},
- "start": 4380,
- "end": 4381,
+ "start": 4375,
+ "end": 4376,
"loc": {
"start": {
"line": 155,
@@ -46760,8 +45886,8 @@
"updateContext": null
},
"value": "else",
- "start": 4382,
- "end": 4386,
+ "start": 4377,
+ "end": 4381,
"loc": {
"start": {
"line": 155,
@@ -46785,8 +45911,8 @@
"postfix": false,
"binop": null
},
- "start": 4387,
- "end": 4388,
+ "start": 4382,
+ "end": 4383,
"loc": {
"start": {
"line": 155,
@@ -46811,8 +45937,8 @@
"binop": null
},
"value": "container",
- "start": 4401,
- "end": 4410,
+ "start": 4396,
+ "end": 4405,
"loc": {
"start": {
"line": 156,
@@ -46837,8 +45963,8 @@
"binop": null,
"updateContext": null
},
- "start": 4410,
- "end": 4411,
+ "start": 4405,
+ "end": 4406,
"loc": {
"start": {
"line": 156,
@@ -46863,8 +45989,8 @@
"binop": null
},
"value": "appendChild",
- "start": 4411,
- "end": 4422,
+ "start": 4406,
+ "end": 4417,
"loc": {
"start": {
"line": 156,
@@ -46888,8 +46014,8 @@
"postfix": false,
"binop": null
},
- "start": 4422,
- "end": 4423,
+ "start": 4417,
+ "end": 4418,
"loc": {
"start": {
"line": 156,
@@ -46914,8 +46040,8 @@
"binop": null
},
"value": "divCont",
- "start": 4423,
- "end": 4430,
+ "start": 4418,
+ "end": 4425,
"loc": {
"start": {
"line": 156,
@@ -46939,8 +46065,8 @@
"postfix": false,
"binop": null
},
- "start": 4430,
- "end": 4431,
+ "start": 4425,
+ "end": 4426,
"loc": {
"start": {
"line": 156,
@@ -46965,8 +46091,8 @@
"binop": null,
"updateContext": null
},
- "start": 4431,
- "end": 4432,
+ "start": 4426,
+ "end": 4427,
"loc": {
"start": {
"line": 156,
@@ -46990,8 +46116,8 @@
"postfix": false,
"binop": null
},
- "start": 4441,
- "end": 4442,
+ "start": 4436,
+ "end": 4437,
"loc": {
"start": {
"line": 157,
@@ -47018,8 +46144,8 @@
"updateContext": null
},
"value": "this",
- "start": 4452,
- "end": 4456,
+ "start": 4447,
+ "end": 4451,
"loc": {
"start": {
"line": 159,
@@ -47044,8 +46170,8 @@
"binop": null,
"updateContext": null
},
- "start": 4456,
- "end": 4457,
+ "start": 4451,
+ "end": 4452,
"loc": {
"start": {
"line": 159,
@@ -47070,8 +46196,8 @@
"binop": null
},
"value": "containers",
- "start": 4457,
- "end": 4467,
+ "start": 4452,
+ "end": 4462,
"loc": {
"start": {
"line": 159,
@@ -47096,8 +46222,8 @@
"binop": null,
"updateContext": null
},
- "start": 4467,
- "end": 4468,
+ "start": 4462,
+ "end": 4463,
"loc": {
"start": {
"line": 159,
@@ -47122,8 +46248,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4468,
- "end": 4476,
+ "start": 4463,
+ "end": 4471,
"loc": {
"start": {
"line": 159,
@@ -47148,8 +46274,8 @@
"binop": null,
"updateContext": null
},
- "start": 4476,
- "end": 4477,
+ "start": 4471,
+ "end": 4472,
"loc": {
"start": {
"line": 159,
@@ -47175,8 +46301,8 @@
"updateContext": null
},
"value": "=",
- "start": 4478,
- "end": 4479,
+ "start": 4473,
+ "end": 4474,
"loc": {
"start": {
"line": 159,
@@ -47201,8 +46327,8 @@
"binop": null
},
"value": "divCont",
- "start": 4480,
- "end": 4487,
+ "start": 4475,
+ "end": 4482,
"loc": {
"start": {
"line": 159,
@@ -47227,8 +46353,8 @@
"binop": null,
"updateContext": null
},
- "start": 4487,
- "end": 4488,
+ "start": 4482,
+ "end": 4483,
"loc": {
"start": {
"line": 159,
@@ -47253,8 +46379,8 @@
"binop": null
},
"value": "tf",
- "start": 4497,
- "end": 4499,
+ "start": 4492,
+ "end": 4494,
"loc": {
"start": {
"line": 160,
@@ -47279,8 +46405,8 @@
"binop": null,
"updateContext": null
},
- "start": 4499,
- "end": 4500,
+ "start": 4494,
+ "end": 4495,
"loc": {
"start": {
"line": 160,
@@ -47305,8 +46431,8 @@
"binop": null
},
"value": "fltIds",
- "start": 4500,
- "end": 4506,
+ "start": 4495,
+ "end": 4501,
"loc": {
"start": {
"line": 160,
@@ -47331,8 +46457,8 @@
"binop": null,
"updateContext": null
},
- "start": 4506,
- "end": 4507,
+ "start": 4501,
+ "end": 4502,
"loc": {
"start": {
"line": 160,
@@ -47357,8 +46483,8 @@
"binop": null
},
"value": "push",
- "start": 4507,
- "end": 4511,
+ "start": 4502,
+ "end": 4506,
"loc": {
"start": {
"line": 160,
@@ -47382,8 +46508,8 @@
"postfix": false,
"binop": null
},
- "start": 4511,
- "end": 4512,
+ "start": 4506,
+ "end": 4507,
"loc": {
"start": {
"line": 160,
@@ -47408,8 +46534,8 @@
"binop": null
},
"value": "tf",
- "start": 4512,
- "end": 4514,
+ "start": 4507,
+ "end": 4509,
"loc": {
"start": {
"line": 160,
@@ -47434,8 +46560,8 @@
"binop": null,
"updateContext": null
},
- "start": 4514,
- "end": 4515,
+ "start": 4509,
+ "end": 4510,
"loc": {
"start": {
"line": 160,
@@ -47460,8 +46586,8 @@
"binop": null
},
"value": "buildFilterId",
- "start": 4515,
- "end": 4528,
+ "start": 4510,
+ "end": 4523,
"loc": {
"start": {
"line": 160,
@@ -47485,8 +46611,8 @@
"postfix": false,
"binop": null
},
- "start": 4528,
- "end": 4529,
+ "start": 4523,
+ "end": 4524,
"loc": {
"start": {
"line": 160,
@@ -47511,8 +46637,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4529,
- "end": 4537,
+ "start": 4524,
+ "end": 4532,
"loc": {
"start": {
"line": 160,
@@ -47536,8 +46662,8 @@
"postfix": false,
"binop": null
},
- "start": 4537,
- "end": 4538,
+ "start": 4532,
+ "end": 4533,
"loc": {
"start": {
"line": 160,
@@ -47561,8 +46687,8 @@
"postfix": false,
"binop": null
},
- "start": 4538,
- "end": 4539,
+ "start": 4533,
+ "end": 4534,
"loc": {
"start": {
"line": 160,
@@ -47587,8 +46713,8 @@
"binop": null,
"updateContext": null
},
- "start": 4539,
- "end": 4540,
+ "start": 4534,
+ "end": 4535,
"loc": {
"start": {
"line": 160,
@@ -47615,8 +46741,8 @@
"updateContext": null
},
"value": "if",
- "start": 4550,
- "end": 4552,
+ "start": 4545,
+ "end": 4547,
"loc": {
"start": {
"line": 162,
@@ -47640,8 +46766,8 @@
"postfix": false,
"binop": null
},
- "start": 4553,
- "end": 4554,
+ "start": 4548,
+ "end": 4549,
"loc": {
"start": {
"line": 162,
@@ -47667,8 +46793,8 @@
"updateContext": null
},
"value": "!",
- "start": 4554,
- "end": 4555,
+ "start": 4549,
+ "end": 4550,
"loc": {
"start": {
"line": 162,
@@ -47693,8 +46819,8 @@
"binop": null
},
"value": "tf",
- "start": 4555,
- "end": 4557,
+ "start": 4550,
+ "end": 4552,
"loc": {
"start": {
"line": 162,
@@ -47719,8 +46845,8 @@
"binop": null,
"updateContext": null
},
- "start": 4557,
- "end": 4558,
+ "start": 4552,
+ "end": 4553,
"loc": {
"start": {
"line": 162,
@@ -47745,8 +46871,8 @@
"binop": null
},
"value": "loadFltOnDemand",
- "start": 4558,
- "end": 4573,
+ "start": 4553,
+ "end": 4568,
"loc": {
"start": {
"line": 162,
@@ -47770,8 +46896,8 @@
"postfix": false,
"binop": null
},
- "start": 4573,
- "end": 4574,
+ "start": 4568,
+ "end": 4569,
"loc": {
"start": {
"line": 162,
@@ -47795,8 +46921,8 @@
"postfix": false,
"binop": null
},
- "start": 4575,
- "end": 4576,
+ "start": 4570,
+ "end": 4571,
"loc": {
"start": {
"line": 162,
@@ -47823,8 +46949,8 @@
"updateContext": null
},
"value": "this",
- "start": 4589,
- "end": 4593,
+ "start": 4584,
+ "end": 4588,
"loc": {
"start": {
"line": 163,
@@ -47849,8 +46975,8 @@
"binop": null,
"updateContext": null
},
- "start": 4593,
- "end": 4594,
+ "start": 4588,
+ "end": 4589,
"loc": {
"start": {
"line": 163,
@@ -47875,8 +47001,8 @@
"binop": null
},
"value": "build",
- "start": 4594,
- "end": 4599,
+ "start": 4589,
+ "end": 4594,
"loc": {
"start": {
"line": 163,
@@ -47900,8 +47026,8 @@
"postfix": false,
"binop": null
},
- "start": 4599,
- "end": 4600,
+ "start": 4594,
+ "end": 4595,
"loc": {
"start": {
"line": 163,
@@ -47926,8 +47052,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4600,
- "end": 4608,
+ "start": 4595,
+ "end": 4603,
"loc": {
"start": {
"line": 163,
@@ -47951,8 +47077,8 @@
"postfix": false,
"binop": null
},
- "start": 4608,
- "end": 4609,
+ "start": 4603,
+ "end": 4604,
"loc": {
"start": {
"line": 163,
@@ -47977,8 +47103,8 @@
"binop": null,
"updateContext": null
},
- "start": 4609,
- "end": 4610,
+ "start": 4604,
+ "end": 4605,
"loc": {
"start": {
"line": 163,
@@ -48002,8 +47128,8 @@
"postfix": false,
"binop": null
},
- "start": 4619,
- "end": 4620,
+ "start": 4614,
+ "end": 4615,
"loc": {
"start": {
"line": 164,
@@ -48030,8 +47156,8 @@
"updateContext": null
},
"value": "else",
- "start": 4621,
- "end": 4625,
+ "start": 4616,
+ "end": 4620,
"loc": {
"start": {
"line": 164,
@@ -48055,8 +47181,8 @@
"postfix": false,
"binop": null
},
- "start": 4626,
- "end": 4627,
+ "start": 4621,
+ "end": 4622,
"loc": {
"start": {
"line": 164,
@@ -48081,8 +47207,8 @@
"binop": null
},
"value": "addEvt",
- "start": 4640,
- "end": 4646,
+ "start": 4635,
+ "end": 4641,
"loc": {
"start": {
"line": 165,
@@ -48106,8 +47232,8 @@
"postfix": false,
"binop": null
},
- "start": 4646,
- "end": 4647,
+ "start": 4641,
+ "end": 4642,
"loc": {
"start": {
"line": 165,
@@ -48132,8 +47258,8 @@
"binop": null
},
"value": "divCont",
- "start": 4647,
- "end": 4654,
+ "start": 4642,
+ "end": 4649,
"loc": {
"start": {
"line": 165,
@@ -48158,8 +47284,8 @@
"binop": null,
"updateContext": null
},
- "start": 4654,
- "end": 4655,
+ "start": 4649,
+ "end": 4650,
"loc": {
"start": {
"line": 165,
@@ -48185,8 +47311,8 @@
"updateContext": null
},
"value": "click",
- "start": 4656,
- "end": 4663,
+ "start": 4651,
+ "end": 4658,
"loc": {
"start": {
"line": 165,
@@ -48211,8 +47337,8 @@
"binop": null,
"updateContext": null
},
- "start": 4663,
- "end": 4664,
+ "start": 4658,
+ "end": 4659,
"loc": {
"start": {
"line": 165,
@@ -48236,8 +47362,8 @@
"postfix": false,
"binop": null
},
- "start": 4665,
- "end": 4666,
+ "start": 4660,
+ "end": 4661,
"loc": {
"start": {
"line": 165,
@@ -48262,8 +47388,8 @@
"binop": null
},
"value": "evt",
- "start": 4666,
- "end": 4669,
+ "start": 4661,
+ "end": 4664,
"loc": {
"start": {
"line": 165,
@@ -48287,8 +47413,8 @@
"postfix": false,
"binop": null
},
- "start": 4669,
- "end": 4670,
+ "start": 4664,
+ "end": 4665,
"loc": {
"start": {
"line": 165,
@@ -48313,8 +47439,8 @@
"binop": null,
"updateContext": null
},
- "start": 4671,
- "end": 4673,
+ "start": 4666,
+ "end": 4668,
"loc": {
"start": {
"line": 165,
@@ -48341,8 +47467,8 @@
"updateContext": null
},
"value": "this",
- "start": 4674,
- "end": 4678,
+ "start": 4669,
+ "end": 4673,
"loc": {
"start": {
"line": 165,
@@ -48367,8 +47493,8 @@
"binop": null,
"updateContext": null
},
- "start": 4678,
- "end": 4679,
+ "start": 4673,
+ "end": 4674,
"loc": {
"start": {
"line": 165,
@@ -48393,8 +47519,8 @@
"binop": null
},
"value": "onCheckListClick",
- "start": 4679,
- "end": 4695,
+ "start": 4674,
+ "end": 4690,
"loc": {
"start": {
"line": 165,
@@ -48418,8 +47544,8 @@
"postfix": false,
"binop": null
},
- "start": 4695,
- "end": 4696,
+ "start": 4690,
+ "end": 4691,
"loc": {
"start": {
"line": 165,
@@ -48444,8 +47570,8 @@
"binop": null
},
"value": "evt",
- "start": 4696,
- "end": 4699,
+ "start": 4691,
+ "end": 4694,
"loc": {
"start": {
"line": 165,
@@ -48469,8 +47595,8 @@
"postfix": false,
"binop": null
},
- "start": 4699,
- "end": 4700,
+ "start": 4694,
+ "end": 4695,
"loc": {
"start": {
"line": 165,
@@ -48494,8 +47620,8 @@
"postfix": false,
"binop": null
},
- "start": 4700,
- "end": 4701,
+ "start": 4695,
+ "end": 4696,
"loc": {
"start": {
"line": 165,
@@ -48520,8 +47646,8 @@
"binop": null,
"updateContext": null
},
- "start": 4701,
- "end": 4702,
+ "start": 4696,
+ "end": 4697,
"loc": {
"start": {
"line": 165,
@@ -48546,8 +47672,8 @@
"binop": null
},
"value": "divCont",
- "start": 4715,
- "end": 4722,
+ "start": 4710,
+ "end": 4717,
"loc": {
"start": {
"line": 166,
@@ -48572,8 +47698,8 @@
"binop": null,
"updateContext": null
},
- "start": 4722,
- "end": 4723,
+ "start": 4717,
+ "end": 4718,
"loc": {
"start": {
"line": 166,
@@ -48598,8 +47724,8 @@
"binop": null
},
"value": "appendChild",
- "start": 4723,
- "end": 4734,
+ "start": 4718,
+ "end": 4729,
"loc": {
"start": {
"line": 166,
@@ -48623,8 +47749,8 @@
"postfix": false,
"binop": null
},
- "start": 4734,
- "end": 4735,
+ "start": 4729,
+ "end": 4730,
"loc": {
"start": {
"line": 166,
@@ -48649,8 +47775,8 @@
"binop": null
},
"value": "createText",
- "start": 4735,
- "end": 4745,
+ "start": 4730,
+ "end": 4740,
"loc": {
"start": {
"line": 166,
@@ -48674,8 +47800,8 @@
"postfix": false,
"binop": null
},
- "start": 4745,
- "end": 4746,
+ "start": 4740,
+ "end": 4741,
"loc": {
"start": {
"line": 166,
@@ -48702,8 +47828,8 @@
"updateContext": null
},
"value": "this",
- "start": 4746,
- "end": 4750,
+ "start": 4741,
+ "end": 4745,
"loc": {
"start": {
"line": 166,
@@ -48728,8 +47854,8 @@
"binop": null,
"updateContext": null
},
- "start": 4750,
- "end": 4751,
+ "start": 4745,
+ "end": 4746,
"loc": {
"start": {
"line": 166,
@@ -48754,8 +47880,8 @@
"binop": null
},
"value": "activateText",
- "start": 4751,
- "end": 4763,
+ "start": 4746,
+ "end": 4758,
"loc": {
"start": {
"line": 166,
@@ -48779,8 +47905,8 @@
"postfix": false,
"binop": null
},
- "start": 4763,
- "end": 4764,
+ "start": 4758,
+ "end": 4759,
"loc": {
"start": {
"line": 166,
@@ -48804,8 +47930,8 @@
"postfix": false,
"binop": null
},
- "start": 4764,
- "end": 4765,
+ "start": 4759,
+ "end": 4760,
"loc": {
"start": {
"line": 166,
@@ -48830,8 +47956,8 @@
"binop": null,
"updateContext": null
},
- "start": 4765,
- "end": 4766,
+ "start": 4760,
+ "end": 4761,
"loc": {
"start": {
"line": 166,
@@ -48855,8 +47981,8 @@
"postfix": false,
"binop": null
},
- "start": 4775,
- "end": 4776,
+ "start": 4770,
+ "end": 4771,
"loc": {
"start": {
"line": 167,
@@ -48883,8 +48009,8 @@
"updateContext": null
},
"value": "this",
- "start": 4786,
- "end": 4790,
+ "start": 4781,
+ "end": 4785,
"loc": {
"start": {
"line": 169,
@@ -48909,8 +48035,8 @@
"binop": null,
"updateContext": null
},
- "start": 4790,
- "end": 4791,
+ "start": 4785,
+ "end": 4786,
"loc": {
"start": {
"line": 169,
@@ -48935,8 +48061,8 @@
"binop": null
},
"value": "emitter",
- "start": 4791,
- "end": 4798,
+ "start": 4786,
+ "end": 4793,
"loc": {
"start": {
"line": 169,
@@ -48961,8 +48087,8 @@
"binop": null,
"updateContext": null
},
- "start": 4798,
- "end": 4799,
+ "start": 4793,
+ "end": 4794,
"loc": {
"start": {
"line": 169,
@@ -48987,8 +48113,8 @@
"binop": null
},
"value": "on",
- "start": 4799,
- "end": 4801,
+ "start": 4794,
+ "end": 4796,
"loc": {
"start": {
"line": 169,
@@ -49012,8 +48138,8 @@
"postfix": false,
"binop": null
},
- "start": 4801,
- "end": 4802,
+ "start": 4796,
+ "end": 4797,
"loc": {
"start": {
"line": 169,
@@ -49038,8 +48164,8 @@
"binop": null,
"updateContext": null
},
- "start": 4815,
- "end": 4816,
+ "start": 4810,
+ "end": 4811,
"loc": {
"start": {
"line": 170,
@@ -49065,8 +48191,8 @@
"updateContext": null
},
"value": "build-checklist-filter",
- "start": 4816,
- "end": 4840,
+ "start": 4811,
+ "end": 4835,
"loc": {
"start": {
"line": 170,
@@ -49091,8 +48217,8 @@
"binop": null,
"updateContext": null
},
- "start": 4840,
- "end": 4841,
+ "start": 4835,
+ "end": 4836,
"loc": {
"start": {
"line": 170,
@@ -49117,8 +48243,8 @@
"binop": null,
"updateContext": null
},
- "start": 4841,
- "end": 4842,
+ "start": 4836,
+ "end": 4837,
"loc": {
"start": {
"line": 170,
@@ -49142,8 +48268,8 @@
"postfix": false,
"binop": null
},
- "start": 4855,
- "end": 4856,
+ "start": 4850,
+ "end": 4851,
"loc": {
"start": {
"line": 171,
@@ -49168,8 +48294,8 @@
"binop": null
},
"value": "tf",
- "start": 4856,
- "end": 4858,
+ "start": 4851,
+ "end": 4853,
"loc": {
"start": {
"line": 171,
@@ -49194,8 +48320,8 @@
"binop": null,
"updateContext": null
},
- "start": 4858,
- "end": 4859,
+ "start": 4853,
+ "end": 4854,
"loc": {
"start": {
"line": 171,
@@ -49220,8 +48346,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4860,
- "end": 4868,
+ "start": 4855,
+ "end": 4863,
"loc": {
"start": {
"line": 171,
@@ -49246,8 +48372,8 @@
"binop": null,
"updateContext": null
},
- "start": 4868,
- "end": 4869,
+ "start": 4863,
+ "end": 4864,
"loc": {
"start": {
"line": 171,
@@ -49272,8 +48398,8 @@
"binop": null
},
"value": "isLinked",
- "start": 4870,
- "end": 4878,
+ "start": 4865,
+ "end": 4873,
"loc": {
"start": {
"line": 171,
@@ -49297,8 +48423,8 @@
"postfix": false,
"binop": null
},
- "start": 4878,
- "end": 4879,
+ "start": 4873,
+ "end": 4874,
"loc": {
"start": {
"line": 171,
@@ -49323,8 +48449,8 @@
"binop": null,
"updateContext": null
},
- "start": 4880,
- "end": 4882,
+ "start": 4875,
+ "end": 4877,
"loc": {
"start": {
"line": 171,
@@ -49351,8 +48477,8 @@
"updateContext": null
},
"value": "this",
- "start": 4883,
- "end": 4887,
+ "start": 4878,
+ "end": 4882,
"loc": {
"start": {
"line": 171,
@@ -49377,8 +48503,8 @@
"binop": null,
"updateContext": null
},
- "start": 4887,
- "end": 4888,
+ "start": 4882,
+ "end": 4883,
"loc": {
"start": {
"line": 171,
@@ -49403,8 +48529,8 @@
"binop": null
},
"value": "build",
- "start": 4888,
- "end": 4893,
+ "start": 4883,
+ "end": 4888,
"loc": {
"start": {
"line": 171,
@@ -49428,8 +48554,8 @@
"postfix": false,
"binop": null
},
- "start": 4893,
- "end": 4894,
+ "start": 4888,
+ "end": 4889,
"loc": {
"start": {
"line": 171,
@@ -49454,8 +48580,8 @@
"binop": null
},
"value": "colIndex",
- "start": 4894,
- "end": 4902,
+ "start": 4889,
+ "end": 4897,
"loc": {
"start": {
"line": 171,
@@ -49480,8 +48606,8 @@
"binop": null,
"updateContext": null
},
- "start": 4902,
- "end": 4903,
+ "start": 4897,
+ "end": 4898,
"loc": {
"start": {
"line": 171,
@@ -49506,8 +48632,8 @@
"binop": null
},
"value": "isLinked",
- "start": 4904,
- "end": 4912,
+ "start": 4899,
+ "end": 4907,
"loc": {
"start": {
"line": 171,
@@ -49531,8 +48657,8 @@
"postfix": false,
"binop": null
},
- "start": 4912,
- "end": 4913,
+ "start": 4907,
+ "end": 4908,
"loc": {
"start": {
"line": 171,
@@ -49556,8 +48682,8 @@
"postfix": false,
"binop": null
},
- "start": 4922,
- "end": 4923,
+ "start": 4917,
+ "end": 4918,
"loc": {
"start": {
"line": 172,
@@ -49582,8 +48708,8 @@
"binop": null,
"updateContext": null
},
- "start": 4923,
- "end": 4924,
+ "start": 4918,
+ "end": 4919,
"loc": {
"start": {
"line": 172,
@@ -49610,8 +48736,8 @@
"updateContext": null
},
"value": "this",
- "start": 4934,
- "end": 4938,
+ "start": 4929,
+ "end": 4933,
"loc": {
"start": {
"line": 174,
@@ -49636,8 +48762,8 @@
"binop": null,
"updateContext": null
},
- "start": 4938,
- "end": 4939,
+ "start": 4933,
+ "end": 4934,
"loc": {
"start": {
"line": 174,
@@ -49662,8 +48788,8 @@
"binop": null
},
"value": "emitter",
- "start": 4939,
- "end": 4946,
+ "start": 4934,
+ "end": 4941,
"loc": {
"start": {
"line": 174,
@@ -49688,8 +48814,8 @@
"binop": null,
"updateContext": null
},
- "start": 4946,
- "end": 4947,
+ "start": 4941,
+ "end": 4942,
"loc": {
"start": {
"line": 174,
@@ -49714,8 +48840,8 @@
"binop": null
},
"value": "on",
- "start": 4947,
- "end": 4949,
+ "start": 4942,
+ "end": 4944,
"loc": {
"start": {
"line": 174,
@@ -49739,8 +48865,8 @@
"postfix": false,
"binop": null
},
- "start": 4949,
- "end": 4950,
+ "start": 4944,
+ "end": 4945,
"loc": {
"start": {
"line": 174,
@@ -49765,8 +48891,8 @@
"binop": null,
"updateContext": null
},
- "start": 4963,
- "end": 4964,
+ "start": 4958,
+ "end": 4959,
"loc": {
"start": {
"line": 175,
@@ -49792,8 +48918,8 @@
"updateContext": null
},
"value": "select-checklist-options",
- "start": 4964,
- "end": 4990,
+ "start": 4959,
+ "end": 4985,
"loc": {
"start": {
"line": 175,
@@ -49818,8 +48944,8 @@
"binop": null,
"updateContext": null
},
- "start": 4990,
- "end": 4991,
+ "start": 4985,
+ "end": 4986,
"loc": {
"start": {
"line": 175,
@@ -49844,8 +48970,8 @@
"binop": null,
"updateContext": null
},
- "start": 4991,
- "end": 4992,
+ "start": 4986,
+ "end": 4987,
"loc": {
"start": {
"line": 175,
@@ -49869,8 +48995,8 @@
"postfix": false,
"binop": null
},
- "start": 5005,
- "end": 5006,
+ "start": 5000,
+ "end": 5001,
"loc": {
"start": {
"line": 176,
@@ -49895,8 +49021,8 @@
"binop": null
},
"value": "tf",
- "start": 5006,
- "end": 5008,
+ "start": 5001,
+ "end": 5003,
"loc": {
"start": {
"line": 176,
@@ -49921,8 +49047,8 @@
"binop": null,
"updateContext": null
},
- "start": 5008,
- "end": 5009,
+ "start": 5003,
+ "end": 5004,
"loc": {
"start": {
"line": 176,
@@ -49947,8 +49073,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5010,
- "end": 5018,
+ "start": 5005,
+ "end": 5013,
"loc": {
"start": {
"line": 176,
@@ -49973,8 +49099,8 @@
"binop": null,
"updateContext": null
},
- "start": 5018,
- "end": 5019,
+ "start": 5013,
+ "end": 5014,
"loc": {
"start": {
"line": 176,
@@ -49999,8 +49125,8 @@
"binop": null
},
"value": "values",
- "start": 5020,
- "end": 5026,
+ "start": 5015,
+ "end": 5021,
"loc": {
"start": {
"line": 176,
@@ -50024,8 +49150,8 @@
"postfix": false,
"binop": null
},
- "start": 5026,
- "end": 5027,
+ "start": 5021,
+ "end": 5022,
"loc": {
"start": {
"line": 176,
@@ -50050,8 +49176,8 @@
"binop": null,
"updateContext": null
},
- "start": 5028,
- "end": 5030,
+ "start": 5023,
+ "end": 5025,
"loc": {
"start": {
"line": 176,
@@ -50078,8 +49204,8 @@
"updateContext": null
},
"value": "this",
- "start": 5031,
- "end": 5035,
+ "start": 5026,
+ "end": 5030,
"loc": {
"start": {
"line": 176,
@@ -50104,8 +49230,8 @@
"binop": null,
"updateContext": null
},
- "start": 5035,
- "end": 5036,
+ "start": 5030,
+ "end": 5031,
"loc": {
"start": {
"line": 176,
@@ -50130,8 +49256,8 @@
"binop": null
},
"value": "selectOptions",
- "start": 5036,
- "end": 5049,
+ "start": 5031,
+ "end": 5044,
"loc": {
"start": {
"line": 176,
@@ -50155,8 +49281,8 @@
"postfix": false,
"binop": null
},
- "start": 5049,
- "end": 5050,
+ "start": 5044,
+ "end": 5045,
"loc": {
"start": {
"line": 176,
@@ -50181,8 +49307,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5050,
- "end": 5058,
+ "start": 5045,
+ "end": 5053,
"loc": {
"start": {
"line": 176,
@@ -50207,8 +49333,8 @@
"binop": null,
"updateContext": null
},
- "start": 5058,
- "end": 5059,
+ "start": 5053,
+ "end": 5054,
"loc": {
"start": {
"line": 176,
@@ -50233,8 +49359,8 @@
"binop": null
},
"value": "values",
- "start": 5060,
- "end": 5066,
+ "start": 5055,
+ "end": 5061,
"loc": {
"start": {
"line": 176,
@@ -50258,8 +49384,8 @@
"postfix": false,
"binop": null
},
- "start": 5066,
- "end": 5067,
+ "start": 5061,
+ "end": 5062,
"loc": {
"start": {
"line": 176,
@@ -50283,8 +49409,8 @@
"postfix": false,
"binop": null
},
- "start": 5076,
- "end": 5077,
+ "start": 5071,
+ "end": 5072,
"loc": {
"start": {
"line": 177,
@@ -50309,8 +49435,8 @@
"binop": null,
"updateContext": null
},
- "start": 5077,
- "end": 5078,
+ "start": 5072,
+ "end": 5073,
"loc": {
"start": {
"line": 177,
@@ -50337,8 +49463,8 @@
"updateContext": null
},
"value": "this",
- "start": 5088,
- "end": 5092,
+ "start": 5083,
+ "end": 5087,
"loc": {
"start": {
"line": 179,
@@ -50363,8 +49489,8 @@
"binop": null,
"updateContext": null
},
- "start": 5092,
- "end": 5093,
+ "start": 5087,
+ "end": 5088,
"loc": {
"start": {
"line": 179,
@@ -50389,8 +49515,8 @@
"binop": null
},
"value": "emitter",
- "start": 5093,
- "end": 5100,
+ "start": 5088,
+ "end": 5095,
"loc": {
"start": {
"line": 179,
@@ -50415,8 +49541,8 @@
"binop": null,
"updateContext": null
},
- "start": 5100,
- "end": 5101,
+ "start": 5095,
+ "end": 5096,
"loc": {
"start": {
"line": 179,
@@ -50441,8 +49567,8 @@
"binop": null
},
"value": "on",
- "start": 5101,
- "end": 5103,
+ "start": 5096,
+ "end": 5098,
"loc": {
"start": {
"line": 179,
@@ -50466,8 +49592,8 @@
"postfix": false,
"binop": null
},
- "start": 5103,
- "end": 5104,
+ "start": 5098,
+ "end": 5099,
"loc": {
"start": {
"line": 179,
@@ -50492,8 +49618,8 @@
"binop": null,
"updateContext": null
},
- "start": 5104,
- "end": 5105,
+ "start": 5099,
+ "end": 5100,
"loc": {
"start": {
"line": 179,
@@ -50519,8 +49645,8 @@
"updateContext": null
},
"value": "rows-changed",
- "start": 5105,
- "end": 5119,
+ "start": 5100,
+ "end": 5114,
"loc": {
"start": {
"line": 179,
@@ -50545,8 +49671,8 @@
"binop": null,
"updateContext": null
},
- "start": 5119,
- "end": 5120,
+ "start": 5114,
+ "end": 5115,
"loc": {
"start": {
"line": 179,
@@ -50571,8 +49697,8 @@
"binop": null,
"updateContext": null
},
- "start": 5120,
- "end": 5121,
+ "start": 5115,
+ "end": 5116,
"loc": {
"start": {
"line": 179,
@@ -50596,8 +49722,8 @@
"postfix": false,
"binop": null
},
- "start": 5122,
- "end": 5123,
+ "start": 5117,
+ "end": 5118,
"loc": {
"start": {
"line": 179,
@@ -50621,8 +49747,8 @@
"postfix": false,
"binop": null
},
- "start": 5123,
- "end": 5124,
+ "start": 5118,
+ "end": 5119,
"loc": {
"start": {
"line": 179,
@@ -50647,8 +49773,8 @@
"binop": null,
"updateContext": null
},
- "start": 5125,
- "end": 5127,
+ "start": 5120,
+ "end": 5122,
"loc": {
"start": {
"line": 179,
@@ -50675,8 +49801,8 @@
"updateContext": null
},
"value": "this",
- "start": 5128,
- "end": 5132,
+ "start": 5123,
+ "end": 5127,
"loc": {
"start": {
"line": 179,
@@ -50701,8 +49827,8 @@
"binop": null,
"updateContext": null
},
- "start": 5132,
- "end": 5133,
+ "start": 5127,
+ "end": 5128,
"loc": {
"start": {
"line": 179,
@@ -50727,8 +49853,8 @@
"binop": null
},
"value": "refreshAll",
- "start": 5133,
- "end": 5143,
+ "start": 5128,
+ "end": 5138,
"loc": {
"start": {
"line": 179,
@@ -50752,8 +49878,8 @@
"postfix": false,
"binop": null
},
- "start": 5143,
- "end": 5144,
+ "start": 5138,
+ "end": 5139,
"loc": {
"start": {
"line": 179,
@@ -50777,8 +49903,8 @@
"postfix": false,
"binop": null
},
- "start": 5144,
- "end": 5145,
+ "start": 5139,
+ "end": 5140,
"loc": {
"start": {
"line": 179,
@@ -50802,8 +49928,8 @@
"postfix": false,
"binop": null
},
- "start": 5145,
- "end": 5146,
+ "start": 5140,
+ "end": 5141,
"loc": {
"start": {
"line": 179,
@@ -50828,8 +49954,8 @@
"binop": null,
"updateContext": null
},
- "start": 5146,
- "end": 5147,
+ "start": 5141,
+ "end": 5142,
"loc": {
"start": {
"line": 179,
@@ -50844,8 +49970,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5157,
- "end": 5174,
+ "start": 5152,
+ "end": 5169,
"loc": {
"start": {
"line": 181,
@@ -50872,8 +49998,8 @@
"updateContext": null
},
"value": "this",
- "start": 5183,
- "end": 5187,
+ "start": 5178,
+ "end": 5182,
"loc": {
"start": {
"line": 182,
@@ -50898,8 +50024,8 @@
"binop": null,
"updateContext": null
},
- "start": 5187,
- "end": 5188,
+ "start": 5182,
+ "end": 5183,
"loc": {
"start": {
"line": 182,
@@ -50924,8 +50050,8 @@
"binop": null
},
"value": "initialized",
- "start": 5188,
- "end": 5199,
+ "start": 5183,
+ "end": 5194,
"loc": {
"start": {
"line": 182,
@@ -50951,8 +50077,8 @@
"updateContext": null
},
"value": "=",
- "start": 5200,
- "end": 5201,
+ "start": 5195,
+ "end": 5196,
"loc": {
"start": {
"line": 182,
@@ -50979,8 +50105,8 @@
"updateContext": null
},
"value": "true",
- "start": 5202,
- "end": 5206,
+ "start": 5197,
+ "end": 5201,
"loc": {
"start": {
"line": 182,
@@ -51005,8 +50131,8 @@
"binop": null,
"updateContext": null
},
- "start": 5206,
- "end": 5207,
+ "start": 5201,
+ "end": 5202,
"loc": {
"start": {
"line": 182,
@@ -51030,8 +50156,8 @@
"postfix": false,
"binop": null
},
- "start": 5212,
- "end": 5213,
+ "start": 5207,
+ "end": 5208,
"loc": {
"start": {
"line": 183,
@@ -51046,8 +50172,8 @@
{
"type": "CommentBlock",
"value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n ",
- "start": 5219,
- "end": 5374,
+ "start": 5214,
+ "end": 5369,
"loc": {
"start": {
"line": 185,
@@ -51072,8 +50198,8 @@
"binop": null
},
"value": "build",
- "start": 5379,
- "end": 5384,
+ "start": 5374,
+ "end": 5379,
"loc": {
"start": {
"line": 190,
@@ -51097,8 +50223,8 @@
"postfix": false,
"binop": null
},
- "start": 5384,
- "end": 5385,
+ "start": 5379,
+ "end": 5380,
"loc": {
"start": {
"line": 190,
@@ -51123,8 +50249,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5385,
- "end": 5393,
+ "start": 5380,
+ "end": 5388,
"loc": {
"start": {
"line": 190,
@@ -51149,8 +50275,8 @@
"binop": null,
"updateContext": null
},
- "start": 5393,
- "end": 5394,
+ "start": 5388,
+ "end": 5389,
"loc": {
"start": {
"line": 190,
@@ -51175,8 +50301,8 @@
"binop": null
},
"value": "isLinked",
- "start": 5395,
- "end": 5403,
+ "start": 5390,
+ "end": 5398,
"loc": {
"start": {
"line": 190,
@@ -51202,8 +50328,8 @@
"updateContext": null
},
"value": "=",
- "start": 5404,
- "end": 5405,
+ "start": 5399,
+ "end": 5400,
"loc": {
"start": {
"line": 190,
@@ -51230,8 +50356,8 @@
"updateContext": null
},
"value": "false",
- "start": 5406,
- "end": 5411,
+ "start": 5401,
+ "end": 5406,
"loc": {
"start": {
"line": 190,
@@ -51255,8 +50381,8 @@
"postfix": false,
"binop": null
},
- "start": 5411,
- "end": 5412,
+ "start": 5406,
+ "end": 5407,
"loc": {
"start": {
"line": 190,
@@ -51280,8 +50406,8 @@
"postfix": false,
"binop": null
},
- "start": 5413,
- "end": 5414,
+ "start": 5408,
+ "end": 5409,
"loc": {
"start": {
"line": 190,
@@ -51308,8 +50434,8 @@
"updateContext": null
},
"value": "let",
- "start": 5423,
- "end": 5426,
+ "start": 5418,
+ "end": 5421,
"loc": {
"start": {
"line": 191,
@@ -51334,8 +50460,8 @@
"binop": null
},
"value": "tf",
- "start": 5427,
- "end": 5429,
+ "start": 5422,
+ "end": 5424,
"loc": {
"start": {
"line": 191,
@@ -51361,8 +50487,8 @@
"updateContext": null
},
"value": "=",
- "start": 5430,
- "end": 5431,
+ "start": 5425,
+ "end": 5426,
"loc": {
"start": {
"line": 191,
@@ -51389,8 +50515,8 @@
"updateContext": null
},
"value": "this",
- "start": 5432,
- "end": 5436,
+ "start": 5427,
+ "end": 5431,
"loc": {
"start": {
"line": 191,
@@ -51415,8 +50541,8 @@
"binop": null,
"updateContext": null
},
- "start": 5436,
- "end": 5437,
+ "start": 5431,
+ "end": 5432,
"loc": {
"start": {
"line": 191,
@@ -51441,8 +50567,8 @@
"binop": null
},
"value": "tf",
- "start": 5437,
- "end": 5439,
+ "start": 5432,
+ "end": 5434,
"loc": {
"start": {
"line": 191,
@@ -51467,8 +50593,8 @@
"binop": null,
"updateContext": null
},
- "start": 5439,
- "end": 5440,
+ "start": 5434,
+ "end": 5435,
"loc": {
"start": {
"line": 191,
@@ -51493,8 +50619,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5449,
- "end": 5457,
+ "start": 5444,
+ "end": 5452,
"loc": {
"start": {
"line": 192,
@@ -51520,8 +50646,8 @@
"updateContext": null
},
"value": "=",
- "start": 5458,
- "end": 5459,
+ "start": 5453,
+ "end": 5454,
"loc": {
"start": {
"line": 192,
@@ -51546,8 +50672,8 @@
"binop": null
},
"value": "Number",
- "start": 5460,
- "end": 5466,
+ "start": 5455,
+ "end": 5461,
"loc": {
"start": {
"line": 192,
@@ -51571,8 +50697,8 @@
"postfix": false,
"binop": null
},
- "start": 5466,
- "end": 5467,
+ "start": 5461,
+ "end": 5462,
"loc": {
"start": {
"line": 192,
@@ -51597,8 +50723,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5467,
- "end": 5475,
+ "start": 5462,
+ "end": 5470,
"loc": {
"start": {
"line": 192,
@@ -51622,8 +50748,8 @@
"postfix": false,
"binop": null
},
- "start": 5475,
- "end": 5476,
+ "start": 5470,
+ "end": 5471,
"loc": {
"start": {
"line": 192,
@@ -51648,8 +50774,8 @@
"binop": null,
"updateContext": null
},
- "start": 5476,
- "end": 5477,
+ "start": 5471,
+ "end": 5472,
"loc": {
"start": {
"line": 192,
@@ -51676,8 +50802,8 @@
"updateContext": null
},
"value": "this",
- "start": 5487,
- "end": 5491,
+ "start": 5482,
+ "end": 5486,
"loc": {
"start": {
"line": 194,
@@ -51702,8 +50828,8 @@
"binop": null,
"updateContext": null
},
- "start": 5491,
- "end": 5492,
+ "start": 5486,
+ "end": 5487,
"loc": {
"start": {
"line": 194,
@@ -51728,8 +50854,8 @@
"binop": null
},
"value": "emitter",
- "start": 5492,
- "end": 5499,
+ "start": 5487,
+ "end": 5494,
"loc": {
"start": {
"line": 194,
@@ -51754,8 +50880,8 @@
"binop": null,
"updateContext": null
},
- "start": 5499,
- "end": 5500,
+ "start": 5494,
+ "end": 5495,
"loc": {
"start": {
"line": 194,
@@ -51780,8 +50906,8 @@
"binop": null
},
"value": "emit",
- "start": 5500,
- "end": 5504,
+ "start": 5495,
+ "end": 5499,
"loc": {
"start": {
"line": 194,
@@ -51805,8 +50931,8 @@
"postfix": false,
"binop": null
},
- "start": 5504,
- "end": 5505,
+ "start": 5499,
+ "end": 5500,
"loc": {
"start": {
"line": 194,
@@ -51832,8 +50958,8 @@
"updateContext": null
},
"value": "before-populating-filter",
- "start": 5505,
- "end": 5531,
+ "start": 5500,
+ "end": 5526,
"loc": {
"start": {
"line": 194,
@@ -51858,8 +50984,8 @@
"binop": null,
"updateContext": null
},
- "start": 5531,
- "end": 5532,
+ "start": 5526,
+ "end": 5527,
"loc": {
"start": {
"line": 194,
@@ -51884,8 +51010,8 @@
"binop": null
},
"value": "tf",
- "start": 5533,
- "end": 5535,
+ "start": 5528,
+ "end": 5530,
"loc": {
"start": {
"line": 194,
@@ -51910,8 +51036,8 @@
"binop": null,
"updateContext": null
},
- "start": 5535,
- "end": 5536,
+ "start": 5530,
+ "end": 5531,
"loc": {
"start": {
"line": 194,
@@ -51936,8 +51062,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5537,
- "end": 5545,
+ "start": 5532,
+ "end": 5540,
"loc": {
"start": {
"line": 194,
@@ -51961,8 +51087,8 @@
"postfix": false,
"binop": null
},
- "start": 5545,
- "end": 5546,
+ "start": 5540,
+ "end": 5541,
"loc": {
"start": {
"line": 194,
@@ -51987,8 +51113,8 @@
"binop": null,
"updateContext": null
},
- "start": 5546,
- "end": 5547,
+ "start": 5541,
+ "end": 5542,
"loc": {
"start": {
"line": 194,
@@ -52003,8 +51129,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5557,
- "end": 5574,
+ "start": 5552,
+ "end": 5569,
"loc": {
"start": {
"line": 196,
@@ -52031,8 +51157,8 @@
"updateContext": null
},
"value": "this",
- "start": 5583,
- "end": 5587,
+ "start": 5578,
+ "end": 5582,
"loc": {
"start": {
"line": 197,
@@ -52057,8 +51183,8 @@
"binop": null,
"updateContext": null
},
- "start": 5587,
- "end": 5588,
+ "start": 5582,
+ "end": 5583,
"loc": {
"start": {
"line": 197,
@@ -52083,8 +51209,8 @@
"binop": null
},
"value": "opts",
- "start": 5588,
- "end": 5592,
+ "start": 5583,
+ "end": 5587,
"loc": {
"start": {
"line": 197,
@@ -52110,8 +51236,8 @@
"updateContext": null
},
"value": "=",
- "start": 5593,
- "end": 5594,
+ "start": 5588,
+ "end": 5589,
"loc": {
"start": {
"line": 197,
@@ -52136,8 +51262,8 @@
"binop": null,
"updateContext": null
},
- "start": 5595,
- "end": 5596,
+ "start": 5590,
+ "end": 5591,
"loc": {
"start": {
"line": 197,
@@ -52162,8 +51288,8 @@
"binop": null,
"updateContext": null
},
- "start": 5596,
- "end": 5597,
+ "start": 5591,
+ "end": 5592,
"loc": {
"start": {
"line": 197,
@@ -52188,8 +51314,8 @@
"binop": null,
"updateContext": null
},
- "start": 5597,
- "end": 5598,
+ "start": 5592,
+ "end": 5593,
"loc": {
"start": {
"line": 197,
@@ -52204,8 +51330,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5607,
- "end": 5624,
+ "start": 5602,
+ "end": 5619,
"loc": {
"start": {
"line": 198,
@@ -52232,8 +51358,8 @@
"updateContext": null
},
"value": "this",
- "start": 5633,
- "end": 5637,
+ "start": 5628,
+ "end": 5632,
"loc": {
"start": {
"line": 199,
@@ -52258,8 +51384,8 @@
"binop": null,
"updateContext": null
},
- "start": 5637,
- "end": 5638,
+ "start": 5632,
+ "end": 5633,
"loc": {
"start": {
"line": 199,
@@ -52284,8 +51410,8 @@
"binop": null
},
"value": "optsTxt",
- "start": 5638,
- "end": 5645,
+ "start": 5633,
+ "end": 5640,
"loc": {
"start": {
"line": 199,
@@ -52311,8 +51437,8 @@
"updateContext": null
},
"value": "=",
- "start": 5646,
- "end": 5647,
+ "start": 5641,
+ "end": 5642,
"loc": {
"start": {
"line": 199,
@@ -52337,8 +51463,8 @@
"binop": null,
"updateContext": null
},
- "start": 5648,
- "end": 5649,
+ "start": 5643,
+ "end": 5644,
"loc": {
"start": {
"line": 199,
@@ -52363,8 +51489,8 @@
"binop": null,
"updateContext": null
},
- "start": 5649,
- "end": 5650,
+ "start": 5644,
+ "end": 5645,
"loc": {
"start": {
"line": 199,
@@ -52389,8 +51515,8 @@
"binop": null,
"updateContext": null
},
- "start": 5650,
- "end": 5651,
+ "start": 5645,
+ "end": 5646,
"loc": {
"start": {
"line": 199,
@@ -52417,8 +51543,8 @@
"updateContext": null
},
"value": "let",
- "start": 5661,
- "end": 5664,
+ "start": 5656,
+ "end": 5659,
"loc": {
"start": {
"line": 201,
@@ -52443,8 +51569,8 @@
"binop": null
},
"value": "flt",
- "start": 5665,
- "end": 5668,
+ "start": 5660,
+ "end": 5663,
"loc": {
"start": {
"line": 201,
@@ -52470,8 +51596,8 @@
"updateContext": null
},
"value": "=",
- "start": 5669,
- "end": 5670,
+ "start": 5664,
+ "end": 5665,
"loc": {
"start": {
"line": 201,
@@ -52498,8 +51624,8 @@
"updateContext": null
},
"value": "this",
- "start": 5671,
- "end": 5675,
+ "start": 5666,
+ "end": 5670,
"loc": {
"start": {
"line": 201,
@@ -52524,8 +51650,8 @@
"binop": null,
"updateContext": null
},
- "start": 5675,
- "end": 5676,
+ "start": 5670,
+ "end": 5671,
"loc": {
"start": {
"line": 201,
@@ -52550,8 +51676,8 @@
"binop": null
},
"value": "containers",
- "start": 5676,
- "end": 5686,
+ "start": 5671,
+ "end": 5681,
"loc": {
"start": {
"line": 201,
@@ -52576,8 +51702,8 @@
"binop": null,
"updateContext": null
},
- "start": 5686,
- "end": 5687,
+ "start": 5681,
+ "end": 5682,
"loc": {
"start": {
"line": 201,
@@ -52602,8 +51728,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5687,
- "end": 5695,
+ "start": 5682,
+ "end": 5690,
"loc": {
"start": {
"line": 201,
@@ -52628,8 +51754,8 @@
"binop": null,
"updateContext": null
},
- "start": 5695,
- "end": 5696,
+ "start": 5690,
+ "end": 5691,
"loc": {
"start": {
"line": 201,
@@ -52654,8 +51780,8 @@
"binop": null,
"updateContext": null
},
- "start": 5696,
- "end": 5697,
+ "start": 5691,
+ "end": 5692,
"loc": {
"start": {
"line": 201,
@@ -52682,8 +51808,8 @@
"updateContext": null
},
"value": "let",
- "start": 5706,
- "end": 5709,
+ "start": 5701,
+ "end": 5704,
"loc": {
"start": {
"line": 202,
@@ -52708,8 +51834,8 @@
"binop": null
},
"value": "ul",
- "start": 5710,
- "end": 5712,
+ "start": 5705,
+ "end": 5707,
"loc": {
"start": {
"line": 202,
@@ -52735,8 +51861,8 @@
"updateContext": null
},
"value": "=",
- "start": 5713,
- "end": 5714,
+ "start": 5708,
+ "end": 5709,
"loc": {
"start": {
"line": 202,
@@ -52761,8 +51887,8 @@
"binop": null
},
"value": "createElm",
- "start": 5715,
- "end": 5724,
+ "start": 5710,
+ "end": 5719,
"loc": {
"start": {
"line": 202,
@@ -52786,8 +51912,8 @@
"postfix": false,
"binop": null
},
- "start": 5724,
- "end": 5725,
+ "start": 5719,
+ "end": 5720,
"loc": {
"start": {
"line": 202,
@@ -52813,8 +51939,8 @@
"updateContext": null
},
"value": "ul",
- "start": 5725,
- "end": 5729,
+ "start": 5720,
+ "end": 5724,
"loc": {
"start": {
"line": 202,
@@ -52839,8 +51965,8 @@
"binop": null,
"updateContext": null
},
- "start": 5729,
- "end": 5730,
+ "start": 5724,
+ "end": 5725,
"loc": {
"start": {
"line": 202,
@@ -52865,8 +51991,8 @@
"binop": null,
"updateContext": null
},
- "start": 5743,
- "end": 5744,
+ "start": 5738,
+ "end": 5739,
"loc": {
"start": {
"line": 203,
@@ -52892,8 +52018,8 @@
"updateContext": null
},
"value": "id",
- "start": 5744,
- "end": 5748,
+ "start": 5739,
+ "end": 5743,
"loc": {
"start": {
"line": 203,
@@ -52918,8 +52044,8 @@
"binop": null,
"updateContext": null
},
- "start": 5748,
- "end": 5749,
+ "start": 5743,
+ "end": 5744,
"loc": {
"start": {
"line": 203,
@@ -52944,8 +52070,8 @@
"binop": null
},
"value": "tf",
- "start": 5750,
- "end": 5752,
+ "start": 5745,
+ "end": 5747,
"loc": {
"start": {
"line": 203,
@@ -52970,8 +52096,8 @@
"binop": null,
"updateContext": null
},
- "start": 5752,
- "end": 5753,
+ "start": 5747,
+ "end": 5748,
"loc": {
"start": {
"line": 203,
@@ -52996,8 +52122,8 @@
"binop": null
},
"value": "fltIds",
- "start": 5753,
- "end": 5759,
+ "start": 5748,
+ "end": 5754,
"loc": {
"start": {
"line": 203,
@@ -53022,8 +52148,8 @@
"binop": null,
"updateContext": null
},
- "start": 5759,
- "end": 5760,
+ "start": 5754,
+ "end": 5755,
"loc": {
"start": {
"line": 203,
@@ -53048,8 +52174,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5760,
- "end": 5768,
+ "start": 5755,
+ "end": 5763,
"loc": {
"start": {
"line": 203,
@@ -53074,8 +52200,8 @@
"binop": null,
"updateContext": null
},
- "start": 5768,
- "end": 5769,
+ "start": 5763,
+ "end": 5764,
"loc": {
"start": {
"line": 203,
@@ -53100,8 +52226,8 @@
"binop": null,
"updateContext": null
},
- "start": 5769,
- "end": 5770,
+ "start": 5764,
+ "end": 5765,
"loc": {
"start": {
"line": 203,
@@ -53126,8 +52252,8 @@
"binop": null,
"updateContext": null
},
- "start": 5770,
- "end": 5771,
+ "start": 5765,
+ "end": 5766,
"loc": {
"start": {
"line": 203,
@@ -53152,8 +52278,8 @@
"binop": null,
"updateContext": null
},
- "start": 5784,
- "end": 5785,
+ "start": 5779,
+ "end": 5780,
"loc": {
"start": {
"line": 204,
@@ -53179,8 +52305,8 @@
"updateContext": null
},
"value": "colIndex",
- "start": 5785,
- "end": 5795,
+ "start": 5780,
+ "end": 5790,
"loc": {
"start": {
"line": 204,
@@ -53205,8 +52331,8 @@
"binop": null,
"updateContext": null
},
- "start": 5795,
- "end": 5796,
+ "start": 5790,
+ "end": 5791,
"loc": {
"start": {
"line": 204,
@@ -53231,8 +52357,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5797,
- "end": 5805,
+ "start": 5792,
+ "end": 5800,
"loc": {
"start": {
"line": 204,
@@ -53257,8 +52383,8 @@
"binop": null,
"updateContext": null
},
- "start": 5805,
- "end": 5806,
+ "start": 5800,
+ "end": 5801,
"loc": {
"start": {
"line": 204,
@@ -53282,8 +52408,8 @@
"postfix": false,
"binop": null
},
- "start": 5806,
- "end": 5807,
+ "start": 5801,
+ "end": 5802,
"loc": {
"start": {
"line": 204,
@@ -53308,8 +52434,8 @@
"binop": null,
"updateContext": null
},
- "start": 5807,
- "end": 5808,
+ "start": 5802,
+ "end": 5803,
"loc": {
"start": {
"line": 204,
@@ -53334,8 +52460,8 @@
"binop": null
},
"value": "ul",
- "start": 5817,
- "end": 5819,
+ "start": 5812,
+ "end": 5814,
"loc": {
"start": {
"line": 205,
@@ -53360,8 +52486,8 @@
"binop": null,
"updateContext": null
},
- "start": 5819,
- "end": 5820,
+ "start": 5814,
+ "end": 5815,
"loc": {
"start": {
"line": 205,
@@ -53386,8 +52512,8 @@
"binop": null
},
"value": "className",
- "start": 5820,
- "end": 5829,
+ "start": 5815,
+ "end": 5824,
"loc": {
"start": {
"line": 205,
@@ -53413,8 +52539,8 @@
"updateContext": null
},
"value": "=",
- "start": 5830,
- "end": 5831,
+ "start": 5825,
+ "end": 5826,
"loc": {
"start": {
"line": 205,
@@ -53441,8 +52567,8 @@
"updateContext": null
},
"value": "this",
- "start": 5832,
- "end": 5836,
+ "start": 5827,
+ "end": 5831,
"loc": {
"start": {
"line": 205,
@@ -53467,8 +52593,8 @@
"binop": null,
"updateContext": null
},
- "start": 5836,
- "end": 5837,
+ "start": 5831,
+ "end": 5832,
"loc": {
"start": {
"line": 205,
@@ -53493,8 +52619,8 @@
"binop": null
},
"value": "filterCssClass",
- "start": 5837,
- "end": 5851,
+ "start": 5832,
+ "end": 5846,
"loc": {
"start": {
"line": 205,
@@ -53519,8 +52645,8 @@
"binop": null,
"updateContext": null
},
- "start": 5851,
- "end": 5852,
+ "start": 5846,
+ "end": 5847,
"loc": {
"start": {
"line": 205,
@@ -53547,8 +52673,8 @@
"updateContext": null
},
"value": "let",
- "start": 5862,
- "end": 5865,
+ "start": 5857,
+ "end": 5860,
"loc": {
"start": {
"line": 207,
@@ -53573,8 +52699,8 @@
"binop": null
},
"value": "caseSensitive",
- "start": 5866,
- "end": 5879,
+ "start": 5861,
+ "end": 5874,
"loc": {
"start": {
"line": 207,
@@ -53600,8 +52726,8 @@
"updateContext": null
},
"value": "=",
- "start": 5880,
- "end": 5881,
+ "start": 5875,
+ "end": 5876,
"loc": {
"start": {
"line": 207,
@@ -53626,8 +52752,8 @@
"binop": null
},
"value": "tf",
- "start": 5882,
- "end": 5884,
+ "start": 5877,
+ "end": 5879,
"loc": {
"start": {
"line": 207,
@@ -53652,8 +52778,8 @@
"binop": null,
"updateContext": null
},
- "start": 5884,
- "end": 5885,
+ "start": 5879,
+ "end": 5880,
"loc": {
"start": {
"line": 207,
@@ -53678,8 +52804,8 @@
"binop": null
},
"value": "caseSensitive",
- "start": 5885,
- "end": 5898,
+ "start": 5880,
+ "end": 5893,
"loc": {
"start": {
"line": 207,
@@ -53704,8 +52830,8 @@
"binop": null,
"updateContext": null
},
- "start": 5898,
- "end": 5899,
+ "start": 5893,
+ "end": 5894,
"loc": {
"start": {
"line": 207,
@@ -53720,8 +52846,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 5908,
- "end": 5925,
+ "start": 5903,
+ "end": 5920,
"loc": {
"start": {
"line": 208,
@@ -53748,8 +52874,8 @@
"updateContext": null
},
"value": "this",
- "start": 5934,
- "end": 5938,
+ "start": 5929,
+ "end": 5933,
"loc": {
"start": {
"line": 209,
@@ -53774,8 +52900,8 @@
"binop": null,
"updateContext": null
},
- "start": 5938,
- "end": 5939,
+ "start": 5933,
+ "end": 5934,
"loc": {
"start": {
"line": 209,
@@ -53800,8 +52926,8 @@
"binop": null
},
"value": "isCustom",
- "start": 5939,
- "end": 5947,
+ "start": 5934,
+ "end": 5942,
"loc": {
"start": {
"line": 209,
@@ -53827,8 +52953,8 @@
"updateContext": null
},
"value": "=",
- "start": 5948,
- "end": 5949,
+ "start": 5943,
+ "end": 5944,
"loc": {
"start": {
"line": 209,
@@ -53853,8 +52979,8 @@
"binop": null
},
"value": "tf",
- "start": 5950,
- "end": 5952,
+ "start": 5945,
+ "end": 5947,
"loc": {
"start": {
"line": 209,
@@ -53879,8 +53005,8 @@
"binop": null,
"updateContext": null
},
- "start": 5952,
- "end": 5953,
+ "start": 5947,
+ "end": 5948,
"loc": {
"start": {
"line": 209,
@@ -53905,8 +53031,8 @@
"binop": null
},
"value": "isCustomOptions",
- "start": 5953,
- "end": 5968,
+ "start": 5948,
+ "end": 5963,
"loc": {
"start": {
"line": 209,
@@ -53930,8 +53056,8 @@
"postfix": false,
"binop": null
},
- "start": 5968,
- "end": 5969,
+ "start": 5963,
+ "end": 5964,
"loc": {
"start": {
"line": 209,
@@ -53956,8 +53082,8 @@
"binop": null
},
"value": "colIndex",
- "start": 5969,
- "end": 5977,
+ "start": 5964,
+ "end": 5972,
"loc": {
"start": {
"line": 209,
@@ -53981,8 +53107,8 @@
"postfix": false,
"binop": null
},
- "start": 5977,
- "end": 5978,
+ "start": 5972,
+ "end": 5973,
"loc": {
"start": {
"line": 209,
@@ -54007,8 +53133,8 @@
"binop": null,
"updateContext": null
},
- "start": 5978,
- "end": 5979,
+ "start": 5973,
+ "end": 5974,
"loc": {
"start": {
"line": 209,
@@ -54023,8 +53149,8 @@
{
"type": "CommentLine",
"value": "Retrieves custom values",
- "start": 5989,
- "end": 6014,
+ "start": 5984,
+ "end": 6009,
"loc": {
"start": {
"line": 211,
@@ -54051,8 +53177,8 @@
"updateContext": null
},
"value": "if",
- "start": 6023,
- "end": 6025,
+ "start": 6018,
+ "end": 6020,
"loc": {
"start": {
"line": 212,
@@ -54076,8 +53202,8 @@
"postfix": false,
"binop": null
},
- "start": 6026,
- "end": 6027,
+ "start": 6021,
+ "end": 6022,
"loc": {
"start": {
"line": 212,
@@ -54104,8 +53230,8 @@
"updateContext": null
},
"value": "this",
- "start": 6027,
- "end": 6031,
+ "start": 6022,
+ "end": 6026,
"loc": {
"start": {
"line": 212,
@@ -54130,8 +53256,8 @@
"binop": null,
"updateContext": null
},
- "start": 6031,
- "end": 6032,
+ "start": 6026,
+ "end": 6027,
"loc": {
"start": {
"line": 212,
@@ -54156,8 +53282,8 @@
"binop": null
},
"value": "isCustom",
- "start": 6032,
- "end": 6040,
+ "start": 6027,
+ "end": 6035,
"loc": {
"start": {
"line": 212,
@@ -54181,8 +53307,8 @@
"postfix": false,
"binop": null
},
- "start": 6040,
- "end": 6041,
+ "start": 6035,
+ "end": 6036,
"loc": {
"start": {
"line": 212,
@@ -54206,8 +53332,8 @@
"postfix": false,
"binop": null
},
- "start": 6042,
- "end": 6043,
+ "start": 6037,
+ "end": 6038,
"loc": {
"start": {
"line": 212,
@@ -54234,8 +53360,8 @@
"updateContext": null
},
"value": "let",
- "start": 6056,
- "end": 6059,
+ "start": 6051,
+ "end": 6054,
"loc": {
"start": {
"line": 213,
@@ -54260,8 +53386,8 @@
"binop": null
},
"value": "customValues",
- "start": 6060,
- "end": 6072,
+ "start": 6055,
+ "end": 6067,
"loc": {
"start": {
"line": 213,
@@ -54287,8 +53413,8 @@
"updateContext": null
},
"value": "=",
- "start": 6073,
- "end": 6074,
+ "start": 6068,
+ "end": 6069,
"loc": {
"start": {
"line": 213,
@@ -54313,8 +53439,8 @@
"binop": null
},
"value": "tf",
- "start": 6075,
- "end": 6077,
+ "start": 6070,
+ "end": 6072,
"loc": {
"start": {
"line": 213,
@@ -54339,8 +53465,8 @@
"binop": null,
"updateContext": null
},
- "start": 6077,
- "end": 6078,
+ "start": 6072,
+ "end": 6073,
"loc": {
"start": {
"line": 213,
@@ -54365,8 +53491,8 @@
"binop": null
},
"value": "getCustomOptions",
- "start": 6078,
- "end": 6094,
+ "start": 6073,
+ "end": 6089,
"loc": {
"start": {
"line": 213,
@@ -54390,8 +53516,8 @@
"postfix": false,
"binop": null
},
- "start": 6094,
- "end": 6095,
+ "start": 6089,
+ "end": 6090,
"loc": {
"start": {
"line": 213,
@@ -54416,8 +53542,8 @@
"binop": null
},
"value": "colIndex",
- "start": 6095,
- "end": 6103,
+ "start": 6090,
+ "end": 6098,
"loc": {
"start": {
"line": 213,
@@ -54441,8 +53567,8 @@
"postfix": false,
"binop": null
},
- "start": 6103,
- "end": 6104,
+ "start": 6098,
+ "end": 6099,
"loc": {
"start": {
"line": 213,
@@ -54467,8 +53593,8 @@
"binop": null,
"updateContext": null
},
- "start": 6104,
- "end": 6105,
+ "start": 6099,
+ "end": 6100,
"loc": {
"start": {
"line": 213,
@@ -54495,8 +53621,8 @@
"updateContext": null
},
"value": "this",
- "start": 6118,
- "end": 6122,
+ "start": 6113,
+ "end": 6117,
"loc": {
"start": {
"line": 214,
@@ -54521,8 +53647,8 @@
"binop": null,
"updateContext": null
},
- "start": 6122,
- "end": 6123,
+ "start": 6117,
+ "end": 6118,
"loc": {
"start": {
"line": 214,
@@ -54547,8 +53673,8 @@
"binop": null
},
"value": "opts",
- "start": 6123,
- "end": 6127,
+ "start": 6118,
+ "end": 6122,
"loc": {
"start": {
"line": 214,
@@ -54574,8 +53700,8 @@
"updateContext": null
},
"value": "=",
- "start": 6128,
- "end": 6129,
+ "start": 6123,
+ "end": 6124,
"loc": {
"start": {
"line": 214,
@@ -54600,8 +53726,8 @@
"binop": null
},
"value": "customValues",
- "start": 6130,
- "end": 6142,
+ "start": 6125,
+ "end": 6137,
"loc": {
"start": {
"line": 214,
@@ -54626,8 +53752,8 @@
"binop": null,
"updateContext": null
},
- "start": 6142,
- "end": 6143,
+ "start": 6137,
+ "end": 6138,
"loc": {
"start": {
"line": 214,
@@ -54653,8 +53779,8 @@
"updateContext": null
},
"value": 0,
- "start": 6143,
- "end": 6144,
+ "start": 6138,
+ "end": 6139,
"loc": {
"start": {
"line": 214,
@@ -54679,8 +53805,8 @@
"binop": null,
"updateContext": null
},
- "start": 6144,
- "end": 6145,
+ "start": 6139,
+ "end": 6140,
"loc": {
"start": {
"line": 214,
@@ -54705,8 +53831,8 @@
"binop": null,
"updateContext": null
},
- "start": 6145,
- "end": 6146,
+ "start": 6140,
+ "end": 6141,
"loc": {
"start": {
"line": 214,
@@ -54733,8 +53859,8 @@
"updateContext": null
},
"value": "this",
- "start": 6159,
- "end": 6163,
+ "start": 6154,
+ "end": 6158,
"loc": {
"start": {
"line": 215,
@@ -54759,8 +53885,8 @@
"binop": null,
"updateContext": null
},
- "start": 6163,
- "end": 6164,
+ "start": 6158,
+ "end": 6159,
"loc": {
"start": {
"line": 215,
@@ -54785,8 +53911,8 @@
"binop": null
},
"value": "optsTxt",
- "start": 6164,
- "end": 6171,
+ "start": 6159,
+ "end": 6166,
"loc": {
"start": {
"line": 215,
@@ -54812,8 +53938,8 @@
"updateContext": null
},
"value": "=",
- "start": 6172,
- "end": 6173,
+ "start": 6167,
+ "end": 6168,
"loc": {
"start": {
"line": 215,
@@ -54838,8 +53964,8 @@
"binop": null
},
"value": "customValues",
- "start": 6174,
- "end": 6186,
+ "start": 6169,
+ "end": 6181,
"loc": {
"start": {
"line": 215,
@@ -54864,8 +53990,8 @@
"binop": null,
"updateContext": null
},
- "start": 6186,
- "end": 6187,
+ "start": 6181,
+ "end": 6182,
"loc": {
"start": {
"line": 215,
@@ -54891,8 +54017,8 @@
"updateContext": null
},
"value": 1,
- "start": 6187,
- "end": 6188,
+ "start": 6182,
+ "end": 6183,
"loc": {
"start": {
"line": 215,
@@ -54917,8 +54043,8 @@
"binop": null,
"updateContext": null
},
- "start": 6188,
- "end": 6189,
+ "start": 6183,
+ "end": 6184,
"loc": {
"start": {
"line": 215,
@@ -54943,8 +54069,8 @@
"binop": null,
"updateContext": null
},
- "start": 6189,
- "end": 6190,
+ "start": 6184,
+ "end": 6185,
"loc": {
"start": {
"line": 215,
@@ -54968,8 +54094,8 @@
"postfix": false,
"binop": null
},
- "start": 6199,
- "end": 6200,
+ "start": 6194,
+ "end": 6195,
"loc": {
"start": {
"line": 216,
@@ -54996,8 +54122,8 @@
"updateContext": null
},
"value": "let",
- "start": 6210,
- "end": 6213,
+ "start": 6205,
+ "end": 6208,
"loc": {
"start": {
"line": 218,
@@ -55022,8 +54148,8 @@
"binop": null
},
"value": "activeIdx",
- "start": 6214,
- "end": 6223,
+ "start": 6209,
+ "end": 6218,
"loc": {
"start": {
"line": 218,
@@ -55048,8 +54174,8 @@
"binop": null,
"updateContext": null
},
- "start": 6223,
- "end": 6224,
+ "start": 6218,
+ "end": 6219,
"loc": {
"start": {
"line": 218,
@@ -55076,8 +54202,8 @@
"updateContext": null
},
"value": "let",
- "start": 6233,
- "end": 6236,
+ "start": 6228,
+ "end": 6231,
"loc": {
"start": {
"line": 219,
@@ -55102,8 +54228,8 @@
"binop": null
},
"value": "activeFilterId",
- "start": 6237,
- "end": 6251,
+ "start": 6232,
+ "end": 6246,
"loc": {
"start": {
"line": 219,
@@ -55129,8 +54255,8 @@
"updateContext": null
},
"value": "=",
- "start": 6252,
- "end": 6253,
+ "start": 6247,
+ "end": 6248,
"loc": {
"start": {
"line": 219,
@@ -55155,8 +54281,8 @@
"binop": null
},
"value": "tf",
- "start": 6254,
- "end": 6256,
+ "start": 6249,
+ "end": 6251,
"loc": {
"start": {
"line": 219,
@@ -55181,8 +54307,8 @@
"binop": null,
"updateContext": null
},
- "start": 6256,
- "end": 6257,
+ "start": 6251,
+ "end": 6252,
"loc": {
"start": {
"line": 219,
@@ -55207,8 +54333,8 @@
"binop": null
},
"value": "getActiveFilterId",
- "start": 6257,
- "end": 6274,
+ "start": 6252,
+ "end": 6269,
"loc": {
"start": {
"line": 219,
@@ -55232,8 +54358,8 @@
"postfix": false,
"binop": null
},
- "start": 6274,
- "end": 6275,
+ "start": 6269,
+ "end": 6270,
"loc": {
"start": {
"line": 219,
@@ -55257,8 +54383,8 @@
"postfix": false,
"binop": null
},
- "start": 6275,
- "end": 6276,
+ "start": 6270,
+ "end": 6271,
"loc": {
"start": {
"line": 219,
@@ -55283,8 +54409,8 @@
"binop": null,
"updateContext": null
},
- "start": 6276,
- "end": 6277,
+ "start": 6271,
+ "end": 6272,
"loc": {
"start": {
"line": 219,
@@ -55311,8 +54437,8 @@
"updateContext": null
},
"value": "if",
- "start": 6287,
- "end": 6289,
+ "start": 6282,
+ "end": 6284,
"loc": {
"start": {
"line": 221,
@@ -55336,8 +54462,8 @@
"postfix": false,
"binop": null
},
- "start": 6290,
- "end": 6291,
+ "start": 6285,
+ "end": 6286,
"loc": {
"start": {
"line": 221,
@@ -55362,8 +54488,8 @@
"binop": null
},
"value": "isLinked",
- "start": 6291,
- "end": 6299,
+ "start": 6286,
+ "end": 6294,
"loc": {
"start": {
"line": 221,
@@ -55389,8 +54515,8 @@
"updateContext": null
},
"value": "&&",
- "start": 6300,
- "end": 6302,
+ "start": 6295,
+ "end": 6297,
"loc": {
"start": {
"line": 221,
@@ -55415,8 +54541,8 @@
"binop": null
},
"value": "activeFilterId",
- "start": 6303,
- "end": 6317,
+ "start": 6298,
+ "end": 6312,
"loc": {
"start": {
"line": 221,
@@ -55440,8 +54566,8 @@
"postfix": false,
"binop": null
},
- "start": 6317,
- "end": 6318,
+ "start": 6312,
+ "end": 6313,
"loc": {
"start": {
"line": 221,
@@ -55465,8 +54591,8 @@
"postfix": false,
"binop": null
},
- "start": 6319,
- "end": 6320,
+ "start": 6314,
+ "end": 6315,
"loc": {
"start": {
"line": 221,
@@ -55491,8 +54617,8 @@
"binop": null
},
"value": "activeIdx",
- "start": 6333,
- "end": 6342,
+ "start": 6328,
+ "end": 6337,
"loc": {
"start": {
"line": 222,
@@ -55518,8 +54644,8 @@
"updateContext": null
},
"value": "=",
- "start": 6343,
- "end": 6344,
+ "start": 6338,
+ "end": 6339,
"loc": {
"start": {
"line": 222,
@@ -55544,8 +54670,8 @@
"binop": null
},
"value": "tf",
- "start": 6345,
- "end": 6347,
+ "start": 6340,
+ "end": 6342,
"loc": {
"start": {
"line": 222,
@@ -55570,8 +54696,8 @@
"binop": null,
"updateContext": null
},
- "start": 6347,
- "end": 6348,
+ "start": 6342,
+ "end": 6343,
"loc": {
"start": {
"line": 222,
@@ -55596,8 +54722,8 @@
"binop": null
},
"value": "getColumnIndexFromFilterId",
- "start": 6348,
- "end": 6374,
+ "start": 6343,
+ "end": 6369,
"loc": {
"start": {
"line": 222,
@@ -55621,8 +54747,8 @@
"postfix": false,
"binop": null
},
- "start": 6374,
- "end": 6375,
+ "start": 6369,
+ "end": 6370,
"loc": {
"start": {
"line": 222,
@@ -55647,8 +54773,8 @@
"binop": null
},
"value": "activeFilterId",
- "start": 6375,
- "end": 6389,
+ "start": 6370,
+ "end": 6384,
"loc": {
"start": {
"line": 222,
@@ -55672,8 +54798,8 @@
"postfix": false,
"binop": null
},
- "start": 6389,
- "end": 6390,
+ "start": 6384,
+ "end": 6385,
"loc": {
"start": {
"line": 222,
@@ -55698,8 +54824,8 @@
"binop": null,
"updateContext": null
},
- "start": 6390,
- "end": 6391,
+ "start": 6385,
+ "end": 6386,
"loc": {
"start": {
"line": 222,
@@ -55723,8 +54849,8 @@
"postfix": false,
"binop": null
},
- "start": 6400,
- "end": 6401,
+ "start": 6395,
+ "end": 6396,
"loc": {
"start": {
"line": 223,
@@ -55751,8 +54877,8 @@
"updateContext": null
},
"value": "let",
- "start": 6411,
- "end": 6414,
+ "start": 6406,
+ "end": 6409,
"loc": {
"start": {
"line": 225,
@@ -55777,8 +54903,8 @@
"binop": null
},
"value": "filteredDataCol",
- "start": 6415,
- "end": 6430,
+ "start": 6410,
+ "end": 6425,
"loc": {
"start": {
"line": 225,
@@ -55804,8 +54930,8 @@
"updateContext": null
},
"value": "=",
- "start": 6431,
- "end": 6432,
+ "start": 6426,
+ "end": 6427,
"loc": {
"start": {
"line": 225,
@@ -55830,8 +54956,8 @@
"binop": null,
"updateContext": null
},
- "start": 6433,
- "end": 6434,
+ "start": 6428,
+ "end": 6429,
"loc": {
"start": {
"line": 225,
@@ -55856,8 +54982,8 @@
"binop": null,
"updateContext": null
},
- "start": 6434,
- "end": 6435,
+ "start": 6429,
+ "end": 6430,
"loc": {
"start": {
"line": 225,
@@ -55882,8 +55008,8 @@
"binop": null,
"updateContext": null
},
- "start": 6435,
- "end": 6436,
+ "start": 6430,
+ "end": 6431,
"loc": {
"start": {
"line": 225,
@@ -55910,8 +55036,8 @@
"updateContext": null
},
"value": "if",
- "start": 6445,
- "end": 6447,
+ "start": 6440,
+ "end": 6442,
"loc": {
"start": {
"line": 226,
@@ -55935,8 +55061,8 @@
"postfix": false,
"binop": null
},
- "start": 6448,
- "end": 6449,
+ "start": 6443,
+ "end": 6444,
"loc": {
"start": {
"line": 226,
@@ -55961,8 +55087,8 @@
"binop": null
},
"value": "isLinked",
- "start": 6449,
- "end": 6457,
+ "start": 6444,
+ "end": 6452,
"loc": {
"start": {
"line": 226,
@@ -55988,8 +55114,8 @@
"updateContext": null
},
"value": "&&",
- "start": 6458,
- "end": 6460,
+ "start": 6453,
+ "end": 6455,
"loc": {
"start": {
"line": 226,
@@ -56014,8 +55140,8 @@
"binop": null
},
"value": "tf",
- "start": 6461,
- "end": 6463,
+ "start": 6456,
+ "end": 6458,
"loc": {
"start": {
"line": 226,
@@ -56040,8 +55166,8 @@
"binop": null,
"updateContext": null
},
- "start": 6463,
- "end": 6464,
+ "start": 6458,
+ "end": 6459,
"loc": {
"start": {
"line": 226,
@@ -56066,8 +55192,8 @@
"binop": null
},
"value": "disableExcludedOptions",
- "start": 6464,
- "end": 6486,
+ "start": 6459,
+ "end": 6481,
"loc": {
"start": {
"line": 226,
@@ -56091,8 +55217,8 @@
"postfix": false,
"binop": null
},
- "start": 6486,
- "end": 6487,
+ "start": 6481,
+ "end": 6482,
"loc": {
"start": {
"line": 226,
@@ -56116,8 +55242,8 @@
"postfix": false,
"binop": null
},
- "start": 6488,
- "end": 6489,
+ "start": 6483,
+ "end": 6484,
"loc": {
"start": {
"line": 226,
@@ -56132,8 +55258,8 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 6502,
- "end": 6519,
+ "start": 6497,
+ "end": 6514,
"loc": {
"start": {
"line": 227,
@@ -56160,8 +55286,8 @@
"updateContext": null
},
"value": "this",
- "start": 6532,
- "end": 6536,
+ "start": 6527,
+ "end": 6531,
"loc": {
"start": {
"line": 228,
@@ -56186,8 +55312,8 @@
"binop": null,
"updateContext": null
},
- "start": 6536,
- "end": 6537,
+ "start": 6531,
+ "end": 6532,
"loc": {
"start": {
"line": 228,
@@ -56212,8 +55338,8 @@
"binop": null
},
"value": "excludedOpts",
- "start": 6537,
- "end": 6549,
+ "start": 6532,
+ "end": 6544,
"loc": {
"start": {
"line": 228,
@@ -56239,8 +55365,8 @@
"updateContext": null
},
"value": "=",
- "start": 6550,
- "end": 6551,
+ "start": 6545,
+ "end": 6546,
"loc": {
"start": {
"line": 228,
@@ -56265,8 +55391,8 @@
"binop": null,
"updateContext": null
},
- "start": 6552,
- "end": 6553,
+ "start": 6547,
+ "end": 6548,
"loc": {
"start": {
"line": 228,
@@ -56291,8 +55417,8 @@
"binop": null,
"updateContext": null
},
- "start": 6553,
- "end": 6554,
+ "start": 6548,
+ "end": 6549,
"loc": {
"start": {
"line": 228,
@@ -56317,8 +55443,8 @@
"binop": null,
"updateContext": null
},
- "start": 6554,
- "end": 6555,
+ "start": 6549,
+ "end": 6550,
"loc": {
"start": {
"line": 228,
@@ -56342,8 +55468,8 @@
"postfix": false,
"binop": null
},
- "start": 6564,
- "end": 6565,
+ "start": 6559,
+ "end": 6560,
"loc": {
"start": {
"line": 229,
@@ -56368,8 +55494,8 @@
"binop": null
},
"value": "flt",
- "start": 6575,
- "end": 6578,
+ "start": 6570,
+ "end": 6573,
"loc": {
"start": {
"line": 231,
@@ -56394,8 +55520,8 @@
"binop": null,
"updateContext": null
},
- "start": 6578,
- "end": 6579,
+ "start": 6573,
+ "end": 6574,
"loc": {
"start": {
"line": 231,
@@ -56420,8 +55546,8 @@
"binop": null
},
"value": "innerHTML",
- "start": 6579,
- "end": 6588,
+ "start": 6574,
+ "end": 6583,
"loc": {
"start": {
"line": 231,
@@ -56447,8 +55573,8 @@
"updateContext": null
},
"value": "=",
- "start": 6589,
- "end": 6590,
+ "start": 6584,
+ "end": 6585,
"loc": {
"start": {
"line": 231,
@@ -56474,8 +55600,8 @@
"updateContext": null
},
"value": "",
- "start": 6591,
- "end": 6593,
+ "start": 6586,
+ "end": 6588,
"loc": {
"start": {
"line": 231,
@@ -56500,8 +55626,8 @@
"binop": null,
"updateContext": null
},
- "start": 6593,
- "end": 6594,
+ "start": 6588,
+ "end": 6589,
"loc": {
"start": {
"line": 231,
@@ -56528,8 +55654,8 @@
"updateContext": null
},
"value": "let",
- "start": 6604,
- "end": 6607,
+ "start": 6599,
+ "end": 6602,
"loc": {
"start": {
"line": 233,
@@ -56554,8 +55680,8 @@
"binop": null
},
"value": "eachRow",
- "start": 6608,
- "end": 6615,
+ "start": 6603,
+ "end": 6610,
"loc": {
"start": {
"line": 233,
@@ -56581,8 +55707,8 @@
"updateContext": null
},
"value": "=",
- "start": 6616,
- "end": 6617,
+ "start": 6611,
+ "end": 6612,
"loc": {
"start": {
"line": 233,
@@ -56607,8 +55733,8 @@
"binop": null
},
"value": "tf",
- "start": 6618,
- "end": 6620,
+ "start": 6613,
+ "end": 6615,
"loc": {
"start": {
"line": 233,
@@ -56633,8 +55759,8 @@
"binop": null,
"updateContext": null
},
- "start": 6620,
- "end": 6621,
+ "start": 6615,
+ "end": 6616,
"loc": {
"start": {
"line": 233,
@@ -56659,8 +55785,8 @@
"binop": null
},
"value": "eachRow",
- "start": 6621,
- "end": 6628,
+ "start": 6616,
+ "end": 6623,
"loc": {
"start": {
"line": 233,
@@ -56684,8 +55810,8 @@
"postfix": false,
"binop": null
},
- "start": 6628,
- "end": 6629,
+ "start": 6623,
+ "end": 6624,
"loc": {
"start": {
"line": 233,
@@ -56709,8 +55835,8 @@
"postfix": false,
"binop": null
},
- "start": 6629,
- "end": 6630,
+ "start": 6624,
+ "end": 6625,
"loc": {
"start": {
"line": 233,
@@ -56735,8 +55861,8 @@
"binop": null,
"updateContext": null
},
- "start": 6630,
- "end": 6631,
+ "start": 6625,
+ "end": 6626,
"loc": {
"start": {
"line": 233,
@@ -56761,8 +55887,8 @@
"binop": null
},
"value": "eachRow",
- "start": 6640,
- "end": 6647,
+ "start": 6635,
+ "end": 6642,
"loc": {
"start": {
"line": 234,
@@ -56786,8 +55912,8 @@
"postfix": false,
"binop": null
},
- "start": 6647,
- "end": 6648,
+ "start": 6642,
+ "end": 6643,
"loc": {
"start": {
"line": 234,
@@ -56811,8 +55937,8 @@
"postfix": false,
"binop": null
},
- "start": 6661,
- "end": 6662,
+ "start": 6656,
+ "end": 6657,
"loc": {
"start": {
"line": 235,
@@ -56837,8 +55963,8 @@
"binop": null
},
"value": "row",
- "start": 6662,
- "end": 6665,
+ "start": 6657,
+ "end": 6660,
"loc": {
"start": {
"line": 235,
@@ -56862,8 +55988,8 @@
"postfix": false,
"binop": null
},
- "start": 6665,
- "end": 6666,
+ "start": 6660,
+ "end": 6661,
"loc": {
"start": {
"line": 235,
@@ -56888,8 +56014,8 @@
"binop": null,
"updateContext": null
},
- "start": 6667,
- "end": 6669,
+ "start": 6662,
+ "end": 6664,
"loc": {
"start": {
"line": 235,
@@ -56913,8 +56039,8 @@
"postfix": false,
"binop": null
},
- "start": 6670,
- "end": 6671,
+ "start": 6665,
+ "end": 6666,
"loc": {
"start": {
"line": 235,
@@ -56941,8 +56067,8 @@
"updateContext": null
},
"value": "let",
- "start": 6688,
- "end": 6691,
+ "start": 6683,
+ "end": 6686,
"loc": {
"start": {
"line": 236,
@@ -56967,8 +56093,8 @@
"binop": null
},
"value": "cellValue",
- "start": 6692,
- "end": 6701,
+ "start": 6687,
+ "end": 6696,
"loc": {
"start": {
"line": 236,
@@ -56994,8 +56120,8 @@
"updateContext": null
},
"value": "=",
- "start": 6702,
- "end": 6703,
+ "start": 6697,
+ "end": 6698,
"loc": {
"start": {
"line": 236,
@@ -57020,8 +56146,8 @@
"binop": null
},
"value": "tf",
- "start": 6704,
- "end": 6706,
+ "start": 6699,
+ "end": 6701,
"loc": {
"start": {
"line": 236,
@@ -57046,8 +56172,8 @@
"binop": null,
"updateContext": null
},
- "start": 6706,
- "end": 6707,
+ "start": 6701,
+ "end": 6702,
"loc": {
"start": {
"line": 236,
@@ -57072,8 +56198,8 @@
"binop": null
},
"value": "getCellValue",
- "start": 6707,
- "end": 6719,
+ "start": 6702,
+ "end": 6714,
"loc": {
"start": {
"line": 236,
@@ -57097,8 +56223,8 @@
"postfix": false,
"binop": null
},
- "start": 6719,
- "end": 6720,
+ "start": 6714,
+ "end": 6715,
"loc": {
"start": {
"line": 236,
@@ -57123,8 +56249,8 @@
"binop": null
},
"value": "row",
- "start": 6720,
- "end": 6723,
+ "start": 6715,
+ "end": 6718,
"loc": {
"start": {
"line": 236,
@@ -57149,8 +56275,8 @@
"binop": null,
"updateContext": null
},
- "start": 6723,
- "end": 6724,
+ "start": 6718,
+ "end": 6719,
"loc": {
"start": {
"line": 236,
@@ -57175,8 +56301,8 @@
"binop": null
},
"value": "cells",
- "start": 6724,
- "end": 6729,
+ "start": 6719,
+ "end": 6724,
"loc": {
"start": {
"line": 236,
@@ -57201,8 +56327,8 @@
"binop": null,
"updateContext": null
},
- "start": 6729,
- "end": 6730,
+ "start": 6724,
+ "end": 6725,
"loc": {
"start": {
"line": 236,
@@ -57227,8 +56353,8 @@
"binop": null
},
"value": "colIndex",
- "start": 6730,
- "end": 6738,
+ "start": 6725,
+ "end": 6733,
"loc": {
"start": {
"line": 236,
@@ -57253,8 +56379,8 @@
"binop": null,
"updateContext": null
},
- "start": 6738,
- "end": 6739,
+ "start": 6733,
+ "end": 6734,
"loc": {
"start": {
"line": 236,
@@ -57278,8 +56404,8 @@
"postfix": false,
"binop": null
},
- "start": 6739,
- "end": 6740,
+ "start": 6734,
+ "end": 6735,
"loc": {
"start": {
"line": 236,
@@ -57304,8 +56430,8 @@
"binop": null,
"updateContext": null
},
- "start": 6740,
- "end": 6741,
+ "start": 6735,
+ "end": 6736,
"loc": {
"start": {
"line": 236,
@@ -57320,8 +56446,8 @@
{
"type": "CommentLine",
"value": "Vary Peter's patch",
- "start": 6758,
- "end": 6778,
+ "start": 6753,
+ "end": 6773,
"loc": {
"start": {
"line": 237,
@@ -57348,8 +56474,8 @@
"updateContext": null
},
"value": "let",
- "start": 6795,
- "end": 6798,
+ "start": 6790,
+ "end": 6793,
"loc": {
"start": {
"line": 238,
@@ -57374,8 +56500,8 @@
"binop": null
},
"value": "cellString",
- "start": 6799,
- "end": 6809,
+ "start": 6794,
+ "end": 6804,
"loc": {
"start": {
"line": 238,
@@ -57401,8 +56527,8 @@
"updateContext": null
},
"value": "=",
- "start": 6810,
- "end": 6811,
+ "start": 6805,
+ "end": 6806,
"loc": {
"start": {
"line": 238,
@@ -57427,8 +56553,8 @@
"binop": null
},
"value": "matchCase",
- "start": 6812,
- "end": 6821,
+ "start": 6807,
+ "end": 6816,
"loc": {
"start": {
"line": 238,
@@ -57452,8 +56578,8 @@
"postfix": false,
"binop": null
},
- "start": 6821,
- "end": 6822,
+ "start": 6816,
+ "end": 6817,
"loc": {
"start": {
"line": 238,
@@ -57478,8 +56604,8 @@
"binop": null
},
"value": "cellValue",
- "start": 6822,
- "end": 6831,
+ "start": 6817,
+ "end": 6826,
"loc": {
"start": {
"line": 238,
@@ -57504,8 +56630,8 @@
"binop": null,
"updateContext": null
},
- "start": 6831,
- "end": 6832,
+ "start": 6826,
+ "end": 6827,
"loc": {
"start": {
"line": 238,
@@ -57530,8 +56656,8 @@
"binop": null
},
"value": "caseSensitive",
- "start": 6833,
- "end": 6846,
+ "start": 6828,
+ "end": 6841,
"loc": {
"start": {
"line": 238,
@@ -57555,8 +56681,8 @@
"postfix": false,
"binop": null
},
- "start": 6846,
- "end": 6847,
+ "start": 6841,
+ "end": 6842,
"loc": {
"start": {
"line": 238,
@@ -57581,8 +56707,8 @@
"binop": null,
"updateContext": null
},
- "start": 6847,
- "end": 6848,
+ "start": 6842,
+ "end": 6843,
"loc": {
"start": {
"line": 238,
@@ -57597,8 +56723,8 @@
{
"type": "CommentLine",
"value": " checks if celldata is already in array",
- "start": 6865,
- "end": 6906,
+ "start": 6860,
+ "end": 6901,
"loc": {
"start": {
"line": 239,
@@ -57625,8 +56751,8 @@
"updateContext": null
},
"value": "if",
- "start": 6923,
- "end": 6925,
+ "start": 6918,
+ "end": 6920,
"loc": {
"start": {
"line": 240,
@@ -57650,8 +56776,8 @@
"postfix": false,
"binop": null
},
- "start": 6926,
- "end": 6927,
+ "start": 6921,
+ "end": 6922,
"loc": {
"start": {
"line": 240,
@@ -57677,8 +56803,8 @@
"updateContext": null
},
"value": "!",
- "start": 6927,
- "end": 6928,
+ "start": 6922,
+ "end": 6923,
"loc": {
"start": {
"line": 240,
@@ -57703,8 +56829,8 @@
"binop": null
},
"value": "has",
- "start": 6928,
- "end": 6931,
+ "start": 6923,
+ "end": 6926,
"loc": {
"start": {
"line": 240,
@@ -57728,8 +56854,8 @@
"postfix": false,
"binop": null
},
- "start": 6931,
- "end": 6932,
+ "start": 6926,
+ "end": 6927,
"loc": {
"start": {
"line": 240,
@@ -57756,8 +56882,8 @@
"updateContext": null
},
"value": "this",
- "start": 6932,
- "end": 6936,
+ "start": 6927,
+ "end": 6931,
"loc": {
"start": {
"line": 240,
@@ -57782,8 +56908,8 @@
"binop": null,
"updateContext": null
},
- "start": 6936,
- "end": 6937,
+ "start": 6931,
+ "end": 6932,
"loc": {
"start": {
"line": 240,
@@ -57808,8 +56934,8 @@
"binop": null
},
"value": "opts",
- "start": 6937,
- "end": 6941,
+ "start": 6932,
+ "end": 6936,
"loc": {
"start": {
"line": 240,
@@ -57834,8 +56960,8 @@
"binop": null,
"updateContext": null
},
- "start": 6941,
- "end": 6942,
+ "start": 6936,
+ "end": 6937,
"loc": {
"start": {
"line": 240,
@@ -57860,8 +56986,8 @@
"binop": null
},
"value": "cellString",
- "start": 6943,
- "end": 6953,
+ "start": 6938,
+ "end": 6948,
"loc": {
"start": {
"line": 240,
@@ -57886,8 +57012,8 @@
"binop": null,
"updateContext": null
},
- "start": 6953,
- "end": 6954,
+ "start": 6948,
+ "end": 6949,
"loc": {
"start": {
"line": 240,
@@ -57912,8 +57038,8 @@
"binop": null
},
"value": "caseSensitive",
- "start": 6955,
- "end": 6968,
+ "start": 6950,
+ "end": 6963,
"loc": {
"start": {
"line": 240,
@@ -57937,8 +57063,8 @@
"postfix": false,
"binop": null
},
- "start": 6968,
- "end": 6969,
+ "start": 6963,
+ "end": 6964,
"loc": {
"start": {
"line": 240,
@@ -57962,8 +57088,8 @@
"postfix": false,
"binop": null
},
- "start": 6969,
- "end": 6970,
+ "start": 6964,
+ "end": 6965,
"loc": {
"start": {
"line": 240,
@@ -57987,8 +57113,8 @@
"postfix": false,
"binop": null
},
- "start": 6971,
- "end": 6972,
+ "start": 6966,
+ "end": 6967,
"loc": {
"start": {
"line": 240,
@@ -58015,8 +57141,8 @@
"updateContext": null
},
"value": "this",
- "start": 6993,
- "end": 6997,
+ "start": 6988,
+ "end": 6992,
"loc": {
"start": {
"line": 241,
@@ -58041,8 +57167,8 @@
"binop": null,
"updateContext": null
},
- "start": 6997,
- "end": 6998,
+ "start": 6992,
+ "end": 6993,
"loc": {
"start": {
"line": 241,
@@ -58067,8 +57193,8 @@
"binop": null
},
"value": "opts",
- "start": 6998,
- "end": 7002,
+ "start": 6993,
+ "end": 6997,
"loc": {
"start": {
"line": 241,
@@ -58093,8 +57219,8 @@
"binop": null,
"updateContext": null
},
- "start": 7002,
- "end": 7003,
+ "start": 6997,
+ "end": 6998,
"loc": {
"start": {
"line": 241,
@@ -58119,8 +57245,8 @@
"binop": null
},
"value": "push",
- "start": 7003,
- "end": 7007,
+ "start": 6998,
+ "end": 7002,
"loc": {
"start": {
"line": 241,
@@ -58144,8 +57270,8 @@
"postfix": false,
"binop": null
},
- "start": 7007,
- "end": 7008,
+ "start": 7002,
+ "end": 7003,
"loc": {
"start": {
"line": 241,
@@ -58170,8 +57296,8 @@
"binop": null
},
"value": "cellValue",
- "start": 7008,
- "end": 7017,
+ "start": 7003,
+ "end": 7012,
"loc": {
"start": {
"line": 241,
@@ -58195,8 +57321,8 @@
"postfix": false,
"binop": null
},
- "start": 7017,
- "end": 7018,
+ "start": 7012,
+ "end": 7013,
"loc": {
"start": {
"line": 241,
@@ -58221,8 +57347,8 @@
"binop": null,
"updateContext": null
},
- "start": 7018,
- "end": 7019,
+ "start": 7013,
+ "end": 7014,
"loc": {
"start": {
"line": 241,
@@ -58246,8 +57372,8 @@
"postfix": false,
"binop": null
},
- "start": 7036,
- "end": 7037,
+ "start": 7031,
+ "end": 7032,
"loc": {
"start": {
"line": 242,
@@ -58274,8 +57400,8 @@
"updateContext": null
},
"value": "let",
- "start": 7054,
- "end": 7057,
+ "start": 7049,
+ "end": 7052,
"loc": {
"start": {
"line": 243,
@@ -58300,8 +57426,8 @@
"binop": null
},
"value": "filteredCol",
- "start": 7058,
- "end": 7069,
+ "start": 7053,
+ "end": 7064,
"loc": {
"start": {
"line": 243,
@@ -58327,8 +57453,8 @@
"updateContext": null
},
"value": "=",
- "start": 7070,
- "end": 7071,
+ "start": 7065,
+ "end": 7066,
"loc": {
"start": {
"line": 243,
@@ -58353,8 +57479,8 @@
"binop": null
},
"value": "filteredDataCol",
- "start": 7072,
- "end": 7087,
+ "start": 7067,
+ "end": 7082,
"loc": {
"start": {
"line": 243,
@@ -58379,8 +57505,8 @@
"binop": null,
"updateContext": null
},
- "start": 7087,
- "end": 7088,
+ "start": 7082,
+ "end": 7083,
"loc": {
"start": {
"line": 243,
@@ -58405,8 +57531,8 @@
"binop": null
},
"value": "colIndex",
- "start": 7088,
- "end": 7096,
+ "start": 7083,
+ "end": 7091,
"loc": {
"start": {
"line": 243,
@@ -58431,8 +57557,8 @@
"binop": null,
"updateContext": null
},
- "start": 7096,
- "end": 7097,
+ "start": 7091,
+ "end": 7092,
"loc": {
"start": {
"line": 243,
@@ -58457,8 +57583,8 @@
"binop": null,
"updateContext": null
},
- "start": 7097,
- "end": 7098,
+ "start": 7092,
+ "end": 7093,
"loc": {
"start": {
"line": 243,
@@ -58485,8 +57611,8 @@
"updateContext": null
},
"value": "if",
- "start": 7115,
- "end": 7117,
+ "start": 7110,
+ "end": 7112,
"loc": {
"start": {
"line": 244,
@@ -58510,8 +57636,8 @@
"postfix": false,
"binop": null
},
- "start": 7118,
- "end": 7119,
+ "start": 7113,
+ "end": 7114,
"loc": {
"start": {
"line": 244,
@@ -58536,8 +57662,8 @@
"binop": null
},
"value": "isLinked",
- "start": 7119,
- "end": 7127,
+ "start": 7114,
+ "end": 7122,
"loc": {
"start": {
"line": 244,
@@ -58563,8 +57689,8 @@
"updateContext": null
},
"value": "&&",
- "start": 7128,
- "end": 7130,
+ "start": 7123,
+ "end": 7125,
"loc": {
"start": {
"line": 244,
@@ -58589,8 +57715,8 @@
"binop": null
},
"value": "tf",
- "start": 7131,
- "end": 7133,
+ "start": 7126,
+ "end": 7128,
"loc": {
"start": {
"line": 244,
@@ -58615,8 +57741,8 @@
"binop": null,
"updateContext": null
},
- "start": 7133,
- "end": 7134,
+ "start": 7128,
+ "end": 7129,
"loc": {
"start": {
"line": 244,
@@ -58641,8 +57767,8 @@
"binop": null
},
"value": "disableExcludedOptions",
- "start": 7134,
- "end": 7156,
+ "start": 7129,
+ "end": 7151,
"loc": {
"start": {
"line": 244,
@@ -58666,8 +57792,8 @@
"postfix": false,
"binop": null
},
- "start": 7156,
- "end": 7157,
+ "start": 7151,
+ "end": 7152,
"loc": {
"start": {
"line": 244,
@@ -58691,8 +57817,8 @@
"postfix": false,
"binop": null
},
- "start": 7158,
- "end": 7159,
+ "start": 7153,
+ "end": 7154,
"loc": {
"start": {
"line": 244,
@@ -58719,8 +57845,8 @@
"updateContext": null
},
"value": "if",
- "start": 7180,
- "end": 7182,
+ "start": 7175,
+ "end": 7177,
"loc": {
"start": {
"line": 245,
@@ -58744,8 +57870,8 @@
"postfix": false,
"binop": null
},
- "start": 7183,
- "end": 7184,
+ "start": 7178,
+ "end": 7179,
"loc": {
"start": {
"line": 245,
@@ -58771,8 +57897,8 @@
"updateContext": null
},
"value": "!",
- "start": 7184,
- "end": 7185,
+ "start": 7179,
+ "end": 7180,
"loc": {
"start": {
"line": 245,
@@ -58797,8 +57923,8 @@
"binop": null
},
"value": "filteredCol",
- "start": 7185,
- "end": 7196,
+ "start": 7180,
+ "end": 7191,
"loc": {
"start": {
"line": 245,
@@ -58822,8 +57948,8 @@
"postfix": false,
"binop": null
},
- "start": 7196,
- "end": 7197,
+ "start": 7191,
+ "end": 7192,
"loc": {
"start": {
"line": 245,
@@ -58847,8 +57973,8 @@
"postfix": false,
"binop": null
},
- "start": 7198,
- "end": 7199,
+ "start": 7193,
+ "end": 7194,
"loc": {
"start": {
"line": 245,
@@ -58873,8 +57999,8 @@
"binop": null
},
"value": "filteredCol",
- "start": 7224,
- "end": 7235,
+ "start": 7219,
+ "end": 7230,
"loc": {
"start": {
"line": 246,
@@ -58900,8 +58026,8 @@
"updateContext": null
},
"value": "=",
- "start": 7236,
- "end": 7237,
+ "start": 7231,
+ "end": 7232,
"loc": {
"start": {
"line": 246,
@@ -58926,8 +58052,8 @@
"binop": null
},
"value": "tf",
- "start": 7238,
- "end": 7240,
+ "start": 7233,
+ "end": 7235,
"loc": {
"start": {
"line": 246,
@@ -58952,8 +58078,8 @@
"binop": null,
"updateContext": null
},
- "start": 7240,
- "end": 7241,
+ "start": 7235,
+ "end": 7236,
"loc": {
"start": {
"line": 246,
@@ -58978,8 +58104,8 @@
"binop": null
},
"value": "getVisibleColumnValues",
- "start": 7241,
- "end": 7263,
+ "start": 7236,
+ "end": 7258,
"loc": {
"start": {
"line": 246,
@@ -59003,8 +58129,8 @@
"postfix": false,
"binop": null
},
- "start": 7263,
- "end": 7264,
+ "start": 7258,
+ "end": 7259,
"loc": {
"start": {
"line": 246,
@@ -59029,8 +58155,8 @@
"binop": null
},
"value": "colIndex",
- "start": 7264,
- "end": 7272,
+ "start": 7259,
+ "end": 7267,
"loc": {
"start": {
"line": 246,
@@ -59054,8 +58180,8 @@
"postfix": false,
"binop": null
},
- "start": 7272,
- "end": 7273,
+ "start": 7267,
+ "end": 7268,
"loc": {
"start": {
"line": 246,
@@ -59080,8 +58206,8 @@
"binop": null,
"updateContext": null
},
- "start": 7273,
- "end": 7274,
+ "start": 7268,
+ "end": 7269,
"loc": {
"start": {
"line": 246,
@@ -59105,8 +58231,8 @@
"postfix": false,
"binop": null
},
- "start": 7295,
- "end": 7296,
+ "start": 7290,
+ "end": 7291,
"loc": {
"start": {
"line": 247,
@@ -59133,8 +58259,8 @@
"updateContext": null
},
"value": "if",
- "start": 7317,
- "end": 7319,
+ "start": 7312,
+ "end": 7314,
"loc": {
"start": {
"line": 248,
@@ -59158,8 +58284,8 @@
"postfix": false,
"binop": null
},
- "start": 7320,
- "end": 7321,
+ "start": 7315,
+ "end": 7316,
"loc": {
"start": {
"line": 248,
@@ -59185,8 +58311,8 @@
"updateContext": null
},
"value": "!",
- "start": 7321,
- "end": 7322,
+ "start": 7316,
+ "end": 7317,
"loc": {
"start": {
"line": 248,
@@ -59211,8 +58337,8 @@
"binop": null
},
"value": "has",
- "start": 7322,
- "end": 7325,
+ "start": 7317,
+ "end": 7320,
"loc": {
"start": {
"line": 248,
@@ -59236,8 +58362,8 @@
"postfix": false,
"binop": null
},
- "start": 7325,
- "end": 7326,
+ "start": 7320,
+ "end": 7321,
"loc": {
"start": {
"line": 248,
@@ -59262,8 +58388,8 @@
"binop": null
},
"value": "filteredCol",
- "start": 7326,
- "end": 7337,
+ "start": 7321,
+ "end": 7332,
"loc": {
"start": {
"line": 248,
@@ -59288,8 +58414,8 @@
"binop": null,
"updateContext": null
},
- "start": 7337,
- "end": 7338,
+ "start": 7332,
+ "end": 7333,
"loc": {
"start": {
"line": 248,
@@ -59314,8 +58440,8 @@
"binop": null
},
"value": "cellString",
- "start": 7339,
- "end": 7349,
+ "start": 7334,
+ "end": 7344,
"loc": {
"start": {
"line": 248,
@@ -59340,8 +58466,8 @@
"binop": null,
"updateContext": null
},
- "start": 7349,
- "end": 7350,
+ "start": 7344,
+ "end": 7345,
"loc": {
"start": {
"line": 248,
@@ -59366,8 +58492,8 @@
"binop": null
},
"value": "caseSensitive",
- "start": 7351,
- "end": 7364,
+ "start": 7346,
+ "end": 7359,
"loc": {
"start": {
"line": 248,
@@ -59391,8 +58517,8 @@
"postfix": false,
"binop": null
},
- "start": 7364,
- "end": 7365,
+ "start": 7359,
+ "end": 7360,
"loc": {
"start": {
"line": 248,
@@ -59418,8 +58544,8 @@
"updateContext": null
},
"value": "&&",
- "start": 7366,
- "end": 7368,
+ "start": 7361,
+ "end": 7363,
"loc": {
"start": {
"line": 248,
@@ -59445,8 +58571,8 @@
"updateContext": null
},
"value": "!",
- "start": 7393,
- "end": 7394,
+ "start": 7388,
+ "end": 7389,
"loc": {
"start": {
"line": 249,
@@ -59471,8 +58597,8 @@
"binop": null
},
"value": "has",
- "start": 7394,
- "end": 7397,
+ "start": 7389,
+ "end": 7392,
"loc": {
"start": {
"line": 249,
@@ -59496,8 +58622,8 @@
"postfix": false,
"binop": null
},
- "start": 7397,
- "end": 7398,
+ "start": 7392,
+ "end": 7393,
"loc": {
"start": {
"line": 249,
@@ -59524,8 +58650,8 @@
"updateContext": null
},
"value": "this",
- "start": 7398,
- "end": 7402,
+ "start": 7393,
+ "end": 7397,
"loc": {
"start": {
"line": 249,
@@ -59550,8 +58676,8 @@
"binop": null,
"updateContext": null
},
- "start": 7402,
- "end": 7403,
+ "start": 7397,
+ "end": 7398,
"loc": {
"start": {
"line": 249,
@@ -59576,8 +58702,8 @@
"binop": null
},
"value": "excludedOpts",
- "start": 7403,
- "end": 7415,
+ "start": 7398,
+ "end": 7410,
"loc": {
"start": {
"line": 249,
@@ -59602,8 +58728,8 @@
"binop": null,
"updateContext": null
},
- "start": 7415,
- "end": 7416,
+ "start": 7410,
+ "end": 7411,
"loc": {
"start": {
"line": 249,
@@ -59628,8 +58754,8 @@
"binop": null
},
"value": "cellString",
- "start": 7417,
- "end": 7427,
+ "start": 7412,
+ "end": 7422,
"loc": {
"start": {
"line": 249,
@@ -59654,8 +58780,8 @@
"binop": null,
"updateContext": null
},
- "start": 7427,
- "end": 7428,
+ "start": 7422,
+ "end": 7423,
"loc": {
"start": {
"line": 249,
@@ -59680,8 +58806,8 @@
"binop": null
},
"value": "caseSensitive",
- "start": 7429,
- "end": 7442,
+ "start": 7424,
+ "end": 7437,
"loc": {
"start": {
"line": 249,
@@ -59705,8 +58831,8 @@
"postfix": false,
"binop": null
},
- "start": 7442,
- "end": 7443,
+ "start": 7437,
+ "end": 7438,
"loc": {
"start": {
"line": 249,
@@ -59730,8 +58856,8 @@
"postfix": false,
"binop": null
},
- "start": 7443,
- "end": 7444,
+ "start": 7438,
+ "end": 7439,
"loc": {
"start": {
"line": 249,
@@ -59755,8 +58881,8 @@
"postfix": false,
"binop": null
},
- "start": 7445,
- "end": 7446,
+ "start": 7440,
+ "end": 7441,
"loc": {
"start": {
"line": 249,
@@ -59783,8 +58909,8 @@
"updateContext": null
},
"value": "this",
- "start": 7471,
- "end": 7475,
+ "start": 7466,
+ "end": 7470,
"loc": {
"start": {
"line": 250,
@@ -59809,8 +58935,8 @@
"binop": null,
"updateContext": null
},
- "start": 7475,
- "end": 7476,
+ "start": 7470,
+ "end": 7471,
"loc": {
"start": {
"line": 250,
@@ -59835,8 +58961,8 @@
"binop": null
},
"value": "excludedOpts",
- "start": 7476,
- "end": 7488,
+ "start": 7471,
+ "end": 7483,
"loc": {
"start": {
"line": 250,
@@ -59861,8 +58987,8 @@
"binop": null,
"updateContext": null
},
- "start": 7488,
- "end": 7489,
+ "start": 7483,
+ "end": 7484,
"loc": {
"start": {
"line": 250,
@@ -59887,8 +59013,8 @@
"binop": null
},
"value": "push",
- "start": 7489,
- "end": 7493,
+ "start": 7484,
+ "end": 7488,
"loc": {
"start": {
"line": 250,
@@ -59912,8 +59038,8 @@
"postfix": false,
"binop": null
},
- "start": 7493,
- "end": 7494,
+ "start": 7488,
+ "end": 7489,
"loc": {
"start": {
"line": 250,
@@ -59938,8 +59064,8 @@
"binop": null
},
"value": "cellValue",
- "start": 7494,
- "end": 7503,
+ "start": 7489,
+ "end": 7498,
"loc": {
"start": {
"line": 250,
@@ -59963,8 +59089,8 @@
"postfix": false,
"binop": null
},
- "start": 7503,
- "end": 7504,
+ "start": 7498,
+ "end": 7499,
"loc": {
"start": {
"line": 250,
@@ -59989,8 +59115,8 @@
"binop": null,
"updateContext": null
},
- "start": 7504,
- "end": 7505,
+ "start": 7499,
+ "end": 7500,
"loc": {
"start": {
"line": 250,
@@ -60014,8 +59140,8 @@
"postfix": false,
"binop": null
},
- "start": 7526,
- "end": 7527,
+ "start": 7521,
+ "end": 7522,
"loc": {
"start": {
"line": 251,
@@ -60039,8 +59165,8 @@
"postfix": false,
"binop": null
},
- "start": 7544,
- "end": 7545,
+ "start": 7539,
+ "end": 7540,
"loc": {
"start": {
"line": 252,
@@ -60064,8 +59190,8 @@
"postfix": false,
"binop": null
},
- "start": 7558,
- "end": 7559,
+ "start": 7553,
+ "end": 7554,
"loc": {
"start": {
"line": 253,
@@ -60090,8 +59216,8 @@
"binop": null,
"updateContext": null
},
- "start": 7559,
- "end": 7560,
+ "start": 7554,
+ "end": 7555,
"loc": {
"start": {
"line": 253,
@@ -60106,8 +59232,8 @@
{
"type": "CommentLine",
"value": " continue conditions function",
- "start": 7573,
- "end": 7604,
+ "start": 7568,
+ "end": 7599,
"loc": {
"start": {
"line": 254,
@@ -60131,8 +59257,8 @@
"postfix": false,
"binop": null
},
- "start": 7617,
- "end": 7618,
+ "start": 7612,
+ "end": 7613,
"loc": {
"start": {
"line": 255,
@@ -60157,8 +59283,8 @@
"binop": null
},
"value": "row",
- "start": 7618,
- "end": 7621,
+ "start": 7613,
+ "end": 7616,
"loc": {
"start": {
"line": 255,
@@ -60183,8 +59309,8 @@
"binop": null,
"updateContext": null
},
- "start": 7621,
- "end": 7622,
+ "start": 7616,
+ "end": 7617,
"loc": {
"start": {
"line": 255,
@@ -60209,8 +59335,8 @@
"binop": null
},
"value": "k",
- "start": 7623,
- "end": 7624,
+ "start": 7618,
+ "end": 7619,
"loc": {
"start": {
"line": 255,
@@ -60234,8 +59360,8 @@
"postfix": false,
"binop": null
},
- "start": 7624,
- "end": 7625,
+ "start": 7619,
+ "end": 7620,
"loc": {
"start": {
"line": 255,
@@ -60260,8 +59386,8 @@
"binop": null,
"updateContext": null
},
- "start": 7626,
- "end": 7628,
+ "start": 7621,
+ "end": 7623,
"loc": {
"start": {
"line": 255,
@@ -60285,8 +59411,8 @@
"postfix": false,
"binop": null
},
- "start": 7629,
- "end": 7630,
+ "start": 7624,
+ "end": 7625,
"loc": {
"start": {
"line": 255,
@@ -60301,8 +59427,8 @@
{
"type": "CommentLine",
"value": " excluded rows don't need to appear on selects as always valid",
- "start": 7647,
- "end": 7711,
+ "start": 7642,
+ "end": 7706,
"loc": {
"start": {
"line": 256,
@@ -60329,8 +59455,8 @@
"updateContext": null
},
"value": "if",
- "start": 7728,
- "end": 7730,
+ "start": 7723,
+ "end": 7725,
"loc": {
"start": {
"line": 257,
@@ -60354,8 +59480,8 @@
"postfix": false,
"binop": null
},
- "start": 7731,
- "end": 7732,
+ "start": 7726,
+ "end": 7727,
"loc": {
"start": {
"line": 257,
@@ -60380,8 +59506,8 @@
"binop": null
},
"value": "tf",
- "start": 7732,
- "end": 7734,
+ "start": 7727,
+ "end": 7729,
"loc": {
"start": {
"line": 257,
@@ -60406,8 +59532,8 @@
"binop": null,
"updateContext": null
},
- "start": 7734,
- "end": 7735,
+ "start": 7729,
+ "end": 7730,
"loc": {
"start": {
"line": 257,
@@ -60432,8 +59558,8 @@
"binop": null
},
"value": "excludeRows",
- "start": 7735,
- "end": 7746,
+ "start": 7730,
+ "end": 7741,
"loc": {
"start": {
"line": 257,
@@ -60458,8 +59584,8 @@
"binop": null,
"updateContext": null
},
- "start": 7746,
- "end": 7747,
+ "start": 7741,
+ "end": 7742,
"loc": {
"start": {
"line": 257,
@@ -60484,8 +59610,8 @@
"binop": null
},
"value": "indexOf",
- "start": 7747,
- "end": 7754,
+ "start": 7742,
+ "end": 7749,
"loc": {
"start": {
"line": 257,
@@ -60509,8 +59635,8 @@
"postfix": false,
"binop": null
},
- "start": 7754,
- "end": 7755,
+ "start": 7749,
+ "end": 7750,
"loc": {
"start": {
"line": 257,
@@ -60535,8 +59661,8 @@
"binop": null
},
"value": "k",
- "start": 7755,
- "end": 7756,
+ "start": 7750,
+ "end": 7751,
"loc": {
"start": {
"line": 257,
@@ -60560,8 +59686,8 @@
"postfix": false,
"binop": null
},
- "start": 7756,
- "end": 7757,
+ "start": 7751,
+ "end": 7752,
"loc": {
"start": {
"line": 257,
@@ -60587,8 +59713,8 @@
"updateContext": null
},
"value": "!==",
- "start": 7758,
- "end": 7761,
+ "start": 7753,
+ "end": 7756,
"loc": {
"start": {
"line": 257,
@@ -60614,8 +59740,8 @@
"updateContext": null
},
"value": "-",
- "start": 7762,
- "end": 7763,
+ "start": 7757,
+ "end": 7758,
"loc": {
"start": {
"line": 257,
@@ -60641,8 +59767,8 @@
"updateContext": null
},
"value": 1,
- "start": 7763,
- "end": 7764,
+ "start": 7758,
+ "end": 7759,
"loc": {
"start": {
"line": 257,
@@ -60666,8 +59792,8 @@
"postfix": false,
"binop": null
},
- "start": 7764,
- "end": 7765,
+ "start": 7759,
+ "end": 7760,
"loc": {
"start": {
"line": 257,
@@ -60691,8 +59817,8 @@
"postfix": false,
"binop": null
},
- "start": 7766,
- "end": 7767,
+ "start": 7761,
+ "end": 7762,
"loc": {
"start": {
"line": 257,
@@ -60719,8 +59845,8 @@
"updateContext": null
},
"value": "return",
- "start": 7788,
- "end": 7794,
+ "start": 7783,
+ "end": 7789,
"loc": {
"start": {
"line": 258,
@@ -60747,8 +59873,8 @@
"updateContext": null
},
"value": "true",
- "start": 7795,
- "end": 7799,
+ "start": 7790,
+ "end": 7794,
"loc": {
"start": {
"line": 258,
@@ -60773,8 +59899,8 @@
"binop": null,
"updateContext": null
},
- "start": 7799,
- "end": 7800,
+ "start": 7794,
+ "end": 7795,
"loc": {
"start": {
"line": 258,
@@ -60798,8 +59924,8 @@
"postfix": false,
"binop": null
},
- "start": 7817,
- "end": 7818,
+ "start": 7812,
+ "end": 7813,
"loc": {
"start": {
"line": 259,
@@ -60814,8 +59940,8 @@
{
"type": "CommentLine",
"value": " checks if row has expected number of cells",
- "start": 7836,
- "end": 7881,
+ "start": 7831,
+ "end": 7876,
"loc": {
"start": {
"line": 261,
@@ -60842,8 +59968,8 @@
"updateContext": null
},
"value": "if",
- "start": 7898,
- "end": 7900,
+ "start": 7893,
+ "end": 7895,
"loc": {
"start": {
"line": 262,
@@ -60867,8 +59993,8 @@
"postfix": false,
"binop": null
},
- "start": 7901,
- "end": 7902,
+ "start": 7896,
+ "end": 7897,
"loc": {
"start": {
"line": 262,
@@ -60893,8 +60019,8 @@
"binop": null
},
"value": "row",
- "start": 7902,
- "end": 7905,
+ "start": 7897,
+ "end": 7900,
"loc": {
"start": {
"line": 262,
@@ -60919,8 +60045,8 @@
"binop": null,
"updateContext": null
},
- "start": 7905,
- "end": 7906,
+ "start": 7900,
+ "end": 7901,
"loc": {
"start": {
"line": 262,
@@ -60945,8 +60071,8 @@
"binop": null
},
"value": "cells",
- "start": 7906,
- "end": 7911,
+ "start": 7901,
+ "end": 7906,
"loc": {
"start": {
"line": 262,
@@ -60971,8 +60097,8 @@
"binop": null,
"updateContext": null
},
- "start": 7911,
- "end": 7912,
+ "start": 7906,
+ "end": 7907,
"loc": {
"start": {
"line": 262,
@@ -60997,8 +60123,8 @@
"binop": null
},
"value": "length",
- "start": 7912,
- "end": 7918,
+ "start": 7907,
+ "end": 7913,
"loc": {
"start": {
"line": 262,
@@ -61024,8 +60150,8 @@
"updateContext": null
},
"value": "!==",
- "start": 7919,
- "end": 7922,
+ "start": 7914,
+ "end": 7917,
"loc": {
"start": {
"line": 262,
@@ -61050,8 +60176,8 @@
"binop": null
},
"value": "tf",
- "start": 7923,
- "end": 7925,
+ "start": 7918,
+ "end": 7920,
"loc": {
"start": {
"line": 262,
@@ -61076,8 +60202,8 @@
"binop": null,
"updateContext": null
},
- "start": 7925,
- "end": 7926,
+ "start": 7920,
+ "end": 7921,
"loc": {
"start": {
"line": 262,
@@ -61102,8 +60228,8 @@
"binop": null
},
"value": "nbCells",
- "start": 7926,
- "end": 7933,
+ "start": 7921,
+ "end": 7928,
"loc": {
"start": {
"line": 262,
@@ -61129,8 +60255,8 @@
"updateContext": null
},
"value": "||",
- "start": 7934,
- "end": 7936,
+ "start": 7929,
+ "end": 7931,
"loc": {
"start": {
"line": 262,
@@ -61157,8 +60283,8 @@
"updateContext": null
},
"value": "this",
- "start": 7937,
- "end": 7941,
+ "start": 7932,
+ "end": 7936,
"loc": {
"start": {
"line": 262,
@@ -61183,8 +60309,8 @@
"binop": null,
"updateContext": null
},
- "start": 7941,
- "end": 7942,
+ "start": 7936,
+ "end": 7937,
"loc": {
"start": {
"line": 262,
@@ -61209,8 +60335,8 @@
"binop": null
},
"value": "isCustom",
- "start": 7942,
- "end": 7950,
+ "start": 7937,
+ "end": 7945,
"loc": {
"start": {
"line": 262,
@@ -61234,8 +60360,8 @@
"postfix": false,
"binop": null
},
- "start": 7950,
- "end": 7951,
+ "start": 7945,
+ "end": 7946,
"loc": {
"start": {
"line": 262,
@@ -61259,8 +60385,8 @@
"postfix": false,
"binop": null
},
- "start": 7952,
- "end": 7953,
+ "start": 7947,
+ "end": 7948,
"loc": {
"start": {
"line": 262,
@@ -61287,8 +60413,8 @@
"updateContext": null
},
"value": "return",
- "start": 7974,
- "end": 7980,
+ "start": 7969,
+ "end": 7975,
"loc": {
"start": {
"line": 263,
@@ -61315,8 +60441,8 @@
"updateContext": null
},
"value": "true",
- "start": 7981,
- "end": 7985,
+ "start": 7976,
+ "end": 7980,
"loc": {
"start": {
"line": 263,
@@ -61341,8 +60467,8 @@
"binop": null,
"updateContext": null
},
- "start": 7985,
- "end": 7986,
+ "start": 7980,
+ "end": 7981,
"loc": {
"start": {
"line": 263,
@@ -61366,8 +60492,8 @@
"postfix": false,
"binop": null
},
- "start": 8003,
- "end": 8004,
+ "start": 7998,
+ "end": 7999,
"loc": {
"start": {
"line": 264,
@@ -61394,8 +60520,8 @@
"updateContext": null
},
"value": "if",
- "start": 8022,
- "end": 8024,
+ "start": 8017,
+ "end": 8019,
"loc": {
"start": {
"line": 266,
@@ -61419,8 +60545,8 @@
"postfix": false,
"binop": null
},
- "start": 8025,
- "end": 8026,
+ "start": 8020,
+ "end": 8021,
"loc": {
"start": {
"line": 266,
@@ -61445,8 +60571,8 @@
"binop": null
},
"value": "isLinked",
- "start": 8026,
- "end": 8034,
+ "start": 8021,
+ "end": 8029,
"loc": {
"start": {
"line": 266,
@@ -61472,8 +60598,8 @@
"updateContext": null
},
"value": "&&",
- "start": 8035,
- "end": 8037,
+ "start": 8030,
+ "end": 8032,
"loc": {
"start": {
"line": 266,
@@ -61499,8 +60625,8 @@
"updateContext": null
},
"value": "!",
- "start": 8038,
- "end": 8039,
+ "start": 8033,
+ "end": 8034,
"loc": {
"start": {
"line": 266,
@@ -61527,8 +60653,8 @@
"updateContext": null
},
"value": "this",
- "start": 8039,
- "end": 8043,
+ "start": 8034,
+ "end": 8038,
"loc": {
"start": {
"line": 266,
@@ -61553,8 +60679,8 @@
"binop": null,
"updateContext": null
},
- "start": 8043,
- "end": 8044,
+ "start": 8038,
+ "end": 8039,
"loc": {
"start": {
"line": 266,
@@ -61579,8 +60705,8 @@
"binop": null
},
"value": "isValidLinkedValue",
- "start": 8044,
- "end": 8062,
+ "start": 8039,
+ "end": 8057,
"loc": {
"start": {
"line": 266,
@@ -61604,8 +60730,8 @@
"postfix": false,
"binop": null
},
- "start": 8062,
- "end": 8063,
+ "start": 8057,
+ "end": 8058,
"loc": {
"start": {
"line": 266,
@@ -61630,8 +60756,8 @@
"binop": null
},
"value": "k",
- "start": 8063,
- "end": 8064,
+ "start": 8058,
+ "end": 8059,
"loc": {
"start": {
"line": 266,
@@ -61656,8 +60782,8 @@
"binop": null,
"updateContext": null
},
- "start": 8064,
- "end": 8065,
+ "start": 8059,
+ "end": 8060,
"loc": {
"start": {
"line": 266,
@@ -61682,8 +60808,8 @@
"binop": null
},
"value": "activeIdx",
- "start": 8066,
- "end": 8075,
+ "start": 8061,
+ "end": 8070,
"loc": {
"start": {
"line": 266,
@@ -61707,8 +60833,8 @@
"postfix": false,
"binop": null
},
- "start": 8075,
- "end": 8076,
+ "start": 8070,
+ "end": 8071,
"loc": {
"start": {
"line": 266,
@@ -61732,8 +60858,8 @@
"postfix": false,
"binop": null
},
- "start": 8076,
- "end": 8077,
+ "start": 8071,
+ "end": 8072,
"loc": {
"start": {
"line": 266,
@@ -61757,8 +60883,8 @@
"postfix": false,
"binop": null
},
- "start": 8078,
- "end": 8079,
+ "start": 8073,
+ "end": 8074,
"loc": {
"start": {
"line": 266,
@@ -61785,8 +60911,8 @@
"updateContext": null
},
"value": "return",
- "start": 8100,
- "end": 8106,
+ "start": 8095,
+ "end": 8101,
"loc": {
"start": {
"line": 267,
@@ -61813,8 +60939,8 @@
"updateContext": null
},
"value": "true",
- "start": 8107,
- "end": 8111,
+ "start": 8102,
+ "end": 8106,
"loc": {
"start": {
"line": 267,
@@ -61839,8 +60965,8 @@
"binop": null,
"updateContext": null
},
- "start": 8111,
- "end": 8112,
+ "start": 8106,
+ "end": 8107,
"loc": {
"start": {
"line": 267,
@@ -61864,8 +60990,8 @@
"postfix": false,
"binop": null
},
- "start": 8129,
- "end": 8130,
+ "start": 8124,
+ "end": 8125,
"loc": {
"start": {
"line": 268,
@@ -61889,8 +61015,8 @@
"postfix": false,
"binop": null
},
- "start": 8143,
- "end": 8144,
+ "start": 8138,
+ "end": 8139,
"loc": {
"start": {
"line": 269,
@@ -61914,8 +61040,8 @@
"postfix": false,
"binop": null
},
- "start": 8153,
- "end": 8154,
+ "start": 8148,
+ "end": 8149,
"loc": {
"start": {
"line": 270,
@@ -61940,8 +61066,8 @@
"binop": null,
"updateContext": null
},
- "start": 8154,
- "end": 8155,
+ "start": 8149,
+ "end": 8150,
"loc": {
"start": {
"line": 270,
@@ -61956,8 +61082,8 @@
{
"type": "CommentLine",
"value": "sort options",
- "start": 8165,
- "end": 8179,
+ "start": 8160,
+ "end": 8174,
"loc": {
"start": {
"line": 272,
@@ -61984,8 +61110,8 @@
"updateContext": null
},
"value": "this",
- "start": 8188,
- "end": 8192,
+ "start": 8183,
+ "end": 8187,
"loc": {
"start": {
"line": 273,
@@ -62010,8 +61136,8 @@
"binop": null,
"updateContext": null
},
- "start": 8192,
- "end": 8193,
+ "start": 8187,
+ "end": 8188,
"loc": {
"start": {
"line": 273,
@@ -62036,8 +61162,8 @@
"binop": null
},
"value": "opts",
- "start": 8193,
- "end": 8197,
+ "start": 8188,
+ "end": 8192,
"loc": {
"start": {
"line": 273,
@@ -62063,8 +61189,8 @@
"updateContext": null
},
"value": "=",
- "start": 8198,
- "end": 8199,
+ "start": 8193,
+ "end": 8194,
"loc": {
"start": {
"line": 273,
@@ -62091,8 +61217,8 @@
"updateContext": null
},
"value": "this",
- "start": 8200,
- "end": 8204,
+ "start": 8195,
+ "end": 8199,
"loc": {
"start": {
"line": 273,
@@ -62117,8 +61243,8 @@
"binop": null,
"updateContext": null
},
- "start": 8204,
- "end": 8205,
+ "start": 8199,
+ "end": 8200,
"loc": {
"start": {
"line": 273,
@@ -62143,8 +61269,8 @@
"binop": null
},
"value": "sortOptions",
- "start": 8205,
- "end": 8216,
+ "start": 8200,
+ "end": 8211,
"loc": {
"start": {
"line": 273,
@@ -62168,8 +61294,8 @@
"postfix": false,
"binop": null
},
- "start": 8216,
- "end": 8217,
+ "start": 8211,
+ "end": 8212,
"loc": {
"start": {
"line": 273,
@@ -62194,8 +61320,8 @@
"binop": null
},
"value": "colIndex",
- "start": 8217,
- "end": 8225,
+ "start": 8212,
+ "end": 8220,
"loc": {
"start": {
"line": 273,
@@ -62220,8 +61346,8 @@
"binop": null,
"updateContext": null
},
- "start": 8225,
- "end": 8226,
+ "start": 8220,
+ "end": 8221,
"loc": {
"start": {
"line": 273,
@@ -62248,8 +61374,8 @@
"updateContext": null
},
"value": "this",
- "start": 8227,
- "end": 8231,
+ "start": 8222,
+ "end": 8226,
"loc": {
"start": {
"line": 273,
@@ -62274,8 +61400,8 @@
"binop": null,
"updateContext": null
},
- "start": 8231,
- "end": 8232,
+ "start": 8226,
+ "end": 8227,
"loc": {
"start": {
"line": 273,
@@ -62300,8 +61426,8 @@
"binop": null
},
"value": "opts",
- "start": 8232,
- "end": 8236,
+ "start": 8227,
+ "end": 8231,
"loc": {
"start": {
"line": 273,
@@ -62325,8 +61451,8 @@
"postfix": false,
"binop": null
},
- "start": 8236,
- "end": 8237,
+ "start": 8231,
+ "end": 8232,
"loc": {
"start": {
"line": 273,
@@ -62351,8 +61477,8 @@
"binop": null,
"updateContext": null
},
- "start": 8237,
- "end": 8238,
+ "start": 8232,
+ "end": 8233,
"loc": {
"start": {
"line": 273,
@@ -62379,8 +61505,8 @@
"updateContext": null
},
"value": "if",
- "start": 8247,
- "end": 8249,
+ "start": 8242,
+ "end": 8244,
"loc": {
"start": {
"line": 274,
@@ -62404,8 +61530,8 @@
"postfix": false,
"binop": null
},
- "start": 8250,
- "end": 8251,
+ "start": 8245,
+ "end": 8246,
"loc": {
"start": {
"line": 274,
@@ -62432,8 +61558,8 @@
"updateContext": null
},
"value": "this",
- "start": 8251,
- "end": 8255,
+ "start": 8246,
+ "end": 8250,
"loc": {
"start": {
"line": 274,
@@ -62458,8 +61584,8 @@
"binop": null,
"updateContext": null
},
- "start": 8255,
- "end": 8256,
+ "start": 8250,
+ "end": 8251,
"loc": {
"start": {
"line": 274,
@@ -62484,8 +61610,8 @@
"binop": null
},
"value": "excludedOpts",
- "start": 8256,
- "end": 8268,
+ "start": 8251,
+ "end": 8263,
"loc": {
"start": {
"line": 274,
@@ -62509,8 +61635,8 @@
"postfix": false,
"binop": null
},
- "start": 8268,
- "end": 8269,
+ "start": 8263,
+ "end": 8264,
"loc": {
"start": {
"line": 274,
@@ -62534,8 +61660,8 @@
"postfix": false,
"binop": null
},
- "start": 8270,
- "end": 8271,
+ "start": 8265,
+ "end": 8266,
"loc": {
"start": {
"line": 274,
@@ -62562,8 +61688,8 @@
"updateContext": null
},
"value": "this",
- "start": 8284,
- "end": 8288,
+ "start": 8279,
+ "end": 8283,
"loc": {
"start": {
"line": 275,
@@ -62588,8 +61714,8 @@
"binop": null,
"updateContext": null
},
- "start": 8288,
- "end": 8289,
+ "start": 8283,
+ "end": 8284,
"loc": {
"start": {
"line": 275,
@@ -62614,8 +61740,8 @@
"binop": null
},
"value": "excludedOpts",
- "start": 8289,
- "end": 8301,
+ "start": 8284,
+ "end": 8296,
"loc": {
"start": {
"line": 275,
@@ -62641,8 +61767,8 @@
"updateContext": null
},
"value": "=",
- "start": 8302,
- "end": 8303,
+ "start": 8297,
+ "end": 8298,
"loc": {
"start": {
"line": 275,
@@ -62669,8 +61795,8 @@
"updateContext": null
},
"value": "this",
- "start": 8304,
- "end": 8308,
+ "start": 8299,
+ "end": 8303,
"loc": {
"start": {
"line": 275,
@@ -62695,8 +61821,8 @@
"binop": null,
"updateContext": null
},
- "start": 8308,
- "end": 8309,
+ "start": 8303,
+ "end": 8304,
"loc": {
"start": {
"line": 275,
@@ -62721,8 +61847,8 @@
"binop": null
},
"value": "sortOptions",
- "start": 8309,
- "end": 8320,
+ "start": 8304,
+ "end": 8315,
"loc": {
"start": {
"line": 275,
@@ -62746,8 +61872,8 @@
"postfix": false,
"binop": null
},
- "start": 8320,
- "end": 8321,
+ "start": 8315,
+ "end": 8316,
"loc": {
"start": {
"line": 275,
@@ -62772,8 +61898,8 @@
"binop": null
},
"value": "colIndex",
- "start": 8321,
- "end": 8329,
+ "start": 8316,
+ "end": 8324,
"loc": {
"start": {
"line": 275,
@@ -62798,8 +61924,8 @@
"binop": null,
"updateContext": null
},
- "start": 8329,
- "end": 8330,
+ "start": 8324,
+ "end": 8325,
"loc": {
"start": {
"line": 275,
@@ -62826,8 +61952,8 @@
"updateContext": null
},
"value": "this",
- "start": 8331,
- "end": 8335,
+ "start": 8326,
+ "end": 8330,
"loc": {
"start": {
"line": 275,
@@ -62852,8 +61978,8 @@
"binop": null,
"updateContext": null
},
- "start": 8335,
- "end": 8336,
+ "start": 8330,
+ "end": 8331,
"loc": {
"start": {
"line": 275,
@@ -62878,8 +62004,8 @@
"binop": null
},
"value": "excludedOpts",
- "start": 8336,
- "end": 8348,
+ "start": 8331,
+ "end": 8343,
"loc": {
"start": {
"line": 275,
@@ -62903,8 +62029,8 @@
"postfix": false,
"binop": null
},
- "start": 8348,
- "end": 8349,
+ "start": 8343,
+ "end": 8344,
"loc": {
"start": {
"line": 275,
@@ -62929,8 +62055,8 @@
"binop": null,
"updateContext": null
},
- "start": 8349,
- "end": 8350,
+ "start": 8344,
+ "end": 8345,
"loc": {
"start": {
"line": 275,
@@ -62954,8 +62080,8 @@
"postfix": false,
"binop": null
},
- "start": 8359,
- "end": 8360,
+ "start": 8354,
+ "end": 8355,
"loc": {
"start": {
"line": 276,
@@ -62982,8 +62108,8 @@
"updateContext": null
},
"value": "this",
- "start": 8370,
- "end": 8374,
+ "start": 8365,
+ "end": 8369,
"loc": {
"start": {
"line": 278,
@@ -63008,8 +62134,8 @@
"binop": null,
"updateContext": null
},
- "start": 8374,
- "end": 8375,
+ "start": 8369,
+ "end": 8370,
"loc": {
"start": {
"line": 278,
@@ -63034,8 +62160,8 @@
"binop": null
},
"value": "addChecks",
- "start": 8375,
- "end": 8384,
+ "start": 8370,
+ "end": 8379,
"loc": {
"start": {
"line": 278,
@@ -63059,8 +62185,8 @@
"postfix": false,
"binop": null
},
- "start": 8384,
- "end": 8385,
+ "start": 8379,
+ "end": 8380,
"loc": {
"start": {
"line": 278,
@@ -63085,8 +62211,8 @@
"binop": null
},
"value": "colIndex",
- "start": 8385,
- "end": 8393,
+ "start": 8380,
+ "end": 8388,
"loc": {
"start": {
"line": 278,
@@ -63111,8 +62237,8 @@
"binop": null,
"updateContext": null
},
- "start": 8393,
- "end": 8394,
+ "start": 8388,
+ "end": 8389,
"loc": {
"start": {
"line": 278,
@@ -63137,8 +62263,8 @@
"binop": null
},
"value": "ul",
- "start": 8395,
- "end": 8397,
+ "start": 8390,
+ "end": 8392,
"loc": {
"start": {
"line": 278,
@@ -63162,8 +62288,8 @@
"postfix": false,
"binop": null
},
- "start": 8397,
- "end": 8398,
+ "start": 8392,
+ "end": 8393,
"loc": {
"start": {
"line": 278,
@@ -63188,8 +62314,8 @@
"binop": null,
"updateContext": null
},
- "start": 8398,
- "end": 8399,
+ "start": 8393,
+ "end": 8394,
"loc": {
"start": {
"line": 278,
@@ -63216,8 +62342,8 @@
"updateContext": null
},
"value": "if",
- "start": 8409,
- "end": 8411,
+ "start": 8404,
+ "end": 8406,
"loc": {
"start": {
"line": 280,
@@ -63241,8 +62367,8 @@
"postfix": false,
"binop": null
},
- "start": 8412,
- "end": 8413,
+ "start": 8407,
+ "end": 8408,
"loc": {
"start": {
"line": 280,
@@ -63267,8 +62393,8 @@
"binop": null
},
"value": "tf",
- "start": 8413,
- "end": 8415,
+ "start": 8408,
+ "end": 8410,
"loc": {
"start": {
"line": 280,
@@ -63293,8 +62419,8 @@
"binop": null,
"updateContext": null
},
- "start": 8415,
- "end": 8416,
+ "start": 8410,
+ "end": 8411,
"loc": {
"start": {
"line": 280,
@@ -63319,8 +62445,8 @@
"binop": null
},
"value": "loadFltOnDemand",
- "start": 8416,
- "end": 8431,
+ "start": 8411,
+ "end": 8426,
"loc": {
"start": {
"line": 280,
@@ -63344,8 +62470,8 @@
"postfix": false,
"binop": null
},
- "start": 8431,
- "end": 8432,
+ "start": 8426,
+ "end": 8427,
"loc": {
"start": {
"line": 280,
@@ -63369,8 +62495,8 @@
"postfix": false,
"binop": null
},
- "start": 8433,
- "end": 8434,
+ "start": 8428,
+ "end": 8429,
"loc": {
"start": {
"line": 280,
@@ -63395,8 +62521,8 @@
"binop": null
},
"value": "flt",
- "start": 8447,
- "end": 8450,
+ "start": 8442,
+ "end": 8445,
"loc": {
"start": {
"line": 281,
@@ -63421,8 +62547,8 @@
"binop": null,
"updateContext": null
},
- "start": 8450,
- "end": 8451,
+ "start": 8445,
+ "end": 8446,
"loc": {
"start": {
"line": 281,
@@ -63447,8 +62573,8 @@
"binop": null
},
"value": "innerHTML",
- "start": 8451,
- "end": 8460,
+ "start": 8446,
+ "end": 8455,
"loc": {
"start": {
"line": 281,
@@ -63474,8 +62600,8 @@
"updateContext": null
},
"value": "=",
- "start": 8461,
- "end": 8462,
+ "start": 8456,
+ "end": 8457,
"loc": {
"start": {
"line": 281,
@@ -63501,8 +62627,8 @@
"updateContext": null
},
"value": "",
- "start": 8463,
- "end": 8465,
+ "start": 8458,
+ "end": 8460,
"loc": {
"start": {
"line": 281,
@@ -63527,8 +62653,8 @@
"binop": null,
"updateContext": null
},
- "start": 8465,
- "end": 8466,
+ "start": 8460,
+ "end": 8461,
"loc": {
"start": {
"line": 281,
@@ -63552,8 +62678,8 @@
"postfix": false,
"binop": null
},
- "start": 8475,
- "end": 8476,
+ "start": 8470,
+ "end": 8471,
"loc": {
"start": {
"line": 282,
@@ -63578,8 +62704,8 @@
"binop": null
},
"value": "flt",
- "start": 8485,
- "end": 8488,
+ "start": 8480,
+ "end": 8483,
"loc": {
"start": {
"line": 283,
@@ -63604,8 +62730,8 @@
"binop": null,
"updateContext": null
},
- "start": 8488,
- "end": 8489,
+ "start": 8483,
+ "end": 8484,
"loc": {
"start": {
"line": 283,
@@ -63630,8 +62756,8 @@
"binop": null
},
"value": "appendChild",
- "start": 8489,
- "end": 8500,
+ "start": 8484,
+ "end": 8495,
"loc": {
"start": {
"line": 283,
@@ -63655,8 +62781,8 @@
"postfix": false,
"binop": null
},
- "start": 8500,
- "end": 8501,
+ "start": 8495,
+ "end": 8496,
"loc": {
"start": {
"line": 283,
@@ -63681,8 +62807,8 @@
"binop": null
},
"value": "ul",
- "start": 8501,
- "end": 8503,
+ "start": 8496,
+ "end": 8498,
"loc": {
"start": {
"line": 283,
@@ -63706,8 +62832,8 @@
"postfix": false,
"binop": null
},
- "start": 8503,
- "end": 8504,
+ "start": 8498,
+ "end": 8499,
"loc": {
"start": {
"line": 283,
@@ -63732,8 +62858,8 @@
"binop": null,
"updateContext": null
},
- "start": 8504,
- "end": 8505,
+ "start": 8499,
+ "end": 8500,
"loc": {
"start": {
"line": 283,
@@ -63758,8 +62884,8 @@
"binop": null
},
"value": "flt",
- "start": 8514,
- "end": 8517,
+ "start": 8509,
+ "end": 8512,
"loc": {
"start": {
"line": 284,
@@ -63784,8 +62910,8 @@
"binop": null,
"updateContext": null
},
- "start": 8517,
- "end": 8518,
+ "start": 8512,
+ "end": 8513,
"loc": {
"start": {
"line": 284,
@@ -63810,8 +62936,8 @@
"binop": null
},
"value": "setAttribute",
- "start": 8518,
- "end": 8530,
+ "start": 8513,
+ "end": 8525,
"loc": {
"start": {
"line": 284,
@@ -63835,8 +62961,8 @@
"postfix": false,
"binop": null
},
- "start": 8530,
- "end": 8531,
+ "start": 8525,
+ "end": 8526,
"loc": {
"start": {
"line": 284,
@@ -63862,8 +62988,8 @@
"updateContext": null
},
"value": "filled",
- "start": 8531,
- "end": 8539,
+ "start": 8526,
+ "end": 8534,
"loc": {
"start": {
"line": 284,
@@ -63888,8 +63014,8 @@
"binop": null,
"updateContext": null
},
- "start": 8539,
- "end": 8540,
+ "start": 8534,
+ "end": 8535,
"loc": {
"start": {
"line": 284,
@@ -63915,8 +63041,8 @@
"updateContext": null
},
"value": "1",
- "start": 8541,
- "end": 8544,
+ "start": 8536,
+ "end": 8539,
"loc": {
"start": {
"line": 284,
@@ -63940,8 +63066,8 @@
"postfix": false,
"binop": null
},
- "start": 8544,
- "end": 8545,
+ "start": 8539,
+ "end": 8540,
"loc": {
"start": {
"line": 284,
@@ -63966,8 +63092,8 @@
"binop": null,
"updateContext": null
},
- "start": 8545,
- "end": 8546,
+ "start": 8540,
+ "end": 8541,
"loc": {
"start": {
"line": 284,
@@ -63994,8 +63120,8 @@
"updateContext": null
},
"value": "this",
- "start": 8556,
- "end": 8560,
+ "start": 8551,
+ "end": 8555,
"loc": {
"start": {
"line": 286,
@@ -64020,8 +63146,8 @@
"binop": null,
"updateContext": null
},
- "start": 8560,
- "end": 8561,
+ "start": 8555,
+ "end": 8556,
"loc": {
"start": {
"line": 286,
@@ -64046,8 +63172,8 @@
"binop": null
},
"value": "emitter",
- "start": 8561,
- "end": 8568,
+ "start": 8556,
+ "end": 8563,
"loc": {
"start": {
"line": 286,
@@ -64072,8 +63198,8 @@
"binop": null,
"updateContext": null
},
- "start": 8568,
- "end": 8569,
+ "start": 8563,
+ "end": 8564,
"loc": {
"start": {
"line": 286,
@@ -64098,8 +63224,8 @@
"binop": null
},
"value": "emit",
- "start": 8569,
- "end": 8573,
+ "start": 8564,
+ "end": 8568,
"loc": {
"start": {
"line": 286,
@@ -64123,8 +63249,8 @@
"postfix": false,
"binop": null
},
- "start": 8573,
- "end": 8574,
+ "start": 8568,
+ "end": 8569,
"loc": {
"start": {
"line": 286,
@@ -64150,8 +63276,8 @@
"updateContext": null
},
"value": "after-populating-filter",
- "start": 8574,
- "end": 8599,
+ "start": 8569,
+ "end": 8594,
"loc": {
"start": {
"line": 286,
@@ -64176,8 +63302,8 @@
"binop": null,
"updateContext": null
},
- "start": 8599,
- "end": 8600,
+ "start": 8594,
+ "end": 8595,
"loc": {
"start": {
"line": 286,
@@ -64202,8 +63328,8 @@
"binop": null
},
"value": "tf",
- "start": 8601,
- "end": 8603,
+ "start": 8596,
+ "end": 8598,
"loc": {
"start": {
"line": 286,
@@ -64228,8 +63354,8 @@
"binop": null,
"updateContext": null
},
- "start": 8603,
- "end": 8604,
+ "start": 8598,
+ "end": 8599,
"loc": {
"start": {
"line": 286,
@@ -64254,8 +63380,8 @@
"binop": null
},
"value": "colIndex",
- "start": 8605,
- "end": 8613,
+ "start": 8600,
+ "end": 8608,
"loc": {
"start": {
"line": 286,
@@ -64280,8 +63406,8 @@
"binop": null,
"updateContext": null
},
- "start": 8613,
- "end": 8614,
+ "start": 8608,
+ "end": 8609,
"loc": {
"start": {
"line": 286,
@@ -64306,8 +63432,8 @@
"binop": null
},
"value": "flt",
- "start": 8615,
- "end": 8618,
+ "start": 8610,
+ "end": 8613,
"loc": {
"start": {
"line": 286,
@@ -64331,8 +63457,8 @@
"postfix": false,
"binop": null
},
- "start": 8618,
- "end": 8619,
+ "start": 8613,
+ "end": 8614,
"loc": {
"start": {
"line": 286,
@@ -64357,8 +63483,8 @@
"binop": null,
"updateContext": null
},
- "start": 8619,
- "end": 8620,
+ "start": 8614,
+ "end": 8615,
"loc": {
"start": {
"line": 286,
@@ -64382,8 +63508,8 @@
"postfix": false,
"binop": null
},
- "start": 8625,
- "end": 8626,
+ "start": 8620,
+ "end": 8621,
"loc": {
"start": {
"line": 287,
@@ -64398,8 +63524,8 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 8632,
- "end": 8778,
+ "start": 8627,
+ "end": 8773,
"loc": {
"start": {
"line": 289,
@@ -64424,8 +63550,8 @@
"binop": null
},
"value": "addChecks",
- "start": 8783,
- "end": 8792,
+ "start": 8778,
+ "end": 8787,
"loc": {
"start": {
"line": 295,
@@ -64449,8 +63575,8 @@
"postfix": false,
"binop": null
},
- "start": 8792,
- "end": 8793,
+ "start": 8787,
+ "end": 8788,
"loc": {
"start": {
"line": 295,
@@ -64475,8 +63601,8 @@
"binop": null
},
"value": "colIndex",
- "start": 8793,
- "end": 8801,
+ "start": 8788,
+ "end": 8796,
"loc": {
"start": {
"line": 295,
@@ -64501,8 +63627,8 @@
"binop": null,
"updateContext": null
},
- "start": 8801,
- "end": 8802,
+ "start": 8796,
+ "end": 8797,
"loc": {
"start": {
"line": 295,
@@ -64527,8 +63653,8 @@
"binop": null
},
"value": "ul",
- "start": 8803,
- "end": 8805,
+ "start": 8798,
+ "end": 8800,
"loc": {
"start": {
"line": 295,
@@ -64552,8 +63678,8 @@
"postfix": false,
"binop": null
},
- "start": 8805,
- "end": 8806,
+ "start": 8800,
+ "end": 8801,
"loc": {
"start": {
"line": 295,
@@ -64577,8 +63703,8 @@
"postfix": false,
"binop": null
},
- "start": 8807,
- "end": 8808,
+ "start": 8802,
+ "end": 8803,
"loc": {
"start": {
"line": 295,
@@ -64605,8 +63731,8 @@
"updateContext": null
},
"value": "let",
- "start": 8817,
- "end": 8820,
+ "start": 8812,
+ "end": 8815,
"loc": {
"start": {
"line": 296,
@@ -64631,8 +63757,8 @@
"binop": null
},
"value": "tf",
- "start": 8821,
- "end": 8823,
+ "start": 8816,
+ "end": 8818,
"loc": {
"start": {
"line": 296,
@@ -64658,8 +63784,8 @@
"updateContext": null
},
"value": "=",
- "start": 8824,
- "end": 8825,
+ "start": 8819,
+ "end": 8820,
"loc": {
"start": {
"line": 296,
@@ -64686,8 +63812,8 @@
"updateContext": null
},
"value": "this",
- "start": 8826,
- "end": 8830,
+ "start": 8821,
+ "end": 8825,
"loc": {
"start": {
"line": 296,
@@ -64712,8 +63838,8 @@
"binop": null,
"updateContext": null
},
- "start": 8830,
- "end": 8831,
+ "start": 8825,
+ "end": 8826,
"loc": {
"start": {
"line": 296,
@@ -64738,8 +63864,8 @@
"binop": null
},
"value": "tf",
- "start": 8831,
- "end": 8833,
+ "start": 8826,
+ "end": 8828,
"loc": {
"start": {
"line": 296,
@@ -64764,8 +63890,8 @@
"binop": null,
"updateContext": null
},
- "start": 8833,
- "end": 8834,
+ "start": 8828,
+ "end": 8829,
"loc": {
"start": {
"line": 296,
@@ -64792,8 +63918,8 @@
"updateContext": null
},
"value": "let",
- "start": 8843,
- "end": 8846,
+ "start": 8838,
+ "end": 8841,
"loc": {
"start": {
"line": 297,
@@ -64818,8 +63944,8 @@
"binop": null
},
"value": "chkCt",
- "start": 8847,
- "end": 8852,
+ "start": 8842,
+ "end": 8847,
"loc": {
"start": {
"line": 297,
@@ -64845,8 +63971,8 @@
"updateContext": null
},
"value": "=",
- "start": 8853,
- "end": 8854,
+ "start": 8848,
+ "end": 8849,
"loc": {
"start": {
"line": 297,
@@ -64873,8 +63999,8 @@
"updateContext": null
},
"value": "this",
- "start": 8855,
- "end": 8859,
+ "start": 8850,
+ "end": 8854,
"loc": {
"start": {
"line": 297,
@@ -64899,8 +64025,8 @@
"binop": null,
"updateContext": null
},
- "start": 8859,
- "end": 8860,
+ "start": 8854,
+ "end": 8855,
"loc": {
"start": {
"line": 297,
@@ -64925,8 +64051,8 @@
"binop": null
},
"value": "addTChecks",
- "start": 8860,
- "end": 8870,
+ "start": 8855,
+ "end": 8865,
"loc": {
"start": {
"line": 297,
@@ -64950,8 +64076,8 @@
"postfix": false,
"binop": null
},
- "start": 8870,
- "end": 8871,
+ "start": 8865,
+ "end": 8866,
"loc": {
"start": {
"line": 297,
@@ -64976,8 +64102,8 @@
"binop": null
},
"value": "colIndex",
- "start": 8871,
- "end": 8879,
+ "start": 8866,
+ "end": 8874,
"loc": {
"start": {
"line": 297,
@@ -65002,8 +64128,8 @@
"binop": null,
"updateContext": null
},
- "start": 8879,
- "end": 8880,
+ "start": 8874,
+ "end": 8875,
"loc": {
"start": {
"line": 297,
@@ -65028,8 +64154,8 @@
"binop": null
},
"value": "ul",
- "start": 8881,
- "end": 8883,
+ "start": 8876,
+ "end": 8878,
"loc": {
"start": {
"line": 297,
@@ -65053,8 +64179,8 @@
"postfix": false,
"binop": null
},
- "start": 8883,
- "end": 8884,
+ "start": 8878,
+ "end": 8879,
"loc": {
"start": {
"line": 297,
@@ -65079,8 +64205,8 @@
"binop": null,
"updateContext": null
},
- "start": 8884,
- "end": 8885,
+ "start": 8879,
+ "end": 8880,
"loc": {
"start": {
"line": 297,
@@ -65107,8 +64233,8 @@
"updateContext": null
},
"value": "for",
- "start": 8895,
- "end": 8898,
+ "start": 8890,
+ "end": 8893,
"loc": {
"start": {
"line": 299,
@@ -65132,8 +64258,8 @@
"postfix": false,
"binop": null
},
- "start": 8899,
- "end": 8900,
+ "start": 8894,
+ "end": 8895,
"loc": {
"start": {
"line": 299,
@@ -65160,8 +64286,8 @@
"updateContext": null
},
"value": "let",
- "start": 8900,
- "end": 8903,
+ "start": 8895,
+ "end": 8898,
"loc": {
"start": {
"line": 299,
@@ -65186,8 +64312,8 @@
"binop": null
},
"value": "y",
- "start": 8904,
- "end": 8905,
+ "start": 8899,
+ "end": 8900,
"loc": {
"start": {
"line": 299,
@@ -65213,8 +64339,8 @@
"updateContext": null
},
"value": "=",
- "start": 8906,
- "end": 8907,
+ "start": 8901,
+ "end": 8902,
"loc": {
"start": {
"line": 299,
@@ -65240,8 +64366,8 @@
"updateContext": null
},
"value": 0,
- "start": 8908,
- "end": 8909,
+ "start": 8903,
+ "end": 8904,
"loc": {
"start": {
"line": 299,
@@ -65266,8 +64392,8 @@
"binop": null,
"updateContext": null
},
- "start": 8909,
- "end": 8910,
+ "start": 8904,
+ "end": 8905,
"loc": {
"start": {
"line": 299,
@@ -65292,8 +64418,8 @@
"binop": null
},
"value": "y",
- "start": 8911,
- "end": 8912,
+ "start": 8906,
+ "end": 8907,
"loc": {
"start": {
"line": 299,
@@ -65319,8 +64445,8 @@
"updateContext": null
},
"value": "<",
- "start": 8913,
- "end": 8914,
+ "start": 8908,
+ "end": 8909,
"loc": {
"start": {
"line": 299,
@@ -65347,8 +64473,8 @@
"updateContext": null
},
"value": "this",
- "start": 8915,
- "end": 8919,
+ "start": 8910,
+ "end": 8914,
"loc": {
"start": {
"line": 299,
@@ -65373,8 +64499,8 @@
"binop": null,
"updateContext": null
},
- "start": 8919,
- "end": 8920,
+ "start": 8914,
+ "end": 8915,
"loc": {
"start": {
"line": 299,
@@ -65399,8 +64525,8 @@
"binop": null
},
"value": "opts",
- "start": 8920,
- "end": 8924,
+ "start": 8915,
+ "end": 8919,
"loc": {
"start": {
"line": 299,
@@ -65425,8 +64551,8 @@
"binop": null,
"updateContext": null
},
- "start": 8924,
- "end": 8925,
+ "start": 8919,
+ "end": 8920,
"loc": {
"start": {
"line": 299,
@@ -65451,8 +64577,8 @@
"binop": null
},
"value": "length",
- "start": 8925,
- "end": 8931,
+ "start": 8920,
+ "end": 8926,
"loc": {
"start": {
"line": 299,
@@ -65477,8 +64603,8 @@
"binop": null,
"updateContext": null
},
- "start": 8931,
- "end": 8932,
+ "start": 8926,
+ "end": 8927,
"loc": {
"start": {
"line": 299,
@@ -65503,8 +64629,8 @@
"binop": null
},
"value": "y",
- "start": 8933,
- "end": 8934,
+ "start": 8928,
+ "end": 8929,
"loc": {
"start": {
"line": 299,
@@ -65529,8 +64655,8 @@
"binop": null
},
"value": "++",
- "start": 8934,
- "end": 8936,
+ "start": 8929,
+ "end": 8931,
"loc": {
"start": {
"line": 299,
@@ -65554,8 +64680,8 @@
"postfix": false,
"binop": null
},
- "start": 8936,
- "end": 8937,
+ "start": 8931,
+ "end": 8932,
"loc": {
"start": {
"line": 299,
@@ -65579,8 +64705,8 @@
"postfix": false,
"binop": null
},
- "start": 8938,
- "end": 8939,
+ "start": 8933,
+ "end": 8934,
"loc": {
"start": {
"line": 299,
@@ -65607,8 +64733,8 @@
"updateContext": null
},
"value": "let",
- "start": 8952,
- "end": 8955,
+ "start": 8947,
+ "end": 8950,
"loc": {
"start": {
"line": 300,
@@ -65633,8 +64759,8 @@
"binop": null
},
"value": "val",
- "start": 8956,
- "end": 8959,
+ "start": 8951,
+ "end": 8954,
"loc": {
"start": {
"line": 300,
@@ -65660,8 +64786,8 @@
"updateContext": null
},
"value": "=",
- "start": 8960,
- "end": 8961,
+ "start": 8955,
+ "end": 8956,
"loc": {
"start": {
"line": 300,
@@ -65688,8 +64814,8 @@
"updateContext": null
},
"value": "this",
- "start": 8962,
- "end": 8966,
+ "start": 8957,
+ "end": 8961,
"loc": {
"start": {
"line": 300,
@@ -65714,8 +64840,8 @@
"binop": null,
"updateContext": null
},
- "start": 8966,
- "end": 8967,
+ "start": 8961,
+ "end": 8962,
"loc": {
"start": {
"line": 300,
@@ -65740,8 +64866,8 @@
"binop": null
},
"value": "opts",
- "start": 8967,
- "end": 8971,
+ "start": 8962,
+ "end": 8966,
"loc": {
"start": {
"line": 300,
@@ -65766,8 +64892,8 @@
"binop": null,
"updateContext": null
},
- "start": 8971,
- "end": 8972,
+ "start": 8966,
+ "end": 8967,
"loc": {
"start": {
"line": 300,
@@ -65792,8 +64918,8 @@
"binop": null
},
"value": "y",
- "start": 8972,
- "end": 8973,
+ "start": 8967,
+ "end": 8968,
"loc": {
"start": {
"line": 300,
@@ -65818,8 +64944,8 @@
"binop": null,
"updateContext": null
},
- "start": 8973,
- "end": 8974,
+ "start": 8968,
+ "end": 8969,
"loc": {
"start": {
"line": 300,
@@ -65844,8 +64970,8 @@
"binop": null,
"updateContext": null
},
- "start": 8974,
- "end": 8975,
+ "start": 8969,
+ "end": 8970,
"loc": {
"start": {
"line": 300,
@@ -65860,8 +64986,8 @@
{
"type": "CommentLine",
"value": "item value",
- "start": 8976,
- "end": 8988,
+ "start": 8971,
+ "end": 8983,
"loc": {
"start": {
"line": 300,
@@ -65888,8 +65014,8 @@
"updateContext": null
},
"value": "let",
- "start": 9001,
- "end": 9004,
+ "start": 8996,
+ "end": 8999,
"loc": {
"start": {
"line": 301,
@@ -65914,8 +65040,8 @@
"binop": null
},
"value": "lbl",
- "start": 9005,
- "end": 9008,
+ "start": 9000,
+ "end": 9003,
"loc": {
"start": {
"line": 301,
@@ -65941,8 +65067,8 @@
"updateContext": null
},
"value": "=",
- "start": 9009,
- "end": 9010,
+ "start": 9004,
+ "end": 9005,
"loc": {
"start": {
"line": 301,
@@ -65969,8 +65095,8 @@
"updateContext": null
},
"value": "this",
- "start": 9011,
- "end": 9015,
+ "start": 9006,
+ "end": 9010,
"loc": {
"start": {
"line": 301,
@@ -65995,8 +65121,8 @@
"binop": null,
"updateContext": null
},
- "start": 9015,
- "end": 9016,
+ "start": 9010,
+ "end": 9011,
"loc": {
"start": {
"line": 301,
@@ -66021,8 +65147,8 @@
"binop": null
},
"value": "isCustom",
- "start": 9016,
- "end": 9024,
+ "start": 9011,
+ "end": 9019,
"loc": {
"start": {
"line": 301,
@@ -66047,8 +65173,8 @@
"binop": null,
"updateContext": null
},
- "start": 9025,
- "end": 9026,
+ "start": 9020,
+ "end": 9021,
"loc": {
"start": {
"line": 301,
@@ -66075,8 +65201,8 @@
"updateContext": null
},
"value": "this",
- "start": 9027,
- "end": 9031,
+ "start": 9022,
+ "end": 9026,
"loc": {
"start": {
"line": 301,
@@ -66101,8 +65227,8 @@
"binop": null,
"updateContext": null
},
- "start": 9031,
- "end": 9032,
+ "start": 9026,
+ "end": 9027,
"loc": {
"start": {
"line": 301,
@@ -66127,8 +65253,8 @@
"binop": null
},
"value": "optsTxt",
- "start": 9032,
- "end": 9039,
+ "start": 9027,
+ "end": 9034,
"loc": {
"start": {
"line": 301,
@@ -66153,8 +65279,8 @@
"binop": null,
"updateContext": null
},
- "start": 9039,
- "end": 9040,
+ "start": 9034,
+ "end": 9035,
"loc": {
"start": {
"line": 301,
@@ -66179,8 +65305,8 @@
"binop": null
},
"value": "y",
- "start": 9040,
- "end": 9041,
+ "start": 9035,
+ "end": 9036,
"loc": {
"start": {
"line": 301,
@@ -66205,8 +65331,8 @@
"binop": null,
"updateContext": null
},
- "start": 9041,
- "end": 9042,
+ "start": 9036,
+ "end": 9037,
"loc": {
"start": {
"line": 301,
@@ -66231,8 +65357,8 @@
"binop": null,
"updateContext": null
},
- "start": 9043,
- "end": 9044,
+ "start": 9038,
+ "end": 9039,
"loc": {
"start": {
"line": 301,
@@ -66257,8 +65383,8 @@
"binop": null
},
"value": "val",
- "start": 9045,
- "end": 9048,
+ "start": 9040,
+ "end": 9043,
"loc": {
"start": {
"line": 301,
@@ -66283,8 +65409,8 @@
"binop": null,
"updateContext": null
},
- "start": 9048,
- "end": 9049,
+ "start": 9043,
+ "end": 9044,
"loc": {
"start": {
"line": 301,
@@ -66299,8 +65425,8 @@
{
"type": "CommentLine",
"value": "item text",
- "start": 9050,
- "end": 9061,
+ "start": 9045,
+ "end": 9056,
"loc": {
"start": {
"line": 301,
@@ -66327,8 +65453,8 @@
"updateContext": null
},
"value": "let",
- "start": 9074,
- "end": 9077,
+ "start": 9069,
+ "end": 9072,
"loc": {
"start": {
"line": 302,
@@ -66353,8 +65479,8 @@
"binop": null
},
"value": "fltId",
- "start": 9078,
- "end": 9083,
+ "start": 9073,
+ "end": 9078,
"loc": {
"start": {
"line": 302,
@@ -66380,8 +65506,8 @@
"updateContext": null
},
"value": "=",
- "start": 9084,
- "end": 9085,
+ "start": 9079,
+ "end": 9080,
"loc": {
"start": {
"line": 302,
@@ -66406,8 +65532,8 @@
"binop": null
},
"value": "tf",
- "start": 9086,
- "end": 9088,
+ "start": 9081,
+ "end": 9083,
"loc": {
"start": {
"line": 302,
@@ -66432,8 +65558,8 @@
"binop": null,
"updateContext": null
},
- "start": 9088,
- "end": 9089,
+ "start": 9083,
+ "end": 9084,
"loc": {
"start": {
"line": 302,
@@ -66458,8 +65584,8 @@
"binop": null
},
"value": "fltIds",
- "start": 9089,
- "end": 9095,
+ "start": 9084,
+ "end": 9090,
"loc": {
"start": {
"line": 302,
@@ -66484,8 +65610,8 @@
"binop": null,
"updateContext": null
},
- "start": 9095,
- "end": 9096,
+ "start": 9090,
+ "end": 9091,
"loc": {
"start": {
"line": 302,
@@ -66510,8 +65636,8 @@
"binop": null
},
"value": "colIndex",
- "start": 9096,
- "end": 9104,
+ "start": 9091,
+ "end": 9099,
"loc": {
"start": {
"line": 302,
@@ -66536,8 +65662,8 @@
"binop": null,
"updateContext": null
},
- "start": 9104,
- "end": 9105,
+ "start": 9099,
+ "end": 9100,
"loc": {
"start": {
"line": 302,
@@ -66562,8 +65688,8 @@
"binop": null,
"updateContext": null
},
- "start": 9105,
- "end": 9106,
+ "start": 9100,
+ "end": 9101,
"loc": {
"start": {
"line": 302,
@@ -66590,8 +65716,8 @@
"updateContext": null
},
"value": "let",
- "start": 9119,
- "end": 9122,
+ "start": 9114,
+ "end": 9117,
"loc": {
"start": {
"line": 303,
@@ -66615,9 +65741,9 @@
"postfix": false,
"binop": null
},
- "value": "li",
- "start": 9123,
- "end": 9125,
+ "value": "lblIdx",
+ "start": 9118,
+ "end": 9124,
"loc": {
"start": {
"line": 303,
@@ -66625,6 +65751,192 @@
},
"end": {
"line": 303,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 9125,
+ "end": 9126,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 23
+ },
+ "end": {
+ "line": 303,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "y",
+ "start": 9127,
+ "end": 9128,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 25
+ },
+ "end": {
+ "line": 303,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 9129,
+ "end": 9130,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 27
+ },
+ "end": {
+ "line": 303,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkCt",
+ "start": 9131,
+ "end": 9136,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 29
+ },
+ "end": {
+ "line": 303,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9136,
+ "end": 9137,
+ "loc": {
+ "start": {
+ "line": 303,
+ "column": 34
+ },
+ "end": {
+ "line": 303,
+ "column": 35
+ }
+ }
+ },
+ {
+ "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": 9150,
+ "end": 9153,
+ "loc": {
+ "start": {
+ "line": 304,
+ "column": 12
+ },
+ "end": {
+ "line": 304,
+ "column": 15
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li",
+ "start": 9154,
+ "end": 9156,
+ "loc": {
+ "start": {
+ "line": 304,
+ "column": 16
+ },
+ "end": {
+ "line": 304,
"column": 18
}
}
@@ -66643,15 +65955,15 @@
"updateContext": null
},
"value": "=",
- "start": 9126,
- "end": 9127,
+ "start": 9157,
+ "end": 9158,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 19
},
"end": {
- "line": 303,
+ "line": 304,
"column": 20
}
}
@@ -66669,15 +65981,15 @@
"binop": null
},
"value": "createCheckItem",
- "start": 9128,
- "end": 9143,
+ "start": 9159,
+ "end": 9174,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 21
},
"end": {
- "line": 303,
+ "line": 304,
"column": 36
}
}
@@ -66694,15 +66006,15 @@
"postfix": false,
"binop": null
},
- "start": 9143,
- "end": 9144,
+ "start": 9174,
+ "end": 9175,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 36
},
"end": {
- "line": 303,
+ "line": 304,
"column": 37
}
}
@@ -66719,15 +66031,15 @@
"postfix": false,
"binop": null
},
- "start": 9144,
- "end": 9145,
+ "start": 9175,
+ "end": 9176,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 37
},
"end": {
- "line": 303,
+ "line": 304,
"column": 38
}
}
@@ -66746,15 +66058,15 @@
"updateContext": null
},
"value": "",
- "start": 9145,
- "end": 9145,
+ "start": 9176,
+ "end": 9176,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 38
},
"end": {
- "line": 303,
+ "line": 304,
"column": 38
}
}
@@ -66771,15 +66083,15 @@
"postfix": false,
"binop": null
},
- "start": 9145,
- "end": 9147,
+ "start": 9176,
+ "end": 9178,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 38
},
"end": {
- "line": 303,
+ "line": 304,
"column": 40
}
}
@@ -66797,15 +66109,15 @@
"binop": null
},
"value": "fltId",
- "start": 9147,
- "end": 9152,
+ "start": 9178,
+ "end": 9183,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 40
},
"end": {
- "line": 303,
+ "line": 304,
"column": 45
}
}
@@ -66822,15 +66134,15 @@
"postfix": false,
"binop": null
},
- "start": 9152,
- "end": 9153,
+ "start": 9183,
+ "end": 9184,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 45
},
"end": {
- "line": 303,
+ "line": 304,
"column": 46
}
}
@@ -66849,15 +66161,15 @@
"updateContext": null
},
"value": "_",
- "start": 9153,
- "end": 9154,
+ "start": 9184,
+ "end": 9185,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 46
},
"end": {
- "line": 303,
+ "line": 304,
"column": 47
}
}
@@ -66874,44 +66186,19 @@
"postfix": false,
"binop": null
},
- "start": 9154,
- "end": 9156,
+ "start": 9185,
+ "end": 9187,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 47
},
"end": {
- "line": 303,
+ "line": 304,
"column": 49
}
}
},
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 9156,
- "end": 9157,
- "loc": {
- "start": {
- "line": 303,
- "column": 49
- },
- "end": {
- "line": 303,
- "column": 50
- }
- }
- },
{
"type": {
"label": "name",
@@ -66924,95 +66211,17 @@
"postfix": false,
"binop": null
},
- "value": "y",
- "start": 9157,
- "end": 9158,
+ "value": "lblIdx",
+ "start": 9187,
+ "end": 9193,
"loc": {
"start": {
- "line": 303,
- "column": 50
+ "line": 304,
+ "column": 49
},
"end": {
- "line": 303,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 9159,
- "end": 9160,
- "loc": {
- "start": {
- "line": 303,
- "column": 52
- },
- "end": {
- "line": 303,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkCt",
- "start": 9161,
- "end": 9166,
- "loc": {
- "start": {
- "line": 303,
- "column": 54
- },
- "end": {
- "line": 303,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 9166,
- "end": 9167,
- "loc": {
- "start": {
- "line": 303,
- "column": 59
- },
- "end": {
- "line": 303,
- "column": 60
+ "line": 304,
+ "column": 55
}
}
},
@@ -67028,16 +66237,16 @@
"postfix": false,
"binop": null
},
- "start": 9167,
- "end": 9168,
+ "start": 9193,
+ "end": 9194,
"loc": {
"start": {
- "line": 303,
- "column": 60
+ "line": 304,
+ "column": 55
},
"end": {
- "line": 303,
- "column": 61
+ "line": 304,
+ "column": 56
}
}
},
@@ -67055,16 +66264,16 @@
"updateContext": null
},
"value": "",
- "start": 9168,
- "end": 9168,
+ "start": 9194,
+ "end": 9194,
"loc": {
"start": {
- "line": 303,
- "column": 61
+ "line": 304,
+ "column": 56
},
"end": {
- "line": 303,
- "column": 61
+ "line": 304,
+ "column": 56
}
}
},
@@ -67080,16 +66289,16 @@
"postfix": false,
"binop": null
},
- "start": 9168,
- "end": 9169,
+ "start": 9194,
+ "end": 9195,
"loc": {
"start": {
- "line": 303,
- "column": 61
+ "line": 304,
+ "column": 56
},
"end": {
- "line": 303,
- "column": 62
+ "line": 304,
+ "column": 57
}
}
},
@@ -67106,16 +66315,16 @@
"binop": null,
"updateContext": null
},
- "start": 9169,
- "end": 9170,
+ "start": 9195,
+ "end": 9196,
"loc": {
"start": {
- "line": 303,
- "column": 62
+ "line": 304,
+ "column": 57
},
"end": {
- "line": 303,
- "column": 63
+ "line": 304,
+ "column": 58
}
}
},
@@ -67132,15 +66341,67 @@
"binop": null
},
"value": "val",
- "start": 9171,
- "end": 9174,
+ "start": 9197,
+ "end": 9200,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
+ "column": 59
+ },
+ "end": {
+ "line": 304,
+ "column": 62
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9200,
+ "end": 9201,
+ "loc": {
+ "start": {
+ "line": 304,
+ "column": 62
+ },
+ "end": {
+ "line": 304,
+ "column": 63
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "lbl",
+ "start": 9202,
+ "end": 9205,
+ "loc": {
+ "start": {
+ "line": 304,
"column": 64
},
"end": {
- "line": 303,
+ "line": 304,
"column": 67
}
}
@@ -67158,19 +66419,98 @@
"binop": null,
"updateContext": null
},
- "start": 9174,
- "end": 9175,
+ "start": 9205,
+ "end": 9206,
"loc": {
"start": {
- "line": 303,
+ "line": 304,
"column": 67
},
"end": {
- "line": 303,
+ "line": 304,
"column": 68
}
}
},
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9223,
+ "end": 9224,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 16
+ },
+ "end": {
+ "line": 305,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "data-idx",
+ "start": 9224,
+ "end": 9234,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 17
+ },
+ "end": {
+ "line": 305,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9234,
+ "end": 9235,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 27
+ },
+ "end": {
+ "line": 305,
+ "column": 28
+ }
+ }
+ },
{
"type": {
"label": "name",
@@ -67183,17 +66523,43 @@
"postfix": false,
"binop": null
},
- "value": "lbl",
- "start": 9176,
- "end": 9179,
+ "value": "lblIdx",
+ "start": 9236,
+ "end": 9242,
"loc": {
"start": {
- "line": 303,
- "column": 69
+ "line": 305,
+ "column": 29
},
"end": {
- "line": 303,
- "column": 72
+ "line": 305,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9242,
+ "end": 9243,
+ "loc": {
+ "start": {
+ "line": 305,
+ "column": 35
+ },
+ "end": {
+ "line": 305,
+ "column": 36
}
}
},
@@ -67209,16 +66575,16 @@
"postfix": false,
"binop": null
},
- "start": 9179,
- "end": 9180,
+ "start": 9243,
+ "end": 9244,
"loc": {
"start": {
- "line": 303,
- "column": 72
+ "line": 305,
+ "column": 36
},
"end": {
- "line": 303,
- "column": 73
+ "line": 305,
+ "column": 37
}
}
},
@@ -67235,16 +66601,16 @@
"binop": null,
"updateContext": null
},
- "start": 9180,
- "end": 9181,
+ "start": 9244,
+ "end": 9245,
"loc": {
"start": {
- "line": 303,
- "column": 73
+ "line": 305,
+ "column": 37
},
"end": {
- "line": 303,
- "column": 74
+ "line": 305,
+ "column": 38
}
}
},
@@ -67261,15 +66627,15 @@
"binop": null
},
"value": "li",
- "start": 9194,
- "end": 9196,
+ "start": 9258,
+ "end": 9260,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 12
},
"end": {
- "line": 304,
+ "line": 306,
"column": 14
}
}
@@ -67287,15 +66653,15 @@
"binop": null,
"updateContext": null
},
- "start": 9196,
- "end": 9197,
+ "start": 9260,
+ "end": 9261,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 14
},
"end": {
- "line": 304,
+ "line": 306,
"column": 15
}
}
@@ -67313,15 +66679,15 @@
"binop": null
},
"value": "className",
- "start": 9197,
- "end": 9206,
+ "start": 9261,
+ "end": 9270,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 15
},
"end": {
- "line": 304,
+ "line": 306,
"column": 24
}
}
@@ -67340,15 +66706,15 @@
"updateContext": null
},
"value": "=",
- "start": 9207,
- "end": 9208,
+ "start": 9271,
+ "end": 9272,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 25
},
"end": {
- "line": 304,
+ "line": 306,
"column": 26
}
}
@@ -67368,15 +66734,15 @@
"updateContext": null
},
"value": "this",
- "start": 9209,
- "end": 9213,
+ "start": 9273,
+ "end": 9277,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 27
},
"end": {
- "line": 304,
+ "line": 306,
"column": 31
}
}
@@ -67394,15 +66760,15 @@
"binop": null,
"updateContext": null
},
- "start": 9213,
- "end": 9214,
+ "start": 9277,
+ "end": 9278,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 31
},
"end": {
- "line": 304,
+ "line": 306,
"column": 32
}
}
@@ -67420,15 +66786,15 @@
"binop": null
},
"value": "itemCssClass",
- "start": 9214,
- "end": 9226,
+ "start": 9278,
+ "end": 9290,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 32
},
"end": {
- "line": 304,
+ "line": 306,
"column": 44
}
}
@@ -67446,15 +66812,15 @@
"binop": null,
"updateContext": null
},
- "start": 9226,
- "end": 9227,
+ "start": 9290,
+ "end": 9291,
"loc": {
"start": {
- "line": 304,
+ "line": 306,
"column": 44
},
"end": {
- "line": 304,
+ "line": 306,
"column": 45
}
}
@@ -67474,15 +66840,15 @@
"updateContext": null
},
"value": "if",
- "start": 9241,
- "end": 9243,
+ "start": 9305,
+ "end": 9307,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 12
},
"end": {
- "line": 306,
+ "line": 308,
"column": 14
}
}
@@ -67499,15 +66865,15 @@
"postfix": false,
"binop": null
},
- "start": 9244,
- "end": 9245,
+ "start": 9308,
+ "end": 9309,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 15
},
"end": {
- "line": 306,
+ "line": 308,
"column": 16
}
}
@@ -67525,15 +66891,15 @@
"binop": null
},
"value": "tf",
- "start": 9245,
- "end": 9247,
+ "start": 9309,
+ "end": 9311,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 16
},
"end": {
- "line": 306,
+ "line": 308,
"column": 18
}
}
@@ -67551,15 +66917,15 @@
"binop": null,
"updateContext": null
},
- "start": 9247,
- "end": 9248,
+ "start": 9311,
+ "end": 9312,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 18
},
"end": {
- "line": 306,
+ "line": 308,
"column": 19
}
}
@@ -67577,15 +66943,15 @@
"binop": null
},
"value": "linkedFilters",
- "start": 9248,
- "end": 9261,
+ "start": 9312,
+ "end": 9325,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 19
},
"end": {
- "line": 306,
+ "line": 308,
"column": 32
}
}
@@ -67604,15 +66970,15 @@
"updateContext": null
},
"value": "&&",
- "start": 9262,
- "end": 9264,
+ "start": 9326,
+ "end": 9328,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 33
},
"end": {
- "line": 306,
+ "line": 308,
"column": 35
}
}
@@ -67630,15 +66996,15 @@
"binop": null
},
"value": "tf",
- "start": 9265,
- "end": 9267,
+ "start": 9329,
+ "end": 9331,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 36
},
"end": {
- "line": 306,
+ "line": 308,
"column": 38
}
}
@@ -67656,15 +67022,15 @@
"binop": null,
"updateContext": null
},
- "start": 9267,
- "end": 9268,
+ "start": 9331,
+ "end": 9332,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 38
},
"end": {
- "line": 306,
+ "line": 308,
"column": 39
}
}
@@ -67682,15 +67048,15 @@
"binop": null
},
"value": "disableExcludedOptions",
- "start": 9268,
- "end": 9290,
+ "start": 9332,
+ "end": 9354,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 39
},
"end": {
- "line": 306,
+ "line": 308,
"column": 61
}
}
@@ -67709,15 +67075,15 @@
"updateContext": null
},
"value": "&&",
- "start": 9291,
- "end": 9293,
+ "start": 9355,
+ "end": 9357,
"loc": {
"start": {
- "line": 306,
+ "line": 308,
"column": 62
},
"end": {
- "line": 306,
+ "line": 308,
"column": 64
}
}
@@ -67735,15 +67101,15 @@
"binop": null
},
"value": "has",
- "start": 9310,
- "end": 9313,
+ "start": 9374,
+ "end": 9377,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 16
},
"end": {
- "line": 307,
+ "line": 309,
"column": 19
}
}
@@ -67760,15 +67126,15 @@
"postfix": false,
"binop": null
},
- "start": 9313,
- "end": 9314,
+ "start": 9377,
+ "end": 9378,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 19
},
"end": {
- "line": 307,
+ "line": 309,
"column": 20
}
}
@@ -67788,15 +67154,15 @@
"updateContext": null
},
"value": "this",
- "start": 9314,
- "end": 9318,
+ "start": 9378,
+ "end": 9382,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 20
},
"end": {
- "line": 307,
+ "line": 309,
"column": 24
}
}
@@ -67814,15 +67180,15 @@
"binop": null,
"updateContext": null
},
- "start": 9318,
- "end": 9319,
+ "start": 9382,
+ "end": 9383,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 24
},
"end": {
- "line": 307,
+ "line": 309,
"column": 25
}
}
@@ -67840,15 +67206,15 @@
"binop": null
},
"value": "excludedOpts",
- "start": 9319,
- "end": 9331,
+ "start": 9383,
+ "end": 9395,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 25
},
"end": {
- "line": 307,
+ "line": 309,
"column": 37
}
}
@@ -67866,15 +67232,15 @@
"binop": null,
"updateContext": null
},
- "start": 9331,
- "end": 9332,
+ "start": 9395,
+ "end": 9396,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 37
},
"end": {
- "line": 307,
+ "line": 309,
"column": 38
}
}
@@ -67892,15 +67258,15 @@
"binop": null
},
"value": "matchCase",
- "start": 9333,
- "end": 9342,
+ "start": 9397,
+ "end": 9406,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 39
},
"end": {
- "line": 307,
+ "line": 309,
"column": 48
}
}
@@ -67917,15 +67283,15 @@
"postfix": false,
"binop": null
},
- "start": 9342,
- "end": 9343,
+ "start": 9406,
+ "end": 9407,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 48
},
"end": {
- "line": 307,
+ "line": 309,
"column": 49
}
}
@@ -67943,15 +67309,15 @@
"binop": null
},
"value": "val",
- "start": 9343,
- "end": 9346,
+ "start": 9407,
+ "end": 9410,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 49
},
"end": {
- "line": 307,
+ "line": 309,
"column": 52
}
}
@@ -67969,15 +67335,15 @@
"binop": null,
"updateContext": null
},
- "start": 9346,
- "end": 9347,
+ "start": 9410,
+ "end": 9411,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 52
},
"end": {
- "line": 307,
+ "line": 309,
"column": 53
}
}
@@ -67995,15 +67361,15 @@
"binop": null
},
"value": "tf",
- "start": 9348,
- "end": 9350,
+ "start": 9412,
+ "end": 9414,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 54
},
"end": {
- "line": 307,
+ "line": 309,
"column": 56
}
}
@@ -68021,15 +67387,15 @@
"binop": null,
"updateContext": null
},
- "start": 9350,
- "end": 9351,
+ "start": 9414,
+ "end": 9415,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 56
},
"end": {
- "line": 307,
+ "line": 309,
"column": 57
}
}
@@ -68047,15 +67413,15 @@
"binop": null
},
"value": "caseSensitive",
- "start": 9351,
- "end": 9364,
+ "start": 9415,
+ "end": 9428,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 57
},
"end": {
- "line": 307,
+ "line": 309,
"column": 70
}
}
@@ -68072,15 +67438,15 @@
"postfix": false,
"binop": null
},
- "start": 9364,
- "end": 9365,
+ "start": 9428,
+ "end": 9429,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 70
},
"end": {
- "line": 307,
+ "line": 309,
"column": 71
}
}
@@ -68098,15 +67464,15 @@
"binop": null,
"updateContext": null
},
- "start": 9365,
- "end": 9366,
+ "start": 9429,
+ "end": 9430,
"loc": {
"start": {
- "line": 307,
+ "line": 309,
"column": 71
},
"end": {
- "line": 307,
+ "line": 309,
"column": 72
}
}
@@ -68124,15 +67490,15 @@
"binop": null
},
"value": "tf",
- "start": 9387,
- "end": 9389,
+ "start": 9451,
+ "end": 9453,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 20
},
"end": {
- "line": 308,
+ "line": 310,
"column": 22
}
}
@@ -68150,15 +67516,15 @@
"binop": null,
"updateContext": null
},
- "start": 9389,
- "end": 9390,
+ "start": 9453,
+ "end": 9454,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 22
},
"end": {
- "line": 308,
+ "line": 310,
"column": 23
}
}
@@ -68176,15 +67542,15 @@
"binop": null
},
"value": "caseSensitive",
- "start": 9390,
- "end": 9403,
+ "start": 9454,
+ "end": 9467,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 23
},
"end": {
- "line": 308,
+ "line": 310,
"column": 36
}
}
@@ -68201,15 +67567,15 @@
"postfix": false,
"binop": null
},
- "start": 9403,
- "end": 9404,
+ "start": 9467,
+ "end": 9468,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 36
},
"end": {
- "line": 308,
+ "line": 310,
"column": 37
}
}
@@ -68226,15 +67592,15 @@
"postfix": false,
"binop": null
},
- "start": 9404,
- "end": 9405,
+ "start": 9468,
+ "end": 9469,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 37
},
"end": {
- "line": 308,
+ "line": 310,
"column": 38
}
}
@@ -68251,15 +67617,15 @@
"postfix": false,
"binop": null
},
- "start": 9406,
- "end": 9407,
+ "start": 9470,
+ "end": 9471,
"loc": {
"start": {
- "line": 308,
+ "line": 310,
"column": 39
},
"end": {
- "line": 308,
+ "line": 310,
"column": 40
}
}
@@ -68277,15 +67643,15 @@
"binop": null
},
"value": "addClass",
- "start": 9424,
- "end": 9432,
+ "start": 9488,
+ "end": 9496,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 16
},
"end": {
- "line": 309,
+ "line": 311,
"column": 24
}
}
@@ -68302,15 +67668,15 @@
"postfix": false,
"binop": null
},
- "start": 9432,
- "end": 9433,
+ "start": 9496,
+ "end": 9497,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 24
},
"end": {
- "line": 309,
+ "line": 311,
"column": 25
}
}
@@ -68328,15 +67694,15 @@
"binop": null
},
"value": "li",
- "start": 9433,
- "end": 9435,
+ "start": 9497,
+ "end": 9499,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 25
},
"end": {
- "line": 309,
+ "line": 311,
"column": 27
}
}
@@ -68354,15 +67720,15 @@
"binop": null,
"updateContext": null
},
- "start": 9435,
- "end": 9436,
+ "start": 9499,
+ "end": 9500,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 27
},
"end": {
- "line": 309,
+ "line": 311,
"column": 28
}
}
@@ -68382,15 +67748,15 @@
"updateContext": null
},
"value": "this",
- "start": 9437,
- "end": 9441,
+ "start": 9501,
+ "end": 9505,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 29
},
"end": {
- "line": 309,
+ "line": 311,
"column": 33
}
}
@@ -68408,15 +67774,15 @@
"binop": null,
"updateContext": null
},
- "start": 9441,
- "end": 9442,
+ "start": 9505,
+ "end": 9506,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 33
},
"end": {
- "line": 309,
+ "line": 311,
"column": 34
}
}
@@ -68434,15 +67800,15 @@
"binop": null
},
"value": "disabledItemCssClass",
- "start": 9442,
- "end": 9462,
+ "start": 9506,
+ "end": 9526,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 34
},
"end": {
- "line": 309,
+ "line": 311,
"column": 54
}
}
@@ -68459,15 +67825,15 @@
"postfix": false,
"binop": null
},
- "start": 9462,
- "end": 9463,
+ "start": 9526,
+ "end": 9527,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 54
},
"end": {
- "line": 309,
+ "line": 311,
"column": 55
}
}
@@ -68485,15 +67851,15 @@
"binop": null,
"updateContext": null
},
- "start": 9463,
- "end": 9464,
+ "start": 9527,
+ "end": 9528,
"loc": {
"start": {
- "line": 309,
+ "line": 311,
"column": 55
},
"end": {
- "line": 309,
+ "line": 311,
"column": 56
}
}
@@ -68511,15 +67877,15 @@
"binop": null
},
"value": "li",
- "start": 9481,
- "end": 9483,
+ "start": 9545,
+ "end": 9547,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 16
},
"end": {
- "line": 310,
+ "line": 312,
"column": 18
}
}
@@ -68537,15 +67903,15 @@
"binop": null,
"updateContext": null
},
- "start": 9483,
- "end": 9484,
+ "start": 9547,
+ "end": 9548,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 18
},
"end": {
- "line": 310,
+ "line": 312,
"column": 19
}
}
@@ -68563,15 +67929,15 @@
"binop": null
},
"value": "check",
- "start": 9484,
- "end": 9489,
+ "start": 9548,
+ "end": 9553,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 19
},
"end": {
- "line": 310,
+ "line": 312,
"column": 24
}
}
@@ -68589,15 +67955,15 @@
"binop": null,
"updateContext": null
},
- "start": 9489,
- "end": 9490,
+ "start": 9553,
+ "end": 9554,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 24
},
"end": {
- "line": 310,
+ "line": 312,
"column": 25
}
}
@@ -68615,15 +67981,15 @@
"binop": null
},
"value": "disabled",
- "start": 9490,
- "end": 9498,
+ "start": 9554,
+ "end": 9562,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 25
},
"end": {
- "line": 310,
+ "line": 312,
"column": 33
}
}
@@ -68642,15 +68008,15 @@
"updateContext": null
},
"value": "=",
- "start": 9499,
- "end": 9500,
+ "start": 9563,
+ "end": 9564,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 34
},
"end": {
- "line": 310,
+ "line": 312,
"column": 35
}
}
@@ -68670,15 +68036,15 @@
"updateContext": null
},
"value": "true",
- "start": 9501,
- "end": 9505,
+ "start": 9565,
+ "end": 9569,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 36
},
"end": {
- "line": 310,
+ "line": 312,
"column": 40
}
}
@@ -68696,307 +68062,19 @@
"binop": null,
"updateContext": null
},
- "start": 9505,
- "end": 9506,
+ "start": 9569,
+ "end": 9570,
"loc": {
"start": {
- "line": 310,
+ "line": 312,
"column": 40
},
"end": {
- "line": 310,
+ "line": 312,
"column": 41
}
}
},
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li",
- "start": 9523,
- "end": 9525,
- "loc": {
- "start": {
- "line": 311,
- "column": 16
- },
- "end": {
- "line": 311,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 9525,
- "end": 9526,
- "loc": {
- "start": {
- "line": 311,
- "column": 18
- },
- "end": {
- "line": 311,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "disabled",
- "start": 9526,
- "end": 9534,
- "loc": {
- "start": {
- "line": 311,
- "column": 19
- },
- "end": {
- "line": 311,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 9535,
- "end": 9536,
- "loc": {
- "start": {
- "line": 311,
- "column": 28
- },
- "end": {
- "line": 311,
- "column": 29
- }
- }
- },
- {
- "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": 9537,
- "end": 9541,
- "loc": {
- "start": {
- "line": 311,
- "column": 30
- },
- "end": {
- "line": 311,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 9541,
- "end": 9542,
- "loc": {
- "start": {
- "line": 311,
- "column": 34
- },
- "end": {
- "line": 311,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 9555,
- "end": 9556,
- "loc": {
- "start": {
- "line": 312,
- "column": 12
- },
- "end": {
- "line": 312,
- "column": 13
- }
- }
- },
- {
- "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": 9557,
- "end": 9561,
- "loc": {
- "start": {
- "line": 312,
- "column": 14
- },
- "end": {
- "line": 312,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 9562,
- "end": 9563,
- "loc": {
- "start": {
- "line": 312,
- "column": 19
- },
- "end": {
- "line": 312,
- "column": 20
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "addEvt",
- "start": 9580,
- "end": 9586,
- "loc": {
- "start": {
- "line": 313,
- "column": 16
- },
- "end": {
- "line": 313,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 9586,
- "end": 9587,
- "loc": {
- "start": {
- "line": 313,
- "column": 22
- },
- "end": {
- "line": 313,
- "column": 23
- }
- }
- },
{
"type": {
"label": "name",
@@ -69015,11 +68093,11 @@
"loc": {
"start": {
"line": 313,
- "column": 23
+ "column": 16
},
"end": {
"line": 313,
- "column": 25
+ "column": 18
}
}
},
@@ -69041,10 +68119,298 @@
"loc": {
"start": {
"line": 313,
- "column": 25
+ "column": 18
},
"end": {
"line": 313,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "disabled",
+ "start": 9590,
+ "end": 9598,
+ "loc": {
+ "start": {
+ "line": 313,
+ "column": 19
+ },
+ "end": {
+ "line": 313,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 9599,
+ "end": 9600,
+ "loc": {
+ "start": {
+ "line": 313,
+ "column": 28
+ },
+ "end": {
+ "line": 313,
+ "column": 29
+ }
+ }
+ },
+ {
+ "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": 9601,
+ "end": 9605,
+ "loc": {
+ "start": {
+ "line": 313,
+ "column": 30
+ },
+ "end": {
+ "line": 313,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9605,
+ "end": 9606,
+ "loc": {
+ "start": {
+ "line": 313,
+ "column": 34
+ },
+ "end": {
+ "line": 313,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 9619,
+ "end": 9620,
+ "loc": {
+ "start": {
+ "line": 314,
+ "column": 12
+ },
+ "end": {
+ "line": 314,
+ "column": 13
+ }
+ }
+ },
+ {
+ "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": 9621,
+ "end": 9625,
+ "loc": {
+ "start": {
+ "line": 314,
+ "column": 14
+ },
+ "end": {
+ "line": 314,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 9626,
+ "end": 9627,
+ "loc": {
+ "start": {
+ "line": 314,
+ "column": 19
+ },
+ "end": {
+ "line": 314,
+ "column": 20
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "addEvt",
+ "start": 9644,
+ "end": 9650,
+ "loc": {
+ "start": {
+ "line": 315,
+ "column": 16
+ },
+ "end": {
+ "line": 315,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 9650,
+ "end": 9651,
+ "loc": {
+ "start": {
+ "line": 315,
+ "column": 22
+ },
+ "end": {
+ "line": 315,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li",
+ "start": 9651,
+ "end": 9653,
+ "loc": {
+ "start": {
+ "line": 315,
+ "column": 23
+ },
+ "end": {
+ "line": 315,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 9653,
+ "end": 9654,
+ "loc": {
+ "start": {
+ "line": 315,
+ "column": 25
+ },
+ "end": {
+ "line": 315,
"column": 26
}
}
@@ -69062,15 +68428,15 @@
"binop": null
},
"value": "check",
- "start": 9590,
- "end": 9595,
+ "start": 9654,
+ "end": 9659,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 26
},
"end": {
- "line": 313,
+ "line": 315,
"column": 31
}
}
@@ -69088,15 +68454,15 @@
"binop": null,
"updateContext": null
},
- "start": 9595,
- "end": 9596,
+ "start": 9659,
+ "end": 9660,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 31
},
"end": {
- "line": 313,
+ "line": 315,
"column": 32
}
}
@@ -69115,15 +68481,15 @@
"updateContext": null
},
"value": "click",
- "start": 9597,
- "end": 9604,
+ "start": 9661,
+ "end": 9668,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 33
},
"end": {
- "line": 313,
+ "line": 315,
"column": 40
}
}
@@ -69141,15 +68507,15 @@
"binop": null,
"updateContext": null
},
- "start": 9604,
- "end": 9605,
+ "start": 9668,
+ "end": 9669,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 40
},
"end": {
- "line": 313,
+ "line": 315,
"column": 41
}
}
@@ -69167,15 +68533,15 @@
"binop": null
},
"value": "evt",
- "start": 9606,
- "end": 9609,
+ "start": 9670,
+ "end": 9673,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 42
},
"end": {
- "line": 313,
+ "line": 315,
"column": 45
}
}
@@ -69193,15 +68559,15 @@
"binop": null,
"updateContext": null
},
- "start": 9610,
- "end": 9612,
+ "start": 9674,
+ "end": 9676,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 46
},
"end": {
- "line": 313,
+ "line": 315,
"column": 48
}
}
@@ -69221,15 +68587,15 @@
"updateContext": null
},
"value": "this",
- "start": 9613,
- "end": 9617,
+ "start": 9677,
+ "end": 9681,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 49
},
"end": {
- "line": 313,
+ "line": 315,
"column": 53
}
}
@@ -69247,15 +68613,15 @@
"binop": null,
"updateContext": null
},
- "start": 9617,
- "end": 9618,
+ "start": 9681,
+ "end": 9682,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 53
},
"end": {
- "line": 313,
+ "line": 315,
"column": 54
}
}
@@ -69273,15 +68639,15 @@
"binop": null
},
"value": "optionClick",
- "start": 9618,
- "end": 9629,
+ "start": 9682,
+ "end": 9693,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 54
},
"end": {
- "line": 313,
+ "line": 315,
"column": 65
}
}
@@ -69298,15 +68664,15 @@
"postfix": false,
"binop": null
},
- "start": 9629,
- "end": 9630,
+ "start": 9693,
+ "end": 9694,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 65
},
"end": {
- "line": 313,
+ "line": 315,
"column": 66
}
}
@@ -69324,15 +68690,15 @@
"binop": null
},
"value": "evt",
- "start": 9630,
- "end": 9633,
+ "start": 9694,
+ "end": 9697,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 66
},
"end": {
- "line": 313,
+ "line": 315,
"column": 69
}
}
@@ -69349,15 +68715,15 @@
"postfix": false,
"binop": null
},
- "start": 9633,
- "end": 9634,
+ "start": 9697,
+ "end": 9698,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 69
},
"end": {
- "line": 313,
+ "line": 315,
"column": 70
}
}
@@ -69374,15 +68740,15 @@
"postfix": false,
"binop": null
},
- "start": 9634,
- "end": 9635,
+ "start": 9698,
+ "end": 9699,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 70
},
"end": {
- "line": 313,
+ "line": 315,
"column": 71
}
}
@@ -69400,15 +68766,15 @@
"binop": null,
"updateContext": null
},
- "start": 9635,
- "end": 9636,
+ "start": 9699,
+ "end": 9700,
"loc": {
"start": {
- "line": 313,
+ "line": 315,
"column": 71
},
"end": {
- "line": 313,
+ "line": 315,
"column": 72
}
}
@@ -69425,15 +68791,15 @@
"postfix": false,
"binop": null
},
- "start": 9649,
- "end": 9650,
+ "start": 9713,
+ "end": 9714,
"loc": {
"start": {
- "line": 314,
+ "line": 316,
"column": 12
},
"end": {
- "line": 314,
+ "line": 316,
"column": 13
}
}
@@ -69451,15 +68817,15 @@
"binop": null
},
"value": "ul",
- "start": 9663,
- "end": 9665,
+ "start": 9727,
+ "end": 9729,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 12
},
"end": {
- "line": 315,
+ "line": 317,
"column": 14
}
}
@@ -69477,15 +68843,15 @@
"binop": null,
"updateContext": null
},
- "start": 9665,
- "end": 9666,
+ "start": 9729,
+ "end": 9730,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 14
},
"end": {
- "line": 315,
+ "line": 317,
"column": 15
}
}
@@ -69503,15 +68869,15 @@
"binop": null
},
"value": "appendChild",
- "start": 9666,
- "end": 9677,
+ "start": 9730,
+ "end": 9741,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 15
},
"end": {
- "line": 315,
+ "line": 317,
"column": 26
}
}
@@ -69528,15 +68894,15 @@
"postfix": false,
"binop": null
},
- "start": 9677,
- "end": 9678,
+ "start": 9741,
+ "end": 9742,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 26
},
"end": {
- "line": 315,
+ "line": 317,
"column": 27
}
}
@@ -69554,15 +68920,15 @@
"binop": null
},
"value": "li",
- "start": 9678,
- "end": 9680,
+ "start": 9742,
+ "end": 9744,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 27
},
"end": {
- "line": 315,
+ "line": 317,
"column": 29
}
}
@@ -69579,15 +68945,15 @@
"postfix": false,
"binop": null
},
- "start": 9680,
- "end": 9681,
+ "start": 9744,
+ "end": 9745,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 29
},
"end": {
- "line": 315,
+ "line": 317,
"column": 30
}
}
@@ -69605,15 +68971,15 @@
"binop": null,
"updateContext": null
},
- "start": 9681,
- "end": 9682,
+ "start": 9745,
+ "end": 9746,
"loc": {
"start": {
- "line": 315,
+ "line": 317,
"column": 30
},
"end": {
- "line": 315,
+ "line": 317,
"column": 31
}
}
@@ -69633,15 +68999,15 @@
"updateContext": null
},
"value": "if",
- "start": 9696,
- "end": 9698,
+ "start": 9760,
+ "end": 9762,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 12
},
"end": {
- "line": 317,
+ "line": 319,
"column": 14
}
}
@@ -69658,15 +69024,15 @@
"postfix": false,
"binop": null
},
- "start": 9699,
- "end": 9700,
+ "start": 9763,
+ "end": 9764,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 15
},
"end": {
- "line": 317,
+ "line": 319,
"column": 16
}
}
@@ -69684,15 +69050,15 @@
"binop": null
},
"value": "val",
- "start": 9700,
- "end": 9703,
+ "start": 9764,
+ "end": 9767,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 16
},
"end": {
- "line": 317,
+ "line": 319,
"column": 19
}
}
@@ -69711,15 +69077,15 @@
"updateContext": null
},
"value": "===",
- "start": 9704,
- "end": 9707,
+ "start": 9768,
+ "end": 9771,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 20
},
"end": {
- "line": 317,
+ "line": 319,
"column": 23
}
}
@@ -69738,15 +69104,15 @@
"updateContext": null
},
"value": "",
- "start": 9708,
- "end": 9710,
+ "start": 9772,
+ "end": 9774,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 24
},
"end": {
- "line": 317,
+ "line": 319,
"column": 26
}
}
@@ -69763,15 +69129,15 @@
"postfix": false,
"binop": null
},
- "start": 9710,
- "end": 9711,
+ "start": 9774,
+ "end": 9775,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 26
},
"end": {
- "line": 317,
+ "line": 319,
"column": 27
}
}
@@ -69788,15 +69154,15 @@
"postfix": false,
"binop": null
},
- "start": 9712,
- "end": 9713,
+ "start": 9776,
+ "end": 9777,
"loc": {
"start": {
- "line": 317,
+ "line": 319,
"column": 28
},
"end": {
- "line": 317,
+ "line": 319,
"column": 29
}
}
@@ -69804,15 +69170,15 @@
{
"type": "CommentLine",
"value": "item is hidden",
- "start": 9730,
- "end": 9746,
+ "start": 9794,
+ "end": 9810,
"loc": {
"start": {
- "line": 318,
+ "line": 320,
"column": 16
},
"end": {
- "line": 318,
+ "line": 320,
"column": 32
}
}
@@ -69830,15 +69196,15 @@
"binop": null
},
"value": "li",
- "start": 9763,
- "end": 9765,
+ "start": 9827,
+ "end": 9829,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 16
},
"end": {
- "line": 319,
+ "line": 321,
"column": 18
}
}
@@ -69856,15 +69222,15 @@
"binop": null,
"updateContext": null
},
- "start": 9765,
- "end": 9766,
+ "start": 9829,
+ "end": 9830,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 18
},
"end": {
- "line": 319,
+ "line": 321,
"column": 19
}
}
@@ -69882,15 +69248,15 @@
"binop": null
},
"value": "style",
- "start": 9766,
- "end": 9771,
+ "start": 9830,
+ "end": 9835,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 19
},
"end": {
- "line": 319,
+ "line": 321,
"column": 24
}
}
@@ -69908,15 +69274,15 @@
"binop": null,
"updateContext": null
},
- "start": 9771,
- "end": 9772,
+ "start": 9835,
+ "end": 9836,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 24
},
"end": {
- "line": 319,
+ "line": 321,
"column": 25
}
}
@@ -69934,15 +69300,15 @@
"binop": null
},
"value": "display",
- "start": 9772,
- "end": 9779,
+ "start": 9836,
+ "end": 9843,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 25
},
"end": {
- "line": 319,
+ "line": 321,
"column": 32
}
}
@@ -69961,15 +69327,15 @@
"updateContext": null
},
"value": "=",
- "start": 9780,
- "end": 9781,
+ "start": 9844,
+ "end": 9845,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 33
},
"end": {
- "line": 319,
+ "line": 321,
"column": 34
}
}
@@ -69987,15 +69353,15 @@
"binop": null
},
"value": "NONE",
- "start": 9782,
- "end": 9786,
+ "start": 9846,
+ "end": 9850,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 35
},
"end": {
- "line": 319,
+ "line": 321,
"column": 39
}
}
@@ -70013,15 +69379,15 @@
"binop": null,
"updateContext": null
},
- "start": 9786,
- "end": 9787,
+ "start": 9850,
+ "end": 9851,
"loc": {
"start": {
- "line": 319,
+ "line": 321,
"column": 39
},
"end": {
- "line": 319,
+ "line": 321,
"column": 40
}
}
@@ -70038,15 +69404,15 @@
"postfix": false,
"binop": null
},
- "start": 9800,
- "end": 9801,
+ "start": 9864,
+ "end": 9865,
"loc": {
"start": {
- "line": 320,
+ "line": 322,
"column": 12
},
"end": {
- "line": 320,
+ "line": 322,
"column": 13
}
}
@@ -70063,15 +69429,15 @@
"postfix": false,
"binop": null
},
- "start": 9810,
- "end": 9811,
+ "start": 9874,
+ "end": 9875,
"loc": {
"start": {
- "line": 321,
+ "line": 323,
"column": 8
},
"end": {
- "line": 321,
+ "line": 323,
"column": 9
}
}
@@ -70088,15 +69454,15 @@
"postfix": false,
"binop": null
},
- "start": 9816,
- "end": 9817,
+ "start": 9880,
+ "end": 9881,
"loc": {
"start": {
- "line": 322,
+ "line": 324,
"column": 4
},
"end": {
- "line": 322,
+ "line": 324,
"column": 5
}
}
@@ -70104,15 +69470,15 @@
{
"type": "CommentBlock",
"value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n ",
- "start": 9823,
- "end": 9973,
+ "start": 9887,
+ "end": 10037,
"loc": {
"start": {
- "line": 324,
+ "line": 326,
"column": 4
},
"end": {
- "line": 329,
+ "line": 331,
"column": 7
}
}
@@ -70130,15 +69496,15 @@
"binop": null
},
"value": "addTChecks",
- "start": 9978,
- "end": 9988,
+ "start": 10042,
+ "end": 10052,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 4
},
"end": {
- "line": 330,
+ "line": 332,
"column": 14
}
}
@@ -70155,15 +69521,15 @@
"postfix": false,
"binop": null
},
- "start": 9988,
- "end": 9989,
+ "start": 10052,
+ "end": 10053,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 14
},
"end": {
- "line": 330,
+ "line": 332,
"column": 15
}
}
@@ -70181,15 +69547,15 @@
"binop": null
},
"value": "colIndex",
- "start": 9989,
- "end": 9997,
+ "start": 10053,
+ "end": 10061,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 15
},
"end": {
- "line": 330,
+ "line": 332,
"column": 23
}
}
@@ -70207,15 +69573,15 @@
"binop": null,
"updateContext": null
},
- "start": 9997,
- "end": 9998,
+ "start": 10061,
+ "end": 10062,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 23
},
"end": {
- "line": 330,
+ "line": 332,
"column": 24
}
}
@@ -70233,15 +69599,15 @@
"binop": null
},
"value": "ul",
- "start": 9999,
- "end": 10001,
+ "start": 10063,
+ "end": 10065,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 25
},
"end": {
- "line": 330,
+ "line": 332,
"column": 27
}
}
@@ -70258,15 +69624,15 @@
"postfix": false,
"binop": null
},
- "start": 10001,
- "end": 10002,
+ "start": 10065,
+ "end": 10066,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 27
},
"end": {
- "line": 330,
+ "line": 332,
"column": 28
}
}
@@ -70283,15 +69649,15 @@
"postfix": false,
"binop": null
},
- "start": 10003,
- "end": 10004,
+ "start": 10067,
+ "end": 10068,
"loc": {
"start": {
- "line": 330,
+ "line": 332,
"column": 29
},
"end": {
- "line": 330,
+ "line": 332,
"column": 30
}
}
@@ -70311,15 +69677,15 @@
"updateContext": null
},
"value": "let",
- "start": 10013,
- "end": 10016,
+ "start": 10077,
+ "end": 10080,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 8
},
"end": {
- "line": 331,
+ "line": 333,
"column": 11
}
}
@@ -70337,15 +69703,15 @@
"binop": null
},
"value": "tf",
- "start": 10017,
- "end": 10019,
+ "start": 10081,
+ "end": 10083,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 12
},
"end": {
- "line": 331,
+ "line": 333,
"column": 14
}
}
@@ -70364,15 +69730,15 @@
"updateContext": null
},
"value": "=",
- "start": 10020,
- "end": 10021,
+ "start": 10084,
+ "end": 10085,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 15
},
"end": {
- "line": 331,
+ "line": 333,
"column": 16
}
}
@@ -70392,15 +69758,15 @@
"updateContext": null
},
"value": "this",
- "start": 10022,
- "end": 10026,
+ "start": 10086,
+ "end": 10090,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 17
},
"end": {
- "line": 331,
+ "line": 333,
"column": 21
}
}
@@ -70418,15 +69784,15 @@
"binop": null,
"updateContext": null
},
- "start": 10026,
- "end": 10027,
+ "start": 10090,
+ "end": 10091,
"loc": {
"start": {
- "line": 331,
+ "line": 333,
"column": 21
},
"end": {
- "line": 331,
+ "line": 333,
"column": 22
}
}
@@ -70444,413 +69810,16 @@
"binop": null
},
"value": "tf",
- "start": 10027,
- "end": 10029,
- "loc": {
- "start": {
- "line": 331,
- "column": 22
- },
- "end": {
- "line": 331,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10029,
- "end": 10030,
- "loc": {
- "start": {
- "line": 331,
- "column": 24
- },
- "end": {
- "line": 331,
- "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": 10039,
- "end": 10042,
- "loc": {
- "start": {
- "line": 332,
- "column": 8
- },
- "end": {
- "line": 332,
- "column": 11
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkCt",
- "start": 10043,
- "end": 10048,
- "loc": {
- "start": {
- "line": 332,
- "column": 12
- },
- "end": {
- "line": 332,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 10049,
- "end": 10050,
- "loc": {
- "start": {
- "line": 332,
- "column": 18
- },
- "end": {
- "line": 332,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 1,
- "start": 10051,
- "end": 10052,
- "loc": {
- "start": {
- "line": 332,
- "column": 20
- },
- "end": {
- "line": 332,
- "column": 21
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10052,
- "end": 10053,
- "loc": {
- "start": {
- "line": 332,
- "column": 21
- },
- "end": {
- "line": 332,
- "column": 22
- }
- }
- },
- {
- "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": 10062,
- "end": 10065,
- "loc": {
- "start": {
- "line": 333,
- "column": 8
- },
- "end": {
- "line": 333,
- "column": 11
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltId",
- "start": 10066,
- "end": 10071,
- "loc": {
- "start": {
- "line": 333,
- "column": 12
- },
- "end": {
- "line": 333,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 10072,
- "end": 10073,
- "loc": {
- "start": {
- "line": 333,
- "column": 18
- },
- "end": {
- "line": 333,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 10074,
- "end": 10076,
- "loc": {
- "start": {
- "line": 333,
- "column": 20
- },
- "end": {
- "line": 333,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10076,
- "end": 10077,
- "loc": {
- "start": {
- "line": 333,
- "column": 22
- },
- "end": {
- "line": 333,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIds",
- "start": 10077,
- "end": 10083,
- "loc": {
- "start": {
- "line": 333,
- "column": 23
- },
- "end": {
- "line": 333,
- "column": 29
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10083,
- "end": 10084,
- "loc": {
- "start": {
- "line": 333,
- "column": 29
- },
- "end": {
- "line": 333,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIndex",
- "start": 10084,
- "end": 10092,
- "loc": {
- "start": {
- "line": 333,
- "column": 30
- },
- "end": {
- "line": 333,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10092,
+ "start": 10091,
"end": 10093,
"loc": {
"start": {
"line": 333,
- "column": 38
+ "column": 22
},
"end": {
"line": 333,
- "column": 39
+ "column": 24
}
}
},
@@ -70872,11 +69841,11 @@
"loc": {
"start": {
"line": 333,
- "column": 39
+ "column": 24
},
"end": {
"line": 333,
- "column": 40
+ "column": 25
}
}
},
@@ -70920,9 +69889,9 @@
"postfix": false,
"binop": null
},
- "value": "li0",
+ "value": "chkCt",
"start": 10107,
- "end": 10110,
+ "end": 10112,
"loc": {
"start": {
"line": 334,
@@ -70930,6 +69899,403 @@
},
"end": {
"line": 334,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 10113,
+ "end": 10114,
+ "loc": {
+ "start": {
+ "line": 334,
+ "column": 18
+ },
+ "end": {
+ "line": 334,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 1,
+ "start": 10115,
+ "end": 10116,
+ "loc": {
+ "start": {
+ "line": 334,
+ "column": 20
+ },
+ "end": {
+ "line": 334,
+ "column": 21
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10116,
+ "end": 10117,
+ "loc": {
+ "start": {
+ "line": 334,
+ "column": 21
+ },
+ "end": {
+ "line": 334,
+ "column": 22
+ }
+ }
+ },
+ {
+ "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": 10126,
+ "end": 10129,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 8
+ },
+ "end": {
+ "line": 335,
+ "column": 11
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "fltId",
+ "start": 10130,
+ "end": 10135,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 12
+ },
+ "end": {
+ "line": 335,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 10136,
+ "end": 10137,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 18
+ },
+ "end": {
+ "line": 335,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 10138,
+ "end": 10140,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 20
+ },
+ "end": {
+ "line": 335,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10140,
+ "end": 10141,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 22
+ },
+ "end": {
+ "line": 335,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "fltIds",
+ "start": 10141,
+ "end": 10147,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 23
+ },
+ "end": {
+ "line": 335,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10147,
+ "end": 10148,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 29
+ },
+ "end": {
+ "line": 335,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "colIndex",
+ "start": 10148,
+ "end": 10156,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 30
+ },
+ "end": {
+ "line": 335,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10156,
+ "end": 10157,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 38
+ },
+ "end": {
+ "line": 335,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10157,
+ "end": 10158,
+ "loc": {
+ "start": {
+ "line": 335,
+ "column": 39
+ },
+ "end": {
+ "line": 335,
+ "column": 40
+ }
+ }
+ },
+ {
+ "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": 10167,
+ "end": 10170,
+ "loc": {
+ "start": {
+ "line": 336,
+ "column": 8
+ },
+ "end": {
+ "line": 336,
+ "column": 11
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li0",
+ "start": 10171,
+ "end": 10174,
+ "loc": {
+ "start": {
+ "line": 336,
+ "column": 12
+ },
+ "end": {
+ "line": 336,
"column": 15
}
}
@@ -70948,15 +70314,15 @@
"updateContext": null
},
"value": "=",
- "start": 10111,
- "end": 10112,
+ "start": 10175,
+ "end": 10176,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 16
},
"end": {
- "line": 334,
+ "line": 336,
"column": 17
}
}
@@ -70974,15 +70340,15 @@
"binop": null
},
"value": "createCheckItem",
- "start": 10113,
- "end": 10128,
+ "start": 10177,
+ "end": 10192,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 18
},
"end": {
- "line": 334,
+ "line": 336,
"column": 33
}
}
@@ -70999,15 +70365,15 @@
"postfix": false,
"binop": null
},
- "start": 10128,
- "end": 10129,
+ "start": 10192,
+ "end": 10193,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 33
},
"end": {
- "line": 334,
+ "line": 336,
"column": 34
}
}
@@ -71024,15 +70390,15 @@
"postfix": false,
"binop": null
},
- "start": 10129,
- "end": 10130,
+ "start": 10193,
+ "end": 10194,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 34
},
"end": {
- "line": 334,
+ "line": 336,
"column": 35
}
}
@@ -71051,15 +70417,15 @@
"updateContext": null
},
"value": "",
- "start": 10130,
- "end": 10130,
+ "start": 10194,
+ "end": 10194,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 35
},
"end": {
- "line": 334,
+ "line": 336,
"column": 35
}
}
@@ -71076,15 +70442,15 @@
"postfix": false,
"binop": null
},
- "start": 10130,
- "end": 10132,
+ "start": 10194,
+ "end": 10196,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 35
},
"end": {
- "line": 334,
+ "line": 336,
"column": 37
}
}
@@ -71102,15 +70468,15 @@
"binop": null
},
"value": "fltId",
- "start": 10132,
- "end": 10137,
+ "start": 10196,
+ "end": 10201,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 37
},
"end": {
- "line": 334,
+ "line": 336,
"column": 42
}
}
@@ -71127,15 +70493,15 @@
"postfix": false,
"binop": null
},
- "start": 10137,
- "end": 10138,
+ "start": 10201,
+ "end": 10202,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 42
},
"end": {
- "line": 334,
+ "line": 336,
"column": 43
}
}
@@ -71154,15 +70520,15 @@
"updateContext": null
},
"value": "_0",
- "start": 10138,
- "end": 10140,
+ "start": 10202,
+ "end": 10204,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 43
},
"end": {
- "line": 334,
+ "line": 336,
"column": 45
}
}
@@ -71179,15 +70545,15 @@
"postfix": false,
"binop": null
},
- "start": 10140,
- "end": 10141,
+ "start": 10204,
+ "end": 10205,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 45
},
"end": {
- "line": 334,
+ "line": 336,
"column": 46
}
}
@@ -71205,15 +70571,15 @@
"binop": null,
"updateContext": null
},
- "start": 10141,
- "end": 10142,
+ "start": 10205,
+ "end": 10206,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 46
},
"end": {
- "line": 334,
+ "line": 336,
"column": 47
}
}
@@ -71232,15 +70598,15 @@
"updateContext": null
},
"value": "",
- "start": 10143,
- "end": 10145,
+ "start": 10207,
+ "end": 10209,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 48
},
"end": {
- "line": 334,
+ "line": 336,
"column": 50
}
}
@@ -71258,15 +70624,15 @@
"binop": null,
"updateContext": null
},
- "start": 10145,
- "end": 10146,
+ "start": 10209,
+ "end": 10210,
"loc": {
"start": {
- "line": 334,
+ "line": 336,
"column": 50
},
"end": {
- "line": 334,
+ "line": 336,
"column": 51
}
}
@@ -71284,15 +70650,15 @@
"binop": null
},
"value": "tf",
- "start": 10159,
- "end": 10161,
+ "start": 10223,
+ "end": 10225,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 12
},
"end": {
- "line": 335,
+ "line": 337,
"column": 14
}
}
@@ -71310,15 +70676,15 @@
"binop": null,
"updateContext": null
},
- "start": 10161,
- "end": 10162,
+ "start": 10225,
+ "end": 10226,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 14
},
"end": {
- "line": 335,
+ "line": 337,
"column": 15
}
}
@@ -71336,15 +70702,15 @@
"binop": null
},
"value": "getClearFilterText",
- "start": 10162,
- "end": 10180,
+ "start": 10226,
+ "end": 10244,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 15
},
"end": {
- "line": 335,
+ "line": 337,
"column": 33
}
}
@@ -71361,15 +70727,15 @@
"postfix": false,
"binop": null
},
- "start": 10180,
- "end": 10181,
+ "start": 10244,
+ "end": 10245,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 33
},
"end": {
- "line": 335,
+ "line": 337,
"column": 34
}
}
@@ -71387,15 +70753,15 @@
"binop": null
},
"value": "colIndex",
- "start": 10181,
- "end": 10189,
+ "start": 10245,
+ "end": 10253,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 34
},
"end": {
- "line": 335,
+ "line": 337,
"column": 42
}
}
@@ -71412,44 +70778,202 @@
"postfix": false,
"binop": null
},
- "start": 10189,
- "end": 10190,
+ "start": 10253,
+ "end": 10254,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 42
},
"end": {
- "line": 335,
+ "line": 337,
"column": 43
}
}
},
{
"type": {
- "label": ")",
- "beforeExpr": false,
+ "label": ",",
+ "beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null
+ "binop": null,
+ "updateContext": null
},
- "start": 10190,
- "end": 10191,
+ "start": 10254,
+ "end": 10255,
"loc": {
"start": {
- "line": 335,
+ "line": 337,
"column": 43
},
"end": {
- "line": 335,
+ "line": 337,
"column": 44
}
}
},
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10256,
+ "end": 10257,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 45
+ },
+ "end": {
+ "line": 337,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "data-idx",
+ "start": 10257,
+ "end": 10267,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 46
+ },
+ "end": {
+ "line": 337,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10267,
+ "end": 10268,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 56
+ },
+ "end": {
+ "line": 337,
+ "column": 57
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 0,
+ "start": 10269,
+ "end": 10270,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 58
+ },
+ "end": {
+ "line": 337,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10270,
+ "end": 10271,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 59
+ },
+ "end": {
+ "line": 337,
+ "column": 60
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10271,
+ "end": 10272,
+ "loc": {
+ "start": {
+ "line": 337,
+ "column": 60
+ },
+ "end": {
+ "line": 337,
+ "column": 61
+ }
+ }
+ },
{
"type": {
"label": ";",
@@ -71463,16 +70987,16 @@
"binop": null,
"updateContext": null
},
- "start": 10191,
- "end": 10192,
+ "start": 10272,
+ "end": 10273,
"loc": {
"start": {
- "line": 335,
- "column": 44
+ "line": 337,
+ "column": 61
},
"end": {
- "line": 335,
- "column": 45
+ "line": 337,
+ "column": 62
}
}
},
@@ -71489,15 +71013,15 @@
"binop": null
},
"value": "li0",
- "start": 10201,
- "end": 10204,
+ "start": 10282,
+ "end": 10285,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 8
},
"end": {
- "line": 336,
+ "line": 338,
"column": 11
}
}
@@ -71515,15 +71039,15 @@
"binop": null,
"updateContext": null
},
- "start": 10204,
- "end": 10205,
+ "start": 10285,
+ "end": 10286,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 11
},
"end": {
- "line": 336,
+ "line": 338,
"column": 12
}
}
@@ -71541,15 +71065,15 @@
"binop": null
},
"value": "className",
- "start": 10205,
- "end": 10214,
+ "start": 10286,
+ "end": 10295,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 12
},
"end": {
- "line": 336,
+ "line": 338,
"column": 21
}
}
@@ -71568,15 +71092,15 @@
"updateContext": null
},
"value": "=",
- "start": 10215,
- "end": 10216,
+ "start": 10296,
+ "end": 10297,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 22
},
"end": {
- "line": 336,
+ "line": 338,
"column": 23
}
}
@@ -71596,15 +71120,15 @@
"updateContext": null
},
"value": "this",
- "start": 10217,
- "end": 10221,
+ "start": 10298,
+ "end": 10302,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 24
},
"end": {
- "line": 336,
+ "line": 338,
"column": 28
}
}
@@ -71622,15 +71146,15 @@
"binop": null,
"updateContext": null
},
- "start": 10221,
- "end": 10222,
+ "start": 10302,
+ "end": 10303,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 28
},
"end": {
- "line": 336,
+ "line": 338,
"column": 29
}
}
@@ -71648,15 +71172,15 @@
"binop": null
},
"value": "itemCssClass",
- "start": 10222,
- "end": 10234,
+ "start": 10303,
+ "end": 10315,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 29
},
"end": {
- "line": 336,
+ "line": 338,
"column": 41
}
}
@@ -71674,15 +71198,15 @@
"binop": null,
"updateContext": null
},
- "start": 10234,
- "end": 10235,
+ "start": 10315,
+ "end": 10316,
"loc": {
"start": {
- "line": 336,
+ "line": 338,
"column": 41
},
"end": {
- "line": 336,
+ "line": 338,
"column": 42
}
}
@@ -71700,15 +71224,15 @@
"binop": null
},
"value": "ul",
- "start": 10244,
- "end": 10246,
+ "start": 10325,
+ "end": 10327,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 8
},
"end": {
- "line": 337,
+ "line": 339,
"column": 10
}
}
@@ -71726,15 +71250,15 @@
"binop": null,
"updateContext": null
},
- "start": 10246,
- "end": 10247,
+ "start": 10327,
+ "end": 10328,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 10
},
"end": {
- "line": 337,
+ "line": 339,
"column": 11
}
}
@@ -71752,15 +71276,15 @@
"binop": null
},
"value": "appendChild",
- "start": 10247,
- "end": 10258,
+ "start": 10328,
+ "end": 10339,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 11
},
"end": {
- "line": 337,
+ "line": 339,
"column": 22
}
}
@@ -71777,15 +71301,15 @@
"postfix": false,
"binop": null
},
- "start": 10258,
- "end": 10259,
+ "start": 10339,
+ "end": 10340,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 22
},
"end": {
- "line": 337,
+ "line": 339,
"column": 23
}
}
@@ -71803,15 +71327,15 @@
"binop": null
},
"value": "li0",
- "start": 10259,
- "end": 10262,
+ "start": 10340,
+ "end": 10343,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 23
},
"end": {
- "line": 337,
+ "line": 339,
"column": 26
}
}
@@ -71828,15 +71352,15 @@
"postfix": false,
"binop": null
},
- "start": 10262,
- "end": 10263,
+ "start": 10343,
+ "end": 10344,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 26
},
"end": {
- "line": 337,
+ "line": 339,
"column": 27
}
}
@@ -71854,15 +71378,15 @@
"binop": null,
"updateContext": null
},
- "start": 10263,
- "end": 10264,
+ "start": 10344,
+ "end": 10345,
"loc": {
"start": {
- "line": 337,
+ "line": 339,
"column": 27
},
"end": {
- "line": 337,
+ "line": 339,
"column": 28
}
}
@@ -71880,15 +71404,15 @@
"binop": null
},
"value": "addEvt",
- "start": 10274,
- "end": 10280,
+ "start": 10355,
+ "end": 10361,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 8
},
"end": {
- "line": 339,
+ "line": 341,
"column": 14
}
}
@@ -71905,15 +71429,15 @@
"postfix": false,
"binop": null
},
- "start": 10280,
- "end": 10281,
+ "start": 10361,
+ "end": 10362,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 14
},
"end": {
- "line": 339,
+ "line": 341,
"column": 15
}
}
@@ -71931,15 +71455,15 @@
"binop": null
},
"value": "li0",
- "start": 10281,
- "end": 10284,
+ "start": 10362,
+ "end": 10365,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 15
},
"end": {
- "line": 339,
+ "line": 341,
"column": 18
}
}
@@ -71957,15 +71481,15 @@
"binop": null,
"updateContext": null
},
- "start": 10284,
- "end": 10285,
+ "start": 10365,
+ "end": 10366,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 18
},
"end": {
- "line": 339,
+ "line": 341,
"column": 19
}
}
@@ -71983,15 +71507,15 @@
"binop": null
},
"value": "check",
- "start": 10285,
- "end": 10290,
+ "start": 10366,
+ "end": 10371,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 19
},
"end": {
- "line": 339,
+ "line": 341,
"column": 24
}
}
@@ -72009,15 +71533,15 @@
"binop": null,
"updateContext": null
},
- "start": 10290,
- "end": 10291,
+ "start": 10371,
+ "end": 10372,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 24
},
"end": {
- "line": 339,
+ "line": 341,
"column": 25
}
}
@@ -72036,15 +71560,15 @@
"updateContext": null
},
"value": "click",
- "start": 10292,
- "end": 10299,
+ "start": 10373,
+ "end": 10380,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 26
},
"end": {
- "line": 339,
+ "line": 341,
"column": 33
}
}
@@ -72062,15 +71586,15 @@
"binop": null,
"updateContext": null
},
- "start": 10299,
- "end": 10300,
+ "start": 10380,
+ "end": 10381,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 33
},
"end": {
- "line": 339,
+ "line": 341,
"column": 34
}
}
@@ -72088,15 +71612,15 @@
"binop": null
},
"value": "evt",
- "start": 10301,
- "end": 10304,
+ "start": 10382,
+ "end": 10385,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 35
},
"end": {
- "line": 339,
+ "line": 341,
"column": 38
}
}
@@ -72114,15 +71638,15 @@
"binop": null,
"updateContext": null
},
- "start": 10305,
- "end": 10307,
+ "start": 10386,
+ "end": 10388,
"loc": {
"start": {
- "line": 339,
+ "line": 341,
"column": 39
},
"end": {
- "line": 339,
+ "line": 341,
"column": 41
}
}
@@ -72142,483 +71666,16 @@
"updateContext": null
},
"value": "this",
- "start": 10308,
- "end": 10312,
- "loc": {
- "start": {
- "line": 339,
- "column": 42
- },
- "end": {
- "line": 339,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10312,
- "end": 10313,
- "loc": {
- "start": {
- "line": 339,
- "column": 46
- },
- "end": {
- "line": 339,
- "column": 47
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "optionClick",
- "start": 10313,
- "end": 10324,
- "loc": {
- "start": {
- "line": 339,
- "column": 47
- },
- "end": {
- "line": 339,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10324,
- "end": 10325,
- "loc": {
- "start": {
- "line": 339,
- "column": 58
- },
- "end": {
- "line": 339,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "evt",
- "start": 10325,
- "end": 10328,
- "loc": {
- "start": {
- "line": 339,
- "column": 59
- },
- "end": {
- "line": 339,
- "column": 62
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10328,
- "end": 10329,
- "loc": {
- "start": {
- "line": 339,
- "column": 62
- },
- "end": {
- "line": 339,
- "column": 63
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10329,
- "end": 10330,
- "loc": {
- "start": {
- "line": 339,
- "column": 63
- },
- "end": {
- "line": 339,
- "column": 64
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10330,
- "end": 10331,
- "loc": {
- "start": {
- "line": 339,
- "column": 64
- },
- "end": {
- "line": 339,
- "column": 65
- }
- }
- },
- {
- "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": 10341,
- "end": 10343,
- "loc": {
- "start": {
- "line": 341,
- "column": 8
- },
- "end": {
- "line": 341,
- "column": 10
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10344,
- "end": 10345,
- "loc": {
- "start": {
- "line": 341,
- "column": 11
- },
- "end": {
- "line": 341,
- "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": 10345,
- "end": 10346,
- "loc": {
- "start": {
- "line": 341,
- "column": 12
- },
- "end": {
- "line": 341,
- "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": 10346,
- "end": 10350,
- "loc": {
- "start": {
- "line": 341,
- "column": 13
- },
- "end": {
- "line": 341,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10350,
- "end": 10351,
- "loc": {
- "start": {
- "line": 341,
- "column": 17
- },
- "end": {
- "line": 341,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "enableResetOption",
- "start": 10351,
- "end": 10368,
- "loc": {
- "start": {
- "line": 341,
- "column": 18
- },
- "end": {
- "line": 341,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10368,
- "end": 10369,
- "loc": {
- "start": {
- "line": 341,
- "column": 35
- },
- "end": {
- "line": 341,
- "column": 36
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10370,
- "end": 10371,
- "loc": {
- "start": {
- "line": 341,
- "column": 37
- },
- "end": {
- "line": 341,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li0",
- "start": 10384,
- "end": 10387,
- "loc": {
- "start": {
- "line": 342,
- "column": 12
- },
- "end": {
- "line": 342,
- "column": 15
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10387,
- "end": 10388,
- "loc": {
- "start": {
- "line": 342,
- "column": 15
- },
- "end": {
- "line": 342,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "style",
- "start": 10388,
+ "start": 10389,
"end": 10393,
"loc": {
"start": {
- "line": 342,
- "column": 16
+ "line": 341,
+ "column": 42
},
"end": {
- "line": 342,
- "column": 21
+ "line": 341,
+ "column": 46
}
}
},
@@ -72639,11 +71696,478 @@
"end": 10394,
"loc": {
"start": {
- "line": 342,
+ "line": 341,
+ "column": 46
+ },
+ "end": {
+ "line": 341,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "optionClick",
+ "start": 10394,
+ "end": 10405,
+ "loc": {
+ "start": {
+ "line": 341,
+ "column": 47
+ },
+ "end": {
+ "line": 341,
+ "column": 58
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10405,
+ "end": 10406,
+ "loc": {
+ "start": {
+ "line": 341,
+ "column": 58
+ },
+ "end": {
+ "line": 341,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "evt",
+ "start": 10406,
+ "end": 10409,
+ "loc": {
+ "start": {
+ "line": 341,
+ "column": 59
+ },
+ "end": {
+ "line": 341,
+ "column": 62
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10409,
+ "end": 10410,
+ "loc": {
+ "start": {
+ "line": 341,
+ "column": 62
+ },
+ "end": {
+ "line": 341,
+ "column": 63
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10410,
+ "end": 10411,
+ "loc": {
+ "start": {
+ "line": 341,
+ "column": 63
+ },
+ "end": {
+ "line": 341,
+ "column": 64
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10411,
+ "end": 10412,
+ "loc": {
+ "start": {
+ "line": 341,
+ "column": 64
+ },
+ "end": {
+ "line": 341,
+ "column": 65
+ }
+ }
+ },
+ {
+ "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": 10422,
+ "end": 10424,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 8
+ },
+ "end": {
+ "line": 343,
+ "column": 10
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10425,
+ "end": 10426,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 11
+ },
+ "end": {
+ "line": 343,
+ "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": 10426,
+ "end": 10427,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 12
+ },
+ "end": {
+ "line": 343,
+ "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": 10427,
+ "end": 10431,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 13
+ },
+ "end": {
+ "line": 343,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10431,
+ "end": 10432,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 17
+ },
+ "end": {
+ "line": 343,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "enableResetOption",
+ "start": 10432,
+ "end": 10449,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 18
+ },
+ "end": {
+ "line": 343,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10449,
+ "end": 10450,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 35
+ },
+ "end": {
+ "line": 343,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10451,
+ "end": 10452,
+ "loc": {
+ "start": {
+ "line": 343,
+ "column": 37
+ },
+ "end": {
+ "line": 343,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li0",
+ "start": 10465,
+ "end": 10468,
+ "loc": {
+ "start": {
+ "line": 344,
+ "column": 12
+ },
+ "end": {
+ "line": 344,
+ "column": 15
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10468,
+ "end": 10469,
+ "loc": {
+ "start": {
+ "line": 344,
+ "column": 15
+ },
+ "end": {
+ "line": 344,
+ "column": 16
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "style",
+ "start": 10469,
+ "end": 10474,
+ "loc": {
+ "start": {
+ "line": 344,
+ "column": 16
+ },
+ "end": {
+ "line": 344,
+ "column": 21
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10474,
+ "end": 10475,
+ "loc": {
+ "start": {
+ "line": 344,
"column": 21
},
"end": {
- "line": 342,
+ "line": 344,
"column": 22
}
}
@@ -72661,15 +72185,15 @@
"binop": null
},
"value": "display",
- "start": 10394,
- "end": 10401,
+ "start": 10475,
+ "end": 10482,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 22
},
"end": {
- "line": 342,
+ "line": 344,
"column": 29
}
}
@@ -72688,15 +72212,15 @@
"updateContext": null
},
"value": "=",
- "start": 10402,
- "end": 10403,
+ "start": 10483,
+ "end": 10484,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 30
},
"end": {
- "line": 342,
+ "line": 344,
"column": 31
}
}
@@ -72714,15 +72238,15 @@
"binop": null
},
"value": "NONE",
- "start": 10404,
- "end": 10408,
+ "start": 10485,
+ "end": 10489,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 32
},
"end": {
- "line": 342,
+ "line": 344,
"column": 36
}
}
@@ -72740,15 +72264,15 @@
"binop": null,
"updateContext": null
},
- "start": 10408,
- "end": 10409,
+ "start": 10489,
+ "end": 10490,
"loc": {
"start": {
- "line": 342,
+ "line": 344,
"column": 36
},
"end": {
- "line": 342,
+ "line": 344,
"column": 37
}
}
@@ -72765,15 +72289,15 @@
"postfix": false,
"binop": null
},
- "start": 10418,
- "end": 10419,
+ "start": 10499,
+ "end": 10500,
"loc": {
"start": {
- "line": 343,
+ "line": 345,
"column": 8
},
"end": {
- "line": 343,
+ "line": 345,
"column": 9
}
}
@@ -72793,15 +72317,15 @@
"updateContext": null
},
"value": "if",
- "start": 10429,
- "end": 10431,
+ "start": 10510,
+ "end": 10512,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 8
},
"end": {
- "line": 345,
+ "line": 347,
"column": 10
}
}
@@ -72818,15 +72342,15 @@
"postfix": false,
"binop": null
},
- "start": 10432,
- "end": 10433,
+ "start": 10513,
+ "end": 10514,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 11
},
"end": {
- "line": 345,
+ "line": 347,
"column": 12
}
}
@@ -72844,15 +72368,15 @@
"binop": null
},
"value": "tf",
- "start": 10433,
- "end": 10435,
+ "start": 10514,
+ "end": 10516,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 12
},
"end": {
- "line": 345,
+ "line": 347,
"column": 14
}
}
@@ -72870,15 +72394,15 @@
"binop": null,
"updateContext": null
},
- "start": 10435,
- "end": 10436,
+ "start": 10516,
+ "end": 10517,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 14
},
"end": {
- "line": 345,
+ "line": 347,
"column": 15
}
}
@@ -72896,15 +72420,15 @@
"binop": null
},
"value": "enableEmptyOption",
- "start": 10436,
- "end": 10453,
+ "start": 10517,
+ "end": 10534,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 15
},
"end": {
- "line": 345,
+ "line": 347,
"column": 32
}
}
@@ -72921,15 +72445,15 @@
"postfix": false,
"binop": null
},
- "start": 10453,
- "end": 10454,
+ "start": 10534,
+ "end": 10535,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 32
},
"end": {
- "line": 345,
+ "line": 347,
"column": 33
}
}
@@ -72946,15 +72470,15 @@
"postfix": false,
"binop": null
},
- "start": 10455,
- "end": 10456,
+ "start": 10536,
+ "end": 10537,
"loc": {
"start": {
- "line": 345,
+ "line": 347,
"column": 34
},
"end": {
- "line": 345,
+ "line": 347,
"column": 35
}
}
@@ -72974,15 +72498,15 @@
"updateContext": null
},
"value": "let",
- "start": 10469,
- "end": 10472,
+ "start": 10550,
+ "end": 10553,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 12
},
"end": {
- "line": 346,
+ "line": 348,
"column": 15
}
}
@@ -73000,15 +72524,15 @@
"binop": null
},
"value": "li1",
- "start": 10473,
- "end": 10476,
+ "start": 10554,
+ "end": 10557,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 16
},
"end": {
- "line": 346,
+ "line": 348,
"column": 19
}
}
@@ -73027,15 +72551,15 @@
"updateContext": null
},
"value": "=",
- "start": 10477,
- "end": 10478,
+ "start": 10558,
+ "end": 10559,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 20
},
"end": {
- "line": 346,
+ "line": 348,
"column": 21
}
}
@@ -73053,15 +72577,15 @@
"binop": null
},
"value": "createCheckItem",
- "start": 10479,
- "end": 10494,
+ "start": 10560,
+ "end": 10575,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 22
},
"end": {
- "line": 346,
+ "line": 348,
"column": 37
}
}
@@ -73078,15 +72602,15 @@
"postfix": false,
"binop": null
},
- "start": 10494,
- "end": 10495,
+ "start": 10575,
+ "end": 10576,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 37
},
"end": {
- "line": 346,
+ "line": 348,
"column": 38
}
}
@@ -73103,15 +72627,15 @@
"postfix": false,
"binop": null
},
- "start": 10495,
- "end": 10496,
+ "start": 10576,
+ "end": 10577,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 38
},
"end": {
- "line": 346,
+ "line": 348,
"column": 39
}
}
@@ -73130,15 +72654,15 @@
"updateContext": null
},
"value": "",
- "start": 10496,
- "end": 10496,
+ "start": 10577,
+ "end": 10577,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 39
},
"end": {
- "line": 346,
+ "line": 348,
"column": 39
}
}
@@ -73155,15 +72679,15 @@
"postfix": false,
"binop": null
},
- "start": 10496,
- "end": 10498,
+ "start": 10577,
+ "end": 10579,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 39
},
"end": {
- "line": 346,
+ "line": 348,
"column": 41
}
}
@@ -73181,15 +72705,15 @@
"binop": null
},
"value": "fltId",
- "start": 10498,
- "end": 10503,
+ "start": 10579,
+ "end": 10584,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 41
},
"end": {
- "line": 346,
+ "line": 348,
"column": 46
}
}
@@ -73206,15 +72730,15 @@
"postfix": false,
"binop": null
},
- "start": 10503,
- "end": 10504,
+ "start": 10584,
+ "end": 10585,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 46
},
"end": {
- "line": 346,
+ "line": 348,
"column": 47
}
}
@@ -73233,15 +72757,15 @@
"updateContext": null
},
"value": "_1",
- "start": 10504,
- "end": 10506,
+ "start": 10585,
+ "end": 10587,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 47
},
"end": {
- "line": 346,
+ "line": 348,
"column": 49
}
}
@@ -73258,15 +72782,15 @@
"postfix": false,
"binop": null
},
- "start": 10506,
- "end": 10507,
+ "start": 10587,
+ "end": 10588,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 49
},
"end": {
- "line": 346,
+ "line": 348,
"column": 50
}
}
@@ -73284,15 +72808,15 @@
"binop": null,
"updateContext": null
},
- "start": 10507,
- "end": 10508,
+ "start": 10588,
+ "end": 10589,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 50
},
"end": {
- "line": 346,
+ "line": 348,
"column": 51
}
}
@@ -73310,15 +72834,15 @@
"binop": null
},
"value": "tf",
- "start": 10509,
- "end": 10511,
+ "start": 10590,
+ "end": 10592,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 52
},
"end": {
- "line": 346,
+ "line": 348,
"column": 54
}
}
@@ -73336,15 +72860,15 @@
"binop": null,
"updateContext": null
},
- "start": 10511,
- "end": 10512,
+ "start": 10592,
+ "end": 10593,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 54
},
"end": {
- "line": 346,
+ "line": 348,
"column": 55
}
}
@@ -73362,15 +72886,15 @@
"binop": null
},
"value": "emOperator",
- "start": 10512,
- "end": 10522,
+ "start": 10593,
+ "end": 10603,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 55
},
"end": {
- "line": 346,
+ "line": 348,
"column": 65
}
}
@@ -73388,15 +72912,15 @@
"binop": null,
"updateContext": null
},
- "start": 10522,
- "end": 10523,
+ "start": 10603,
+ "end": 10604,
"loc": {
"start": {
- "line": 346,
+ "line": 348,
"column": 65
},
"end": {
- "line": 346,
+ "line": 348,
"column": 66
}
}
@@ -73414,15 +72938,15 @@
"binop": null
},
"value": "tf",
- "start": 10540,
- "end": 10542,
+ "start": 10621,
+ "end": 10623,
"loc": {
"start": {
- "line": 347,
+ "line": 349,
"column": 16
},
"end": {
- "line": 347,
+ "line": 349,
"column": 18
}
}
@@ -73440,15 +72964,15 @@
"binop": null,
"updateContext": null
},
- "start": 10542,
- "end": 10543,
+ "start": 10623,
+ "end": 10624,
"loc": {
"start": {
- "line": 347,
+ "line": 349,
"column": 18
},
"end": {
- "line": 347,
+ "line": 349,
"column": 19
}
}
@@ -73466,19 +72990,177 @@
"binop": null
},
"value": "emptyText",
- "start": 10543,
- "end": 10552,
+ "start": 10624,
+ "end": 10633,
"loc": {
"start": {
- "line": 347,
+ "line": 349,
"column": 19
},
"end": {
- "line": 347,
+ "line": 349,
"column": 28
}
}
},
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10633,
+ "end": 10634,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 28
+ },
+ "end": {
+ "line": 349,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10635,
+ "end": 10636,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 30
+ },
+ "end": {
+ "line": 349,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "data-idx",
+ "start": 10636,
+ "end": 10646,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 31
+ },
+ "end": {
+ "line": 349,
+ "column": 41
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10646,
+ "end": 10647,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 41
+ },
+ "end": {
+ "line": 349,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 1,
+ "start": 10648,
+ "end": 10649,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 43
+ },
+ "end": {
+ "line": 349,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10649,
+ "end": 10650,
+ "loc": {
+ "start": {
+ "line": 349,
+ "column": 44
+ },
+ "end": {
+ "line": 349,
+ "column": 45
+ }
+ }
+ },
{
"type": {
"label": ")",
@@ -73491,16 +73173,16 @@
"postfix": false,
"binop": null
},
- "start": 10552,
- "end": 10553,
+ "start": 10650,
+ "end": 10651,
"loc": {
"start": {
- "line": 347,
- "column": 28
+ "line": 349,
+ "column": 45
},
"end": {
- "line": 347,
- "column": 29
+ "line": 349,
+ "column": 46
}
}
},
@@ -73517,16 +73199,16 @@
"binop": null,
"updateContext": null
},
- "start": 10553,
- "end": 10554,
+ "start": 10651,
+ "end": 10652,
"loc": {
"start": {
- "line": 347,
- "column": 29
+ "line": 349,
+ "column": 46
},
"end": {
- "line": 347,
- "column": 30
+ "line": 349,
+ "column": 47
}
}
},
@@ -73543,15 +73225,15 @@
"binop": null
},
"value": "li1",
- "start": 10567,
- "end": 10570,
+ "start": 10665,
+ "end": 10668,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 12
},
"end": {
- "line": 348,
+ "line": 350,
"column": 15
}
}
@@ -73569,15 +73251,15 @@
"binop": null,
"updateContext": null
},
- "start": 10570,
- "end": 10571,
+ "start": 10668,
+ "end": 10669,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 15
},
"end": {
- "line": 348,
+ "line": 350,
"column": 16
}
}
@@ -73595,15 +73277,15 @@
"binop": null
},
"value": "className",
- "start": 10571,
- "end": 10580,
+ "start": 10669,
+ "end": 10678,
"loc": {
"start": {
- "line": 348,
+ "line": 350,
"column": 16
},
"end": {
- "line": 348,
+ "line": 350,
"column": 25
}
}
@@ -73622,562 +73304,16 @@
"updateContext": null
},
"value": "=",
- "start": 10581,
- "end": 10582,
- "loc": {
- "start": {
- "line": 348,
- "column": 26
- },
- "end": {
- "line": 348,
- "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": 10583,
- "end": 10587,
- "loc": {
- "start": {
- "line": 348,
- "column": 28
- },
- "end": {
- "line": 348,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10587,
- "end": 10588,
- "loc": {
- "start": {
- "line": 348,
- "column": 32
- },
- "end": {
- "line": 348,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "itemCssClass",
- "start": 10588,
- "end": 10600,
- "loc": {
- "start": {
- "line": 348,
- "column": 33
- },
- "end": {
- "line": 348,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10600,
- "end": 10601,
- "loc": {
- "start": {
- "line": 348,
- "column": 45
- },
- "end": {
- "line": 348,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "ul",
- "start": 10614,
- "end": 10616,
- "loc": {
- "start": {
- "line": 349,
- "column": 12
- },
- "end": {
- "line": 349,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10616,
- "end": 10617,
- "loc": {
- "start": {
- "line": 349,
- "column": 14
- },
- "end": {
- "line": 349,
- "column": 15
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "appendChild",
- "start": 10617,
- "end": 10628,
- "loc": {
- "start": {
- "line": 349,
- "column": 15
- },
- "end": {
- "line": 349,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10628,
- "end": 10629,
- "loc": {
- "start": {
- "line": 349,
- "column": 26
- },
- "end": {
- "line": 349,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li1",
- "start": 10629,
- "end": 10632,
- "loc": {
- "start": {
- "line": 349,
- "column": 27
- },
- "end": {
- "line": 349,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10632,
- "end": 10633,
- "loc": {
- "start": {
- "line": 349,
- "column": 30
- },
- "end": {
- "line": 349,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10633,
- "end": 10634,
- "loc": {
- "start": {
- "line": 349,
- "column": 31
- },
- "end": {
- "line": 349,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "addEvt",
- "start": 10647,
- "end": 10653,
- "loc": {
- "start": {
- "line": 350,
- "column": 12
- },
- "end": {
- "line": 350,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10653,
- "end": 10654,
- "loc": {
- "start": {
- "line": 350,
- "column": 18
- },
- "end": {
- "line": 350,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li1",
- "start": 10654,
- "end": 10657,
- "loc": {
- "start": {
- "line": 350,
- "column": 19
- },
- "end": {
- "line": 350,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10657,
- "end": 10658,
- "loc": {
- "start": {
- "line": 350,
- "column": 22
- },
- "end": {
- "line": 350,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "check",
- "start": 10658,
- "end": 10663,
- "loc": {
- "start": {
- "line": 350,
- "column": 23
- },
- "end": {
- "line": 350,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10663,
- "end": 10664,
- "loc": {
- "start": {
- "line": 350,
- "column": 28
- },
- "end": {
- "line": 350,
- "column": 29
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "click",
- "start": 10665,
- "end": 10672,
- "loc": {
- "start": {
- "line": 350,
- "column": 30
- },
- "end": {
- "line": 350,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10672,
- "end": 10673,
- "loc": {
- "start": {
- "line": 350,
- "column": 37
- },
- "end": {
- "line": 350,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "evt",
- "start": 10674,
- "end": 10677,
- "loc": {
- "start": {
- "line": 350,
- "column": 39
- },
- "end": {
- "line": 350,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "=>",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10678,
+ "start": 10679,
"end": 10680,
"loc": {
"start": {
"line": 350,
- "column": 43
+ "column": 26
},
"end": {
"line": 350,
- "column": 45
+ "column": 27
}
}
},
@@ -74201,11 +73337,11 @@
"loc": {
"start": {
"line": 350,
- "column": 46
+ "column": 28
},
"end": {
"line": 350,
- "column": 50
+ "column": 32
}
}
},
@@ -74227,10 +73363,556 @@
"loc": {
"start": {
"line": 350,
- "column": 50
+ "column": 32
},
"end": {
"line": 350,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "itemCssClass",
+ "start": 10686,
+ "end": 10698,
+ "loc": {
+ "start": {
+ "line": 350,
+ "column": 33
+ },
+ "end": {
+ "line": 350,
+ "column": 45
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10698,
+ "end": 10699,
+ "loc": {
+ "start": {
+ "line": 350,
+ "column": 45
+ },
+ "end": {
+ "line": 350,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "ul",
+ "start": 10712,
+ "end": 10714,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 12
+ },
+ "end": {
+ "line": 351,
+ "column": 14
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10714,
+ "end": 10715,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 14
+ },
+ "end": {
+ "line": 351,
+ "column": 15
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "appendChild",
+ "start": 10715,
+ "end": 10726,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 15
+ },
+ "end": {
+ "line": 351,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10726,
+ "end": 10727,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 26
+ },
+ "end": {
+ "line": 351,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li1",
+ "start": 10727,
+ "end": 10730,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 27
+ },
+ "end": {
+ "line": 351,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10730,
+ "end": 10731,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 30
+ },
+ "end": {
+ "line": 351,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10731,
+ "end": 10732,
+ "loc": {
+ "start": {
+ "line": 351,
+ "column": 31
+ },
+ "end": {
+ "line": 351,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "addEvt",
+ "start": 10745,
+ "end": 10751,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 12
+ },
+ "end": {
+ "line": 352,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10751,
+ "end": 10752,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 18
+ },
+ "end": {
+ "line": 352,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li1",
+ "start": 10752,
+ "end": 10755,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 19
+ },
+ "end": {
+ "line": 352,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10755,
+ "end": 10756,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 22
+ },
+ "end": {
+ "line": 352,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "check",
+ "start": 10756,
+ "end": 10761,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 23
+ },
+ "end": {
+ "line": 352,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10761,
+ "end": 10762,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 28
+ },
+ "end": {
+ "line": 352,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "click",
+ "start": 10763,
+ "end": 10770,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 30
+ },
+ "end": {
+ "line": 352,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10770,
+ "end": 10771,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 37
+ },
+ "end": {
+ "line": 352,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "evt",
+ "start": 10772,
+ "end": 10775,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 39
+ },
+ "end": {
+ "line": 352,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=>",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10776,
+ "end": 10778,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 43
+ },
+ "end": {
+ "line": 352,
+ "column": 45
+ }
+ }
+ },
+ {
+ "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": 10779,
+ "end": 10783,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 46
+ },
+ "end": {
+ "line": 352,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10783,
+ "end": 10784,
+ "loc": {
+ "start": {
+ "line": 352,
+ "column": 50
+ },
+ "end": {
+ "line": 352,
"column": 51
}
}
@@ -74248,15 +73930,15 @@
"binop": null
},
"value": "optionClick",
- "start": 10686,
- "end": 10697,
+ "start": 10784,
+ "end": 10795,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 51
},
"end": {
- "line": 350,
+ "line": 352,
"column": 62
}
}
@@ -74273,15 +73955,15 @@
"postfix": false,
"binop": null
},
- "start": 10697,
- "end": 10698,
+ "start": 10795,
+ "end": 10796,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 62
},
"end": {
- "line": 350,
+ "line": 352,
"column": 63
}
}
@@ -74299,15 +73981,15 @@
"binop": null
},
"value": "evt",
- "start": 10698,
- "end": 10701,
+ "start": 10796,
+ "end": 10799,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 63
},
"end": {
- "line": 350,
+ "line": 352,
"column": 66
}
}
@@ -74324,15 +74006,15 @@
"postfix": false,
"binop": null
},
- "start": 10701,
- "end": 10702,
+ "start": 10799,
+ "end": 10800,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 66
},
"end": {
- "line": 350,
+ "line": 352,
"column": 67
}
}
@@ -74349,15 +74031,15 @@
"postfix": false,
"binop": null
},
- "start": 10702,
- "end": 10703,
+ "start": 10800,
+ "end": 10801,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 67
},
"end": {
- "line": 350,
+ "line": 352,
"column": 68
}
}
@@ -74375,15 +74057,15 @@
"binop": null,
"updateContext": null
},
- "start": 10703,
- "end": 10704,
+ "start": 10801,
+ "end": 10802,
"loc": {
"start": {
- "line": 350,
+ "line": 352,
"column": 68
},
"end": {
- "line": 350,
+ "line": 352,
"column": 69
}
}
@@ -74401,15 +74083,15 @@
"binop": null
},
"value": "chkCt",
- "start": 10717,
- "end": 10722,
+ "start": 10815,
+ "end": 10820,
"loc": {
"start": {
- "line": 351,
+ "line": 353,
"column": 12
},
"end": {
- "line": 351,
+ "line": 353,
"column": 17
}
}
@@ -74427,15 +74109,15 @@
"binop": null
},
"value": "++",
- "start": 10722,
- "end": 10724,
+ "start": 10820,
+ "end": 10822,
"loc": {
"start": {
- "line": 351,
+ "line": 353,
"column": 17
},
"end": {
- "line": 351,
+ "line": 353,
"column": 19
}
}
@@ -74453,15 +74135,15 @@
"binop": null,
"updateContext": null
},
- "start": 10724,
- "end": 10725,
+ "start": 10822,
+ "end": 10823,
"loc": {
"start": {
- "line": 351,
+ "line": 353,
"column": 19
},
"end": {
- "line": 351,
+ "line": 353,
"column": 20
}
}
@@ -74478,15 +74160,15 @@
"postfix": false,
"binop": null
},
- "start": 10734,
- "end": 10735,
+ "start": 10832,
+ "end": 10833,
"loc": {
"start": {
- "line": 352,
+ "line": 354,
"column": 8
},
"end": {
- "line": 352,
+ "line": 354,
"column": 9
}
}
@@ -74506,15 +74188,15 @@
"updateContext": null
},
"value": "if",
- "start": 10745,
- "end": 10747,
+ "start": 10843,
+ "end": 10845,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 8
},
"end": {
- "line": 354,
+ "line": 356,
"column": 10
}
}
@@ -74531,15 +74213,15 @@
"postfix": false,
"binop": null
},
- "start": 10748,
- "end": 10749,
+ "start": 10846,
+ "end": 10847,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 11
},
"end": {
- "line": 354,
+ "line": 356,
"column": 12
}
}
@@ -74557,15 +74239,15 @@
"binop": null
},
"value": "tf",
- "start": 10749,
- "end": 10751,
+ "start": 10847,
+ "end": 10849,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 12
},
"end": {
- "line": 354,
+ "line": 356,
"column": 14
}
}
@@ -74583,15 +74265,15 @@
"binop": null,
"updateContext": null
},
- "start": 10751,
- "end": 10752,
+ "start": 10849,
+ "end": 10850,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 14
},
"end": {
- "line": 354,
+ "line": 356,
"column": 15
}
}
@@ -74609,15 +74291,15 @@
"binop": null
},
"value": "enableNonEmptyOption",
- "start": 10752,
- "end": 10772,
+ "start": 10850,
+ "end": 10870,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 15
},
"end": {
- "line": 354,
+ "line": 356,
"column": 35
}
}
@@ -74634,15 +74316,15 @@
"postfix": false,
"binop": null
},
- "start": 10772,
- "end": 10773,
+ "start": 10870,
+ "end": 10871,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 35
},
"end": {
- "line": 354,
+ "line": 356,
"column": 36
}
}
@@ -74659,15 +74341,15 @@
"postfix": false,
"binop": null
},
- "start": 10774,
- "end": 10775,
+ "start": 10872,
+ "end": 10873,
"loc": {
"start": {
- "line": 354,
+ "line": 356,
"column": 37
},
"end": {
- "line": 354,
+ "line": 356,
"column": 38
}
}
@@ -74687,15 +74369,15 @@
"updateContext": null
},
"value": "let",
- "start": 10788,
- "end": 10791,
+ "start": 10886,
+ "end": 10889,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 12
},
"end": {
- "line": 355,
+ "line": 357,
"column": 15
}
}
@@ -74713,15 +74395,15 @@
"binop": null
},
"value": "li2",
- "start": 10792,
- "end": 10795,
+ "start": 10890,
+ "end": 10893,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 16
},
"end": {
- "line": 355,
+ "line": 357,
"column": 19
}
}
@@ -74740,15 +74422,15 @@
"updateContext": null
},
"value": "=",
- "start": 10796,
- "end": 10797,
+ "start": 10894,
+ "end": 10895,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 20
},
"end": {
- "line": 355,
+ "line": 357,
"column": 21
}
}
@@ -74766,15 +74448,15 @@
"binop": null
},
"value": "createCheckItem",
- "start": 10798,
- "end": 10813,
+ "start": 10896,
+ "end": 10911,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 22
},
"end": {
- "line": 355,
+ "line": 357,
"column": 37
}
}
@@ -74791,15 +74473,15 @@
"postfix": false,
"binop": null
},
- "start": 10813,
- "end": 10814,
+ "start": 10911,
+ "end": 10912,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 37
},
"end": {
- "line": 355,
+ "line": 357,
"column": 38
}
}
@@ -74816,15 +74498,15 @@
"postfix": false,
"binop": null
},
- "start": 10814,
- "end": 10815,
+ "start": 10912,
+ "end": 10913,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 38
},
"end": {
- "line": 355,
+ "line": 357,
"column": 39
}
}
@@ -74843,15 +74525,15 @@
"updateContext": null
},
"value": "",
- "start": 10815,
- "end": 10815,
+ "start": 10913,
+ "end": 10913,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 39
},
"end": {
- "line": 355,
+ "line": 357,
"column": 39
}
}
@@ -74868,15 +74550,15 @@
"postfix": false,
"binop": null
},
- "start": 10815,
- "end": 10817,
+ "start": 10913,
+ "end": 10915,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 39
},
"end": {
- "line": 355,
+ "line": 357,
"column": 41
}
}
@@ -74894,15 +74576,15 @@
"binop": null
},
"value": "fltId",
- "start": 10817,
- "end": 10822,
+ "start": 10915,
+ "end": 10920,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 41
},
"end": {
- "line": 355,
+ "line": 357,
"column": 46
}
}
@@ -74919,15 +74601,15 @@
"postfix": false,
"binop": null
},
- "start": 10822,
- "end": 10823,
+ "start": 10920,
+ "end": 10921,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 46
},
"end": {
- "line": 355,
+ "line": 357,
"column": 47
}
}
@@ -74946,15 +74628,15 @@
"updateContext": null
},
"value": "_2",
- "start": 10823,
- "end": 10825,
+ "start": 10921,
+ "end": 10923,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 47
},
"end": {
- "line": 355,
+ "line": 357,
"column": 49
}
}
@@ -74971,15 +74653,15 @@
"postfix": false,
"binop": null
},
- "start": 10825,
- "end": 10826,
+ "start": 10923,
+ "end": 10924,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 49
},
"end": {
- "line": 355,
+ "line": 357,
"column": 50
}
}
@@ -74997,15 +74679,15 @@
"binop": null,
"updateContext": null
},
- "start": 10826,
- "end": 10827,
+ "start": 10924,
+ "end": 10925,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 50
},
"end": {
- "line": 355,
+ "line": 357,
"column": 51
}
}
@@ -75023,15 +74705,15 @@
"binop": null
},
"value": "tf",
- "start": 10828,
- "end": 10830,
+ "start": 10926,
+ "end": 10928,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 52
},
"end": {
- "line": 355,
+ "line": 357,
"column": 54
}
}
@@ -75049,15 +74731,15 @@
"binop": null,
"updateContext": null
},
- "start": 10830,
- "end": 10831,
+ "start": 10928,
+ "end": 10929,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 54
},
"end": {
- "line": 355,
+ "line": 357,
"column": 55
}
}
@@ -75075,15 +74757,15 @@
"binop": null
},
"value": "nmOperator",
- "start": 10831,
- "end": 10841,
+ "start": 10929,
+ "end": 10939,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 55
},
"end": {
- "line": 355,
+ "line": 357,
"column": 65
}
}
@@ -75101,15 +74783,15 @@
"binop": null,
"updateContext": null
},
- "start": 10841,
- "end": 10842,
+ "start": 10939,
+ "end": 10940,
"loc": {
"start": {
- "line": 355,
+ "line": 357,
"column": 65
},
"end": {
- "line": 355,
+ "line": 357,
"column": 66
}
}
@@ -75127,15 +74809,15 @@
"binop": null
},
"value": "tf",
- "start": 10859,
- "end": 10861,
+ "start": 10957,
+ "end": 10959,
"loc": {
"start": {
- "line": 356,
+ "line": 358,
"column": 16
},
"end": {
- "line": 356,
+ "line": 358,
"column": 18
}
}
@@ -75153,15 +74835,15 @@
"binop": null,
"updateContext": null
},
- "start": 10861,
- "end": 10862,
+ "start": 10959,
+ "end": 10960,
"loc": {
"start": {
- "line": 356,
+ "line": 358,
"column": 18
},
"end": {
- "line": 356,
+ "line": 358,
"column": 19
}
}
@@ -75179,429 +74861,13 @@
"binop": null
},
"value": "nonEmptyText",
- "start": 10862,
- "end": 10874,
+ "start": 10960,
+ "end": 10972,
"loc": {
"start": {
- "line": 356,
+ "line": 358,
"column": 19
},
- "end": {
- "line": 356,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10874,
- "end": 10875,
- "loc": {
- "start": {
- "line": 356,
- "column": 31
- },
- "end": {
- "line": 356,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10875,
- "end": 10876,
- "loc": {
- "start": {
- "line": 356,
- "column": 32
- },
- "end": {
- "line": 356,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li2",
- "start": 10889,
- "end": 10892,
- "loc": {
- "start": {
- "line": 357,
- "column": 12
- },
- "end": {
- "line": 357,
- "column": 15
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10892,
- "end": 10893,
- "loc": {
- "start": {
- "line": 357,
- "column": 15
- },
- "end": {
- "line": 357,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "className",
- "start": 10893,
- "end": 10902,
- "loc": {
- "start": {
- "line": 357,
- "column": 16
- },
- "end": {
- "line": 357,
- "column": 25
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 10903,
- "end": 10904,
- "loc": {
- "start": {
- "line": 357,
- "column": 26
- },
- "end": {
- "line": 357,
- "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": 10905,
- "end": 10909,
- "loc": {
- "start": {
- "line": 357,
- "column": 28
- },
- "end": {
- "line": 357,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10909,
- "end": 10910,
- "loc": {
- "start": {
- "line": 357,
- "column": 32
- },
- "end": {
- "line": 357,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "itemCssClass",
- "start": 10910,
- "end": 10922,
- "loc": {
- "start": {
- "line": 357,
- "column": 33
- },
- "end": {
- "line": 357,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10922,
- "end": 10923,
- "loc": {
- "start": {
- "line": 357,
- "column": 45
- },
- "end": {
- "line": 357,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "ul",
- "start": 10936,
- "end": 10938,
- "loc": {
- "start": {
- "line": 358,
- "column": 12
- },
- "end": {
- "line": 358,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 10938,
- "end": 10939,
- "loc": {
- "start": {
- "line": 358,
- "column": 14
- },
- "end": {
- "line": 358,
- "column": 15
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "appendChild",
- "start": 10939,
- "end": 10950,
- "loc": {
- "start": {
- "line": 358,
- "column": 15
- },
- "end": {
- "line": 358,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10950,
- "end": 10951,
- "loc": {
- "start": {
- "line": 358,
- "column": 26
- },
- "end": {
- "line": 358,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li2",
- "start": 10951,
- "end": 10954,
- "loc": {
- "start": {
- "line": 358,
- "column": 27
- },
- "end": {
- "line": 358,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10954,
- "end": 10955,
- "loc": {
- "start": {
- "line": 358,
- "column": 30
- },
"end": {
"line": 358,
"column": 31
@@ -75610,7 +74876,7 @@
},
{
"type": {
- "label": ";",
+ "label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
@@ -75621,8 +74887,8 @@
"binop": null,
"updateContext": null
},
- "start": 10955,
- "end": 10956,
+ "start": 10972,
+ "end": 10973,
"loc": {
"start": {
"line": 358,
@@ -75636,58 +74902,33 @@
},
{
"type": {
- "label": "name",
- "beforeExpr": false,
+ "label": "[",
+ "beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null
+ "binop": null,
+ "updateContext": null
},
- "value": "addEvt",
- "start": 10969,
+ "start": 10974,
"end": 10975,
"loc": {
"start": {
- "line": 359,
- "column": 12
+ "line": 358,
+ "column": 33
},
"end": {
- "line": 359,
- "column": 18
+ "line": 358,
+ "column": 34
}
}
},
{
"type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 10975,
- "end": 10976,
- "loc": {
- "start": {
- "line": 359,
- "column": 18
- },
- "end": {
- "line": 359,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
+ "label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
@@ -75695,71 +74936,20 @@
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null
- },
- "value": "li2",
- "start": 10976,
- "end": 10979,
- "loc": {
- "start": {
- "line": 359,
- "column": 19
- },
- "end": {
- "line": 359,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
"binop": null,
"updateContext": null
},
- "start": 10979,
- "end": 10980,
- "loc": {
- "start": {
- "line": 359,
- "column": 22
- },
- "end": {
- "line": 359,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "check",
- "start": 10980,
+ "value": "data-idx",
+ "start": 10975,
"end": 10985,
"loc": {
"start": {
- "line": 359,
- "column": 23
+ "line": 358,
+ "column": 34
},
"end": {
- "line": 359,
- "column": 28
+ "line": 358,
+ "column": 44
}
}
},
@@ -75780,18 +74970,18 @@
"end": 10986,
"loc": {
"start": {
- "line": 359,
- "column": 28
+ "line": 358,
+ "column": 44
},
"end": {
- "line": 359,
- "column": 29
+ "line": 358,
+ "column": 45
}
}
},
{
"type": {
- "label": "string",
+ "label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
@@ -75802,23 +74992,74 @@
"binop": null,
"updateContext": null
},
- "value": "click",
+ "value": 2,
"start": 10987,
- "end": 10994,
+ "end": 10988,
"loc": {
"start": {
- "line": 359,
- "column": 30
+ "line": 358,
+ "column": 46
},
"end": {
- "line": 359,
- "column": 37
+ "line": 358,
+ "column": 47
}
}
},
{
"type": {
- "label": ",",
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 10988,
+ "end": 10989,
+ "loc": {
+ "start": {
+ "line": 358,
+ "column": 47
+ },
+ "end": {
+ "line": 358,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 10989,
+ "end": 10990,
+ "loc": {
+ "start": {
+ "line": 358,
+ "column": 48
+ },
+ "end": {
+ "line": 358,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
@@ -75829,16 +75070,16 @@
"binop": null,
"updateContext": null
},
- "start": 10994,
- "end": 10995,
+ "start": 10990,
+ "end": 10991,
"loc": {
"start": {
- "line": 359,
- "column": 37
+ "line": 358,
+ "column": 49
},
"end": {
- "line": 359,
- "column": 38
+ "line": 358,
+ "column": 50
}
}
},
@@ -75854,71 +75095,17 @@
"postfix": false,
"binop": null
},
- "value": "evt",
- "start": 10996,
- "end": 10999,
- "loc": {
- "start": {
- "line": 359,
- "column": 39
- },
- "end": {
- "line": 359,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "=>",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11000,
- "end": 11002,
- "loc": {
- "start": {
- "line": 359,
- "column": 43
- },
- "end": {
- "line": 359,
- "column": 45
- }
- }
- },
- {
- "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": 11003,
+ "value": "li2",
+ "start": 11004,
"end": 11007,
"loc": {
"start": {
"line": 359,
- "column": 46
+ "column": 12
},
"end": {
"line": 359,
- "column": 50
+ "column": 15
}
}
},
@@ -75940,10 +75127,663 @@
"loc": {
"start": {
"line": 359,
- "column": 50
+ "column": 15
},
"end": {
"line": 359,
+ "column": 16
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "className",
+ "start": 11008,
+ "end": 11017,
+ "loc": {
+ "start": {
+ "line": 359,
+ "column": 16
+ },
+ "end": {
+ "line": 359,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 11018,
+ "end": 11019,
+ "loc": {
+ "start": {
+ "line": 359,
+ "column": 26
+ },
+ "end": {
+ "line": 359,
+ "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": 11020,
+ "end": 11024,
+ "loc": {
+ "start": {
+ "line": 359,
+ "column": 28
+ },
+ "end": {
+ "line": 359,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11024,
+ "end": 11025,
+ "loc": {
+ "start": {
+ "line": 359,
+ "column": 32
+ },
+ "end": {
+ "line": 359,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "itemCssClass",
+ "start": 11025,
+ "end": 11037,
+ "loc": {
+ "start": {
+ "line": 359,
+ "column": 33
+ },
+ "end": {
+ "line": 359,
+ "column": 45
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11037,
+ "end": 11038,
+ "loc": {
+ "start": {
+ "line": 359,
+ "column": 45
+ },
+ "end": {
+ "line": 359,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "ul",
+ "start": 11051,
+ "end": 11053,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 12
+ },
+ "end": {
+ "line": 360,
+ "column": 14
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11053,
+ "end": 11054,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 14
+ },
+ "end": {
+ "line": 360,
+ "column": 15
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "appendChild",
+ "start": 11054,
+ "end": 11065,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 15
+ },
+ "end": {
+ "line": 360,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11065,
+ "end": 11066,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 26
+ },
+ "end": {
+ "line": 360,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li2",
+ "start": 11066,
+ "end": 11069,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 27
+ },
+ "end": {
+ "line": 360,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11069,
+ "end": 11070,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 30
+ },
+ "end": {
+ "line": 360,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11070,
+ "end": 11071,
+ "loc": {
+ "start": {
+ "line": 360,
+ "column": 31
+ },
+ "end": {
+ "line": 360,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "addEvt",
+ "start": 11084,
+ "end": 11090,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 12
+ },
+ "end": {
+ "line": 361,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11090,
+ "end": 11091,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 18
+ },
+ "end": {
+ "line": 361,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li2",
+ "start": 11091,
+ "end": 11094,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 19
+ },
+ "end": {
+ "line": 361,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11094,
+ "end": 11095,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 22
+ },
+ "end": {
+ "line": 361,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "check",
+ "start": 11095,
+ "end": 11100,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 23
+ },
+ "end": {
+ "line": 361,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11100,
+ "end": 11101,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 28
+ },
+ "end": {
+ "line": 361,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "click",
+ "start": 11102,
+ "end": 11109,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 30
+ },
+ "end": {
+ "line": 361,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11109,
+ "end": 11110,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 37
+ },
+ "end": {
+ "line": 361,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "evt",
+ "start": 11111,
+ "end": 11114,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 39
+ },
+ "end": {
+ "line": 361,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=>",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11115,
+ "end": 11117,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 43
+ },
+ "end": {
+ "line": 361,
+ "column": 45
+ }
+ }
+ },
+ {
+ "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": 11118,
+ "end": 11122,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 46
+ },
+ "end": {
+ "line": 361,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11122,
+ "end": 11123,
+ "loc": {
+ "start": {
+ "line": 361,
+ "column": 50
+ },
+ "end": {
+ "line": 361,
"column": 51
}
}
@@ -75961,15 +75801,15 @@
"binop": null
},
"value": "optionClick",
- "start": 11008,
- "end": 11019,
+ "start": 11123,
+ "end": 11134,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 51
},
"end": {
- "line": 359,
+ "line": 361,
"column": 62
}
}
@@ -75986,15 +75826,15 @@
"postfix": false,
"binop": null
},
- "start": 11019,
- "end": 11020,
+ "start": 11134,
+ "end": 11135,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 62
},
"end": {
- "line": 359,
+ "line": 361,
"column": 63
}
}
@@ -76012,15 +75852,15 @@
"binop": null
},
"value": "evt",
- "start": 11020,
- "end": 11023,
+ "start": 11135,
+ "end": 11138,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 63
},
"end": {
- "line": 359,
+ "line": 361,
"column": 66
}
}
@@ -76037,15 +75877,15 @@
"postfix": false,
"binop": null
},
- "start": 11023,
- "end": 11024,
+ "start": 11138,
+ "end": 11139,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 66
},
"end": {
- "line": 359,
+ "line": 361,
"column": 67
}
}
@@ -76062,15 +75902,15 @@
"postfix": false,
"binop": null
},
- "start": 11024,
- "end": 11025,
+ "start": 11139,
+ "end": 11140,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 67
},
"end": {
- "line": 359,
+ "line": 361,
"column": 68
}
}
@@ -76088,15 +75928,15 @@
"binop": null,
"updateContext": null
},
- "start": 11025,
- "end": 11026,
+ "start": 11140,
+ "end": 11141,
"loc": {
"start": {
- "line": 359,
+ "line": 361,
"column": 68
},
"end": {
- "line": 359,
+ "line": 361,
"column": 69
}
}
@@ -76114,15 +75954,15 @@
"binop": null
},
"value": "chkCt",
- "start": 11039,
- "end": 11044,
+ "start": 11154,
+ "end": 11159,
"loc": {
"start": {
- "line": 360,
+ "line": 362,
"column": 12
},
"end": {
- "line": 360,
+ "line": 362,
"column": 17
}
}
@@ -76140,15 +75980,15 @@
"binop": null
},
"value": "++",
- "start": 11044,
- "end": 11046,
+ "start": 11159,
+ "end": 11161,
"loc": {
"start": {
- "line": 360,
+ "line": 362,
"column": 17
},
"end": {
- "line": 360,
+ "line": 362,
"column": 19
}
}
@@ -76166,15 +76006,15 @@
"binop": null,
"updateContext": null
},
- "start": 11046,
- "end": 11047,
+ "start": 11161,
+ "end": 11162,
"loc": {
"start": {
- "line": 360,
+ "line": 362,
"column": 19
},
"end": {
- "line": 360,
+ "line": 362,
"column": 20
}
}
@@ -76191,15 +76031,15 @@
"postfix": false,
"binop": null
},
- "start": 11056,
- "end": 11057,
+ "start": 11171,
+ "end": 11172,
"loc": {
"start": {
- "line": 361,
+ "line": 363,
"column": 8
},
"end": {
- "line": 361,
+ "line": 363,
"column": 9
}
}
@@ -76219,15 +76059,15 @@
"updateContext": null
},
"value": "return",
- "start": 11066,
- "end": 11072,
+ "start": 11181,
+ "end": 11187,
"loc": {
"start": {
- "line": 362,
+ "line": 364,
"column": 8
},
"end": {
- "line": 362,
+ "line": 364,
"column": 14
}
}
@@ -76245,15 +76085,15 @@
"binop": null
},
"value": "chkCt",
- "start": 11073,
- "end": 11078,
+ "start": 11188,
+ "end": 11193,
"loc": {
"start": {
- "line": 362,
+ "line": 364,
"column": 15
},
"end": {
- "line": 362,
+ "line": 364,
"column": 20
}
}
@@ -76271,15 +76111,15 @@
"binop": null,
"updateContext": null
},
- "start": 11078,
- "end": 11079,
+ "start": 11193,
+ "end": 11194,
"loc": {
"start": {
- "line": 362,
+ "line": 364,
"column": 20
},
"end": {
- "line": 362,
+ "line": 364,
"column": 21
}
}
@@ -76296,31 +76136,31 @@
"postfix": false,
"binop": null
},
- "start": 11084,
- "end": 11085,
- "loc": {
- "start": {
- "line": 363,
- "column": 4
- },
- "end": {
- "line": 363,
- "column": 5
- }
- }
- },
- {
- "type": "CommentBlock",
- "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
- "start": 11091,
- "end": 11226,
+ "start": 11199,
+ "end": 11200,
"loc": {
"start": {
"line": 365,
"column": 4
},
"end": {
- "line": 369,
+ "line": 365,
+ "column": 5
+ }
+ }
+ },
+ {
+ "type": "CommentBlock",
+ "value": "*\n * Set/unset value of passed item option in filter's DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n ",
+ "start": 11206,
+ "end": 11366,
+ "loc": {
+ "start": {
+ "line": 367,
+ "column": 4
+ },
+ "end": {
+ "line": 371,
"column": 7
}
}
@@ -76337,17 +76177,17 @@
"postfix": false,
"binop": null
},
- "value": "setCheckListValues",
- "start": 11231,
- "end": 11249,
+ "value": "setItemOption",
+ "start": 11371,
+ "end": 11384,
"loc": {
"start": {
- "line": 370,
+ "line": 372,
"column": 4
},
"end": {
- "line": 370,
- "column": 22
+ "line": 372,
+ "column": 17
}
}
},
@@ -76363,16 +76203,16 @@
"postfix": false,
"binop": null
},
- "start": 11249,
- "end": 11250,
+ "start": 11384,
+ "end": 11385,
"loc": {
"start": {
- "line": 370,
- "column": 22
+ "line": 372,
+ "column": 17
},
"end": {
- "line": 370,
- "column": 23
+ "line": 372,
+ "column": 18
}
}
},
@@ -76389,16 +76229,16 @@
"binop": null
},
"value": "o",
- "start": 11250,
- "end": 11251,
+ "start": 11385,
+ "end": 11386,
"loc": {
"start": {
- "line": 370,
- "column": 23
+ "line": 372,
+ "column": 18
},
"end": {
- "line": 370,
- "column": 24
+ "line": 372,
+ "column": 19
}
}
},
@@ -76414,16 +76254,16 @@
"postfix": false,
"binop": null
},
- "start": 11251,
- "end": 11252,
+ "start": 11386,
+ "end": 11387,
"loc": {
"start": {
- "line": 370,
- "column": 24
+ "line": 372,
+ "column": 19
},
"end": {
- "line": 370,
- "column": 25
+ "line": 372,
+ "column": 20
}
}
},
@@ -76439,16 +76279,16 @@
"postfix": false,
"binop": null
},
- "start": 11253,
- "end": 11254,
+ "start": 11388,
+ "end": 11389,
"loc": {
"start": {
- "line": 370,
- "column": 26
+ "line": 372,
+ "column": 21
},
"end": {
- "line": 370,
- "column": 27
+ "line": 372,
+ "column": 22
}
}
},
@@ -76467,15 +76307,15 @@
"updateContext": null
},
"value": "if",
- "start": 11263,
- "end": 11265,
+ "start": 11398,
+ "end": 11400,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 8
},
"end": {
- "line": 371,
+ "line": 373,
"column": 10
}
}
@@ -76492,15 +76332,15 @@
"postfix": false,
"binop": null
},
- "start": 11266,
- "end": 11267,
+ "start": 11401,
+ "end": 11402,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 11
},
"end": {
- "line": 371,
+ "line": 373,
"column": 12
}
}
@@ -76519,15 +76359,15 @@
"updateContext": null
},
"value": "!",
- "start": 11267,
- "end": 11268,
+ "start": 11402,
+ "end": 11403,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 12
},
"end": {
- "line": 371,
+ "line": 373,
"column": 13
}
}
@@ -76545,15 +76385,15 @@
"binop": null
},
"value": "o",
- "start": 11268,
- "end": 11269,
+ "start": 11403,
+ "end": 11404,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 13
},
"end": {
- "line": 371,
+ "line": 373,
"column": 14
}
}
@@ -76570,15 +76410,15 @@
"postfix": false,
"binop": null
},
- "start": 11269,
- "end": 11270,
+ "start": 11404,
+ "end": 11405,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 14
},
"end": {
- "line": 371,
+ "line": 373,
"column": 15
}
}
@@ -76595,15 +76435,15 @@
"postfix": false,
"binop": null
},
- "start": 11271,
- "end": 11272,
+ "start": 11406,
+ "end": 11407,
"loc": {
"start": {
- "line": 371,
+ "line": 373,
"column": 16
},
"end": {
- "line": 371,
+ "line": 373,
"column": 17
}
}
@@ -76623,15 +76463,15 @@
"updateContext": null
},
"value": "return",
- "start": 11285,
- "end": 11291,
+ "start": 11420,
+ "end": 11426,
"loc": {
"start": {
- "line": 372,
+ "line": 374,
"column": 12
},
"end": {
- "line": 372,
+ "line": 374,
"column": 18
}
}
@@ -76649,15 +76489,15 @@
"binop": null,
"updateContext": null
},
- "start": 11291,
- "end": 11292,
+ "start": 11426,
+ "end": 11427,
"loc": {
"start": {
- "line": 372,
+ "line": 374,
"column": 18
},
"end": {
- "line": 372,
+ "line": 374,
"column": 19
}
}
@@ -76674,15 +76514,15 @@
"postfix": false,
"binop": null
},
- "start": 11301,
- "end": 11302,
+ "start": 11436,
+ "end": 11437,
"loc": {
"start": {
- "line": 373,
+ "line": 375,
"column": 8
},
"end": {
- "line": 373,
+ "line": 375,
"column": 9
}
}
@@ -76702,15 +76542,15 @@
"updateContext": null
},
"value": "let",
- "start": 11312,
- "end": 11315,
+ "start": 11447,
+ "end": 11450,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 8
},
"end": {
- "line": 375,
+ "line": 377,
"column": 11
}
}
@@ -76728,15 +76568,15 @@
"binop": null
},
"value": "tf",
- "start": 11316,
- "end": 11318,
+ "start": 11451,
+ "end": 11453,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 12
},
"end": {
- "line": 375,
+ "line": 377,
"column": 14
}
}
@@ -76755,15 +76595,15 @@
"updateContext": null
},
"value": "=",
- "start": 11319,
- "end": 11320,
+ "start": 11454,
+ "end": 11455,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 15
},
"end": {
- "line": 375,
+ "line": 377,
"column": 16
}
}
@@ -76783,15 +76623,15 @@
"updateContext": null
},
"value": "this",
- "start": 11321,
- "end": 11325,
+ "start": 11456,
+ "end": 11460,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 17
},
"end": {
- "line": 375,
+ "line": 377,
"column": 21
}
}
@@ -76809,15 +76649,15 @@
"binop": null,
"updateContext": null
},
- "start": 11325,
- "end": 11326,
+ "start": 11460,
+ "end": 11461,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 21
},
"end": {
- "line": 375,
+ "line": 377,
"column": 22
}
}
@@ -76835,15 +76675,15 @@
"binop": null
},
"value": "tf",
- "start": 11326,
- "end": 11328,
+ "start": 11461,
+ "end": 11463,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 22
},
"end": {
- "line": 375,
+ "line": 377,
"column": 24
}
}
@@ -76861,15 +76701,15 @@
"binop": null,
"updateContext": null
},
- "start": 11328,
- "end": 11329,
+ "start": 11463,
+ "end": 11464,
"loc": {
"start": {
- "line": 375,
+ "line": 377,
"column": 24
},
"end": {
- "line": 375,
+ "line": 377,
"column": 25
}
}
@@ -76889,15 +76729,15 @@
"updateContext": null
},
"value": "let",
- "start": 11338,
- "end": 11341,
+ "start": 11473,
+ "end": 11476,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 8
},
"end": {
- "line": 376,
+ "line": 378,
"column": 11
}
}
@@ -76915,15 +76755,15 @@
"binop": null
},
"value": "chkValue",
- "start": 11342,
- "end": 11350,
+ "start": 11477,
+ "end": 11485,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 12
},
"end": {
- "line": 376,
+ "line": 378,
"column": 20
}
}
@@ -76942,15 +76782,15 @@
"updateContext": null
},
"value": "=",
- "start": 11351,
- "end": 11352,
+ "start": 11486,
+ "end": 11487,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 21
},
"end": {
- "line": 376,
+ "line": 378,
"column": 22
}
}
@@ -76968,15 +76808,15 @@
"binop": null
},
"value": "o",
- "start": 11353,
- "end": 11354,
+ "start": 11488,
+ "end": 11489,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 23
},
"end": {
- "line": 376,
+ "line": 378,
"column": 24
}
}
@@ -76994,15 +76834,15 @@
"binop": null,
"updateContext": null
},
- "start": 11354,
- "end": 11355,
+ "start": 11489,
+ "end": 11490,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 24
},
"end": {
- "line": 376,
+ "line": 378,
"column": 25
}
}
@@ -77020,15 +76860,15 @@
"binop": null
},
"value": "value",
- "start": 11355,
- "end": 11360,
+ "start": 11490,
+ "end": 11495,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 25
},
"end": {
- "line": 376,
+ "line": 378,
"column": 30
}
}
@@ -77046,15 +76886,15 @@
"binop": null,
"updateContext": null
},
- "start": 11360,
- "end": 11361,
+ "start": 11495,
+ "end": 11496,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 30
},
"end": {
- "line": 376,
+ "line": 378,
"column": 31
}
}
@@ -77062,35 +76902,19 @@
{
"type": "CommentLine",
"value": "checked item value",
- "start": 11362,
- "end": 11382,
+ "start": 11497,
+ "end": 11517,
"loc": {
"start": {
- "line": 376,
+ "line": 378,
"column": 32
},
"end": {
- "line": 376,
+ "line": 378,
"column": 52
}
}
},
- {
- "type": "CommentLine",
- "value": " TODO: provide helper to extract column index, ugly!",
- "start": 11391,
- "end": 11445,
- "loc": {
- "start": {
- "line": 377,
- "column": 8
- },
- "end": {
- "line": 377,
- "column": 62
- }
- }
- },
{
"type": {
"label": "let",
@@ -77106,15 +76930,15 @@
"updateContext": null
},
"value": "let",
- "start": 11454,
- "end": 11457,
+ "start": 11526,
+ "end": 11529,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 8
},
"end": {
- "line": 378,
+ "line": 379,
"column": 11
}
}
@@ -77132,15 +76956,15 @@
"binop": null
},
"value": "chkIndex",
- "start": 11458,
- "end": 11466,
+ "start": 11530,
+ "end": 11538,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 12
},
"end": {
- "line": 378,
+ "line": 379,
"column": 20
}
}
@@ -77159,15 +76983,15 @@
"updateContext": null
},
"value": "=",
- "start": 11467,
- "end": 11468,
+ "start": 11539,
+ "end": 11540,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 21
},
"end": {
- "line": 378,
+ "line": 379,
"column": 22
}
}
@@ -77184,68 +77008,17 @@
"postfix": false,
"binop": null
},
- "value": "parseInt",
- "start": 11469,
- "end": 11477,
+ "value": "o",
+ "start": 11541,
+ "end": 11542,
"loc": {
"start": {
- "line": 378,
+ "line": 379,
"column": 23
},
"end": {
- "line": 378,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11477,
- "end": 11478,
- "loc": {
- "start": {
- "line": 378,
- "column": 31
- },
- "end": {
- "line": 378,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "o",
- "start": 11478,
- "end": 11479,
- "loc": {
- "start": {
- "line": 378,
- "column": 32
- },
- "end": {
- "line": 378,
- "column": 33
+ "line": 379,
+ "column": 24
}
}
},
@@ -77262,16 +77035,16 @@
"binop": null,
"updateContext": null
},
- "start": 11479,
- "end": 11480,
+ "start": 11542,
+ "end": 11543,
"loc": {
"start": {
- "line": 378,
- "column": 33
+ "line": 379,
+ "column": 24
},
"end": {
- "line": 378,
- "column": 34
+ "line": 379,
+ "column": 25
}
}
},
@@ -77287,17 +77060,17 @@
"postfix": false,
"binop": null
},
- "value": "id",
- "start": 11480,
- "end": 11482,
+ "value": "dataset",
+ "start": 11543,
+ "end": 11550,
"loc": {
"start": {
- "line": 378,
- "column": 34
+ "line": 379,
+ "column": 25
},
"end": {
- "line": 378,
- "column": 36
+ "line": 379,
+ "column": 32
}
}
},
@@ -77314,16 +77087,16 @@
"binop": null,
"updateContext": null
},
- "start": 11482,
- "end": 11483,
+ "start": 11550,
+ "end": 11551,
"loc": {
"start": {
- "line": 378,
- "column": 36
+ "line": 379,
+ "column": 32
},
"end": {
- "line": 378,
- "column": 37
+ "line": 379,
+ "column": 33
}
}
},
@@ -77339,251 +77112,17 @@
"postfix": false,
"binop": null
},
- "value": "split",
- "start": 11483,
- "end": 11488,
+ "value": "idx",
+ "start": 11551,
+ "end": 11554,
"loc": {
"start": {
- "line": 378,
- "column": 37
+ "line": 379,
+ "column": 33
},
"end": {
- "line": 378,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11488,
- "end": 11489,
- "loc": {
- "start": {
- "line": 378,
- "column": 42
- },
- "end": {
- "line": 378,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "_",
- "start": 11489,
- "end": 11492,
- "loc": {
- "start": {
- "line": 378,
- "column": 43
- },
- "end": {
- "line": 378,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11492,
- "end": 11493,
- "loc": {
- "start": {
- "line": 378,
- "column": 46
- },
- "end": {
- "line": 378,
- "column": 47
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11493,
- "end": 11494,
- "loc": {
- "start": {
- "line": 378,
- "column": 47
- },
- "end": {
- "line": 378,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 2,
- "start": 11494,
- "end": 11495,
- "loc": {
- "start": {
- "line": 378,
- "column": 48
- },
- "end": {
- "line": 378,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11495,
- "end": 11496,
- "loc": {
- "start": {
- "line": 378,
- "column": 49
- },
- "end": {
- "line": 378,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11496,
- "end": 11497,
- "loc": {
- "start": {
- "line": 378,
- "column": 50
- },
- "end": {
- "line": 378,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 10,
- "start": 11498,
- "end": 11500,
- "loc": {
- "start": {
- "line": 378,
- "column": 52
- },
- "end": {
- "line": 378,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11500,
- "end": 11501,
- "loc": {
- "start": {
- "line": 378,
- "column": 54
- },
- "end": {
- "line": 378,
- "column": 55
+ "line": 379,
+ "column": 36
}
}
},
@@ -77600,16 +77139,16 @@
"binop": null,
"updateContext": null
},
- "start": 11501,
- "end": 11502,
+ "start": 11554,
+ "end": 11555,
"loc": {
"start": {
- "line": 378,
- "column": 55
+ "line": 379,
+ "column": 36
},
"end": {
- "line": 378,
- "column": 56
+ "line": 379,
+ "column": 37
}
}
},
@@ -77628,15 +77167,15 @@
"updateContext": null
},
"value": "let",
- "start": 11511,
- "end": 11514,
+ "start": 11564,
+ "end": 11567,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 8
},
"end": {
- "line": 379,
+ "line": 380,
"column": 11
}
}
@@ -77654,15 +77193,15 @@
"binop": null
},
"value": "colIdx",
- "start": 11515,
- "end": 11521,
+ "start": 11568,
+ "end": 11574,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 12
},
"end": {
- "line": 379,
+ "line": 380,
"column": 18
}
}
@@ -77681,15 +77220,15 @@
"updateContext": null
},
"value": "=",
- "start": 11522,
- "end": 11523,
+ "start": 11575,
+ "end": 11576,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 19
},
"end": {
- "line": 379,
+ "line": 380,
"column": 20
}
}
@@ -77707,15 +77246,15 @@
"binop": null
},
"value": "tf",
- "start": 11524,
- "end": 11526,
+ "start": 11577,
+ "end": 11579,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 21
},
"end": {
- "line": 379,
+ "line": 380,
"column": 23
}
}
@@ -77733,15 +77272,15 @@
"binop": null,
"updateContext": null
},
- "start": 11526,
- "end": 11527,
+ "start": 11579,
+ "end": 11580,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 23
},
"end": {
- "line": 379,
+ "line": 380,
"column": 24
}
}
@@ -77759,15 +77298,15 @@
"binop": null
},
"value": "getColumnIndexFromFilterId",
- "start": 11527,
- "end": 11553,
+ "start": 11580,
+ "end": 11606,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 24
},
"end": {
- "line": 379,
+ "line": 380,
"column": 50
}
}
@@ -77784,15 +77323,15 @@
"postfix": false,
"binop": null
},
- "start": 11553,
- "end": 11554,
+ "start": 11606,
+ "end": 11607,
"loc": {
"start": {
- "line": 379,
+ "line": 380,
"column": 50
},
"end": {
- "line": 379,
+ "line": 380,
"column": 51
}
}
@@ -77810,360 +77349,16 @@
"binop": null
},
"value": "o",
- "start": 11554,
- "end": 11555,
- "loc": {
- "start": {
- "line": 379,
- "column": 51
- },
- "end": {
- "line": 379,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11555,
- "end": 11556,
- "loc": {
- "start": {
- "line": 379,
- "column": 52
- },
- "end": {
- "line": 379,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "id",
- "start": 11556,
- "end": 11558,
- "loc": {
- "start": {
- "line": 379,
- "column": 53
- },
- "end": {
- "line": 379,
- "column": 55
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11558,
- "end": 11559,
- "loc": {
- "start": {
- "line": 379,
- "column": 55
- },
- "end": {
- "line": 379,
- "column": 56
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11559,
- "end": 11560,
- "loc": {
- "start": {
- "line": 379,
- "column": 56
- },
- "end": {
- "line": 379,
- "column": 57
- }
- }
- },
- {
- "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": 11569,
- "end": 11572,
- "loc": {
- "start": {
- "line": 380,
- "column": 8
- },
- "end": {
- "line": 380,
- "column": 11
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "itemTag",
- "start": 11573,
- "end": 11580,
- "loc": {
- "start": {
- "line": 380,
- "column": 12
- },
- "end": {
- "line": 380,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 11581,
- "end": 11582,
- "loc": {
- "start": {
- "line": 380,
- "column": 20
- },
- "end": {
- "line": 380,
- "column": 21
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "LI",
- "start": 11583,
- "end": 11587,
- "loc": {
- "start": {
- "line": 380,
- "column": 22
- },
- "end": {
- "line": 380,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11587,
- "end": 11588,
- "loc": {
- "start": {
- "line": 380,
- "column": 26
- },
- "end": {
- "line": 380,
- "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": 11598,
- "end": 11601,
- "loc": {
- "start": {
- "line": 382,
- "column": 8
- },
- "end": {
- "line": 382,
- "column": 11
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 11602,
- "end": 11603,
- "loc": {
- "start": {
- "line": 382,
- "column": 12
- },
- "end": {
- "line": 382,
- "column": 13
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 11604,
- "end": 11605,
- "loc": {
- "start": {
- "line": 382,
- "column": 14
- },
- "end": {
- "line": 382,
- "column": 15
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 11606,
+ "start": 11607,
"end": 11608,
"loc": {
"start": {
- "line": 382,
- "column": 16
+ "line": 380,
+ "column": 51
},
"end": {
- "line": 382,
- "column": 18
+ "line": 380,
+ "column": 52
}
}
},
@@ -78182,6 +77377,554 @@
},
"start": 11608,
"end": 11609,
+ "loc": {
+ "start": {
+ "line": 380,
+ "column": 52
+ },
+ "end": {
+ "line": 380,
+ "column": 53
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "id",
+ "start": 11609,
+ "end": 11611,
+ "loc": {
+ "start": {
+ "line": 380,
+ "column": 53
+ },
+ "end": {
+ "line": 380,
+ "column": 55
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11611,
+ "end": 11612,
+ "loc": {
+ "start": {
+ "line": 380,
+ "column": 55
+ },
+ "end": {
+ "line": 380,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11612,
+ "end": 11613,
+ "loc": {
+ "start": {
+ "line": 380,
+ "column": 56
+ },
+ "end": {
+ "line": 380,
+ "column": 57
+ }
+ }
+ },
+ {
+ "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": 11622,
+ "end": 11625,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 8
+ },
+ "end": {
+ "line": 381,
+ "column": 11
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "n",
+ "start": 11626,
+ "end": 11627,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 12
+ },
+ "end": {
+ "line": 381,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 11628,
+ "end": 11629,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 14
+ },
+ "end": {
+ "line": 381,
+ "column": 15
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 11630,
+ "end": 11632,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 16
+ },
+ "end": {
+ "line": 381,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11632,
+ "end": 11633,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 18
+ },
+ "end": {
+ "line": 381,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "getFilterElement",
+ "start": 11633,
+ "end": 11649,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 19
+ },
+ "end": {
+ "line": 381,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11649,
+ "end": 11650,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 35
+ },
+ "end": {
+ "line": 381,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "parseInt",
+ "start": 11650,
+ "end": 11658,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 36
+ },
+ "end": {
+ "line": 381,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11658,
+ "end": 11659,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 44
+ },
+ "end": {
+ "line": 381,
+ "column": 45
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "colIdx",
+ "start": 11659,
+ "end": 11665,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 45
+ },
+ "end": {
+ "line": 381,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11665,
+ "end": 11666,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 51
+ },
+ "end": {
+ "line": 381,
+ "column": 52
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 10,
+ "start": 11667,
+ "end": 11669,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 53
+ },
+ "end": {
+ "line": 381,
+ "column": 55
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11669,
+ "end": 11670,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 55
+ },
+ "end": {
+ "line": 381,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 11670,
+ "end": 11671,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 56
+ },
+ "end": {
+ "line": 381,
+ "column": 57
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 11671,
+ "end": 11672,
+ "loc": {
+ "start": {
+ "line": 381,
+ "column": 57
+ },
+ "end": {
+ "line": 381,
+ "column": 58
+ }
+ }
+ },
+ {
+ "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": 11681,
+ "end": 11684,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 8
+ },
+ "end": {
+ "line": 382,
+ "column": 11
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "items",
+ "start": 11685,
+ "end": 11690,
+ "loc": {
+ "start": {
+ "line": 382,
+ "column": 12
+ },
+ "end": {
+ "line": 382,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 11691,
+ "end": 11692,
"loc": {
"start": {
"line": 382,
@@ -78205,42 +77948,43 @@
"postfix": false,
"binop": null
},
- "value": "getFilterElement",
- "start": 11609,
- "end": 11625,
+ "value": "n",
+ "start": 11693,
+ "end": 11694,
"loc": {
"start": {
"line": 382,
- "column": 19
+ "column": 20
},
"end": {
"line": 382,
- "column": 35
+ "column": 21
}
}
},
{
"type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null
+ "binop": null,
+ "updateContext": null
},
- "start": 11625,
- "end": 11626,
+ "start": 11694,
+ "end": 11695,
"loc": {
"start": {
"line": 382,
- "column": 35
+ "column": 21
},
"end": {
"line": 382,
- "column": 36
+ "column": 22
}
}
},
@@ -78256,171 +78000,17 @@
"postfix": false,
"binop": null
},
- "value": "parseInt",
- "start": 11626,
- "end": 11634,
+ "value": "childNodes",
+ "start": 11695,
+ "end": 11705,
"loc": {
"start": {
"line": 382,
- "column": 36
+ "column": 22
},
"end": {
"line": 382,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11634,
- "end": 11635,
- "loc": {
- "start": {
- "line": 382,
- "column": 44
- },
- "end": {
- "line": 382,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIdx",
- "start": 11635,
- "end": 11641,
- "loc": {
- "start": {
- "line": 382,
- "column": 45
- },
- "end": {
- "line": 382,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11641,
- "end": 11642,
- "loc": {
- "start": {
- "line": 382,
- "column": 51
- },
- "end": {
- "line": 382,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 10,
- "start": 11643,
- "end": 11645,
- "loc": {
- "start": {
- "line": 382,
- "column": 53
- },
- "end": {
- "line": 382,
- "column": 55
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11645,
- "end": 11646,
- "loc": {
- "start": {
- "line": 382,
- "column": 55
- },
- "end": {
- "line": 382,
- "column": 56
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11646,
- "end": 11647,
- "loc": {
- "start": {
- "line": 382,
- "column": 56
- },
- "end": {
- "line": 382,
- "column": 57
+ "column": 32
}
}
},
@@ -78437,16 +78027,16 @@
"binop": null,
"updateContext": null
},
- "start": 11647,
- "end": 11648,
+ "start": 11705,
+ "end": 11706,
"loc": {
"start": {
"line": 382,
- "column": 57
+ "column": 32
},
"end": {
"line": 382,
- "column": 58
+ "column": 33
}
}
},
@@ -78465,8 +78055,8 @@
"updateContext": null
},
"value": "let",
- "start": 11657,
- "end": 11660,
+ "start": 11715,
+ "end": 11718,
"loc": {
"start": {
"line": 383,
@@ -78491,8 +78081,8 @@
"binop": null
},
"value": "li",
- "start": 11661,
- "end": 11663,
+ "start": 11719,
+ "end": 11721,
"loc": {
"start": {
"line": 383,
@@ -78518,8 +78108,8 @@
"updateContext": null
},
"value": "=",
- "start": 11664,
- "end": 11665,
+ "start": 11722,
+ "end": 11723,
"loc": {
"start": {
"line": 383,
@@ -78543,9 +78133,9 @@
"postfix": false,
"binop": null
},
- "value": "n",
- "start": 11666,
- "end": 11667,
+ "value": "items",
+ "start": 11724,
+ "end": 11729,
"loc": {
"start": {
"line": 383,
@@ -78553,59 +78143,7 @@
},
"end": {
"line": 383,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11667,
- "end": 11668,
- "loc": {
- "start": {
- "line": 383,
- "column": 18
- },
- "end": {
- "line": 383,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "childNodes",
- "start": 11668,
- "end": 11678,
- "loc": {
- "start": {
- "line": 383,
- "column": 19
- },
- "end": {
- "line": 383,
- "column": 29
+ "column": 22
}
}
},
@@ -78622,16 +78160,16 @@
"binop": null,
"updateContext": null
},
- "start": 11678,
- "end": 11679,
+ "start": 11729,
+ "end": 11730,
"loc": {
"start": {
"line": 383,
- "column": 29
+ "column": 22
},
"end": {
"line": 383,
- "column": 30
+ "column": 23
}
}
},
@@ -78648,16 +78186,16 @@
"binop": null
},
"value": "chkIndex",
- "start": 11679,
- "end": 11687,
+ "start": 11730,
+ "end": 11738,
"loc": {
"start": {
"line": 383,
- "column": 30
+ "column": 23
},
"end": {
"line": 383,
- "column": 38
+ "column": 31
}
}
},
@@ -78674,278 +78212,16 @@
"binop": null,
"updateContext": null
},
- "start": 11687,
- "end": 11688,
- "loc": {
- "start": {
- "line": 383,
- "column": 38
- },
- "end": {
- "line": 383,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11688,
- "end": 11689,
- "loc": {
- "start": {
- "line": 383,
- "column": 39
- },
- "end": {
- "line": 383,
- "column": 40
- }
- }
- },
- {
- "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": 11698,
- "end": 11701,
- "loc": {
- "start": {
- "line": 384,
- "column": 8
- },
- "end": {
- "line": 384,
- "column": 11
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIndex",
- "start": 11702,
- "end": 11710,
- "loc": {
- "start": {
- "line": 384,
- "column": 12
- },
- "end": {
- "line": 384,
- "column": 20
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 11711,
- "end": 11712,
- "loc": {
- "start": {
- "line": 384,
- "column": 21
- },
- "end": {
- "line": 384,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 11713,
- "end": 11714,
- "loc": {
- "start": {
- "line": 384,
- "column": 23
- },
- "end": {
- "line": 384,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 11714,
- "end": 11715,
- "loc": {
- "start": {
- "line": 384,
- "column": 24
- },
- "end": {
- "line": 384,
- "column": 25
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "getAttribute",
- "start": 11715,
- "end": 11727,
- "loc": {
- "start": {
- "line": 384,
- "column": 25
- },
- "end": {
- "line": 384,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11727,
- "end": 11728,
- "loc": {
- "start": {
- "line": 384,
- "column": 37
- },
- "end": {
- "line": 384,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "colIndex",
- "start": 11728,
- "end": 11738,
- "loc": {
- "start": {
- "line": 384,
- "column": 38
- },
- "end": {
- "line": 384,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
"start": 11738,
"end": 11739,
"loc": {
"start": {
- "line": 384,
- "column": 48
+ "line": 383,
+ "column": 31
},
"end": {
- "line": 384,
- "column": 49
+ "line": 383,
+ "column": 32
}
}
},
@@ -78964,14 +78240,30 @@
},
"start": 11739,
"end": 11740,
+ "loc": {
+ "start": {
+ "line": 383,
+ "column": 32
+ },
+ "end": {
+ "line": 383,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": "CommentLine",
+ "value": "selected values (ul tag)",
+ "start": 11749,
+ "end": 11775,
"loc": {
"start": {
"line": 384,
- "column": 49
+ "column": 8
},
"end": {
"line": 384,
- "column": 50
+ "column": 34
}
}
},
@@ -78990,8 +78282,8 @@
"updateContext": null
},
"value": "let",
- "start": 11749,
- "end": 11752,
+ "start": 11784,
+ "end": 11787,
"loc": {
"start": {
"line": 385,
@@ -79015,9 +78307,9 @@
"postfix": false,
"binop": null
},
- "value": "fltValue",
- "start": 11753,
- "end": 11761,
+ "value": "slcValues",
+ "start": 11788,
+ "end": 11797,
"loc": {
"start": {
"line": 385,
@@ -79025,7 +78317,7 @@
},
"end": {
"line": 385,
- "column": 20
+ "column": 21
}
}
},
@@ -79043,16 +78335,16 @@
"updateContext": null
},
"value": "=",
- "start": 11762,
- "end": 11763,
+ "start": 11798,
+ "end": 11799,
"loc": {
"start": {
"line": 385,
- "column": 21
+ "column": 22
},
"end": {
"line": 385,
- "column": 22
+ "column": 23
}
}
},
@@ -79069,16 +78361,16 @@
"binop": null
},
"value": "n",
- "start": 11764,
- "end": 11765,
+ "start": 11800,
+ "end": 11801,
"loc": {
"start": {
"line": 385,
- "column": 23
+ "column": 24
},
"end": {
"line": 385,
- "column": 24
+ "column": 25
}
}
},
@@ -79095,16 +78387,16 @@
"binop": null,
"updateContext": null
},
- "start": 11765,
- "end": 11766,
+ "start": 11801,
+ "end": 11802,
"loc": {
"start": {
"line": 385,
- "column": 24
+ "column": 25
},
"end": {
"line": 385,
- "column": 25
+ "column": 26
}
}
},
@@ -79121,16 +78413,16 @@
"binop": null
},
"value": "getAttribute",
- "start": 11766,
- "end": 11778,
+ "start": 11802,
+ "end": 11814,
"loc": {
"start": {
"line": 385,
- "column": 25
+ "column": 26
},
"end": {
"line": 385,
- "column": 37
+ "column": 38
}
}
},
@@ -79146,16 +78438,16 @@
"postfix": false,
"binop": null
},
- "start": 11778,
- "end": 11779,
+ "start": 11814,
+ "end": 11815,
"loc": {
"start": {
"line": 385,
- "column": 37
+ "column": 38
},
"end": {
"line": 385,
- "column": 38
+ "column": 39
}
}
},
@@ -79173,16 +78465,16 @@
"updateContext": null
},
"value": "value",
- "start": 11779,
- "end": 11786,
+ "start": 11815,
+ "end": 11822,
"loc": {
"start": {
"line": 385,
- "column": 38
+ "column": 39
},
"end": {
"line": 385,
- "column": 45
+ "column": 46
}
}
},
@@ -79198,16 +78490,70 @@
"postfix": false,
"binop": null
},
- "start": 11786,
- "end": 11787,
+ "start": 11822,
+ "end": 11823,
"loc": {
"start": {
"line": 385,
- "column": 45
+ "column": 46
},
"end": {
"line": 385,
- "column": 46
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "||",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 1,
+ "updateContext": null
+ },
+ "value": "||",
+ "start": 11824,
+ "end": 11826,
+ "loc": {
+ "start": {
+ "line": 385,
+ "column": 48
+ },
+ "end": {
+ "line": 385,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 11827,
+ "end": 11829,
+ "loc": {
+ "start": {
+ "line": 385,
+ "column": 51
+ },
+ "end": {
+ "line": 385,
+ "column": 53
}
}
},
@@ -79224,32 +78570,32 @@
"binop": null,
"updateContext": null
},
- "start": 11787,
- "end": 11788,
+ "start": 11829,
+ "end": 11830,
"loc": {
"start": {
"line": 385,
- "column": 46
+ "column": 53
},
"end": {
"line": 385,
- "column": 47
+ "column": 54
}
}
},
{
"type": "CommentLine",
- "value": "filter value (ul tag)",
- "start": 11789,
- "end": 11812,
+ "value": "selected items indexes (ul tag)",
+ "start": 11839,
+ "end": 11872,
"loc": {
"start": {
- "line": 385,
- "column": 48
+ "line": 386,
+ "column": 8
},
"end": {
- "line": 385,
- "column": 71
+ "line": 386,
+ "column": 41
}
}
},
@@ -79268,15 +78614,15 @@
"updateContext": null
},
"value": "let",
- "start": 11821,
- "end": 11824,
+ "start": 11881,
+ "end": 11884,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 8
},
"end": {
- "line": 386,
+ "line": 387,
"column": 11
}
}
@@ -79293,16 +78639,16 @@
"postfix": false,
"binop": null
},
- "value": "fltIndexes",
- "start": 11825,
- "end": 11835,
+ "value": "slcIndexes",
+ "start": 11885,
+ "end": 11895,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 12
},
"end": {
- "line": 386,
+ "line": 387,
"column": 22
}
}
@@ -79321,15 +78667,15 @@
"updateContext": null
},
"value": "=",
- "start": 11836,
- "end": 11837,
+ "start": 11896,
+ "end": 11897,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 23
},
"end": {
- "line": 386,
+ "line": 387,
"column": 24
}
}
@@ -79347,15 +78693,15 @@
"binop": null
},
"value": "n",
- "start": 11838,
- "end": 11839,
+ "start": 11898,
+ "end": 11899,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 25
},
"end": {
- "line": 386,
+ "line": 387,
"column": 26
}
}
@@ -79373,15 +78719,15 @@
"binop": null,
"updateContext": null
},
- "start": 11839,
- "end": 11840,
+ "start": 11899,
+ "end": 11900,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 26
},
"end": {
- "line": 386,
+ "line": 387,
"column": 27
}
}
@@ -79399,15 +78745,15 @@
"binop": null
},
"value": "getAttribute",
- "start": 11840,
- "end": 11852,
+ "start": 11900,
+ "end": 11912,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 27
},
"end": {
- "line": 386,
+ "line": 387,
"column": 39
}
}
@@ -79424,15 +78770,15 @@
"postfix": false,
"binop": null
},
- "start": 11852,
- "end": 11853,
+ "start": 11912,
+ "end": 11913,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 39
},
"end": {
- "line": 386,
+ "line": 387,
"column": 40
}
}
@@ -79451,15 +78797,15 @@
"updateContext": null
},
"value": "indexes",
- "start": 11853,
- "end": 11862,
+ "start": 11913,
+ "end": 11922,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 40
},
"end": {
- "line": 386,
+ "line": 387,
"column": 49
}
}
@@ -79476,19 +78822,73 @@
"postfix": false,
"binop": null
},
- "start": 11862,
- "end": 11863,
+ "start": 11922,
+ "end": 11923,
"loc": {
"start": {
- "line": 386,
+ "line": 387,
"column": 49
},
"end": {
- "line": 386,
+ "line": 387,
"column": 50
}
}
},
+ {
+ "type": {
+ "label": "||",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 1,
+ "updateContext": null
+ },
+ "value": "||",
+ "start": 11924,
+ "end": 11926,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 51
+ },
+ "end": {
+ "line": 387,
+ "column": 53
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 11927,
+ "end": 11929,
+ "loc": {
+ "start": {
+ "line": 387,
+ "column": 54
+ },
+ "end": {
+ "line": 387,
+ "column": 56
+ }
+ }
+ },
{
"type": {
"label": ";",
@@ -79502,32 +78902,16 @@
"binop": null,
"updateContext": null
},
- "start": 11863,
- "end": 11864,
+ "start": 11929,
+ "end": 11930,
"loc": {
"start": {
- "line": 386,
- "column": 50
+ "line": 387,
+ "column": 56
},
"end": {
- "line": 386,
- "column": 51
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "selected items (ul tag)",
- "start": 11865,
- "end": 11890,
- "loc": {
- "start": {
- "line": 386,
- "column": 52
- },
- "end": {
- "line": 386,
- "column": 77
+ "line": 387,
+ "column": 57
}
}
},
@@ -79546,15 +78930,15 @@
"updateContext": null
},
"value": "if",
- "start": 11900,
- "end": 11902,
+ "start": 11940,
+ "end": 11942,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 8
},
"end": {
- "line": 388,
+ "line": 389,
"column": 10
}
}
@@ -79571,15 +78955,15 @@
"postfix": false,
"binop": null
},
- "start": 11903,
- "end": 11904,
+ "start": 11943,
+ "end": 11944,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 11
},
"end": {
- "line": 388,
+ "line": 389,
"column": 12
}
}
@@ -79597,15 +78981,15 @@
"binop": null
},
"value": "o",
- "start": 11904,
- "end": 11905,
+ "start": 11944,
+ "end": 11945,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 12
},
"end": {
- "line": 388,
+ "line": 389,
"column": 13
}
}
@@ -79623,15 +79007,15 @@
"binop": null,
"updateContext": null
},
- "start": 11905,
- "end": 11906,
+ "start": 11945,
+ "end": 11946,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 13
},
"end": {
- "line": 388,
+ "line": 389,
"column": 14
}
}
@@ -79649,15 +79033,15 @@
"binop": null
},
"value": "checked",
- "start": 11906,
- "end": 11913,
+ "start": 11946,
+ "end": 11953,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 14
},
"end": {
- "line": 388,
+ "line": 389,
"column": 21
}
}
@@ -79674,15 +79058,15 @@
"postfix": false,
"binop": null
},
- "start": 11913,
- "end": 11914,
+ "start": 11953,
+ "end": 11954,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 21
},
"end": {
- "line": 388,
+ "line": 389,
"column": 22
}
}
@@ -79699,15 +79083,15 @@
"postfix": false,
"binop": null
},
- "start": 11915,
- "end": 11916,
+ "start": 11955,
+ "end": 11956,
"loc": {
"start": {
- "line": 388,
+ "line": 389,
"column": 23
},
"end": {
- "line": 388,
+ "line": 389,
"column": 24
}
}
@@ -79715,15 +79099,15 @@
{
"type": "CommentLine",
"value": "show all item",
- "start": 11929,
- "end": 11944,
+ "start": 11969,
+ "end": 11984,
"loc": {
"start": {
- "line": 389,
+ "line": 390,
"column": 12
},
"end": {
- "line": 389,
+ "line": 390,
"column": 27
}
}
@@ -79743,227 +79127,19 @@
"updateContext": null
},
"value": "if",
- "start": 11957,
- "end": 11959,
+ "start": 11997,
+ "end": 11999,
"loc": {
"start": {
- "line": 390,
+ "line": 391,
"column": 12
},
"end": {
- "line": 390,
+ "line": 391,
"column": 14
}
}
},
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11960,
- "end": 11961,
- "loc": {
- "start": {
- "line": 390,
- "column": 15
- },
- "end": {
- "line": 390,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkValue",
- "start": 11961,
- "end": 11969,
- "loc": {
- "start": {
- "line": 390,
- "column": 16
- },
- "end": {
- "line": 390,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "===",
- "start": 11970,
- "end": 11973,
- "loc": {
- "start": {
- "line": 390,
- "column": 25
- },
- "end": {
- "line": 390,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 11974,
- "end": 11976,
- "loc": {
- "start": {
- "line": 390,
- "column": 29
- },
- "end": {
- "line": 390,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11976,
- "end": 11977,
- "loc": {
- "start": {
- "line": 390,
- "column": 31
- },
- "end": {
- "line": 390,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11978,
- "end": 11979,
- "loc": {
- "start": {
- "line": 390,
- "column": 33
- },
- "end": {
- "line": 390,
- "column": 34
- }
- }
- },
- {
- "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": 11996,
- "end": 11998,
- "loc": {
- "start": {
- "line": 391,
- "column": 16
- },
- "end": {
- "line": 391,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 11999,
- "end": 12000,
- "loc": {
- "start": {
- "line": 391,
- "column": 19
- },
- "end": {
- "line": 391,
- "column": 20
- }
- }
- },
{
"type": {
"label": "(",
@@ -79981,11 +79157,11 @@
"loc": {
"start": {
"line": 391,
- "column": 20
+ "column": 15
},
"end": {
"line": 391,
- "column": 21
+ "column": 16
}
}
},
@@ -80001,13 +79177,67 @@
"postfix": false,
"binop": null
},
- "value": "fltIndexes",
+ "value": "chkValue",
"start": 12001,
- "end": 12011,
+ "end": 12009,
"loc": {
"start": {
"line": 391,
- "column": 21
+ "column": 16
+ },
+ "end": {
+ "line": 391,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "==/!=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 6,
+ "updateContext": null
+ },
+ "value": "===",
+ "start": 12010,
+ "end": 12013,
+ "loc": {
+ "start": {
+ "line": 391,
+ "column": 25
+ },
+ "end": {
+ "line": 391,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 12014,
+ "end": 12016,
+ "loc": {
+ "start": {
+ "line": 391,
+ "column": 29
},
"end": {
"line": 391,
@@ -80015,6 +79245,1377 @@
}
}
},
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12016,
+ "end": 12017,
+ "loc": {
+ "start": {
+ "line": 391,
+ "column": 31
+ },
+ "end": {
+ "line": 391,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12018,
+ "end": 12019,
+ "loc": {
+ "start": {
+ "line": 391,
+ "column": 33
+ },
+ "end": {
+ "line": 391,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": "CommentLine",
+ "value": "items indexes",
+ "start": 12036,
+ "end": 12051,
+ "loc": {
+ "start": {
+ "line": 392,
+ "column": 16
+ },
+ "end": {
+ "line": 392,
+ "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": 12068,
+ "end": 12071,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 16
+ },
+ "end": {
+ "line": 393,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "indexes",
+ "start": 12072,
+ "end": 12079,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 20
+ },
+ "end": {
+ "line": 393,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12080,
+ "end": 12081,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 28
+ },
+ "end": {
+ "line": 393,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "slcIndexes",
+ "start": 12082,
+ "end": 12092,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 30
+ },
+ "end": {
+ "line": 393,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12092,
+ "end": 12093,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 40
+ },
+ "end": {
+ "line": 393,
+ "column": 41
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "split",
+ "start": 12093,
+ "end": 12098,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 41
+ },
+ "end": {
+ "line": 393,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12098,
+ "end": 12099,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 46
+ },
+ "end": {
+ "line": 393,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 12099,
+ "end": 12101,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 47
+ },
+ "end": {
+ "line": 393,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12101,
+ "end": 12102,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 49
+ },
+ "end": {
+ "line": 393,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "separator",
+ "start": 12102,
+ "end": 12111,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 50
+ },
+ "end": {
+ "line": 393,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12111,
+ "end": 12112,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 59
+ },
+ "end": {
+ "line": 393,
+ "column": 60
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12112,
+ "end": 12113,
+ "loc": {
+ "start": {
+ "line": 393,
+ "column": 60
+ },
+ "end": {
+ "line": 393,
+ "column": 61
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "indexes",
+ "start": 12130,
+ "end": 12137,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 16
+ },
+ "end": {
+ "line": 394,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12137,
+ "end": 12138,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 23
+ },
+ "end": {
+ "line": 394,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "forEach",
+ "start": 12138,
+ "end": 12145,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 24
+ },
+ "end": {
+ "line": 394,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12145,
+ "end": 12146,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 31
+ },
+ "end": {
+ "line": 394,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "idx",
+ "start": 12146,
+ "end": 12149,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 32
+ },
+ "end": {
+ "line": 394,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=>",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12150,
+ "end": 12152,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 36
+ },
+ "end": {
+ "line": 394,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12153,
+ "end": 12154,
+ "loc": {
+ "start": {
+ "line": 394,
+ "column": 39
+ },
+ "end": {
+ "line": 394,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "idx",
+ "start": 12175,
+ "end": 12178,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 20
+ },
+ "end": {
+ "line": 395,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12179,
+ "end": 12180,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 24
+ },
+ "end": {
+ "line": 395,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "Number",
+ "start": 12181,
+ "end": 12187,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 26
+ },
+ "end": {
+ "line": 395,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12187,
+ "end": 12188,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 32
+ },
+ "end": {
+ "line": 395,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "idx",
+ "start": 12188,
+ "end": 12191,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 33
+ },
+ "end": {
+ "line": 395,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12191,
+ "end": 12192,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 36
+ },
+ "end": {
+ "line": 395,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12192,
+ "end": 12193,
+ "loc": {
+ "start": {
+ "line": 395,
+ "column": 37
+ },
+ "end": {
+ "line": 395,
+ "column": 38
+ }
+ }
+ },
+ {
+ "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": 12214,
+ "end": 12217,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 20
+ },
+ "end": {
+ "line": 396,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li",
+ "start": 12218,
+ "end": 12220,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 24
+ },
+ "end": {
+ "line": 396,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12221,
+ "end": 12222,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 27
+ },
+ "end": {
+ "line": 396,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "items",
+ "start": 12223,
+ "end": 12228,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 29
+ },
+ "end": {
+ "line": 396,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12228,
+ "end": 12229,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 34
+ },
+ "end": {
+ "line": 396,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "idx",
+ "start": 12229,
+ "end": 12232,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 35
+ },
+ "end": {
+ "line": 396,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12232,
+ "end": 12233,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 38
+ },
+ "end": {
+ "line": 396,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12233,
+ "end": 12234,
+ "loc": {
+ "start": {
+ "line": 396,
+ "column": 39
+ },
+ "end": {
+ "line": 396,
+ "column": 40
+ }
+ }
+ },
+ {
+ "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": 12255,
+ "end": 12258,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 20
+ },
+ "end": {
+ "line": 397,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chx",
+ "start": 12259,
+ "end": 12262,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 24
+ },
+ "end": {
+ "line": 397,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12263,
+ "end": 12264,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 28
+ },
+ "end": {
+ "line": 397,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tag",
+ "start": 12265,
+ "end": 12268,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 30
+ },
+ "end": {
+ "line": 397,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12268,
+ "end": 12269,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 33
+ },
+ "end": {
+ "line": 397,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li",
+ "start": 12269,
+ "end": 12271,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 34
+ },
+ "end": {
+ "line": 397,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12271,
+ "end": 12272,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 36
+ },
+ "end": {
+ "line": 397,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "input",
+ "start": 12273,
+ "end": 12280,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 38
+ },
+ "end": {
+ "line": 397,
+ "column": 45
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12280,
+ "end": 12281,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 45
+ },
+ "end": {
+ "line": 397,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12281,
+ "end": 12282,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 46
+ },
+ "end": {
+ "line": 397,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 0,
+ "start": 12282,
+ "end": 12283,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 47
+ },
+ "end": {
+ "line": 397,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12283,
+ "end": 12284,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 48
+ },
+ "end": {
+ "line": 397,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12284,
+ "end": 12285,
+ "loc": {
+ "start": {
+ "line": 397,
+ "column": 49
+ },
+ "end": {
+ "line": 397,
+ "column": 50
+ }
+ }
+ },
+ {
+ "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": 12306,
+ "end": 12308,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 20
+ },
+ "end": {
+ "line": 398,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12309,
+ "end": 12310,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 23
+ },
+ "end": {
+ "line": 398,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chx",
+ "start": 12310,
+ "end": 12313,
+ "loc": {
+ "start": {
+ "line": 398,
+ "column": 24
+ },
+ "end": {
+ "line": 398,
+ "column": 27
+ }
+ }
+ },
{
"type": {
"label": "&&",
@@ -80029,706 +80630,19 @@
"updateContext": null
},
"value": "&&",
- "start": 12012,
- "end": 12014,
+ "start": 12314,
+ "end": 12316,
"loc": {
"start": {
- "line": 391,
- "column": 32
- },
- "end": {
- "line": 391,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIndexes",
- "start": 12015,
- "end": 12025,
- "loc": {
- "start": {
- "line": 391,
- "column": 35
- },
- "end": {
- "line": 391,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "!==",
- "start": 12026,
- "end": 12029,
- "loc": {
- "start": {
- "line": 391,
- "column": 46
- },
- "end": {
- "line": 391,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 12030,
- "end": 12032,
- "loc": {
- "start": {
- "line": 391,
- "column": 50
- },
- "end": {
- "line": 391,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12032,
- "end": 12033,
- "loc": {
- "start": {
- "line": 391,
- "column": 52
- },
- "end": {
- "line": 391,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12033,
- "end": 12034,
- "loc": {
- "start": {
- "line": 391,
- "column": 53
- },
- "end": {
- "line": 391,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12035,
- "end": 12036,
- "loc": {
- "start": {
- "line": 391,
- "column": 55
- },
- "end": {
- "line": 391,
- "column": 56
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "items indexes",
- "start": 12057,
- "end": 12072,
- "loc": {
- "start": {
- "line": 392,
- "column": 20
- },
- "end": {
- "line": 392,
- "column": 35
- }
- }
- },
- {
- "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": 12093,
- "end": 12096,
- "loc": {
- "start": {
- "line": 393,
- "column": 20
- },
- "end": {
- "line": 393,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "indSplit",
- "start": 12097,
- "end": 12105,
- "loc": {
- "start": {
- "line": 393,
- "column": 24
- },
- "end": {
- "line": 393,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12106,
- "end": 12107,
- "loc": {
- "start": {
- "line": 393,
- "column": 33
- },
- "end": {
- "line": 393,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIndexes",
- "start": 12108,
- "end": 12118,
- "loc": {
- "start": {
- "line": 393,
- "column": 35
- },
- "end": {
- "line": 393,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12118,
- "end": 12119,
- "loc": {
- "start": {
- "line": 393,
- "column": 45
- },
- "end": {
- "line": 393,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "split",
- "start": 12119,
- "end": 12124,
- "loc": {
- "start": {
- "line": 393,
- "column": 46
- },
- "end": {
- "line": 393,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12124,
- "end": 12125,
- "loc": {
- "start": {
- "line": 393,
- "column": 51
- },
- "end": {
- "line": 393,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 12125,
- "end": 12127,
- "loc": {
- "start": {
- "line": 393,
- "column": 52
- },
- "end": {
- "line": 393,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12127,
- "end": 12128,
- "loc": {
- "start": {
- "line": 393,
- "column": 54
- },
- "end": {
- "line": 393,
- "column": 55
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "separator",
- "start": 12128,
- "end": 12137,
- "loc": {
- "start": {
- "line": 393,
- "column": 55
- },
- "end": {
- "line": 393,
- "column": 64
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12137,
- "end": 12138,
- "loc": {
- "start": {
- "line": 393,
- "column": 64
- },
- "end": {
- "line": 393,
- "column": 65
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12138,
- "end": 12139,
- "loc": {
- "start": {
- "line": 393,
- "column": 65
- },
- "end": {
- "line": 393,
- "column": 66
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "checked items loop",
- "start": 12160,
- "end": 12180,
- "loc": {
- "start": {
- "line": 394,
- "column": 20
- },
- "end": {
- "line": 394,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "for",
- "keyword": "for",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": true,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "for",
- "start": 12201,
- "end": 12204,
- "loc": {
- "start": {
- "line": 395,
- "column": 20
- },
- "end": {
- "line": 395,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12205,
- "end": 12206,
- "loc": {
- "start": {
- "line": 395,
- "column": 24
- },
- "end": {
- "line": 395,
- "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": 12206,
- "end": 12209,
- "loc": {
- "start": {
- "line": 395,
- "column": 25
- },
- "end": {
- "line": 395,
+ "line": 398,
"column": 28
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "u",
- "start": 12210,
- "end": 12211,
- "loc": {
- "start": {
- "line": 395,
- "column": 29
},
"end": {
- "line": 395,
+ "line": 398,
"column": 30
}
}
},
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12212,
- "end": 12213,
- "loc": {
- "start": {
- "line": 395,
- "column": 31
- },
- "end": {
- "line": 395,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 0,
- "start": 12214,
- "end": 12215,
- "loc": {
- "start": {
- "line": 395,
- "column": 33
- },
- "end": {
- "line": 395,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12215,
- "end": 12216,
- "loc": {
- "start": {
- "line": 395,
- "column": 34
- },
- "end": {
- "line": 395,
- "column": 35
- }
- }
- },
{
"type": {
"label": "name",
@@ -80741,17 +80655,17 @@
"postfix": false,
"binop": null
},
- "value": "u",
- "start": 12217,
- "end": 12218,
+ "value": "idx",
+ "start": 12317,
+ "end": 12320,
"loc": {
"start": {
- "line": 395,
- "column": 36
+ "line": 398,
+ "column": 31
},
"end": {
- "line": 395,
- "column": 37
+ "line": 398,
+ "column": 34
}
}
},
@@ -80768,4816 +80682,20 @@
"binop": 7,
"updateContext": null
},
- "value": "<",
- "start": 12219,
- "end": 12220,
- "loc": {
- "start": {
- "line": 395,
- "column": 38
- },
- "end": {
- "line": 395,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "indSplit",
- "start": 12221,
- "end": 12229,
- "loc": {
- "start": {
- "line": 395,
- "column": 40
- },
- "end": {
- "line": 395,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12229,
- "end": 12230,
- "loc": {
- "start": {
- "line": 395,
- "column": 48
- },
- "end": {
- "line": 395,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "length",
- "start": 12230,
- "end": 12236,
- "loc": {
- "start": {
- "line": 395,
- "column": 49
- },
- "end": {
- "line": 395,
- "column": 55
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12236,
- "end": 12237,
- "loc": {
- "start": {
- "line": 395,
- "column": 55
- },
- "end": {
- "line": 395,
- "column": 56
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "u",
- "start": 12238,
- "end": 12239,
- "loc": {
- "start": {
- "line": 395,
- "column": 57
- },
- "end": {
- "line": 395,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": "++/--",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": true,
- "binop": null
- },
- "value": "++",
- "start": 12239,
- "end": 12241,
- "loc": {
- "start": {
- "line": 395,
- "column": 58
- },
- "end": {
- "line": 395,
- "column": 60
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12241,
- "end": 12242,
- "loc": {
- "start": {
- "line": 395,
- "column": 60
- },
- "end": {
- "line": 395,
- "column": 61
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12243,
- "end": 12244,
- "loc": {
- "start": {
- "line": 395,
- "column": 62
- },
- "end": {
- "line": 395,
- "column": 63
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "checked item",
- "start": 12269,
- "end": 12283,
- "loc": {
- "start": {
- "line": 396,
- "column": 24
- },
- "end": {
- "line": 396,
- "column": 38
- }
- }
- },
- {
- "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": 12308,
- "end": 12311,
- "loc": {
- "start": {
- "line": 397,
- "column": 24
- },
- "end": {
- "line": 397,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "cChk",
- "start": 12312,
- "end": 12316,
- "loc": {
- "start": {
- "line": 397,
- "column": 28
- },
- "end": {
- "line": 397,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12317,
- "end": 12318,
- "loc": {
- "start": {
- "line": 397,
- "column": 33
- },
- "end": {
- "line": 397,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "elm",
- "start": 12319,
+ "value": ">",
+ "start": 12321,
"end": 12322,
"loc": {
"start": {
- "line": 397,
+ "line": 398,
"column": 35
},
- "end": {
- "line": 397,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12322,
- "end": 12323,
- "loc": {
- "start": {
- "line": 397,
- "column": 38
- },
- "end": {
- "line": 397,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 12323,
- "end": 12325,
- "loc": {
- "start": {
- "line": 397,
- "column": 39
- },
- "end": {
- "line": 397,
- "column": 41
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12325,
- "end": 12326,
- "loc": {
- "start": {
- "line": 397,
- "column": 41
- },
- "end": {
- "line": 397,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIds",
- "start": 12326,
- "end": 12332,
- "loc": {
- "start": {
- "line": 397,
- "column": 42
- },
- "end": {
- "line": 397,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12332,
- "end": 12333,
- "loc": {
- "start": {
- "line": 397,
- "column": 48
- },
- "end": {
- "line": 397,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIndex",
- "start": 12333,
- "end": 12341,
- "loc": {
- "start": {
- "line": 397,
- "column": 49
- },
- "end": {
- "line": 397,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12341,
- "end": 12342,
- "loc": {
- "start": {
- "line": 397,
- "column": 57
- },
- "end": {
- "line": 397,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12343,
- "end": 12344,
- "loc": {
- "start": {
- "line": 397,
- "column": 59
- },
- "end": {
- "line": 397,
- "column": 60
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "_",
- "start": 12345,
- "end": 12348,
- "loc": {
- "start": {
- "line": 397,
- "column": 61
- },
- "end": {
- "line": 397,
- "column": 64
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12349,
- "end": 12350,
- "loc": {
- "start": {
- "line": 397,
- "column": 65
- },
- "end": {
- "line": 397,
- "column": 66
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "indSplit",
- "start": 12379,
- "end": 12387,
- "loc": {
- "start": {
- "line": 398,
- "column": 28
- },
"end": {
"line": 398,
"column": 36
}
}
},
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12387,
- "end": 12388,
- "loc": {
- "start": {
- "line": 398,
- "column": 36
- },
- "end": {
- "line": 398,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "u",
- "start": 12388,
- "end": 12389,
- "loc": {
- "start": {
- "line": 398,
- "column": 37
- },
- "end": {
- "line": 398,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12389,
- "end": 12390,
- "loc": {
- "start": {
- "line": 398,
- "column": 38
- },
- "end": {
- "line": 398,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12390,
- "end": 12391,
- "loc": {
- "start": {
- "line": 398,
- "column": 39
- },
- "end": {
- "line": 398,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12391,
- "end": 12392,
- "loc": {
- "start": {
- "line": 398,
- "column": 40
- },
- "end": {
- "line": 398,
- "column": 41
- }
- }
- },
- {
- "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": 12417,
- "end": 12419,
- "loc": {
- "start": {
- "line": 399,
- "column": 24
- },
- "end": {
- "line": 399,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12420,
- "end": 12421,
- "loc": {
- "start": {
- "line": 399,
- "column": 27
- },
- "end": {
- "line": 399,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "cChk",
- "start": 12421,
- "end": 12425,
- "loc": {
- "start": {
- "line": 399,
- "column": 28
- },
- "end": {
- "line": 399,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12425,
- "end": 12426,
- "loc": {
- "start": {
- "line": 399,
- "column": 32
- },
- "end": {
- "line": 399,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12427,
- "end": 12428,
- "loc": {
- "start": {
- "line": 399,
- "column": 34
- },
- "end": {
- "line": 399,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "cChk",
- "start": 12457,
- "end": 12461,
- "loc": {
- "start": {
- "line": 400,
- "column": 28
- },
- "end": {
- "line": 400,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12461,
- "end": 12462,
- "loc": {
- "start": {
- "line": 400,
- "column": 32
- },
- "end": {
- "line": 400,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "checked",
- "start": 12462,
- "end": 12469,
- "loc": {
- "start": {
- "line": 400,
- "column": 33
- },
- "end": {
- "line": 400,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12470,
- "end": 12471,
- "loc": {
- "start": {
- "line": 400,
- "column": 41
- },
- "end": {
- "line": 400,
- "column": 42
- }
- }
- },
- {
- "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": 12472,
- "end": 12477,
- "loc": {
- "start": {
- "line": 400,
- "column": 43
- },
- "end": {
- "line": 400,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12477,
- "end": 12478,
- "loc": {
- "start": {
- "line": 400,
- "column": 48
- },
- "end": {
- "line": 400,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "removeClass",
- "start": 12507,
- "end": 12518,
- "loc": {
- "start": {
- "line": 401,
- "column": 28
- },
- "end": {
- "line": 401,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12518,
- "end": 12519,
- "loc": {
- "start": {
- "line": 401,
- "column": 39
- },
- "end": {
- "line": 401,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 12519,
- "end": 12520,
- "loc": {
- "start": {
- "line": 401,
- "column": 40
- },
- "end": {
- "line": 401,
- "column": 41
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12520,
- "end": 12521,
- "loc": {
- "start": {
- "line": 401,
- "column": 41
- },
- "end": {
- "line": 401,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "childNodes",
- "start": 12521,
- "end": 12531,
- "loc": {
- "start": {
- "line": 401,
- "column": 42
- },
- "end": {
- "line": 401,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12531,
- "end": 12532,
- "loc": {
- "start": {
- "line": 401,
- "column": 52
- },
- "end": {
- "line": 401,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "indSplit",
- "start": 12532,
- "end": 12540,
- "loc": {
- "start": {
- "line": 401,
- "column": 53
- },
- "end": {
- "line": 401,
- "column": 61
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12540,
- "end": 12541,
- "loc": {
- "start": {
- "line": 401,
- "column": 61
- },
- "end": {
- "line": 401,
- "column": 62
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "u",
- "start": 12541,
- "end": 12542,
- "loc": {
- "start": {
- "line": 401,
- "column": 62
- },
- "end": {
- "line": 401,
- "column": 63
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12542,
- "end": 12543,
- "loc": {
- "start": {
- "line": 401,
- "column": 63
- },
- "end": {
- "line": 401,
- "column": 64
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12543,
- "end": 12544,
- "loc": {
- "start": {
- "line": 401,
- "column": 64
- },
- "end": {
- "line": 401,
- "column": 65
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12544,
- "end": 12545,
- "loc": {
- "start": {
- "line": 401,
- "column": 65
- },
- "end": {
- "line": 401,
- "column": 66
- }
- }
- },
- {
- "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": 12578,
- "end": 12582,
- "loc": {
- "start": {
- "line": 402,
- "column": 32
- },
- "end": {
- "line": 402,
- "column": 36
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12582,
- "end": 12583,
- "loc": {
- "start": {
- "line": 402,
- "column": 36
- },
- "end": {
- "line": 402,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "selectedItemCssClass",
- "start": 12583,
- "end": 12603,
- "loc": {
- "start": {
- "line": 402,
- "column": 37
- },
- "end": {
- "line": 402,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12603,
- "end": 12604,
- "loc": {
- "start": {
- "line": 402,
- "column": 57
- },
- "end": {
- "line": 402,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12604,
- "end": 12605,
- "loc": {
- "start": {
- "line": 402,
- "column": 58
- },
- "end": {
- "line": 402,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12630,
- "end": 12631,
- "loc": {
- "start": {
- "line": 403,
- "column": 24
- },
- "end": {
- "line": 403,
- "column": 25
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12652,
- "end": 12653,
- "loc": {
- "start": {
- "line": 404,
- "column": 20
- },
- "end": {
- "line": 404,
- "column": 21
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12670,
- "end": 12671,
- "loc": {
- "start": {
- "line": 405,
- "column": 16
- },
- "end": {
- "line": 405,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 12688,
- "end": 12689,
- "loc": {
- "start": {
- "line": 406,
- "column": 16
- },
- "end": {
- "line": 406,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12689,
- "end": 12690,
- "loc": {
- "start": {
- "line": 406,
- "column": 17
- },
- "end": {
- "line": 406,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "setAttribute",
- "start": 12690,
- "end": 12702,
- "loc": {
- "start": {
- "line": 406,
- "column": 18
- },
- "end": {
- "line": 406,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12702,
- "end": 12703,
- "loc": {
- "start": {
- "line": 406,
- "column": 30
- },
- "end": {
- "line": 406,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "value",
- "start": 12703,
- "end": 12710,
- "loc": {
- "start": {
- "line": 406,
- "column": 31
- },
- "end": {
- "line": 406,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12710,
- "end": 12711,
- "loc": {
- "start": {
- "line": 406,
- "column": 38
- },
- "end": {
- "line": 406,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 12712,
- "end": 12714,
- "loc": {
- "start": {
- "line": 406,
- "column": 40
- },
- "end": {
- "line": 406,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12714,
- "end": 12715,
- "loc": {
- "start": {
- "line": 406,
- "column": 42
- },
- "end": {
- "line": 406,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12715,
- "end": 12716,
- "loc": {
- "start": {
- "line": 406,
- "column": 43
- },
- "end": {
- "line": 406,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 12733,
- "end": 12734,
- "loc": {
- "start": {
- "line": 407,
- "column": 16
- },
- "end": {
- "line": 407,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12734,
- "end": 12735,
- "loc": {
- "start": {
- "line": 407,
- "column": 17
- },
- "end": {
- "line": 407,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "setAttribute",
- "start": 12735,
- "end": 12747,
- "loc": {
- "start": {
- "line": 407,
- "column": 18
- },
- "end": {
- "line": 407,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12747,
- "end": 12748,
- "loc": {
- "start": {
- "line": 407,
- "column": 30
- },
- "end": {
- "line": 407,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "indexes",
- "start": 12748,
- "end": 12757,
- "loc": {
- "start": {
- "line": 407,
- "column": 31
- },
- "end": {
- "line": 407,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12757,
- "end": 12758,
- "loc": {
- "start": {
- "line": 407,
- "column": 40
- },
- "end": {
- "line": 407,
- "column": 41
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 12759,
- "end": 12761,
- "loc": {
- "start": {
- "line": 407,
- "column": 42
- },
- "end": {
- "line": 407,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12761,
- "end": 12762,
- "loc": {
- "start": {
- "line": 407,
- "column": 44
- },
- "end": {
- "line": 407,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12762,
- "end": 12763,
- "loc": {
- "start": {
- "line": 407,
- "column": 45
- },
- "end": {
- "line": 407,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12777,
- "end": 12778,
- "loc": {
- "start": {
- "line": 409,
- "column": 12
- },
- "end": {
- "line": 409,
- "column": 13
- }
- }
- },
- {
- "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": 12779,
- "end": 12783,
- "loc": {
- "start": {
- "line": 409,
- "column": 14
- },
- "end": {
- "line": 409,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12784,
- "end": 12785,
- "loc": {
- "start": {
- "line": 409,
- "column": 19
- },
- "end": {
- "line": 409,
- "column": 20
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 12802,
- "end": 12810,
- "loc": {
- "start": {
- "line": 410,
- "column": 16
- },
- "end": {
- "line": 410,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12811,
- "end": 12812,
- "loc": {
- "start": {
- "line": 410,
- "column": 25
- },
- "end": {
- "line": 410,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12813,
- "end": 12814,
- "loc": {
- "start": {
- "line": 410,
- "column": 27
- },
- "end": {
- "line": 410,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 12814,
- "end": 12822,
- "loc": {
- "start": {
- "line": 410,
- "column": 28
- },
- "end": {
- "line": 410,
- "column": 36
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12822,
- "end": 12823,
- "loc": {
- "start": {
- "line": 410,
- "column": 36
- },
- "end": {
- "line": 410,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": "?",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12824,
- "end": 12825,
- "loc": {
- "start": {
- "line": 410,
- "column": 38
- },
- "end": {
- "line": 410,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 12826,
- "end": 12834,
- "loc": {
- "start": {
- "line": 410,
- "column": 40
- },
- "end": {
- "line": 410,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ":",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12835,
- "end": 12836,
- "loc": {
- "start": {
- "line": 410,
- "column": 49
- },
- "end": {
- "line": 410,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 12837,
- "end": 12839,
- "loc": {
- "start": {
- "line": 410,
- "column": 51
- },
- "end": {
- "line": 410,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12839,
- "end": 12840,
- "loc": {
- "start": {
- "line": 410,
- "column": 53
- },
- "end": {
- "line": 410,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkValue",
- "start": 12857,
- "end": 12865,
- "loc": {
- "start": {
- "line": 411,
- "column": 16
- },
- "end": {
- "line": 411,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12866,
- "end": 12867,
- "loc": {
- "start": {
- "line": 411,
- "column": 25
- },
- "end": {
- "line": 411,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "trim",
- "start": 12868,
- "end": 12872,
- "loc": {
- "start": {
- "line": 411,
- "column": 27
- },
- "end": {
- "line": 411,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12872,
- "end": 12873,
- "loc": {
- "start": {
- "line": 411,
- "column": 31
- },
- "end": {
- "line": 411,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 12873,
- "end": 12881,
- "loc": {
- "start": {
- "line": 411,
- "column": 32
- },
- "end": {
- "line": 411,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12882,
- "end": 12883,
- "loc": {
- "start": {
- "line": 411,
- "column": 41
- },
- "end": {
- "line": 411,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": " ",
- "start": 12884,
- "end": 12887,
- "loc": {
- "start": {
- "line": 411,
- "column": 43
- },
- "end": {
- "line": 411,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12888,
- "end": 12889,
- "loc": {
- "start": {
- "line": 411,
- "column": 47
- },
- "end": {
- "line": 411,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkValue",
- "start": 12890,
- "end": 12898,
- "loc": {
- "start": {
- "line": 411,
- "column": 49
- },
- "end": {
- "line": 411,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12899,
- "end": 12900,
- "loc": {
- "start": {
- "line": 411,
- "column": 58
- },
- "end": {
- "line": 411,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": " ",
- "start": 12901,
- "end": 12904,
- "loc": {
- "start": {
- "line": 411,
- "column": 60
- },
- "end": {
- "line": 411,
- "column": 63
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12905,
- "end": 12906,
- "loc": {
- "start": {
- "line": 411,
- "column": 64
- },
- "end": {
- "line": 411,
- "column": 65
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 12927,
- "end": 12929,
- "loc": {
- "start": {
- "line": 412,
- "column": 20
- },
- "end": {
- "line": 412,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12929,
- "end": 12930,
- "loc": {
- "start": {
- "line": 412,
- "column": 22
- },
- "end": {
- "line": 412,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "orOperator",
- "start": 12930,
- "end": 12940,
- "loc": {
- "start": {
- "line": 412,
- "column": 23
- },
- "end": {
- "line": 412,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 12940,
- "end": 12941,
- "loc": {
- "start": {
- "line": 412,
- "column": 33
- },
- "end": {
- "line": 412,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12941,
- "end": 12942,
- "loc": {
- "start": {
- "line": 412,
- "column": 34
- },
- "end": {
- "line": 412,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkIndex",
- "start": 12959,
- "end": 12967,
- "loc": {
- "start": {
- "line": 413,
- "column": 16
- },
- "end": {
- "line": 413,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 12968,
- "end": 12969,
- "loc": {
- "start": {
- "line": 413,
- "column": 25
- },
- "end": {
- "line": 413,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIndexes",
- "start": 12970,
- "end": 12980,
- "loc": {
- "start": {
- "line": 413,
- "column": 27
- },
- "end": {
- "line": 413,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12981,
- "end": 12982,
- "loc": {
- "start": {
- "line": 413,
- "column": 38
- },
- "end": {
- "line": 413,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkIndex",
- "start": 12983,
- "end": 12991,
- "loc": {
- "start": {
- "line": 413,
- "column": 40
- },
- "end": {
- "line": 413,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 12992,
- "end": 12993,
- "loc": {
- "start": {
- "line": 413,
- "column": 49
- },
- "end": {
- "line": 413,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 12994,
- "end": 12996,
- "loc": {
- "start": {
- "line": 413,
- "column": 51
- },
- "end": {
- "line": 413,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 12996,
- "end": 12997,
- "loc": {
- "start": {
- "line": 413,
- "column": 53
- },
- "end": {
- "line": 413,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "separator",
- "start": 12997,
- "end": 13006,
- "loc": {
- "start": {
- "line": 413,
- "column": 54
- },
- "end": {
- "line": 413,
- "column": 63
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13006,
- "end": 13007,
- "loc": {
- "start": {
- "line": 413,
- "column": 63
- },
- "end": {
- "line": 413,
- "column": 64
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 13024,
- "end": 13025,
- "loc": {
- "start": {
- "line": 414,
- "column": 16
- },
- "end": {
- "line": 414,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13025,
- "end": 13026,
- "loc": {
- "start": {
- "line": 414,
- "column": 17
- },
- "end": {
- "line": 414,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "setAttribute",
- "start": 13026,
- "end": 13038,
- "loc": {
- "start": {
- "line": 414,
- "column": 18
- },
- "end": {
- "line": 414,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13038,
- "end": 13039,
- "loc": {
- "start": {
- "line": 414,
- "column": 30
- },
- "end": {
- "line": 414,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "value",
- "start": 13039,
- "end": 13046,
- "loc": {
- "start": {
- "line": 414,
- "column": 31
- },
- "end": {
- "line": 414,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13046,
- "end": 13047,
- "loc": {
- "start": {
- "line": 414,
- "column": 38
- },
- "end": {
- "line": 414,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkValue",
- "start": 13048,
- "end": 13056,
- "loc": {
- "start": {
- "line": 414,
- "column": 40
- },
- "end": {
- "line": 414,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13056,
- "end": 13057,
- "loc": {
- "start": {
- "line": 414,
- "column": 48
- },
- "end": {
- "line": 414,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13057,
- "end": 13058,
- "loc": {
- "start": {
- "line": 414,
- "column": 49
- },
- "end": {
- "line": 414,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 13075,
- "end": 13076,
- "loc": {
- "start": {
- "line": 415,
- "column": 16
- },
- "end": {
- "line": 415,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13076,
- "end": 13077,
- "loc": {
- "start": {
- "line": 415,
- "column": 17
- },
- "end": {
- "line": 415,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "setAttribute",
- "start": 13077,
- "end": 13089,
- "loc": {
- "start": {
- "line": 415,
- "column": 18
- },
- "end": {
- "line": 415,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13089,
- "end": 13090,
- "loc": {
- "start": {
- "line": 415,
- "column": 30
- },
- "end": {
- "line": 415,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "indexes",
- "start": 13090,
- "end": 13099,
- "loc": {
- "start": {
- "line": 415,
- "column": 31
- },
- "end": {
- "line": 415,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13099,
- "end": 13100,
- "loc": {
- "start": {
- "line": 415,
- "column": 40
- },
- "end": {
- "line": 415,
- "column": 41
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkIndex",
- "start": 13101,
- "end": 13109,
- "loc": {
- "start": {
- "line": 415,
- "column": 42
- },
- "end": {
- "line": 415,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13109,
- "end": 13110,
- "loc": {
- "start": {
- "line": 415,
- "column": 50
- },
- "end": {
- "line": 415,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13110,
- "end": 13111,
- "loc": {
- "start": {
- "line": 415,
- "column": 51
- },
- "end": {
- "line": 415,
- "column": 52
- }
- }
- },
- {
- "type": "CommentLine",
- "value": "1st option unchecked",
- "start": 13128,
- "end": 13150,
- "loc": {
- "start": {
- "line": 416,
- "column": 16
- },
- "end": {
- "line": 416,
- "column": 38
- }
- }
- },
- {
- "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": 13167,
- "end": 13169,
- "loc": {
- "start": {
- "line": 417,
- "column": 16
- },
- "end": {
- "line": 417,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13170,
- "end": 13171,
- "loc": {
- "start": {
- "line": 417,
- "column": 19
- },
- "end": {
- "line": 417,
- "column": 20
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "elm",
- "start": 13171,
- "end": 13174,
- "loc": {
- "start": {
- "line": 417,
- "column": 20
- },
- "end": {
- "line": 417,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13174,
- "end": 13175,
- "loc": {
- "start": {
- "line": 417,
- "column": 23
- },
- "end": {
- "line": 417,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 13175,
- "end": 13177,
- "loc": {
- "start": {
- "line": 417,
- "column": 24
- },
- "end": {
- "line": 417,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13177,
- "end": 13178,
- "loc": {
- "start": {
- "line": 417,
- "column": 26
- },
- "end": {
- "line": 417,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIds",
- "start": 13178,
- "end": 13184,
- "loc": {
- "start": {
- "line": 417,
- "column": 27
- },
- "end": {
- "line": 417,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13184,
- "end": 13185,
- "loc": {
- "start": {
- "line": 417,
- "column": 33
- },
- "end": {
- "line": 417,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIndex",
- "start": 13185,
- "end": 13193,
- "loc": {
- "start": {
- "line": 417,
- "column": 34
- },
- "end": {
- "line": 417,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13193,
- "end": 13194,
- "loc": {
- "start": {
- "line": 417,
- "column": 42
- },
- "end": {
- "line": 417,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 13195,
- "end": 13196,
- "loc": {
- "start": {
- "line": 417,
- "column": 44
- },
- "end": {
- "line": 417,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "_0",
- "start": 13197,
- "end": 13201,
- "loc": {
- "start": {
- "line": 417,
- "column": 46
- },
- "end": {
- "line": 417,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13201,
- "end": 13202,
- "loc": {
- "start": {
- "line": 417,
- "column": 50
- },
- "end": {
- "line": 417,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13202,
- "end": 13203,
- "loc": {
- "start": {
- "line": 417,
- "column": 51
- },
- "end": {
- "line": 417,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13204,
- "end": 13205,
- "loc": {
- "start": {
- "line": 417,
- "column": 53
- },
- "end": {
- "line": 417,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "elm",
- "start": 13226,
- "end": 13229,
- "loc": {
- "start": {
- "line": 418,
- "column": 20
- },
- "end": {
- "line": 418,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13229,
- "end": 13230,
- "loc": {
- "start": {
- "line": 418,
- "column": 23
- },
- "end": {
- "line": 418,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 13230,
- "end": 13232,
- "loc": {
- "start": {
- "line": 418,
- "column": 24
- },
- "end": {
- "line": 418,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13232,
- "end": 13233,
- "loc": {
- "start": {
- "line": 418,
- "column": 26
- },
- "end": {
- "line": 418,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltIds",
- "start": 13233,
- "end": 13239,
- "loc": {
- "start": {
- "line": 418,
- "column": 27
- },
- "end": {
- "line": 418,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13239,
- "end": 13240,
- "loc": {
- "start": {
- "line": 418,
- "column": 33
- },
- "end": {
- "line": 418,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIndex",
- "start": 13240,
- "end": 13248,
- "loc": {
- "start": {
- "line": 418,
- "column": 34
- },
- "end": {
- "line": 418,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "]",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13248,
- "end": 13249,
- "loc": {
- "start": {
- "line": 418,
- "column": 42
- },
- "end": {
- "line": 418,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "+",
- "start": 13250,
- "end": 13251,
- "loc": {
- "start": {
- "line": 418,
- "column": 44
- },
- "end": {
- "line": 418,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "_0",
- "start": 13252,
- "end": 13256,
- "loc": {
- "start": {
- "line": 418,
- "column": 46
- },
- "end": {
- "line": 418,
- "column": 50
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13256,
- "end": 13257,
- "loc": {
- "start": {
- "line": 418,
- "column": 50
- },
- "end": {
- "line": 418,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13257,
- "end": 13258,
- "loc": {
- "start": {
- "line": 418,
- "column": 51
- },
- "end": {
- "line": 418,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "checked",
- "start": 13258,
- "end": 13265,
- "loc": {
- "start": {
- "line": 418,
- "column": 52
- },
- "end": {
- "line": 418,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 13266,
- "end": 13267,
- "loc": {
- "start": {
- "line": 418,
- "column": 60
- },
- "end": {
- "line": 418,
- "column": 61
- }
- }
- },
- {
- "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": 13268,
- "end": 13273,
- "loc": {
- "start": {
- "line": 418,
- "column": 62
- },
- "end": {
- "line": 418,
- "column": 67
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13273,
- "end": 13274,
- "loc": {
- "start": {
- "line": 418,
- "column": 67
- },
- "end": {
- "line": 418,
- "column": 68
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13291,
- "end": 13292,
- "loc": {
- "start": {
- "line": 419,
- "column": 16
- },
- "end": {
- "line": 419,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13305,
- "end": 13306,
- "loc": {
- "start": {
- "line": 420,
- "column": 12
- },
- "end": {
- "line": 420,
- "column": 13
- }
- }
- },
- {
- "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": 13320,
- "end": 13322,
- "loc": {
- "start": {
- "line": 422,
- "column": 12
- },
- "end": {
- "line": 422,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13323,
- "end": 13324,
- "loc": {
- "start": {
- "line": 422,
- "column": 15
- },
- "end": {
- "line": 422,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li",
- "start": 13324,
- "end": 13326,
- "loc": {
- "start": {
- "line": 422,
- "column": 16
- },
- "end": {
- "line": 422,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13326,
- "end": 13327,
- "loc": {
- "start": {
- "line": 422,
- "column": 18
- },
- "end": {
- "line": 422,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "nodeName",
- "start": 13327,
- "end": 13335,
- "loc": {
- "start": {
- "line": 422,
- "column": 19
- },
- "end": {
- "line": 422,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "===",
- "start": 13336,
- "end": 13339,
- "loc": {
- "start": {
- "line": 422,
- "column": 28
- },
- "end": {
- "line": 422,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "itemTag",
- "start": 13340,
- "end": 13347,
- "loc": {
- "start": {
- "line": 422,
- "column": 32
- },
- "end": {
- "line": 422,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13347,
- "end": 13348,
- "loc": {
- "start": {
- "line": 422,
- "column": 39
- },
- "end": {
- "line": 422,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13349,
- "end": 13350,
- "loc": {
- "start": {
- "line": 422,
- "column": 41
- },
- "end": {
- "line": 422,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "removeClass",
- "start": 13367,
- "end": 13378,
- "loc": {
- "start": {
- "line": 423,
- "column": 16
- },
- "end": {
- "line": 423,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13378,
- "end": 13379,
- "loc": {
- "start": {
- "line": 423,
- "column": 27
- },
- "end": {
- "line": 423,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 13379,
- "end": 13380,
- "loc": {
- "start": {
- "line": 423,
- "column": 28
- },
- "end": {
- "line": 423,
- "column": 29
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13380,
- "end": 13381,
- "loc": {
- "start": {
- "line": 423,
- "column": 29
- },
- "end": {
- "line": 423,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "childNodes",
- "start": 13381,
- "end": 13391,
- "loc": {
- "start": {
- "line": 423,
- "column": 30
- },
- "end": {
- "line": 423,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "[",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13391,
- "end": 13392,
- "loc": {
- "start": {
- "line": 423,
- "column": 40
- },
- "end": {
- "line": 423,
- "column": 41
- }
- }
- },
{
"type": {
"label": "num",
@@ -85592,22 +80710,22 @@
"updateContext": null
},
"value": 0,
- "start": 13392,
- "end": 13393,
+ "start": 12323,
+ "end": 12324,
"loc": {
"start": {
- "line": 423,
- "column": 41
+ "line": 398,
+ "column": 37
},
"end": {
- "line": 423,
- "column": 42
+ "line": 398,
+ "column": 38
}
}
},
{
"type": {
- "label": "]",
+ "label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
@@ -85615,52 +80733,49 @@
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null,
- "updateContext": null
+ "binop": null
},
- "start": 13393,
- "end": 13394,
+ "start": 12324,
+ "end": 12325,
"loc": {
"start": {
- "line": 423,
- "column": 42
+ "line": 398,
+ "column": 38
},
"end": {
- "line": 423,
- "column": 43
+ "line": 398,
+ "column": 39
}
}
},
{
"type": {
- "label": ",",
+ "label": "{",
"beforeExpr": true,
- "startsExpr": false,
+ "startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null,
- "updateContext": null
+ "binop": null
},
- "start": 13394,
- "end": 13395,
+ "start": 12326,
+ "end": 12327,
"loc": {
"start": {
- "line": 423,
- "column": 43
+ "line": 398,
+ "column": 40
},
"end": {
- "line": 423,
- "column": 44
+ "line": 398,
+ "column": 41
}
}
},
{
"type": {
- "label": "this",
- "keyword": "this",
+ "label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
@@ -85668,20 +80783,19 @@
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null,
- "updateContext": null
+ "binop": null
},
- "value": "this",
- "start": 13396,
- "end": 13400,
+ "value": "chx",
+ "start": 12352,
+ "end": 12355,
"loc": {
"start": {
- "line": 423,
- "column": 45
+ "line": 399,
+ "column": 24
},
"end": {
- "line": 423,
- "column": 49
+ "line": 399,
+ "column": 27
}
}
},
@@ -85698,16 +80812,16 @@
"binop": null,
"updateContext": null
},
- "start": 13400,
- "end": 13401,
+ "start": 12355,
+ "end": 12356,
"loc": {
"start": {
- "line": 423,
- "column": 49
+ "line": 399,
+ "column": 27
},
"end": {
- "line": 423,
- "column": 50
+ "line": 399,
+ "column": 28
}
}
},
@@ -85723,42 +80837,72 @@
"postfix": false,
"binop": null
},
- "value": "selectedItemCssClass",
- "start": 13401,
- "end": 13421,
+ "value": "checked",
+ "start": 12356,
+ "end": 12363,
"loc": {
"start": {
- "line": 423,
- "column": 50
+ "line": 399,
+ "column": 28
},
"end": {
- "line": 423,
- "column": 70
+ "line": 399,
+ "column": 35
}
}
},
{
"type": {
- "label": ")",
- "beforeExpr": false,
+ "label": "=",
+ "beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12364,
+ "end": 12365,
+ "loc": {
+ "start": {
+ "line": 399,
+ "column": 36
+ },
+ "end": {
+ "line": 399,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "false",
+ "keyword": "false",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
- "binop": null
+ "binop": null,
+ "updateContext": null
},
- "start": 13421,
- "end": 13422,
+ "value": "false",
+ "start": 12366,
+ "end": 12371,
"loc": {
"start": {
- "line": 423,
- "column": 70
+ "line": 399,
+ "column": 38
},
"end": {
- "line": 423,
- "column": 71
+ "line": 399,
+ "column": 43
}
}
},
@@ -85775,16 +80919,16 @@
"binop": null,
"updateContext": null
},
- "start": 13422,
- "end": 13423,
+ "start": 12371,
+ "end": 12372,
"loc": {
"start": {
- "line": 423,
- "column": 71
+ "line": 399,
+ "column": 43
},
"end": {
- "line": 423,
- "column": 72
+ "line": 399,
+ "column": 44
}
}
},
@@ -85800,17 +80944,17 @@
"postfix": false,
"binop": null
},
- "value": "addClass",
- "start": 13440,
- "end": 13448,
+ "value": "removeClass",
+ "start": 12397,
+ "end": 12408,
"loc": {
"start": {
- "line": 424,
- "column": 16
+ "line": 400,
+ "column": 24
},
"end": {
- "line": 424,
- "column": 24
+ "line": 400,
+ "column": 35
}
}
},
@@ -85826,16 +80970,16 @@
"postfix": false,
"binop": null
},
- "start": 13448,
- "end": 13449,
+ "start": 12408,
+ "end": 12409,
"loc": {
"start": {
- "line": 424,
- "column": 24
+ "line": 400,
+ "column": 35
},
"end": {
- "line": 424,
- "column": 25
+ "line": 400,
+ "column": 36
}
}
},
@@ -85852,16 +80996,16 @@
"binop": null
},
"value": "li",
- "start": 13449,
- "end": 13451,
+ "start": 12409,
+ "end": 12411,
"loc": {
"start": {
- "line": 424,
- "column": 25
+ "line": 400,
+ "column": 36
},
"end": {
- "line": 424,
- "column": 27
+ "line": 400,
+ "column": 38
}
}
},
@@ -85878,16 +81022,16 @@
"binop": null,
"updateContext": null
},
- "start": 13451,
- "end": 13452,
+ "start": 12411,
+ "end": 12412,
"loc": {
"start": {
- "line": 424,
- "column": 27
+ "line": 400,
+ "column": 38
},
"end": {
- "line": 424,
- "column": 28
+ "line": 400,
+ "column": 39
}
}
},
@@ -85906,16 +81050,16 @@
"updateContext": null
},
"value": "this",
- "start": 13453,
- "end": 13457,
+ "start": 12413,
+ "end": 12417,
"loc": {
"start": {
- "line": 424,
- "column": 29
+ "line": 400,
+ "column": 40
},
"end": {
- "line": 424,
- "column": 33
+ "line": 400,
+ "column": 44
}
}
},
@@ -85932,16 +81076,16 @@
"binop": null,
"updateContext": null
},
- "start": 13457,
- "end": 13458,
+ "start": 12417,
+ "end": 12418,
"loc": {
"start": {
- "line": 424,
- "column": 33
+ "line": 400,
+ "column": 44
},
"end": {
- "line": 424,
- "column": 34
+ "line": 400,
+ "column": 45
}
}
},
@@ -85958,16 +81102,16 @@
"binop": null
},
"value": "selectedItemCssClass",
- "start": 13458,
- "end": 13478,
+ "start": 12418,
+ "end": 12438,
"loc": {
"start": {
- "line": 424,
- "column": 34
+ "line": 400,
+ "column": 45
},
"end": {
- "line": 424,
- "column": 54
+ "line": 400,
+ "column": 65
}
}
},
@@ -85983,16 +81127,16 @@
"postfix": false,
"binop": null
},
- "start": 13478,
- "end": 13479,
+ "start": 12438,
+ "end": 12439,
"loc": {
"start": {
- "line": 424,
- "column": 54
+ "line": 400,
+ "column": 65
},
"end": {
- "line": 424,
- "column": 55
+ "line": 400,
+ "column": 66
}
}
},
@@ -86009,16 +81153,16 @@
"binop": null,
"updateContext": null
},
- "start": 13479,
- "end": 13480,
+ "start": 12439,
+ "end": 12440,
"loc": {
"start": {
- "line": 424,
- "column": 55
+ "line": 400,
+ "column": 66
},
"end": {
- "line": 424,
- "column": 56
+ "line": 400,
+ "column": 67
}
}
},
@@ -86034,19 +81178,2597 @@
"postfix": false,
"binop": null
},
- "start": 13493,
- "end": 13494,
+ "start": 12461,
+ "end": 12462,
"loc": {
"start": {
- "line": 425,
+ "line": 401,
+ "column": 20
+ },
+ "end": {
+ "line": 401,
+ "column": 21
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12479,
+ "end": 12480,
+ "loc": {
+ "start": {
+ "line": 402,
+ "column": 16
+ },
+ "end": {
+ "line": 402,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12480,
+ "end": 12481,
+ "loc": {
+ "start": {
+ "line": 402,
+ "column": 17
+ },
+ "end": {
+ "line": 402,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12481,
+ "end": 12482,
+ "loc": {
+ "start": {
+ "line": 402,
+ "column": 18
+ },
+ "end": {
+ "line": 402,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "n",
+ "start": 12500,
+ "end": 12501,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 16
+ },
+ "end": {
+ "line": 404,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12501,
+ "end": 12502,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 17
+ },
+ "end": {
+ "line": 404,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "setAttribute",
+ "start": 12502,
+ "end": 12514,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 18
+ },
+ "end": {
+ "line": 404,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12514,
+ "end": 12515,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 30
+ },
+ "end": {
+ "line": 404,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "value",
+ "start": 12515,
+ "end": 12522,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 31
+ },
+ "end": {
+ "line": 404,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12522,
+ "end": 12523,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 38
+ },
+ "end": {
+ "line": 404,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 12524,
+ "end": 12526,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 40
+ },
+ "end": {
+ "line": 404,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12526,
+ "end": 12527,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 42
+ },
+ "end": {
+ "line": 404,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12527,
+ "end": 12528,
+ "loc": {
+ "start": {
+ "line": 404,
+ "column": 43
+ },
+ "end": {
+ "line": 404,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "n",
+ "start": 12545,
+ "end": 12546,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 16
+ },
+ "end": {
+ "line": 405,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12546,
+ "end": 12547,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 17
+ },
+ "end": {
+ "line": 405,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "setAttribute",
+ "start": 12547,
+ "end": 12559,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 18
+ },
+ "end": {
+ "line": 405,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12559,
+ "end": 12560,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 30
+ },
+ "end": {
+ "line": 405,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "indexes",
+ "start": 12560,
+ "end": 12569,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 31
+ },
+ "end": {
+ "line": 405,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12569,
+ "end": 12570,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 40
+ },
+ "end": {
+ "line": 405,
+ "column": 41
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 12571,
+ "end": 12573,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 42
+ },
+ "end": {
+ "line": 405,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12573,
+ "end": 12574,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 44
+ },
+ "end": {
+ "line": 405,
+ "column": 45
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12574,
+ "end": 12575,
+ "loc": {
+ "start": {
+ "line": 405,
+ "column": 45
+ },
+ "end": {
+ "line": 405,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12589,
+ "end": 12590,
+ "loc": {
+ "start": {
+ "line": 407,
"column": 12
},
"end": {
- "line": 425,
+ "line": 407,
"column": 13
}
}
},
+ {
+ "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": 12591,
+ "end": 12595,
+ "loc": {
+ "start": {
+ "line": 407,
+ "column": 14
+ },
+ "end": {
+ "line": 407,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12596,
+ "end": 12597,
+ "loc": {
+ "start": {
+ "line": 407,
+ "column": 19
+ },
+ "end": {
+ "line": 407,
+ "column": 20
+ }
+ }
+ },
+ {
+ "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": 12614,
+ "end": 12617,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 16
+ },
+ "end": {
+ "line": 408,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "indexes",
+ "start": 12618,
+ "end": 12625,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 20
+ },
+ "end": {
+ "line": 408,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12626,
+ "end": 12627,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 28
+ },
+ "end": {
+ "line": 408,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "slcIndexes",
+ "start": 12628,
+ "end": 12638,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 30
+ },
+ "end": {
+ "line": 408,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 12639,
+ "end": 12640,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 41
+ },
+ "end": {
+ "line": 408,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkIndex",
+ "start": 12641,
+ "end": 12649,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 43
+ },
+ "end": {
+ "line": 408,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 12650,
+ "end": 12651,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 52
+ },
+ "end": {
+ "line": 408,
+ "column": 53
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 12652,
+ "end": 12654,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 54
+ },
+ "end": {
+ "line": 408,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12654,
+ "end": 12655,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 56
+ },
+ "end": {
+ "line": 408,
+ "column": 57
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "separator",
+ "start": 12655,
+ "end": 12664,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 57
+ },
+ "end": {
+ "line": 408,
+ "column": 66
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12664,
+ "end": 12665,
+ "loc": {
+ "start": {
+ "line": 408,
+ "column": 66
+ },
+ "end": {
+ "line": 408,
+ "column": 67
+ }
+ }
+ },
+ {
+ "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": 12682,
+ "end": 12685,
+ "loc": {
+ "start": {
+ "line": 409,
+ "column": 16
+ },
+ "end": {
+ "line": 409,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "values",
+ "start": 12686,
+ "end": 12692,
+ "loc": {
+ "start": {
+ "line": 409,
+ "column": 20
+ },
+ "end": {
+ "line": 409,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12693,
+ "end": 12694,
+ "loc": {
+ "start": {
+ "line": 409,
+ "column": 27
+ },
+ "end": {
+ "line": 409,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "trim",
+ "start": 12715,
+ "end": 12719,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 20
+ },
+ "end": {
+ "line": 410,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12719,
+ "end": 12720,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 24
+ },
+ "end": {
+ "line": 410,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "slcValues",
+ "start": 12720,
+ "end": 12729,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 25
+ },
+ "end": {
+ "line": 410,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 12730,
+ "end": 12731,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 35
+ },
+ "end": {
+ "line": 410,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": " ",
+ "start": 12732,
+ "end": 12735,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 37
+ },
+ "end": {
+ "line": 410,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 12736,
+ "end": 12737,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 41
+ },
+ "end": {
+ "line": 410,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkValue",
+ "start": 12738,
+ "end": 12746,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 43
+ },
+ "end": {
+ "line": 410,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 12747,
+ "end": 12748,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 52
+ },
+ "end": {
+ "line": 410,
+ "column": 53
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": " ",
+ "start": 12749,
+ "end": 12752,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 54
+ },
+ "end": {
+ "line": 410,
+ "column": 57
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "+",
+ "start": 12753,
+ "end": 12754,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 58
+ },
+ "end": {
+ "line": 410,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 12755,
+ "end": 12757,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 60
+ },
+ "end": {
+ "line": 410,
+ "column": 62
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12757,
+ "end": 12758,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 62
+ },
+ "end": {
+ "line": 410,
+ "column": 63
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "orOperator",
+ "start": 12758,
+ "end": 12768,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 63
+ },
+ "end": {
+ "line": 410,
+ "column": 73
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12768,
+ "end": 12769,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 73
+ },
+ "end": {
+ "line": 410,
+ "column": 74
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12769,
+ "end": 12770,
+ "loc": {
+ "start": {
+ "line": 410,
+ "column": 74
+ },
+ "end": {
+ "line": 410,
+ "column": 75
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "n",
+ "start": 12788,
+ "end": 12789,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 16
+ },
+ "end": {
+ "line": 412,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12789,
+ "end": 12790,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 17
+ },
+ "end": {
+ "line": 412,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "setAttribute",
+ "start": 12790,
+ "end": 12802,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 18
+ },
+ "end": {
+ "line": 412,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12802,
+ "end": 12803,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 30
+ },
+ "end": {
+ "line": 412,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "value",
+ "start": 12803,
+ "end": 12810,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 31
+ },
+ "end": {
+ "line": 412,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12810,
+ "end": 12811,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 38
+ },
+ "end": {
+ "line": 412,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "values",
+ "start": 12812,
+ "end": 12818,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 40
+ },
+ "end": {
+ "line": 412,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12818,
+ "end": 12819,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 46
+ },
+ "end": {
+ "line": 412,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12819,
+ "end": 12820,
+ "loc": {
+ "start": {
+ "line": 412,
+ "column": 47
+ },
+ "end": {
+ "line": 412,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "n",
+ "start": 12837,
+ "end": 12838,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 16
+ },
+ "end": {
+ "line": 413,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12838,
+ "end": 12839,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 17
+ },
+ "end": {
+ "line": 413,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "setAttribute",
+ "start": 12839,
+ "end": 12851,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 18
+ },
+ "end": {
+ "line": 413,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12851,
+ "end": 12852,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 30
+ },
+ "end": {
+ "line": 413,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "indexes",
+ "start": 12852,
+ "end": 12861,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 31
+ },
+ "end": {
+ "line": 413,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12861,
+ "end": 12862,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 40
+ },
+ "end": {
+ "line": 413,
+ "column": 41
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "indexes",
+ "start": 12863,
+ "end": 12870,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 42
+ },
+ "end": {
+ "line": 413,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12870,
+ "end": 12871,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 49
+ },
+ "end": {
+ "line": 413,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12871,
+ "end": 12872,
+ "loc": {
+ "start": {
+ "line": 413,
+ "column": 50
+ },
+ "end": {
+ "line": 413,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": "CommentLine",
+ "value": "uncheck first option",
+ "start": 12890,
+ "end": 12912,
+ "loc": {
+ "start": {
+ "line": 415,
+ "column": 16
+ },
+ "end": {
+ "line": 415,
+ "column": 38
+ }
+ }
+ },
+ {
+ "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": 12929,
+ "end": 12932,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 16
+ },
+ "end": {
+ "line": 416,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chx0",
+ "start": 12933,
+ "end": 12937,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 20
+ },
+ "end": {
+ "line": 416,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 12938,
+ "end": 12939,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 25
+ },
+ "end": {
+ "line": 416,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tag",
+ "start": 12940,
+ "end": 12943,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 27
+ },
+ "end": {
+ "line": 416,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12943,
+ "end": 12944,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 30
+ },
+ "end": {
+ "line": 416,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "items",
+ "start": 12944,
+ "end": 12949,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 31
+ },
+ "end": {
+ "line": 416,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12949,
+ "end": 12950,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 36
+ },
+ "end": {
+ "line": 416,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 0,
+ "start": 12950,
+ "end": 12951,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 37
+ },
+ "end": {
+ "line": 416,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12951,
+ "end": 12952,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 38
+ },
+ "end": {
+ "line": 416,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12952,
+ "end": 12953,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 39
+ },
+ "end": {
+ "line": 416,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "input",
+ "start": 12954,
+ "end": 12961,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 41
+ },
+ "end": {
+ "line": 416,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12961,
+ "end": 12962,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 48
+ },
+ "end": {
+ "line": 416,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12962,
+ "end": 12963,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 49
+ },
+ "end": {
+ "line": 416,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 0,
+ "start": 12963,
+ "end": 12964,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 50
+ },
+ "end": {
+ "line": 416,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12964,
+ "end": 12965,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 51
+ },
+ "end": {
+ "line": 416,
+ "column": 52
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 12965,
+ "end": 12966,
+ "loc": {
+ "start": {
+ "line": 416,
+ "column": 52
+ },
+ "end": {
+ "line": 416,
+ "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": 12983,
+ "end": 12985,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 16
+ },
+ "end": {
+ "line": 417,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12986,
+ "end": 12987,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 19
+ },
+ "end": {
+ "line": 417,
+ "column": 20
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chx0",
+ "start": 12987,
+ "end": 12991,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 20
+ },
+ "end": {
+ "line": 417,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12991,
+ "end": 12992,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 24
+ },
+ "end": {
+ "line": 417,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 12993,
+ "end": 12994,
+ "loc": {
+ "start": {
+ "line": 417,
+ "column": 26
+ },
+ "end": {
+ "line": 417,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chx0",
+ "start": 13015,
+ "end": 13019,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 20
+ },
+ "end": {
+ "line": 418,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13019,
+ "end": 13020,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 24
+ },
+ "end": {
+ "line": 418,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "checked",
+ "start": 13020,
+ "end": 13027,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 25
+ },
+ "end": {
+ "line": 418,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 13028,
+ "end": 13029,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 33
+ },
+ "end": {
+ "line": 418,
+ "column": 34
+ }
+ }
+ },
+ {
+ "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": 13030,
+ "end": 13035,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 35
+ },
+ "end": {
+ "line": 418,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13035,
+ "end": 13036,
+ "loc": {
+ "start": {
+ "line": 418,
+ "column": 40
+ },
+ "end": {
+ "line": 418,
+ "column": 41
+ }
+ }
+ },
{
"type": {
"label": "}",
@@ -86059,15 +83781,612 @@
"postfix": false,
"binop": null
},
- "start": 13503,
- "end": 13504,
+ "start": 13053,
+ "end": 13054,
"loc": {
"start": {
- "line": 426,
+ "line": 419,
+ "column": 16
+ },
+ "end": {
+ "line": 419,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13067,
+ "end": 13068,
+ "loc": {
+ "start": {
+ "line": 420,
+ "column": 12
+ },
+ "end": {
+ "line": 420,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "removeClass",
+ "start": 13082,
+ "end": 13093,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 12
+ },
+ "end": {
+ "line": 422,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13093,
+ "end": 13094,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 23
+ },
+ "end": {
+ "line": 422,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "items",
+ "start": 13094,
+ "end": 13099,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 24
+ },
+ "end": {
+ "line": 422,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "[",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13099,
+ "end": 13100,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 29
+ },
+ "end": {
+ "line": 422,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 0,
+ "start": 13100,
+ "end": 13101,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 30
+ },
+ "end": {
+ "line": 422,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "]",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13101,
+ "end": 13102,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 31
+ },
+ "end": {
+ "line": 422,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13102,
+ "end": 13103,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 32
+ },
+ "end": {
+ "line": 422,
+ "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": 13104,
+ "end": 13108,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 34
+ },
+ "end": {
+ "line": 422,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13108,
+ "end": 13109,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 38
+ },
+ "end": {
+ "line": 422,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "selectedItemCssClass",
+ "start": 13109,
+ "end": 13129,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 39
+ },
+ "end": {
+ "line": 422,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13129,
+ "end": 13130,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 59
+ },
+ "end": {
+ "line": 422,
+ "column": 60
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13130,
+ "end": 13131,
+ "loc": {
+ "start": {
+ "line": 422,
+ "column": 60
+ },
+ "end": {
+ "line": 422,
+ "column": 61
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "addClass",
+ "start": 13144,
+ "end": 13152,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 12
+ },
+ "end": {
+ "line": 423,
+ "column": 20
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13152,
+ "end": 13153,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 20
+ },
+ "end": {
+ "line": 423,
+ "column": 21
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "li",
+ "start": 13153,
+ "end": 13155,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 21
+ },
+ "end": {
+ "line": 423,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13155,
+ "end": 13156,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 23
+ },
+ "end": {
+ "line": 423,
+ "column": 24
+ }
+ }
+ },
+ {
+ "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": 13157,
+ "end": 13161,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 25
+ },
+ "end": {
+ "line": 423,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13161,
+ "end": 13162,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 29
+ },
+ "end": {
+ "line": 423,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "selectedItemCssClass",
+ "start": 13162,
+ "end": 13182,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 30
+ },
+ "end": {
+ "line": 423,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13182,
+ "end": 13183,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 50
+ },
+ "end": {
+ "line": 423,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13183,
+ "end": 13184,
+ "loc": {
+ "start": {
+ "line": 423,
+ "column": 51
+ },
+ "end": {
+ "line": 423,
+ "column": 52
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13193,
+ "end": 13194,
+ "loc": {
+ "start": {
+ "line": 424,
"column": 8
},
"end": {
- "line": 426,
+ "line": 424,
"column": 9
}
}
@@ -86087,15 +84406,15 @@
"updateContext": null
},
"value": "else",
- "start": 13505,
- "end": 13509,
+ "start": 13195,
+ "end": 13199,
"loc": {
"start": {
- "line": 426,
+ "line": 424,
"column": 10
},
"end": {
- "line": 426,
+ "line": 424,
"column": 14
}
}
@@ -86112,15 +84431,15 @@
"postfix": false,
"binop": null
},
- "start": 13510,
- "end": 13511,
+ "start": 13200,
+ "end": 13201,
"loc": {
"start": {
- "line": 426,
+ "line": 424,
"column": 15
},
"end": {
- "line": 426,
+ "line": 424,
"column": 16
}
}
@@ -86128,202 +84447,19 @@
{
"type": "CommentLine",
"value": "removes values and indexes",
- "start": 13512,
- "end": 13540,
+ "start": 13202,
+ "end": 13230,
"loc": {
"start": {
- "line": 426,
+ "line": 424,
"column": 17
},
"end": {
- "line": 426,
+ "line": 424,
"column": 45
}
}
},
- {
- "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": 13553,
- "end": 13555,
- "loc": {
- "start": {
- "line": 427,
- "column": 12
- },
- "end": {
- "line": 427,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13556,
- "end": 13557,
- "loc": {
- "start": {
- "line": 427,
- "column": 15
- },
- "end": {
- "line": 427,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkValue",
- "start": 13557,
- "end": 13565,
- "loc": {
- "start": {
- "line": 427,
- "column": 16
- },
- "end": {
- "line": 427,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "!==",
- "start": 13566,
- "end": 13569,
- "loc": {
- "start": {
- "line": 427,
- "column": 25
- },
- "end": {
- "line": 427,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 13570,
- "end": 13572,
- "loc": {
- "start": {
- "line": 427,
- "column": 29
- },
- "end": {
- "line": 427,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13572,
- "end": 13573,
- "loc": {
- "start": {
- "line": 427,
- "column": 31
- },
- "end": {
- "line": 427,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13574,
- "end": 13575,
- "loc": {
- "start": {
- "line": 427,
- "column": 33
- },
- "end": {
- "line": 427,
- "column": 34
- }
- }
- },
{
"type": {
"label": "let",
@@ -86339,16 +84475,16 @@
"updateContext": null
},
"value": "let",
- "start": 13592,
- "end": 13595,
+ "start": 13243,
+ "end": 13246,
"loc": {
"start": {
- "line": 428,
- "column": 16
+ "line": 425,
+ "column": 12
},
"end": {
- "line": 428,
- "column": 19
+ "line": 425,
+ "column": 15
}
}
},
@@ -86365,16 +84501,16 @@
"binop": null
},
"value": "replaceValue",
- "start": 13596,
- "end": 13608,
+ "start": 13247,
+ "end": 13259,
"loc": {
"start": {
- "line": 428,
- "column": 20
+ "line": 425,
+ "column": 16
},
"end": {
- "line": 428,
- "column": 32
+ "line": 425,
+ "column": 28
}
}
},
@@ -86392,16 +84528,16 @@
"updateContext": null
},
"value": "=",
- "start": 13609,
- "end": 13610,
+ "start": 13260,
+ "end": 13261,
"loc": {
"start": {
- "line": 428,
- "column": 33
+ "line": 425,
+ "column": 29
},
"end": {
- "line": 428,
- "column": 34
+ "line": 425,
+ "column": 30
}
}
},
@@ -86420,16 +84556,16 @@
"updateContext": null
},
"value": "new",
- "start": 13611,
- "end": 13614,
+ "start": 13278,
+ "end": 13281,
"loc": {
"start": {
- "line": 428,
- "column": 35
+ "line": 426,
+ "column": 16
},
"end": {
- "line": 428,
- "column": 38
+ "line": 426,
+ "column": 19
}
}
},
@@ -86446,16 +84582,16 @@
"binop": null
},
"value": "RegExp",
- "start": 13615,
- "end": 13621,
+ "start": 13282,
+ "end": 13288,
"loc": {
"start": {
- "line": 428,
- "column": 39
+ "line": 426,
+ "column": 20
},
"end": {
- "line": 428,
- "column": 45
+ "line": 426,
+ "column": 26
}
}
},
@@ -86471,16 +84607,16 @@
"postfix": false,
"binop": null
},
- "start": 13621,
- "end": 13622,
+ "start": 13288,
+ "end": 13289,
"loc": {
"start": {
- "line": 428,
- "column": 45
+ "line": 426,
+ "column": 26
},
"end": {
- "line": 428,
- "column": 46
+ "line": 426,
+ "column": 27
}
}
},
@@ -86497,16 +84633,16 @@
"binop": null
},
"value": "rgxEsc",
- "start": 13643,
- "end": 13649,
+ "start": 13289,
+ "end": 13295,
"loc": {
"start": {
- "line": 429,
- "column": 20
+ "line": 426,
+ "column": 27
},
"end": {
- "line": 429,
- "column": 26
+ "line": 426,
+ "column": 33
}
}
},
@@ -86522,16 +84658,16 @@
"postfix": false,
"binop": null
},
- "start": 13649,
- "end": 13650,
+ "start": 13295,
+ "end": 13296,
"loc": {
"start": {
- "line": 429,
- "column": 26
+ "line": 426,
+ "column": 33
},
"end": {
- "line": 429,
- "column": 27
+ "line": 426,
+ "column": 34
}
}
},
@@ -86548,16 +84684,16 @@
"binop": null
},
"value": "chkValue",
- "start": 13650,
- "end": 13658,
+ "start": 13296,
+ "end": 13304,
"loc": {
"start": {
- "line": 429,
- "column": 27
+ "line": 426,
+ "column": 34
},
"end": {
- "line": 429,
- "column": 35
+ "line": 426,
+ "column": 42
}
}
},
@@ -86575,16 +84711,16 @@
"updateContext": null
},
"value": "+",
- "start": 13659,
- "end": 13660,
+ "start": 13305,
+ "end": 13306,
"loc": {
"start": {
- "line": 429,
- "column": 36
+ "line": 426,
+ "column": 43
},
"end": {
- "line": 429,
- "column": 37
+ "line": 426,
+ "column": 44
}
}
},
@@ -86602,16 +84738,16 @@
"updateContext": null
},
"value": " ",
- "start": 13661,
- "end": 13664,
+ "start": 13307,
+ "end": 13310,
"loc": {
"start": {
- "line": 429,
- "column": 38
+ "line": 426,
+ "column": 45
},
"end": {
- "line": 429,
- "column": 41
+ "line": 426,
+ "column": 48
}
}
},
@@ -86629,16 +84765,16 @@
"updateContext": null
},
"value": "+",
- "start": 13665,
- "end": 13666,
+ "start": 13311,
+ "end": 13312,
"loc": {
"start": {
- "line": 429,
- "column": 42
+ "line": 426,
+ "column": 49
},
"end": {
- "line": 429,
- "column": 43
+ "line": 426,
+ "column": 50
}
}
},
@@ -86655,16 +84791,16 @@
"binop": null
},
"value": "tf",
- "start": 13667,
- "end": 13669,
+ "start": 13313,
+ "end": 13315,
"loc": {
"start": {
- "line": 429,
- "column": 44
+ "line": 426,
+ "column": 51
},
"end": {
- "line": 429,
- "column": 46
+ "line": 426,
+ "column": 53
}
}
},
@@ -86681,16 +84817,16 @@
"binop": null,
"updateContext": null
},
- "start": 13669,
- "end": 13670,
+ "start": 13315,
+ "end": 13316,
"loc": {
"start": {
- "line": 429,
- "column": 46
+ "line": 426,
+ "column": 53
},
"end": {
- "line": 429,
- "column": 47
+ "line": 426,
+ "column": 54
}
}
},
@@ -86707,661 +84843,66 @@
"binop": null
},
"value": "orOperator",
- "start": 13670,
- "end": 13680,
+ "start": 13316,
+ "end": 13326,
"loc": {
"start": {
- "line": 429,
- "column": 47
- },
- "end": {
- "line": 429,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13680,
- "end": 13681,
- "loc": {
- "start": {
- "line": 429,
- "column": 57
- },
- "end": {
- "line": 429,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13681,
- "end": 13682,
- "loc": {
- "start": {
- "line": 429,
- "column": 58
- },
- "end": {
- "line": 429,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13682,
- "end": 13683,
- "loc": {
- "start": {
- "line": 429,
- "column": 59
- },
- "end": {
- "line": 429,
- "column": 60
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 13700,
- "end": 13708,
- "loc": {
- "start": {
- "line": 430,
- "column": 16
- },
- "end": {
- "line": 430,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 13709,
- "end": 13710,
- "loc": {
- "start": {
- "line": 430,
- "column": 25
- },
- "end": {
- "line": 430,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 13711,
- "end": 13719,
- "loc": {
- "start": {
- "line": 430,
- "column": 27
- },
- "end": {
- "line": 430,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13719,
- "end": 13720,
- "loc": {
- "start": {
- "line": 430,
- "column": 35
- },
- "end": {
- "line": 430,
- "column": 36
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "replace",
- "start": 13720,
- "end": 13727,
- "loc": {
- "start": {
- "line": 430,
- "column": 36
- },
- "end": {
- "line": 430,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13727,
- "end": 13728,
- "loc": {
- "start": {
- "line": 430,
- "column": 43
- },
- "end": {
- "line": 430,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "replaceValue",
- "start": 13728,
- "end": 13740,
- "loc": {
- "start": {
- "line": 430,
- "column": 44
- },
- "end": {
- "line": 430,
- "column": 56
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13740,
- "end": 13741,
- "loc": {
- "start": {
- "line": 430,
- "column": 56
- },
- "end": {
- "line": 430,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 13742,
- "end": 13744,
- "loc": {
- "start": {
- "line": 430,
- "column": 58
- },
- "end": {
- "line": 430,
- "column": 60
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13744,
- "end": 13745,
- "loc": {
- "start": {
- "line": 430,
- "column": 60
- },
- "end": {
- "line": 430,
- "column": 61
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13745,
- "end": 13746,
- "loc": {
- "start": {
- "line": 430,
- "column": 61
- },
- "end": {
- "line": 430,
- "column": 62
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "n",
- "start": 13763,
- "end": 13764,
- "loc": {
- "start": {
- "line": 431,
- "column": 16
- },
- "end": {
- "line": 431,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13764,
- "end": 13765,
- "loc": {
- "start": {
- "line": 431,
- "column": 17
- },
- "end": {
- "line": 431,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "setAttribute",
- "start": 13765,
- "end": 13777,
- "loc": {
- "start": {
- "line": 431,
- "column": 18
- },
- "end": {
- "line": 431,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13777,
- "end": 13778,
- "loc": {
- "start": {
- "line": 431,
- "column": 30
- },
- "end": {
- "line": 431,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "value",
- "start": 13778,
- "end": 13785,
- "loc": {
- "start": {
- "line": 431,
- "column": 31
- },
- "end": {
- "line": 431,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 13785,
- "end": 13786,
- "loc": {
- "start": {
- "line": 431,
- "column": 38
- },
- "end": {
- "line": 431,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "trim",
- "start": 13787,
- "end": 13791,
- "loc": {
- "start": {
- "line": 431,
- "column": 40
- },
- "end": {
- "line": 431,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13791,
- "end": 13792,
- "loc": {
- "start": {
- "line": 431,
- "column": 44
- },
- "end": {
- "line": 431,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "fltValue",
- "start": 13792,
- "end": 13800,
- "loc": {
- "start": {
- "line": 431,
- "column": 45
- },
- "end": {
- "line": 431,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13800,
- "end": 13801,
- "loc": {
- "start": {
- "line": 431,
- "column": 53
- },
- "end": {
- "line": 431,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 13801,
- "end": 13802,
- "loc": {
- "start": {
- "line": 431,
+ "line": 426,
"column": 54
},
"end": {
- "line": 431,
- "column": 55
+ "line": 426,
+ "column": 64
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13326,
+ "end": 13327,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 64
+ },
+ "end": {
+ "line": 426,
+ "column": 65
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13327,
+ "end": 13328,
+ "loc": {
+ "start": {
+ "line": 426,
+ "column": 65
+ },
+ "end": {
+ "line": 426,
+ "column": 66
}
}
},
@@ -87378,16 +84919,16 @@
"binop": null,
"updateContext": null
},
- "start": 13802,
- "end": 13803,
+ "start": 13328,
+ "end": 13329,
"loc": {
"start": {
- "line": 431,
- "column": 55
+ "line": 426,
+ "column": 66
},
"end": {
- "line": 431,
- "column": 56
+ "line": 426,
+ "column": 67
}
}
},
@@ -87406,16 +84947,16 @@
"updateContext": null
},
"value": "let",
- "start": 13821,
- "end": 13824,
+ "start": 13342,
+ "end": 13345,
"loc": {
"start": {
- "line": 433,
- "column": 16
+ "line": 427,
+ "column": 12
},
"end": {
- "line": 433,
- "column": 19
+ "line": 427,
+ "column": 15
}
}
},
@@ -87431,17 +84972,17 @@
"postfix": false,
"binop": null
},
- "value": "replaceIndex",
- "start": 13825,
- "end": 13837,
+ "value": "values",
+ "start": 13346,
+ "end": 13352,
"loc": {
"start": {
- "line": 433,
- "column": 20
+ "line": 427,
+ "column": 16
},
"end": {
- "line": 433,
- "column": 32
+ "line": 427,
+ "column": 22
}
}
},
@@ -87459,19 +85000,333 @@
"updateContext": null
},
"value": "=",
- "start": 13838,
- "end": 13839,
+ "start": 13353,
+ "end": 13354,
"loc": {
"start": {
- "line": 433,
- "column": 33
+ "line": 427,
+ "column": 23
},
"end": {
- "line": 433,
+ "line": 427,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "slcValues",
+ "start": 13355,
+ "end": 13364,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 25
+ },
+ "end": {
+ "line": 427,
"column": 34
}
}
},
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13364,
+ "end": 13365,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 34
+ },
+ "end": {
+ "line": 427,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "replace",
+ "start": 13365,
+ "end": 13372,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 35
+ },
+ "end": {
+ "line": 427,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13372,
+ "end": 13373,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 42
+ },
+ "end": {
+ "line": 427,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "replaceValue",
+ "start": 13373,
+ "end": 13385,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 43
+ },
+ "end": {
+ "line": 427,
+ "column": 55
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13385,
+ "end": 13386,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 55
+ },
+ "end": {
+ "line": 427,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 13387,
+ "end": 13389,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 57
+ },
+ "end": {
+ "line": 427,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13389,
+ "end": 13390,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 59
+ },
+ "end": {
+ "line": 427,
+ "column": 60
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13390,
+ "end": 13391,
+ "loc": {
+ "start": {
+ "line": 427,
+ "column": 60
+ },
+ "end": {
+ "line": 427,
+ "column": 61
+ }
+ }
+ },
+ {
+ "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": 13404,
+ "end": 13407,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 12
+ },
+ "end": {
+ "line": 428,
+ "column": 15
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "replaceIndex",
+ "start": 13408,
+ "end": 13420,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 16
+ },
+ "end": {
+ "line": 428,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 13421,
+ "end": 13422,
+ "loc": {
+ "start": {
+ "line": 428,
+ "column": 29
+ },
+ "end": {
+ "line": 428,
+ "column": 30
+ }
+ }
+ },
{
"type": {
"label": "new",
@@ -87487,16 +85342,16 @@
"updateContext": null
},
"value": "new",
- "start": 13840,
- "end": 13843,
+ "start": 13423,
+ "end": 13426,
"loc": {
"start": {
- "line": 433,
- "column": 35
+ "line": 428,
+ "column": 31
},
"end": {
- "line": 433,
- "column": 38
+ "line": 428,
+ "column": 34
}
}
},
@@ -87513,16 +85368,16 @@
"binop": null
},
"value": "RegExp",
- "start": 13844,
- "end": 13850,
+ "start": 13427,
+ "end": 13433,
"loc": {
"start": {
- "line": 433,
- "column": 39
+ "line": 428,
+ "column": 35
},
"end": {
- "line": 433,
- "column": 45
+ "line": 428,
+ "column": 41
}
}
},
@@ -87538,16 +85393,16 @@
"postfix": false,
"binop": null
},
- "start": 13850,
- "end": 13851,
+ "start": 13433,
+ "end": 13434,
"loc": {
"start": {
- "line": 433,
- "column": 45
+ "line": 428,
+ "column": 41
},
"end": {
- "line": 433,
- "column": 46
+ "line": 428,
+ "column": 42
}
}
},
@@ -87564,16 +85419,16 @@
"binop": null
},
"value": "rgxEsc",
- "start": 13872,
- "end": 13878,
+ "start": 13434,
+ "end": 13440,
"loc": {
"start": {
- "line": 434,
- "column": 20
+ "line": 428,
+ "column": 42
},
"end": {
- "line": 434,
- "column": 26
+ "line": 428,
+ "column": 48
}
}
},
@@ -87589,16 +85444,16 @@
"postfix": false,
"binop": null
},
- "start": 13878,
- "end": 13879,
+ "start": 13440,
+ "end": 13441,
"loc": {
"start": {
- "line": 434,
- "column": 26
+ "line": 428,
+ "column": 48
},
"end": {
- "line": 434,
- "column": 27
+ "line": 428,
+ "column": 49
}
}
},
@@ -87615,16 +85470,16 @@
"binop": null
},
"value": "chkIndex",
- "start": 13879,
- "end": 13887,
+ "start": 13441,
+ "end": 13449,
"loc": {
"start": {
- "line": 434,
- "column": 27
+ "line": 428,
+ "column": 49
},
"end": {
- "line": 434,
- "column": 35
+ "line": 428,
+ "column": 57
}
}
},
@@ -87642,16 +85497,16 @@
"updateContext": null
},
"value": "+",
- "start": 13888,
- "end": 13889,
+ "start": 13450,
+ "end": 13451,
"loc": {
"start": {
- "line": 434,
- "column": 36
+ "line": 428,
+ "column": 58
},
"end": {
- "line": 434,
- "column": 37
+ "line": 428,
+ "column": 59
}
}
},
@@ -87668,16 +85523,16 @@
"binop": null
},
"value": "tf",
- "start": 13890,
- "end": 13892,
+ "start": 13452,
+ "end": 13454,
"loc": {
"start": {
- "line": 434,
- "column": 38
+ "line": 428,
+ "column": 60
},
"end": {
- "line": 434,
- "column": 40
+ "line": 428,
+ "column": 62
}
}
},
@@ -87694,16 +85549,16 @@
"binop": null,
"updateContext": null
},
- "start": 13892,
- "end": 13893,
+ "start": 13454,
+ "end": 13455,
"loc": {
"start": {
- "line": 434,
- "column": 40
+ "line": 428,
+ "column": 62
},
"end": {
- "line": 434,
- "column": 41
+ "line": 428,
+ "column": 63
}
}
},
@@ -87720,16 +85575,16 @@
"binop": null
},
"value": "separator",
- "start": 13893,
- "end": 13902,
+ "start": 13455,
+ "end": 13464,
"loc": {
"start": {
- "line": 434,
- "column": 41
+ "line": 428,
+ "column": 63
},
"end": {
- "line": 434,
- "column": 50
+ "line": 428,
+ "column": 72
}
}
},
@@ -87745,16 +85600,16 @@
"postfix": false,
"binop": null
},
- "start": 13902,
- "end": 13903,
+ "start": 13464,
+ "end": 13465,
"loc": {
"start": {
- "line": 434,
- "column": 50
+ "line": 428,
+ "column": 72
},
"end": {
- "line": 434,
- "column": 51
+ "line": 428,
+ "column": 73
}
}
},
@@ -87770,16 +85625,16 @@
"postfix": false,
"binop": null
},
- "start": 13903,
- "end": 13904,
+ "start": 13465,
+ "end": 13466,
"loc": {
"start": {
- "line": 434,
- "column": 51
+ "line": 428,
+ "column": 73
},
"end": {
- "line": 434,
- "column": 52
+ "line": 428,
+ "column": 74
}
}
},
@@ -87796,16 +85651,44 @@
"binop": null,
"updateContext": null
},
- "start": 13904,
- "end": 13905,
+ "start": 13466,
+ "end": 13467,
"loc": {
"start": {
- "line": 434,
- "column": 52
+ "line": 428,
+ "column": 74
},
"end": {
- "line": 434,
- "column": 53
+ "line": 428,
+ "column": 75
+ }
+ }
+ },
+ {
+ "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": 13480,
+ "end": 13483,
+ "loc": {
+ "start": {
+ "line": 429,
+ "column": 12
+ },
+ "end": {
+ "line": 429,
+ "column": 15
}
}
},
@@ -87821,17 +85704,17 @@
"postfix": false,
"binop": null
},
- "value": "fltIndexes",
- "start": 13922,
- "end": 13932,
+ "value": "indexes",
+ "start": 13484,
+ "end": 13491,
"loc": {
"start": {
- "line": 435,
+ "line": 429,
"column": 16
},
"end": {
- "line": 435,
- "column": 26
+ "line": 429,
+ "column": 23
}
}
},
@@ -87849,16 +85732,16 @@
"updateContext": null
},
"value": "=",
- "start": 13933,
- "end": 13934,
+ "start": 13492,
+ "end": 13493,
"loc": {
"start": {
- "line": 435,
- "column": 27
+ "line": 429,
+ "column": 24
},
"end": {
- "line": 435,
- "column": 28
+ "line": 429,
+ "column": 25
}
}
},
@@ -87874,17 +85757,17 @@
"postfix": false,
"binop": null
},
- "value": "fltIndexes",
- "start": 13935,
- "end": 13945,
+ "value": "slcIndexes",
+ "start": 13494,
+ "end": 13504,
"loc": {
"start": {
- "line": 435,
- "column": 29
+ "line": 429,
+ "column": 26
},
"end": {
- "line": 435,
- "column": 39
+ "line": 429,
+ "column": 36
}
}
},
@@ -87901,16 +85784,16 @@
"binop": null,
"updateContext": null
},
- "start": 13945,
- "end": 13946,
+ "start": 13504,
+ "end": 13505,
"loc": {
"start": {
- "line": 435,
- "column": 39
+ "line": 429,
+ "column": 36
},
"end": {
- "line": 435,
- "column": 40
+ "line": 429,
+ "column": 37
}
}
},
@@ -87927,16 +85810,16 @@
"binop": null
},
"value": "replace",
- "start": 13946,
- "end": 13953,
+ "start": 13505,
+ "end": 13512,
"loc": {
"start": {
- "line": 435,
- "column": 40
+ "line": 429,
+ "column": 37
},
"end": {
- "line": 435,
- "column": 47
+ "line": 429,
+ "column": 44
}
}
},
@@ -87952,16 +85835,16 @@
"postfix": false,
"binop": null
},
- "start": 13953,
- "end": 13954,
+ "start": 13512,
+ "end": 13513,
"loc": {
"start": {
- "line": 435,
- "column": 47
+ "line": 429,
+ "column": 44
},
"end": {
- "line": 435,
- "column": 48
+ "line": 429,
+ "column": 45
}
}
},
@@ -87978,16 +85861,16 @@
"binop": null
},
"value": "replaceIndex",
- "start": 13954,
- "end": 13966,
+ "start": 13513,
+ "end": 13525,
"loc": {
"start": {
- "line": 435,
- "column": 48
+ "line": 429,
+ "column": 45
},
"end": {
- "line": 435,
- "column": 60
+ "line": 429,
+ "column": 57
}
}
},
@@ -88004,16 +85887,16 @@
"binop": null,
"updateContext": null
},
- "start": 13966,
- "end": 13967,
+ "start": 13525,
+ "end": 13526,
"loc": {
"start": {
- "line": 435,
- "column": 60
+ "line": 429,
+ "column": 57
},
"end": {
- "line": 435,
- "column": 61
+ "line": 429,
+ "column": 58
}
}
},
@@ -88031,16 +85914,16 @@
"updateContext": null
},
"value": "",
- "start": 13968,
- "end": 13970,
+ "start": 13527,
+ "end": 13529,
"loc": {
"start": {
- "line": 435,
- "column": 62
+ "line": 429,
+ "column": 59
},
"end": {
- "line": 435,
- "column": 64
+ "line": 429,
+ "column": 61
}
}
},
@@ -88056,16 +85939,16 @@
"postfix": false,
"binop": null
},
- "start": 13970,
- "end": 13971,
+ "start": 13529,
+ "end": 13530,
"loc": {
"start": {
- "line": 435,
- "column": 64
+ "line": 429,
+ "column": 61
},
"end": {
- "line": 435,
- "column": 65
+ "line": 429,
+ "column": 62
}
}
},
@@ -88082,16 +85965,16 @@
"binop": null,
"updateContext": null
},
- "start": 13971,
- "end": 13972,
+ "start": 13530,
+ "end": 13531,
"loc": {
"start": {
- "line": 435,
- "column": 65
+ "line": 429,
+ "column": 62
},
"end": {
- "line": 435,
- "column": 66
+ "line": 429,
+ "column": 63
}
}
},
@@ -88108,16 +85991,16 @@
"binop": null
},
"value": "n",
- "start": 13989,
- "end": 13990,
+ "start": 13545,
+ "end": 13546,
"loc": {
"start": {
- "line": 436,
- "column": 16
+ "line": 431,
+ "column": 12
},
"end": {
- "line": 436,
- "column": 17
+ "line": 431,
+ "column": 13
}
}
},
@@ -88134,16 +86017,16 @@
"binop": null,
"updateContext": null
},
- "start": 13990,
- "end": 13991,
+ "start": 13546,
+ "end": 13547,
"loc": {
"start": {
- "line": 436,
- "column": 17
+ "line": 431,
+ "column": 13
},
"end": {
- "line": 436,
- "column": 18
+ "line": 431,
+ "column": 14
}
}
},
@@ -88160,16 +86043,16 @@
"binop": null
},
"value": "setAttribute",
- "start": 13991,
- "end": 14003,
+ "start": 13547,
+ "end": 13559,
"loc": {
"start": {
- "line": 436,
- "column": 18
+ "line": 431,
+ "column": 14
},
"end": {
- "line": 436,
- "column": 30
+ "line": 431,
+ "column": 26
}
}
},
@@ -88185,16 +86068,325 @@
"postfix": false,
"binop": null
},
- "start": 14003,
- "end": 14004,
+ "start": 13559,
+ "end": 13560,
"loc": {
"start": {
- "line": 436,
- "column": 30
+ "line": 431,
+ "column": 26
},
"end": {
- "line": 436,
- "column": 31
+ "line": 431,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "value",
+ "start": 13560,
+ "end": 13567,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 27
+ },
+ "end": {
+ "line": 431,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13567,
+ "end": 13568,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 34
+ },
+ "end": {
+ "line": 431,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "trim",
+ "start": 13569,
+ "end": 13573,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 36
+ },
+ "end": {
+ "line": 431,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13573,
+ "end": 13574,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 40
+ },
+ "end": {
+ "line": 431,
+ "column": 41
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "values",
+ "start": 13574,
+ "end": 13580,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 41
+ },
+ "end": {
+ "line": 431,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13580,
+ "end": 13581,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 47
+ },
+ "end": {
+ "line": 431,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13581,
+ "end": 13582,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 48
+ },
+ "end": {
+ "line": 431,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13582,
+ "end": 13583,
+ "loc": {
+ "start": {
+ "line": 431,
+ "column": 49
+ },
+ "end": {
+ "line": 431,
+ "column": 50
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "n",
+ "start": 13596,
+ "end": 13597,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 12
+ },
+ "end": {
+ "line": 432,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 13597,
+ "end": 13598,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 13
+ },
+ "end": {
+ "line": 432,
+ "column": 14
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "setAttribute",
+ "start": 13598,
+ "end": 13610,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 14
+ },
+ "end": {
+ "line": 432,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 13610,
+ "end": 13611,
+ "loc": {
+ "start": {
+ "line": 432,
+ "column": 26
+ },
+ "end": {
+ "line": 432,
+ "column": 27
}
}
},
@@ -88212,16 +86404,16 @@
"updateContext": null
},
"value": "indexes",
- "start": 14004,
- "end": 14013,
+ "start": 13611,
+ "end": 13620,
"loc": {
"start": {
- "line": 436,
- "column": 31
+ "line": 432,
+ "column": 27
},
"end": {
- "line": 436,
- "column": 40
+ "line": 432,
+ "column": 36
}
}
},
@@ -88238,16 +86430,16 @@
"binop": null,
"updateContext": null
},
- "start": 14013,
- "end": 14014,
+ "start": 13620,
+ "end": 13621,
"loc": {
"start": {
- "line": 436,
- "column": 40
+ "line": 432,
+ "column": 36
},
"end": {
- "line": 436,
- "column": 41
+ "line": 432,
+ "column": 37
}
}
},
@@ -88263,17 +86455,17 @@
"postfix": false,
"binop": null
},
- "value": "fltIndexes",
- "start": 14015,
- "end": 14025,
+ "value": "indexes",
+ "start": 13622,
+ "end": 13629,
"loc": {
"start": {
- "line": 436,
- "column": 42
+ "line": 432,
+ "column": 38
},
"end": {
- "line": 436,
- "column": 52
+ "line": 432,
+ "column": 45
}
}
},
@@ -88289,16 +86481,16 @@
"postfix": false,
"binop": null
},
- "start": 14025,
- "end": 14026,
+ "start": 13629,
+ "end": 13630,
"loc": {
"start": {
- "line": 436,
- "column": 52
+ "line": 432,
+ "column": 45
},
"end": {
- "line": 436,
- "column": 53
+ "line": 432,
+ "column": 46
}
}
},
@@ -88315,275 +86507,16 @@
"binop": null,
"updateContext": null
},
- "start": 14026,
- "end": 14027,
+ "start": 13630,
+ "end": 13631,
"loc": {
"start": {
- "line": 436,
- "column": 53
+ "line": 432,
+ "column": 46
},
"end": {
- "line": 436,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14040,
- "end": 14041,
- "loc": {
- "start": {
- "line": 437,
- "column": 12
- },
- "end": {
- "line": 437,
- "column": 13
- }
- }
- },
- {
- "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": 14054,
- "end": 14056,
- "loc": {
- "start": {
- "line": 438,
- "column": 12
- },
- "end": {
- "line": 438,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14057,
- "end": 14058,
- "loc": {
- "start": {
- "line": 438,
- "column": 15
- },
- "end": {
- "line": 438,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "li",
- "start": 14058,
- "end": 14060,
- "loc": {
- "start": {
- "line": 438,
- "column": 16
- },
- "end": {
- "line": 438,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14060,
- "end": 14061,
- "loc": {
- "start": {
- "line": 438,
- "column": 18
- },
- "end": {
- "line": 438,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "nodeName",
- "start": 14061,
- "end": 14069,
- "loc": {
- "start": {
- "line": 438,
- "column": 19
- },
- "end": {
- "line": 438,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "===",
- "start": 14070,
- "end": 14073,
- "loc": {
- "start": {
- "line": 438,
- "column": 28
- },
- "end": {
- "line": 438,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "itemTag",
- "start": 14074,
- "end": 14081,
- "loc": {
- "start": {
- "line": 438,
- "column": 32
- },
- "end": {
- "line": 438,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14081,
- "end": 14082,
- "loc": {
- "start": {
- "line": 438,
- "column": 39
- },
- "end": {
- "line": 438,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14083,
- "end": 14084,
- "loc": {
- "start": {
- "line": 438,
- "column": 41
- },
- "end": {
- "line": 438,
- "column": 42
+ "line": 432,
+ "column": 47
}
}
},
@@ -88600,16 +86533,16 @@
"binop": null
},
"value": "removeClass",
- "start": 14101,
- "end": 14112,
+ "start": 13645,
+ "end": 13656,
"loc": {
"start": {
- "line": 439,
- "column": 16
+ "line": 434,
+ "column": 12
},
"end": {
- "line": 439,
- "column": 27
+ "line": 434,
+ "column": 23
}
}
},
@@ -88625,16 +86558,16 @@
"postfix": false,
"binop": null
},
- "start": 14112,
- "end": 14113,
+ "start": 13656,
+ "end": 13657,
"loc": {
"start": {
- "line": 439,
- "column": 27
+ "line": 434,
+ "column": 23
},
"end": {
- "line": 439,
- "column": 28
+ "line": 434,
+ "column": 24
}
}
},
@@ -88651,16 +86584,16 @@
"binop": null
},
"value": "li",
- "start": 14113,
- "end": 14115,
+ "start": 13657,
+ "end": 13659,
"loc": {
"start": {
- "line": 439,
- "column": 28
+ "line": 434,
+ "column": 24
},
"end": {
- "line": 439,
- "column": 30
+ "line": 434,
+ "column": 26
}
}
},
@@ -88677,16 +86610,16 @@
"binop": null,
"updateContext": null
},
- "start": 14115,
- "end": 14116,
+ "start": 13659,
+ "end": 13660,
"loc": {
"start": {
- "line": 439,
- "column": 30
+ "line": 434,
+ "column": 26
},
"end": {
- "line": 439,
- "column": 31
+ "line": 434,
+ "column": 27
}
}
},
@@ -88705,16 +86638,16 @@
"updateContext": null
},
"value": "this",
- "start": 14117,
- "end": 14121,
+ "start": 13661,
+ "end": 13665,
"loc": {
"start": {
- "line": 439,
- "column": 32
+ "line": 434,
+ "column": 28
},
"end": {
- "line": 439,
- "column": 36
+ "line": 434,
+ "column": 32
}
}
},
@@ -88731,16 +86664,16 @@
"binop": null,
"updateContext": null
},
- "start": 14121,
- "end": 14122,
+ "start": 13665,
+ "end": 13666,
"loc": {
"start": {
- "line": 439,
- "column": 36
+ "line": 434,
+ "column": 32
},
"end": {
- "line": 439,
- "column": 37
+ "line": 434,
+ "column": 33
}
}
},
@@ -88757,16 +86690,16 @@
"binop": null
},
"value": "selectedItemCssClass",
- "start": 14122,
- "end": 14142,
+ "start": 13666,
+ "end": 13686,
"loc": {
"start": {
- "line": 439,
- "column": 37
+ "line": 434,
+ "column": 33
},
"end": {
- "line": 439,
- "column": 57
+ "line": 434,
+ "column": 53
}
}
},
@@ -88782,16 +86715,16 @@
"postfix": false,
"binop": null
},
- "start": 14142,
- "end": 14143,
+ "start": 13686,
+ "end": 13687,
"loc": {
"start": {
- "line": 439,
- "column": 57
+ "line": 434,
+ "column": 53
},
"end": {
- "line": 439,
- "column": 58
+ "line": 434,
+ "column": 54
}
}
},
@@ -88808,16 +86741,16 @@
"binop": null,
"updateContext": null
},
- "start": 14143,
- "end": 14144,
+ "start": 13687,
+ "end": 13688,
"loc": {
"start": {
- "line": 439,
- "column": 58
+ "line": 434,
+ "column": 54
},
"end": {
- "line": 439,
- "column": 59
+ "line": 434,
+ "column": 55
}
}
},
@@ -88833,40 +86766,15 @@
"postfix": false,
"binop": null
},
- "start": 14157,
- "end": 14158,
+ "start": 13697,
+ "end": 13698,
"loc": {
"start": {
- "line": 440,
- "column": 12
- },
- "end": {
- "line": 440,
- "column": 13
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14167,
- "end": 14168,
- "loc": {
- "start": {
- "line": 441,
+ "line": 435,
"column": 8
},
"end": {
- "line": 441,
+ "line": 435,
"column": 9
}
}
@@ -88883,15 +86791,15 @@
"postfix": false,
"binop": null
},
- "start": 14173,
- "end": 14174,
+ "start": 13703,
+ "end": 13704,
"loc": {
"start": {
- "line": 442,
+ "line": 436,
"column": 4
},
"end": {
- "line": 442,
+ "line": 436,
"column": 5
}
}
@@ -88899,15 +86807,15 @@
{
"type": "CommentBlock",
"value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ",
- "start": 14180,
- "end": 14349,
+ "start": 13710,
+ "end": 13879,
"loc": {
"start": {
- "line": 444,
+ "line": 438,
"column": 4
},
"end": {
- "line": 448,
+ "line": 442,
"column": 7
}
}
@@ -88925,15 +86833,15 @@
"binop": null
},
"value": "selectOptions",
- "start": 14354,
- "end": 14367,
+ "start": 13884,
+ "end": 13897,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 4
},
"end": {
- "line": 449,
+ "line": 443,
"column": 17
}
}
@@ -88950,15 +86858,15 @@
"postfix": false,
"binop": null
},
- "start": 14367,
- "end": 14368,
+ "start": 13897,
+ "end": 13898,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 17
},
"end": {
- "line": 449,
+ "line": 443,
"column": 18
}
}
@@ -88976,15 +86884,15 @@
"binop": null
},
"value": "colIndex",
- "start": 14368,
- "end": 14376,
+ "start": 13898,
+ "end": 13906,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 18
},
"end": {
- "line": 449,
+ "line": 443,
"column": 26
}
}
@@ -89002,15 +86910,15 @@
"binop": null,
"updateContext": null
},
- "start": 14376,
- "end": 14377,
+ "start": 13906,
+ "end": 13907,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 26
},
"end": {
- "line": 449,
+ "line": 443,
"column": 27
}
}
@@ -89028,15 +86936,15 @@
"binop": null
},
"value": "values",
- "start": 14378,
- "end": 14384,
+ "start": 13908,
+ "end": 13914,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 28
},
"end": {
- "line": 449,
+ "line": 443,
"column": 34
}
}
@@ -89055,15 +86963,15 @@
"updateContext": null
},
"value": "=",
- "start": 14385,
- "end": 14386,
+ "start": 13915,
+ "end": 13916,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 35
},
"end": {
- "line": 449,
+ "line": 443,
"column": 36
}
}
@@ -89081,15 +86989,15 @@
"binop": null,
"updateContext": null
},
- "start": 14387,
- "end": 14388,
+ "start": 13917,
+ "end": 13918,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 37
},
"end": {
- "line": 449,
+ "line": 443,
"column": 38
}
}
@@ -89107,15 +87015,15 @@
"binop": null,
"updateContext": null
},
- "start": 14388,
- "end": 14389,
+ "start": 13918,
+ "end": 13919,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 38
},
"end": {
- "line": 449,
+ "line": 443,
"column": 39
}
}
@@ -89132,15 +87040,15 @@
"postfix": false,
"binop": null
},
- "start": 14389,
- "end": 14390,
+ "start": 13919,
+ "end": 13920,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 39
},
"end": {
- "line": 449,
+ "line": 443,
"column": 40
}
}
@@ -89157,15 +87065,15 @@
"postfix": false,
"binop": null
},
- "start": 14391,
- "end": 14392,
+ "start": 13921,
+ "end": 13922,
"loc": {
"start": {
- "line": 449,
+ "line": 443,
"column": 41
},
"end": {
- "line": 449,
+ "line": 443,
"column": 42
}
}
@@ -89185,15 +87093,15 @@
"updateContext": null
},
"value": "let",
- "start": 14401,
- "end": 14404,
+ "start": 13931,
+ "end": 13934,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 8
},
"end": {
- "line": 450,
+ "line": 444,
"column": 11
}
}
@@ -89211,15 +87119,15 @@
"binop": null
},
"value": "tf",
- "start": 14405,
- "end": 14407,
+ "start": 13935,
+ "end": 13937,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 12
},
"end": {
- "line": 450,
+ "line": 444,
"column": 14
}
}
@@ -89238,15 +87146,15 @@
"updateContext": null
},
"value": "=",
- "start": 14408,
- "end": 14409,
+ "start": 13938,
+ "end": 13939,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 15
},
"end": {
- "line": 450,
+ "line": 444,
"column": 16
}
}
@@ -89266,15 +87174,15 @@
"updateContext": null
},
"value": "this",
- "start": 14410,
- "end": 14414,
+ "start": 13940,
+ "end": 13944,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 17
},
"end": {
- "line": 450,
+ "line": 444,
"column": 21
}
}
@@ -89292,15 +87200,15 @@
"binop": null,
"updateContext": null
},
- "start": 14414,
- "end": 14415,
+ "start": 13944,
+ "end": 13945,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 21
},
"end": {
- "line": 450,
+ "line": 444,
"column": 22
}
}
@@ -89318,15 +87226,15 @@
"binop": null
},
"value": "tf",
- "start": 14415,
- "end": 14417,
+ "start": 13945,
+ "end": 13947,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 22
},
"end": {
- "line": 450,
+ "line": 444,
"column": 24
}
}
@@ -89344,15 +87252,15 @@
"binop": null,
"updateContext": null
},
- "start": 14417,
- "end": 14418,
+ "start": 13947,
+ "end": 13948,
"loc": {
"start": {
- "line": 450,
+ "line": 444,
"column": 24
},
"end": {
- "line": 450,
+ "line": 444,
"column": 25
}
}
@@ -89372,15 +87280,15 @@
"updateContext": null
},
"value": "let",
- "start": 14427,
- "end": 14430,
+ "start": 13957,
+ "end": 13960,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 8
},
"end": {
- "line": 451,
+ "line": 445,
"column": 11
}
}
@@ -89398,15 +87306,15 @@
"binop": null
},
"value": "flt",
- "start": 14431,
- "end": 14434,
+ "start": 13961,
+ "end": 13964,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 12
},
"end": {
- "line": 451,
+ "line": 445,
"column": 15
}
}
@@ -89425,15 +87333,15 @@
"updateContext": null
},
"value": "=",
- "start": 14435,
- "end": 14436,
+ "start": 13965,
+ "end": 13966,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 16
},
"end": {
- "line": 451,
+ "line": 445,
"column": 17
}
}
@@ -89451,15 +87359,15 @@
"binop": null
},
"value": "tf",
- "start": 14437,
- "end": 14439,
+ "start": 13967,
+ "end": 13969,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 18
},
"end": {
- "line": 451,
+ "line": 445,
"column": 20
}
}
@@ -89477,15 +87385,15 @@
"binop": null,
"updateContext": null
},
- "start": 14439,
- "end": 14440,
+ "start": 13969,
+ "end": 13970,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 20
},
"end": {
- "line": 451,
+ "line": 445,
"column": 21
}
}
@@ -89503,15 +87411,15 @@
"binop": null
},
"value": "getFilterElement",
- "start": 14440,
- "end": 14456,
+ "start": 13970,
+ "end": 13986,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 21
},
"end": {
- "line": 451,
+ "line": 445,
"column": 37
}
}
@@ -89528,15 +87436,15 @@
"postfix": false,
"binop": null
},
- "start": 14456,
- "end": 14457,
+ "start": 13986,
+ "end": 13987,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 37
},
"end": {
- "line": 451,
+ "line": 445,
"column": 38
}
}
@@ -89554,15 +87462,15 @@
"binop": null
},
"value": "colIndex",
- "start": 14457,
- "end": 14465,
+ "start": 13987,
+ "end": 13995,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 38
},
"end": {
- "line": 451,
+ "line": 445,
"column": 46
}
}
@@ -89579,15 +87487,15 @@
"postfix": false,
"binop": null
},
- "start": 14465,
- "end": 14466,
+ "start": 13995,
+ "end": 13996,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 46
},
"end": {
- "line": 451,
+ "line": 445,
"column": 47
}
}
@@ -89605,15 +87513,15 @@
"binop": null,
"updateContext": null
},
- "start": 14466,
- "end": 14467,
+ "start": 13996,
+ "end": 13997,
"loc": {
"start": {
- "line": 451,
+ "line": 445,
"column": 47
},
"end": {
- "line": 451,
+ "line": 445,
"column": 48
}
}
@@ -89633,15 +87541,15 @@
"updateContext": null
},
"value": "if",
- "start": 14476,
- "end": 14478,
+ "start": 14006,
+ "end": 14008,
"loc": {
"start": {
- "line": 452,
+ "line": 446,
"column": 8
},
"end": {
- "line": 452,
+ "line": 446,
"column": 10
}
}
@@ -89658,253 +87566,19 @@
"postfix": false,
"binop": null
},
- "start": 14479,
- "end": 14480,
+ "start": 14009,
+ "end": 14010,
"loc": {
"start": {
- "line": 452,
+ "line": 446,
"column": 11
},
"end": {
- "line": 452,
+ "line": 446,
"column": 12
}
}
},
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 14480,
- "end": 14482,
- "loc": {
- "start": {
- "line": 452,
- "column": 12
- },
- "end": {
- "line": 452,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14482,
- "end": 14483,
- "loc": {
- "start": {
- "line": 452,
- "column": 14
- },
- "end": {
- "line": 452,
- "column": 15
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "getFilterType",
- "start": 14483,
- "end": 14496,
- "loc": {
- "start": {
- "line": 452,
- "column": 15
- },
- "end": {
- "line": 452,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14496,
- "end": 14497,
- "loc": {
- "start": {
- "line": 452,
- "column": 28
- },
- "end": {
- "line": 452,
- "column": 29
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "colIndex",
- "start": 14497,
- "end": 14505,
- "loc": {
- "start": {
- "line": 452,
- "column": 29
- },
- "end": {
- "line": 452,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14505,
- "end": 14506,
- "loc": {
- "start": {
- "line": 452,
- "column": 37
- },
- "end": {
- "line": 452,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "!==",
- "start": 14507,
- "end": 14510,
- "loc": {
- "start": {
- "line": 452,
- "column": 39
- },
- "end": {
- "line": 452,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "CHECKLIST",
- "start": 14511,
- "end": 14520,
- "loc": {
- "start": {
- "line": 452,
- "column": 43
- },
- "end": {
- "line": 452,
- "column": 52
- }
- }
- },
- {
- "type": {
- "label": "||",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 1,
- "updateContext": null
- },
- "value": "||",
- "start": 14521,
- "end": 14523,
- "loc": {
- "start": {
- "line": 452,
- "column": 53
- },
- "end": {
- "line": 452,
- "column": 55
- }
- }
- },
{
"type": {
"label": "prefix",
@@ -89919,16 +87593,16 @@
"updateContext": null
},
"value": "!",
- "start": 14524,
- "end": 14525,
+ "start": 14010,
+ "end": 14011,
"loc": {
"start": {
- "line": 452,
- "column": 56
+ "line": 446,
+ "column": 12
},
"end": {
- "line": 452,
- "column": 57
+ "line": 446,
+ "column": 13
}
}
},
@@ -89945,16 +87619,16 @@
"binop": null
},
"value": "flt",
- "start": 14525,
- "end": 14528,
+ "start": 14011,
+ "end": 14014,
"loc": {
"start": {
- "line": 452,
- "column": 57
+ "line": 446,
+ "column": 13
},
"end": {
- "line": 452,
- "column": 60
+ "line": 446,
+ "column": 16
}
}
},
@@ -89972,16 +87646,16 @@
"updateContext": null
},
"value": "||",
- "start": 14529,
- "end": 14531,
+ "start": 14015,
+ "end": 14017,
"loc": {
"start": {
- "line": 452,
- "column": 61
+ "line": 446,
+ "column": 17
},
"end": {
- "line": 452,
- "column": 63
+ "line": 446,
+ "column": 19
}
}
},
@@ -89998,16 +87672,16 @@
"binop": null
},
"value": "values",
- "start": 14544,
- "end": 14550,
+ "start": 14018,
+ "end": 14024,
"loc": {
"start": {
- "line": 453,
- "column": 12
+ "line": 446,
+ "column": 20
},
"end": {
- "line": 453,
- "column": 18
+ "line": 446,
+ "column": 26
}
}
},
@@ -90024,16 +87698,16 @@
"binop": null,
"updateContext": null
},
- "start": 14550,
- "end": 14551,
+ "start": 14024,
+ "end": 14025,
"loc": {
"start": {
- "line": 453,
- "column": 18
+ "line": 446,
+ "column": 26
},
"end": {
- "line": 453,
- "column": 19
+ "line": 446,
+ "column": 27
}
}
},
@@ -90050,16 +87724,16 @@
"binop": null
},
"value": "length",
- "start": 14551,
- "end": 14557,
+ "start": 14025,
+ "end": 14031,
"loc": {
"start": {
- "line": 453,
- "column": 19
+ "line": 446,
+ "column": 27
},
"end": {
- "line": 453,
- "column": 25
+ "line": 446,
+ "column": 33
}
}
},
@@ -90077,16 +87751,16 @@
"updateContext": null
},
"value": "===",
- "start": 14558,
- "end": 14561,
+ "start": 14032,
+ "end": 14035,
"loc": {
"start": {
- "line": 453,
- "column": 26
+ "line": 446,
+ "column": 34
},
"end": {
- "line": 453,
- "column": 29
+ "line": 446,
+ "column": 37
}
}
},
@@ -90104,16 +87778,16 @@
"updateContext": null
},
"value": 0,
- "start": 14562,
- "end": 14563,
+ "start": 14036,
+ "end": 14037,
"loc": {
"start": {
- "line": 453,
- "column": 30
+ "line": 446,
+ "column": 38
},
"end": {
- "line": 453,
- "column": 31
+ "line": 446,
+ "column": 39
}
}
},
@@ -90129,16 +87803,16 @@
"postfix": false,
"binop": null
},
- "start": 14563,
- "end": 14564,
+ "start": 14037,
+ "end": 14038,
"loc": {
"start": {
- "line": 453,
- "column": 31
+ "line": 446,
+ "column": 39
},
"end": {
- "line": 453,
- "column": 32
+ "line": 446,
+ "column": 40
}
}
},
@@ -90154,16 +87828,16 @@
"postfix": false,
"binop": null
},
- "start": 14565,
- "end": 14566,
+ "start": 14039,
+ "end": 14040,
"loc": {
"start": {
- "line": 453,
- "column": 33
+ "line": 446,
+ "column": 41
},
"end": {
- "line": 453,
- "column": 34
+ "line": 446,
+ "column": 42
}
}
},
@@ -90182,15 +87856,15 @@
"updateContext": null
},
"value": "return",
- "start": 14579,
- "end": 14585,
+ "start": 14053,
+ "end": 14059,
"loc": {
"start": {
- "line": 454,
+ "line": 447,
"column": 12
},
"end": {
- "line": 454,
+ "line": 447,
"column": 18
}
}
@@ -90208,15 +87882,15 @@
"binop": null,
"updateContext": null
},
- "start": 14585,
- "end": 14586,
+ "start": 14059,
+ "end": 14060,
"loc": {
"start": {
- "line": 454,
+ "line": 447,
"column": 18
},
"end": {
- "line": 454,
+ "line": 447,
"column": 19
}
}
@@ -90233,15 +87907,15 @@
"postfix": false,
"binop": null
},
- "start": 14595,
- "end": 14596,
+ "start": 14069,
+ "end": 14070,
"loc": {
"start": {
- "line": 455,
+ "line": 448,
"column": 8
},
"end": {
- "line": 455,
+ "line": 448,
"column": 9
}
}
@@ -90261,15 +87935,15 @@
"updateContext": null
},
"value": "let",
- "start": 14606,
- "end": 14609,
+ "start": 14080,
+ "end": 14083,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 8
},
"end": {
- "line": 457,
+ "line": 450,
"column": 11
}
}
@@ -90287,15 +87961,15 @@
"binop": null
},
"value": "lis",
- "start": 14610,
- "end": 14613,
+ "start": 14084,
+ "end": 14087,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 12
},
"end": {
- "line": 457,
+ "line": 450,
"column": 15
}
}
@@ -90314,15 +87988,15 @@
"updateContext": null
},
"value": "=",
- "start": 14614,
- "end": 14615,
+ "start": 14088,
+ "end": 14089,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 16
},
"end": {
- "line": 457,
+ "line": 450,
"column": 17
}
}
@@ -90340,15 +88014,15 @@
"binop": null
},
"value": "tag",
- "start": 14616,
- "end": 14619,
+ "start": 14090,
+ "end": 14093,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 18
},
"end": {
- "line": 457,
+ "line": 450,
"column": 21
}
}
@@ -90365,15 +88039,15 @@
"postfix": false,
"binop": null
},
- "start": 14619,
- "end": 14620,
+ "start": 14093,
+ "end": 14094,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 21
},
"end": {
- "line": 457,
+ "line": 450,
"column": 22
}
}
@@ -90391,15 +88065,15 @@
"binop": null
},
"value": "flt",
- "start": 14620,
- "end": 14623,
+ "start": 14094,
+ "end": 14097,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 22
},
"end": {
- "line": 457,
+ "line": 450,
"column": 25
}
}
@@ -90417,15 +88091,15 @@
"binop": null,
"updateContext": null
},
- "start": 14623,
- "end": 14624,
+ "start": 14097,
+ "end": 14098,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 25
},
"end": {
- "line": 457,
+ "line": 450,
"column": 26
}
}
@@ -90444,15 +88118,15 @@
"updateContext": null
},
"value": "li",
- "start": 14625,
- "end": 14629,
+ "start": 14099,
+ "end": 14103,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 27
},
"end": {
- "line": 457,
+ "line": 450,
"column": 31
}
}
@@ -90469,15 +88143,15 @@
"postfix": false,
"binop": null
},
- "start": 14629,
- "end": 14630,
+ "start": 14103,
+ "end": 14104,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 31
},
"end": {
- "line": 457,
+ "line": 450,
"column": 32
}
}
@@ -90495,15 +88169,15 @@
"binop": null,
"updateContext": null
},
- "start": 14630,
- "end": 14631,
+ "start": 14104,
+ "end": 14105,
"loc": {
"start": {
- "line": 457,
+ "line": 450,
"column": 32
},
"end": {
- "line": 457,
+ "line": 450,
"column": 33
}
}
@@ -90521,15 +88195,15 @@
"binop": null
},
"value": "flt",
- "start": 14641,
- "end": 14644,
+ "start": 14115,
+ "end": 14118,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 8
},
"end": {
- "line": 459,
+ "line": 452,
"column": 11
}
}
@@ -90547,15 +88221,15 @@
"binop": null,
"updateContext": null
},
- "start": 14644,
- "end": 14645,
+ "start": 14118,
+ "end": 14119,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 11
},
"end": {
- "line": 459,
+ "line": 452,
"column": 12
}
}
@@ -90573,15 +88247,15 @@
"binop": null
},
"value": "setAttribute",
- "start": 14645,
- "end": 14657,
+ "start": 14119,
+ "end": 14131,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 12
},
"end": {
- "line": 459,
+ "line": 452,
"column": 24
}
}
@@ -90598,15 +88272,15 @@
"postfix": false,
"binop": null
},
- "start": 14657,
- "end": 14658,
+ "start": 14131,
+ "end": 14132,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 24
},
"end": {
- "line": 459,
+ "line": 452,
"column": 25
}
}
@@ -90625,15 +88299,15 @@
"updateContext": null
},
"value": "value",
- "start": 14658,
- "end": 14665,
+ "start": 14132,
+ "end": 14139,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 25
},
"end": {
- "line": 459,
+ "line": 452,
"column": 32
}
}
@@ -90651,15 +88325,15 @@
"binop": null,
"updateContext": null
},
- "start": 14665,
- "end": 14666,
+ "start": 14139,
+ "end": 14140,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 32
},
"end": {
- "line": 459,
+ "line": 452,
"column": 33
}
}
@@ -90678,15 +88352,15 @@
"updateContext": null
},
"value": "",
- "start": 14667,
- "end": 14669,
+ "start": 14141,
+ "end": 14143,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 34
},
"end": {
- "line": 459,
+ "line": 452,
"column": 36
}
}
@@ -90703,15 +88377,15 @@
"postfix": false,
"binop": null
},
- "start": 14669,
- "end": 14670,
+ "start": 14143,
+ "end": 14144,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 36
},
"end": {
- "line": 459,
+ "line": 452,
"column": 37
}
}
@@ -90729,15 +88403,15 @@
"binop": null,
"updateContext": null
},
- "start": 14670,
- "end": 14671,
+ "start": 14144,
+ "end": 14145,
"loc": {
"start": {
- "line": 459,
+ "line": 452,
"column": 37
},
"end": {
- "line": 459,
+ "line": 452,
"column": 38
}
}
@@ -90755,15 +88429,15 @@
"binop": null
},
"value": "flt",
- "start": 14680,
- "end": 14683,
+ "start": 14154,
+ "end": 14157,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 8
},
"end": {
- "line": 460,
+ "line": 453,
"column": 11
}
}
@@ -90781,15 +88455,15 @@
"binop": null,
"updateContext": null
},
- "start": 14683,
- "end": 14684,
+ "start": 14157,
+ "end": 14158,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 11
},
"end": {
- "line": 460,
+ "line": 453,
"column": 12
}
}
@@ -90807,15 +88481,15 @@
"binop": null
},
"value": "setAttribute",
- "start": 14684,
- "end": 14696,
+ "start": 14158,
+ "end": 14170,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 12
},
"end": {
- "line": 460,
+ "line": 453,
"column": 24
}
}
@@ -90832,15 +88506,15 @@
"postfix": false,
"binop": null
},
- "start": 14696,
- "end": 14697,
+ "start": 14170,
+ "end": 14171,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 24
},
"end": {
- "line": 460,
+ "line": 453,
"column": 25
}
}
@@ -90859,15 +88533,15 @@
"updateContext": null
},
"value": "indexes",
- "start": 14697,
- "end": 14706,
+ "start": 14171,
+ "end": 14180,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 25
},
"end": {
- "line": 460,
+ "line": 453,
"column": 34
}
}
@@ -90885,15 +88559,15 @@
"binop": null,
"updateContext": null
},
- "start": 14706,
- "end": 14707,
+ "start": 14180,
+ "end": 14181,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 34
},
"end": {
- "line": 460,
+ "line": 453,
"column": 35
}
}
@@ -90912,15 +88586,15 @@
"updateContext": null
},
"value": "",
- "start": 14708,
- "end": 14710,
+ "start": 14182,
+ "end": 14184,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 36
},
"end": {
- "line": 460,
+ "line": 453,
"column": 38
}
}
@@ -90937,15 +88611,15 @@
"postfix": false,
"binop": null
},
- "start": 14710,
- "end": 14711,
+ "start": 14184,
+ "end": 14185,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 38
},
"end": {
- "line": 460,
+ "line": 453,
"column": 39
}
}
@@ -90963,15 +88637,15 @@
"binop": null,
"updateContext": null
},
- "start": 14711,
- "end": 14712,
+ "start": 14185,
+ "end": 14186,
"loc": {
"start": {
- "line": 460,
+ "line": 453,
"column": 39
},
"end": {
- "line": 460,
+ "line": 453,
"column": 40
}
}
@@ -90989,15 +88663,15 @@
"binop": null,
"updateContext": null
},
- "start": 14722,
- "end": 14723,
+ "start": 14196,
+ "end": 14197,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 8
},
"end": {
- "line": 462,
+ "line": 455,
"column": 9
}
}
@@ -91015,15 +88689,15 @@
"binop": null,
"updateContext": null
},
- "start": 14723,
- "end": 14724,
+ "start": 14197,
+ "end": 14198,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 9
},
"end": {
- "line": 462,
+ "line": 455,
"column": 10
}
}
@@ -91041,15 +88715,15 @@
"binop": null,
"updateContext": null
},
- "start": 14724,
- "end": 14725,
+ "start": 14198,
+ "end": 14199,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 10
},
"end": {
- "line": 462,
+ "line": 455,
"column": 11
}
}
@@ -91067,15 +88741,15 @@
"binop": null
},
"value": "forEach",
- "start": 14725,
- "end": 14732,
+ "start": 14199,
+ "end": 14206,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 11
},
"end": {
- "line": 462,
+ "line": 455,
"column": 18
}
}
@@ -91093,15 +88767,15 @@
"binop": null,
"updateContext": null
},
- "start": 14732,
- "end": 14733,
+ "start": 14206,
+ "end": 14207,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 18
},
"end": {
- "line": 462,
+ "line": 455,
"column": 19
}
}
@@ -91119,15 +88793,15 @@
"binop": null
},
"value": "call",
- "start": 14733,
- "end": 14737,
+ "start": 14207,
+ "end": 14211,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 19
},
"end": {
- "line": 462,
+ "line": 455,
"column": 23
}
}
@@ -91144,15 +88818,15 @@
"postfix": false,
"binop": null
},
- "start": 14737,
- "end": 14738,
+ "start": 14211,
+ "end": 14212,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 23
},
"end": {
- "line": 462,
+ "line": 455,
"column": 24
}
}
@@ -91170,15 +88844,15 @@
"binop": null
},
"value": "lis",
- "start": 14738,
- "end": 14741,
+ "start": 14212,
+ "end": 14215,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 24
},
"end": {
- "line": 462,
+ "line": 455,
"column": 27
}
}
@@ -91196,15 +88870,15 @@
"binop": null,
"updateContext": null
},
- "start": 14741,
- "end": 14742,
+ "start": 14215,
+ "end": 14216,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 27
},
"end": {
- "line": 462,
+ "line": 455,
"column": 28
}
}
@@ -91221,15 +88895,15 @@
"postfix": false,
"binop": null
},
- "start": 14743,
- "end": 14744,
+ "start": 14217,
+ "end": 14218,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 29
},
"end": {
- "line": 462,
+ "line": 455,
"column": 30
}
}
@@ -91247,15 +88921,15 @@
"binop": null
},
"value": "li",
- "start": 14744,
- "end": 14746,
+ "start": 14218,
+ "end": 14220,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 30
},
"end": {
- "line": 462,
+ "line": 455,
"column": 32
}
}
@@ -91272,15 +88946,15 @@
"postfix": false,
"binop": null
},
- "start": 14746,
- "end": 14747,
+ "start": 14220,
+ "end": 14221,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 32
},
"end": {
- "line": 462,
+ "line": 455,
"column": 33
}
}
@@ -91298,15 +88972,15 @@
"binop": null,
"updateContext": null
},
- "start": 14748,
- "end": 14750,
+ "start": 14222,
+ "end": 14224,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 34
},
"end": {
- "line": 462,
+ "line": 455,
"column": 36
}
}
@@ -91323,15 +88997,15 @@
"postfix": false,
"binop": null
},
- "start": 14751,
- "end": 14752,
+ "start": 14225,
+ "end": 14226,
"loc": {
"start": {
- "line": 462,
+ "line": 455,
"column": 37
},
"end": {
- "line": 462,
+ "line": 455,
"column": 38
}
}
@@ -91351,15 +89025,15 @@
"updateContext": null
},
"value": "let",
- "start": 14765,
- "end": 14768,
+ "start": 14239,
+ "end": 14242,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 12
},
"end": {
- "line": 463,
+ "line": 456,
"column": 15
}
}
@@ -91377,15 +89051,15 @@
"binop": null
},
"value": "chk",
- "start": 14769,
- "end": 14772,
+ "start": 14243,
+ "end": 14246,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 16
},
"end": {
- "line": 463,
+ "line": 456,
"column": 19
}
}
@@ -91404,15 +89078,15 @@
"updateContext": null
},
"value": "=",
- "start": 14773,
- "end": 14774,
+ "start": 14247,
+ "end": 14248,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 20
},
"end": {
- "line": 463,
+ "line": 456,
"column": 21
}
}
@@ -91430,15 +89104,15 @@
"binop": null
},
"value": "tag",
- "start": 14775,
- "end": 14778,
+ "start": 14249,
+ "end": 14252,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 22
},
"end": {
- "line": 463,
+ "line": 456,
"column": 25
}
}
@@ -91455,15 +89129,15 @@
"postfix": false,
"binop": null
},
- "start": 14778,
- "end": 14779,
+ "start": 14252,
+ "end": 14253,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 25
},
"end": {
- "line": 463,
+ "line": 456,
"column": 26
}
}
@@ -91481,15 +89155,15 @@
"binop": null
},
"value": "li",
- "start": 14779,
- "end": 14781,
+ "start": 14253,
+ "end": 14255,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 26
},
"end": {
- "line": 463,
+ "line": 456,
"column": 28
}
}
@@ -91507,15 +89181,15 @@
"binop": null,
"updateContext": null
},
- "start": 14781,
- "end": 14782,
+ "start": 14255,
+ "end": 14256,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 28
},
"end": {
- "line": 463,
+ "line": 456,
"column": 29
}
}
@@ -91534,15 +89208,15 @@
"updateContext": null
},
"value": "input",
- "start": 14783,
- "end": 14790,
+ "start": 14257,
+ "end": 14264,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 30
},
"end": {
- "line": 463,
+ "line": 456,
"column": 37
}
}
@@ -91559,15 +89233,15 @@
"postfix": false,
"binop": null
},
- "start": 14790,
- "end": 14791,
+ "start": 14264,
+ "end": 14265,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 37
},
"end": {
- "line": 463,
+ "line": 456,
"column": 38
}
}
@@ -91585,15 +89259,15 @@
"binop": null,
"updateContext": null
},
- "start": 14791,
- "end": 14792,
+ "start": 14265,
+ "end": 14266,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 38
},
"end": {
- "line": 463,
+ "line": 456,
"column": 39
}
}
@@ -91612,15 +89286,15 @@
"updateContext": null
},
"value": 0,
- "start": 14792,
- "end": 14793,
+ "start": 14266,
+ "end": 14267,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 39
},
"end": {
- "line": 463,
+ "line": 456,
"column": 40
}
}
@@ -91638,15 +89312,15 @@
"binop": null,
"updateContext": null
},
- "start": 14793,
- "end": 14794,
+ "start": 14267,
+ "end": 14268,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 40
},
"end": {
- "line": 463,
+ "line": 456,
"column": 41
}
}
@@ -91664,15 +89338,15 @@
"binop": null,
"updateContext": null
},
- "start": 14794,
- "end": 14795,
+ "start": 14268,
+ "end": 14269,
"loc": {
"start": {
- "line": 463,
+ "line": 456,
"column": 41
},
"end": {
- "line": 463,
+ "line": 456,
"column": 42
}
}
@@ -91692,15 +89366,15 @@
"updateContext": null
},
"value": "let",
- "start": 14808,
- "end": 14811,
+ "start": 14282,
+ "end": 14285,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 12
},
"end": {
- "line": 464,
+ "line": 457,
"column": 15
}
}
@@ -91718,15 +89392,15 @@
"binop": null
},
"value": "chkVal",
- "start": 14812,
- "end": 14818,
+ "start": 14286,
+ "end": 14292,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 16
},
"end": {
- "line": 464,
+ "line": 457,
"column": 22
}
}
@@ -91745,19 +89419,2384 @@
"updateContext": null
},
"value": "=",
- "start": 14819,
- "end": 14820,
+ "start": 14293,
+ "end": 14294,
"loc": {
"start": {
- "line": 464,
+ "line": 457,
"column": 23
},
"end": {
- "line": 464,
+ "line": 457,
"column": 24
}
}
},
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "matchCase",
+ "start": 14295,
+ "end": 14304,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 25
+ },
+ "end": {
+ "line": 457,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14304,
+ "end": 14305,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 34
+ },
+ "end": {
+ "line": 457,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chk",
+ "start": 14305,
+ "end": 14308,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 35
+ },
+ "end": {
+ "line": 457,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14308,
+ "end": 14309,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 38
+ },
+ "end": {
+ "line": 457,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "value",
+ "start": 14309,
+ "end": 14314,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 39
+ },
+ "end": {
+ "line": 457,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14314,
+ "end": 14315,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 44
+ },
+ "end": {
+ "line": 457,
+ "column": 45
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 14316,
+ "end": 14318,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 46
+ },
+ "end": {
+ "line": 457,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14318,
+ "end": 14319,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 48
+ },
+ "end": {
+ "line": 457,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "caseSensitive",
+ "start": 14319,
+ "end": 14332,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 49
+ },
+ "end": {
+ "line": 457,
+ "column": 62
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14332,
+ "end": 14333,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 62
+ },
+ "end": {
+ "line": 457,
+ "column": 63
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14333,
+ "end": 14334,
+ "loc": {
+ "start": {
+ "line": 457,
+ "column": 63
+ },
+ "end": {
+ "line": 457,
+ "column": 64
+ }
+ }
+ },
+ {
+ "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": 14348,
+ "end": 14350,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 12
+ },
+ "end": {
+ "line": 459,
+ "column": 14
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14351,
+ "end": 14352,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 15
+ },
+ "end": {
+ "line": 459,
+ "column": 16
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkVal",
+ "start": 14352,
+ "end": 14358,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 16
+ },
+ "end": {
+ "line": 459,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "==/!=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 6,
+ "updateContext": null
+ },
+ "value": "!==",
+ "start": 14359,
+ "end": 14362,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 23
+ },
+ "end": {
+ "line": 459,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "",
+ "start": 14363,
+ "end": 14365,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 27
+ },
+ "end": {
+ "line": 459,
+ "column": 29
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "&&",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 2,
+ "updateContext": null
+ },
+ "value": "&&",
+ "start": 14366,
+ "end": 14368,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 30
+ },
+ "end": {
+ "line": 459,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "has",
+ "start": 14369,
+ "end": 14372,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 33
+ },
+ "end": {
+ "line": 459,
+ "column": 36
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14372,
+ "end": 14373,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 36
+ },
+ "end": {
+ "line": 459,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "values",
+ "start": 14373,
+ "end": 14379,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 37
+ },
+ "end": {
+ "line": 459,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14379,
+ "end": 14380,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 43
+ },
+ "end": {
+ "line": 459,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkVal",
+ "start": 14381,
+ "end": 14387,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 45
+ },
+ "end": {
+ "line": 459,
+ "column": 51
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14387,
+ "end": 14388,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 51
+ },
+ "end": {
+ "line": 459,
+ "column": 52
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 14389,
+ "end": 14391,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 53
+ },
+ "end": {
+ "line": 459,
+ "column": 55
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14391,
+ "end": 14392,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 55
+ },
+ "end": {
+ "line": 459,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "caseSensitive",
+ "start": 14392,
+ "end": 14405,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 56
+ },
+ "end": {
+ "line": 459,
+ "column": 69
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14405,
+ "end": 14406,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 69
+ },
+ "end": {
+ "line": 459,
+ "column": 70
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14406,
+ "end": 14407,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 70
+ },
+ "end": {
+ "line": 459,
+ "column": 71
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14408,
+ "end": 14409,
+ "loc": {
+ "start": {
+ "line": 459,
+ "column": 72
+ },
+ "end": {
+ "line": 459,
+ "column": 73
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chk",
+ "start": 14426,
+ "end": 14429,
+ "loc": {
+ "start": {
+ "line": 460,
+ "column": 16
+ },
+ "end": {
+ "line": 460,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14429,
+ "end": 14430,
+ "loc": {
+ "start": {
+ "line": 460,
+ "column": 19
+ },
+ "end": {
+ "line": 460,
+ "column": 20
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "checked",
+ "start": 14430,
+ "end": 14437,
+ "loc": {
+ "start": {
+ "line": 460,
+ "column": 20
+ },
+ "end": {
+ "line": 460,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 14438,
+ "end": 14439,
+ "loc": {
+ "start": {
+ "line": 460,
+ "column": 28
+ },
+ "end": {
+ "line": 460,
+ "column": 29
+ }
+ }
+ },
+ {
+ "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": 14440,
+ "end": 14444,
+ "loc": {
+ "start": {
+ "line": 460,
+ "column": 30
+ },
+ "end": {
+ "line": 460,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14444,
+ "end": 14445,
+ "loc": {
+ "start": {
+ "line": 460,
+ "column": 34
+ },
+ "end": {
+ "line": 460,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14458,
+ "end": 14459,
+ "loc": {
+ "start": {
+ "line": 461,
+ "column": 12
+ },
+ "end": {
+ "line": 461,
+ "column": 13
+ }
+ }
+ },
+ {
+ "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": 14460,
+ "end": 14464,
+ "loc": {
+ "start": {
+ "line": 461,
+ "column": 14
+ },
+ "end": {
+ "line": 461,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14465,
+ "end": 14466,
+ "loc": {
+ "start": {
+ "line": 461,
+ "column": 19
+ },
+ "end": {
+ "line": 461,
+ "column": 20
+ }
+ }
+ },
+ {
+ "type": "CommentLine",
+ "value": " Check non-empty-text or empty-text option",
+ "start": 14483,
+ "end": 14527,
+ "loc": {
+ "start": {
+ "line": 462,
+ "column": 16
+ },
+ "end": {
+ "line": 462,
+ "column": 60
+ }
+ }
+ },
+ {
+ "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": 14544,
+ "end": 14546,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 16
+ },
+ "end": {
+ "line": 463,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14547,
+ "end": 14548,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 19
+ },
+ "end": {
+ "line": 463,
+ "column": 20
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "values",
+ "start": 14548,
+ "end": 14554,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 20
+ },
+ "end": {
+ "line": 463,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14554,
+ "end": 14555,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 26
+ },
+ "end": {
+ "line": 463,
+ "column": 27
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "indexOf",
+ "start": 14555,
+ "end": 14562,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 27
+ },
+ "end": {
+ "line": 463,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14562,
+ "end": 14563,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 34
+ },
+ "end": {
+ "line": 463,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 14563,
+ "end": 14565,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 35
+ },
+ "end": {
+ "line": 463,
+ "column": 37
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14565,
+ "end": 14566,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 37
+ },
+ "end": {
+ "line": 463,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "nmOperator",
+ "start": 14566,
+ "end": 14576,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 38
+ },
+ "end": {
+ "line": 463,
+ "column": 48
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14576,
+ "end": 14577,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 48
+ },
+ "end": {
+ "line": 463,
+ "column": 49
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "==/!=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 6,
+ "updateContext": null
+ },
+ "value": "!==",
+ "start": 14578,
+ "end": 14581,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 50
+ },
+ "end": {
+ "line": 463,
+ "column": 53
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "-",
+ "start": 14582,
+ "end": 14583,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 54
+ },
+ "end": {
+ "line": 463,
+ "column": 55
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 1,
+ "start": 14583,
+ "end": 14584,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 55
+ },
+ "end": {
+ "line": 463,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "&&",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 2,
+ "updateContext": null
+ },
+ "value": "&&",
+ "start": 14585,
+ "end": 14587,
+ "loc": {
+ "start": {
+ "line": 463,
+ "column": 57
+ },
+ "end": {
+ "line": 463,
+ "column": 59
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkVal",
+ "start": 14608,
+ "end": 14614,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 20
+ },
+ "end": {
+ "line": 464,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "==/!=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 6,
+ "updateContext": null
+ },
+ "value": "===",
+ "start": 14615,
+ "end": 14618,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 27
+ },
+ "end": {
+ "line": 464,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "matchCase",
+ "start": 14619,
+ "end": 14628,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 31
+ },
+ "end": {
+ "line": 464,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14628,
+ "end": 14629,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 40
+ },
+ "end": {
+ "line": 464,
+ "column": 41
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 14629,
+ "end": 14631,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 41
+ },
+ "end": {
+ "line": 464,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14631,
+ "end": 14632,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 43
+ },
+ "end": {
+ "line": 464,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "nonEmptyText",
+ "start": 14632,
+ "end": 14644,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 44
+ },
+ "end": {
+ "line": 464,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14644,
+ "end": 14645,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 56
+ },
+ "end": {
+ "line": 464,
+ "column": 57
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 14646,
+ "end": 14648,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 58
+ },
+ "end": {
+ "line": 464,
+ "column": 60
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14648,
+ "end": 14649,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 60
+ },
+ "end": {
+ "line": 464,
+ "column": 61
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "caseSensitive",
+ "start": 14649,
+ "end": 14662,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 61
+ },
+ "end": {
+ "line": 464,
+ "column": 74
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14662,
+ "end": 14663,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 74
+ },
+ "end": {
+ "line": 464,
+ "column": 75
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14663,
+ "end": 14664,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 75
+ },
+ "end": {
+ "line": 464,
+ "column": 76
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14665,
+ "end": 14666,
+ "loc": {
+ "start": {
+ "line": 464,
+ "column": 77
+ },
+ "end": {
+ "line": 464,
+ "column": 78
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chk",
+ "start": 14687,
+ "end": 14690,
+ "loc": {
+ "start": {
+ "line": 465,
+ "column": 20
+ },
+ "end": {
+ "line": 465,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14690,
+ "end": 14691,
+ "loc": {
+ "start": {
+ "line": 465,
+ "column": 23
+ },
+ "end": {
+ "line": 465,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "checked",
+ "start": 14691,
+ "end": 14698,
+ "loc": {
+ "start": {
+ "line": 465,
+ "column": 24
+ },
+ "end": {
+ "line": 465,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 14699,
+ "end": 14700,
+ "loc": {
+ "start": {
+ "line": 465,
+ "column": 32
+ },
+ "end": {
+ "line": 465,
+ "column": 33
+ }
+ }
+ },
+ {
+ "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": 14701,
+ "end": 14705,
+ "loc": {
+ "start": {
+ "line": 465,
+ "column": 34
+ },
+ "end": {
+ "line": 465,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14705,
+ "end": 14706,
+ "loc": {
+ "start": {
+ "line": 465,
+ "column": 38
+ },
+ "end": {
+ "line": 465,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14723,
+ "end": 14724,
+ "loc": {
+ "start": {
+ "line": 466,
+ "column": 16
+ },
+ "end": {
+ "line": 466,
+ "column": 17
+ }
+ }
+ },
+ {
+ "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": 14741,
+ "end": 14745,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 16
+ },
+ "end": {
+ "line": 467,
+ "column": 20
+ }
+ }
+ },
+ {
+ "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": 14746,
+ "end": 14748,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 21
+ },
+ "end": {
+ "line": 467,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14749,
+ "end": 14750,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 24
+ },
+ "end": {
+ "line": 467,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "values",
+ "start": 14750,
+ "end": 14756,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 25
+ },
+ "end": {
+ "line": 467,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14756,
+ "end": 14757,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 31
+ },
+ "end": {
+ "line": 467,
+ "column": 32
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "indexOf",
+ "start": 14757,
+ "end": 14764,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 32
+ },
+ "end": {
+ "line": 467,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14764,
+ "end": 14765,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 39
+ },
+ "end": {
+ "line": 467,
+ "column": 40
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 14765,
+ "end": 14767,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 40
+ },
+ "end": {
+ "line": 467,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14767,
+ "end": 14768,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 42
+ },
+ "end": {
+ "line": 467,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "emOperator",
+ "start": 14768,
+ "end": 14778,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 43
+ },
+ "end": {
+ "line": 467,
+ "column": 53
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14778,
+ "end": 14779,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 53
+ },
+ "end": {
+ "line": 467,
+ "column": 54
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "==/!=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 6,
+ "updateContext": null
+ },
+ "value": "!==",
+ "start": 14780,
+ "end": 14783,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 55
+ },
+ "end": {
+ "line": 467,
+ "column": 58
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "+/-",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": true,
+ "postfix": false,
+ "binop": 9,
+ "updateContext": null
+ },
+ "value": "-",
+ "start": 14784,
+ "end": 14785,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 59
+ },
+ "end": {
+ "line": 467,
+ "column": 60
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "num",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": 1,
+ "start": 14785,
+ "end": 14786,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 60
+ },
+ "end": {
+ "line": 467,
+ "column": 61
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "&&",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 2,
+ "updateContext": null
+ },
+ "value": "&&",
+ "start": 14787,
+ "end": 14789,
+ "loc": {
+ "start": {
+ "line": 467,
+ "column": 62
+ },
+ "end": {
+ "line": 467,
+ "column": 64
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chkVal",
+ "start": 14810,
+ "end": 14816,
+ "loc": {
+ "start": {
+ "line": 468,
+ "column": 20
+ },
+ "end": {
+ "line": 468,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "==/!=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": 6,
+ "updateContext": null
+ },
+ "value": "===",
+ "start": 14817,
+ "end": 14820,
+ "loc": {
+ "start": {
+ "line": 468,
+ "column": 27
+ },
+ "end": {
+ "line": 468,
+ "column": 30
+ }
+ }
+ },
{
"type": {
"label": "name",
@@ -91775,12 +91814,12 @@
"end": 14830,
"loc": {
"start": {
- "line": 464,
- "column": 25
+ "line": 468,
+ "column": 31
},
"end": {
- "line": 464,
- "column": 34
+ "line": 468,
+ "column": 40
}
}
},
@@ -91800,12 +91839,12 @@
"end": 14831,
"loc": {
"start": {
- "line": 464,
- "column": 34
+ "line": 468,
+ "column": 40
},
"end": {
- "line": 464,
- "column": 35
+ "line": 468,
+ "column": 41
}
}
},
@@ -91821,43 +91860,43 @@
"postfix": false,
"binop": null
},
- "value": "chk",
+ "value": "tf",
"start": 14831,
+ "end": 14833,
+ "loc": {
+ "start": {
+ "line": 468,
+ "column": 41
+ },
+ "end": {
+ "line": 468,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14833,
"end": 14834,
"loc": {
"start": {
- "line": 464,
- "column": 35
+ "line": 468,
+ "column": 43
},
"end": {
- "line": 464,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14834,
- "end": 14835,
- "loc": {
- "start": {
- "line": 464,
- "column": 38
- },
- "end": {
- "line": 464,
- "column": 39
+ "line": 468,
+ "column": 44
}
}
},
@@ -91873,17 +91912,17 @@
"postfix": false,
"binop": null
},
- "value": "value",
- "start": 14835,
- "end": 14840,
+ "value": "emptyText",
+ "start": 14834,
+ "end": 14843,
"loc": {
"start": {
- "line": 464,
- "column": 39
+ "line": 468,
+ "column": 44
},
"end": {
- "line": 464,
- "column": 44
+ "line": 468,
+ "column": 53
}
}
},
@@ -91900,460 +91939,16 @@
"binop": null,
"updateContext": null
},
- "start": 14840,
- "end": 14841,
- "loc": {
- "start": {
- "line": 464,
- "column": 44
- },
- "end": {
- "line": 464,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 14842,
+ "start": 14843,
"end": 14844,
"loc": {
"start": {
- "line": 464,
- "column": 46
+ "line": 468,
+ "column": 53
},
"end": {
- "line": 464,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14844,
- "end": 14845,
- "loc": {
- "start": {
- "line": 464,
- "column": 48
- },
- "end": {
- "line": 464,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "caseSensitive",
- "start": 14845,
- "end": 14858,
- "loc": {
- "start": {
- "line": 464,
- "column": 49
- },
- "end": {
- "line": 464,
- "column": 62
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14858,
- "end": 14859,
- "loc": {
- "start": {
- "line": 464,
- "column": 62
- },
- "end": {
- "line": 464,
- "column": 63
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14859,
- "end": 14860,
- "loc": {
- "start": {
- "line": 464,
- "column": 63
- },
- "end": {
- "line": 464,
- "column": 64
- }
- }
- },
- {
- "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": 14874,
- "end": 14876,
- "loc": {
- "start": {
- "line": 466,
- "column": 12
- },
- "end": {
- "line": 466,
- "column": 14
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14877,
- "end": 14878,
- "loc": {
- "start": {
- "line": 466,
- "column": 15
- },
- "end": {
- "line": 466,
- "column": 16
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkVal",
- "start": 14878,
- "end": 14884,
- "loc": {
- "start": {
- "line": 466,
- "column": 16
- },
- "end": {
- "line": 466,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "!==",
- "start": 14885,
- "end": 14888,
- "loc": {
- "start": {
- "line": 466,
- "column": 23
- },
- "end": {
- "line": 466,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "string",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "",
- "start": 14889,
- "end": 14891,
- "loc": {
- "start": {
- "line": 466,
- "column": 27
- },
- "end": {
- "line": 466,
- "column": 29
- }
- }
- },
- {
- "type": {
- "label": "&&",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 2,
- "updateContext": null
- },
- "value": "&&",
- "start": 14892,
- "end": 14894,
- "loc": {
- "start": {
- "line": 466,
- "column": 30
- },
- "end": {
- "line": 466,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "has",
- "start": 14895,
- "end": 14898,
- "loc": {
- "start": {
- "line": 466,
- "column": 33
- },
- "end": {
- "line": 466,
- "column": 36
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14898,
- "end": 14899,
- "loc": {
- "start": {
- "line": 466,
- "column": 36
- },
- "end": {
- "line": 466,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "values",
- "start": 14899,
- "end": 14905,
- "loc": {
- "start": {
- "line": 466,
- "column": 37
- },
- "end": {
- "line": 466,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14905,
- "end": 14906,
- "loc": {
- "start": {
- "line": 466,
- "column": 43
- },
- "end": {
- "line": 466,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkVal",
- "start": 14907,
- "end": 14913,
- "loc": {
- "start": {
- "line": 466,
- "column": 45
- },
- "end": {
- "line": 466,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 14913,
- "end": 14914,
- "loc": {
- "start": {
- "line": 466,
- "column": 51
- },
- "end": {
- "line": 466,
- "column": 52
+ "line": 468,
+ "column": 54
}
}
},
@@ -92370,16 +91965,16 @@
"binop": null
},
"value": "tf",
- "start": 14915,
- "end": 14917,
+ "start": 14845,
+ "end": 14847,
"loc": {
"start": {
- "line": 466,
- "column": 53
+ "line": 468,
+ "column": 55
},
"end": {
- "line": 466,
- "column": 55
+ "line": 468,
+ "column": 57
}
}
},
@@ -92396,16 +91991,16 @@
"binop": null,
"updateContext": null
},
- "start": 14917,
- "end": 14918,
+ "start": 14847,
+ "end": 14848,
"loc": {
"start": {
- "line": 466,
- "column": 55
+ "line": 468,
+ "column": 57
},
"end": {
- "line": 466,
- "column": 56
+ "line": 468,
+ "column": 58
}
}
},
@@ -92422,69 +92017,69 @@
"binop": null
},
"value": "caseSensitive",
- "start": 14918,
- "end": 14931,
+ "start": 14848,
+ "end": 14861,
"loc": {
"start": {
- "line": 466,
- "column": 56
+ "line": 468,
+ "column": 58
},
"end": {
- "line": 466,
- "column": 69
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14931,
- "end": 14932,
- "loc": {
- "start": {
- "line": 466,
- "column": 69
- },
- "end": {
- "line": 466,
- "column": 70
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14932,
- "end": 14933,
- "loc": {
- "start": {
- "line": 466,
- "column": 70
- },
- "end": {
- "line": 466,
+ "line": 468,
"column": 71
}
}
},
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14861,
+ "end": 14862,
+ "loc": {
+ "start": {
+ "line": 468,
+ "column": 71
+ },
+ "end": {
+ "line": 468,
+ "column": 72
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14862,
+ "end": 14863,
+ "loc": {
+ "start": {
+ "line": 468,
+ "column": 72
+ },
+ "end": {
+ "line": 468,
+ "column": 73
+ }
+ }
+ },
{
"type": {
"label": "{",
@@ -92497,16 +92092,16 @@
"postfix": false,
"binop": null
},
- "start": 14934,
- "end": 14935,
+ "start": 14864,
+ "end": 14865,
"loc": {
"start": {
- "line": 466,
- "column": 72
+ "line": 468,
+ "column": 74
},
"end": {
- "line": 466,
- "column": 73
+ "line": 468,
+ "column": 75
}
}
},
@@ -92523,16 +92118,16 @@
"binop": null
},
"value": "chk",
- "start": 14952,
- "end": 14955,
+ "start": 14886,
+ "end": 14889,
"loc": {
"start": {
- "line": 467,
- "column": 16
+ "line": 469,
+ "column": 20
},
"end": {
- "line": 467,
- "column": 19
+ "line": 469,
+ "column": 23
}
}
},
@@ -92549,16 +92144,16 @@
"binop": null,
"updateContext": null
},
- "start": 14955,
- "end": 14956,
+ "start": 14889,
+ "end": 14890,
"loc": {
"start": {
- "line": 467,
- "column": 19
+ "line": 469,
+ "column": 23
},
"end": {
- "line": 467,
- "column": 20
+ "line": 469,
+ "column": 24
}
}
},
@@ -92575,16 +92170,16 @@
"binop": null
},
"value": "checked",
- "start": 14956,
- "end": 14963,
+ "start": 14890,
+ "end": 14897,
"loc": {
"start": {
- "line": 467,
- "column": 20
+ "line": 469,
+ "column": 24
},
"end": {
- "line": 467,
- "column": 27
+ "line": 469,
+ "column": 31
}
}
},
@@ -92602,16 +92197,16 @@
"updateContext": null
},
"value": "=",
- "start": 14964,
- "end": 14965,
+ "start": 14898,
+ "end": 14899,
"loc": {
"start": {
- "line": 467,
- "column": 28
+ "line": 469,
+ "column": 32
},
"end": {
- "line": 467,
- "column": 29
+ "line": 469,
+ "column": 33
}
}
},
@@ -92630,16 +92225,253 @@
"updateContext": null
},
"value": "true",
- "start": 14966,
+ "start": 14900,
+ "end": 14904,
+ "loc": {
+ "start": {
+ "line": 469,
+ "column": 34
+ },
+ "end": {
+ "line": 469,
+ "column": 38
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ";",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14904,
+ "end": 14905,
+ "loc": {
+ "start": {
+ "line": 469,
+ "column": 38
+ },
+ "end": {
+ "line": 469,
+ "column": 39
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14922,
+ "end": 14923,
+ "loc": {
+ "start": {
+ "line": 470,
+ "column": 16
+ },
+ "end": {
+ "line": 470,
+ "column": 17
+ }
+ }
+ },
+ {
+ "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": 14924,
+ "end": 14928,
+ "loc": {
+ "start": {
+ "line": 470,
+ "column": 18
+ },
+ "end": {
+ "line": 470,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "{",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 14929,
+ "end": 14930,
+ "loc": {
+ "start": {
+ "line": 470,
+ "column": 23
+ },
+ "end": {
+ "line": 470,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "chk",
+ "start": 14951,
+ "end": 14954,
+ "loc": {
+ "start": {
+ "line": 471,
+ "column": 20
+ },
+ "end": {
+ "line": 471,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 14954,
+ "end": 14955,
+ "loc": {
+ "start": {
+ "line": 471,
+ "column": 23
+ },
+ "end": {
+ "line": 471,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "checked",
+ "start": 14955,
+ "end": 14962,
+ "loc": {
+ "start": {
+ "line": 471,
+ "column": 24
+ },
+ "end": {
+ "line": 471,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 14963,
+ "end": 14964,
+ "loc": {
+ "start": {
+ "line": 471,
+ "column": 32
+ },
+ "end": {
+ "line": 471,
+ "column": 33
+ }
+ }
+ },
+ {
+ "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": 14965,
"end": 14970,
"loc": {
"start": {
- "line": 467,
- "column": 30
+ "line": 471,
+ "column": 34
},
"end": {
- "line": 467,
- "column": 34
+ "line": 471,
+ "column": 39
}
}
},
@@ -92658,995 +92490,14 @@
},
"start": 14970,
"end": 14971,
- "loc": {
- "start": {
- "line": 467,
- "column": 34
- },
- "end": {
- "line": 467,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14984,
- "end": 14985,
- "loc": {
- "start": {
- "line": 468,
- "column": 12
- },
- "end": {
- "line": 468,
- "column": 13
- }
- }
- },
- {
- "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": 14986,
- "end": 14990,
- "loc": {
- "start": {
- "line": 468,
- "column": 14
- },
- "end": {
- "line": 468,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 14991,
- "end": 14992,
- "loc": {
- "start": {
- "line": 468,
- "column": 19
- },
- "end": {
- "line": 468,
- "column": 20
- }
- }
- },
- {
- "type": "CommentLine",
- "value": " Check non-empty-text or empty-text option",
- "start": 15009,
- "end": 15053,
- "loc": {
- "start": {
- "line": 469,
- "column": 16
- },
- "end": {
- "line": 469,
- "column": 60
- }
- }
- },
- {
- "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": 15070,
- "end": 15072,
- "loc": {
- "start": {
- "line": 470,
- "column": 16
- },
- "end": {
- "line": 470,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15073,
- "end": 15074,
- "loc": {
- "start": {
- "line": 470,
- "column": 19
- },
- "end": {
- "line": 470,
- "column": 20
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "values",
- "start": 15074,
- "end": 15080,
- "loc": {
- "start": {
- "line": 470,
- "column": 20
- },
- "end": {
- "line": 470,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15080,
- "end": 15081,
- "loc": {
- "start": {
- "line": 470,
- "column": 26
- },
- "end": {
- "line": 470,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "indexOf",
- "start": 15081,
- "end": 15088,
- "loc": {
- "start": {
- "line": 470,
- "column": 27
- },
- "end": {
- "line": 470,
- "column": 34
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15088,
- "end": 15089,
- "loc": {
- "start": {
- "line": 470,
- "column": 34
- },
- "end": {
- "line": 470,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 15089,
- "end": 15091,
- "loc": {
- "start": {
- "line": 470,
- "column": 35
- },
- "end": {
- "line": 470,
- "column": 37
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15091,
- "end": 15092,
- "loc": {
- "start": {
- "line": 470,
- "column": 37
- },
- "end": {
- "line": 470,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "nmOperator",
- "start": 15092,
- "end": 15102,
- "loc": {
- "start": {
- "line": 470,
- "column": 38
- },
- "end": {
- "line": 470,
- "column": 48
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15102,
- "end": 15103,
- "loc": {
- "start": {
- "line": 470,
- "column": 48
- },
- "end": {
- "line": 470,
- "column": 49
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "!==",
- "start": 15104,
- "end": 15107,
- "loc": {
- "start": {
- "line": 470,
- "column": 50
- },
- "end": {
- "line": 470,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "-",
- "start": 15108,
- "end": 15109,
- "loc": {
- "start": {
- "line": 470,
- "column": 54
- },
- "end": {
- "line": 470,
- "column": 55
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 1,
- "start": 15109,
- "end": 15110,
- "loc": {
- "start": {
- "line": 470,
- "column": 55
- },
- "end": {
- "line": 470,
- "column": 56
- }
- }
- },
- {
- "type": {
- "label": "&&",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 2,
- "updateContext": null
- },
- "value": "&&",
- "start": 15111,
- "end": 15113,
- "loc": {
- "start": {
- "line": 470,
- "column": 57
- },
- "end": {
- "line": 470,
- "column": 59
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkVal",
- "start": 15134,
- "end": 15140,
"loc": {
"start": {
"line": 471,
- "column": 20
- },
- "end": {
- "line": 471,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "===",
- "start": 15141,
- "end": 15144,
- "loc": {
- "start": {
- "line": 471,
- "column": 27
- },
- "end": {
- "line": 471,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "matchCase",
- "start": 15145,
- "end": 15154,
- "loc": {
- "start": {
- "line": 471,
- "column": 31
- },
- "end": {
- "line": 471,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15154,
- "end": 15155,
- "loc": {
- "start": {
- "line": 471,
- "column": 40
- },
- "end": {
- "line": 471,
- "column": 41
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 15155,
- "end": 15157,
- "loc": {
- "start": {
- "line": 471,
- "column": 41
- },
- "end": {
- "line": 471,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15157,
- "end": 15158,
- "loc": {
- "start": {
- "line": 471,
- "column": 43
- },
- "end": {
- "line": 471,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "nonEmptyText",
- "start": 15158,
- "end": 15170,
- "loc": {
- "start": {
- "line": 471,
- "column": 44
- },
- "end": {
- "line": 471,
- "column": 56
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15170,
- "end": 15171,
- "loc": {
- "start": {
- "line": 471,
- "column": 56
- },
- "end": {
- "line": 471,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 15172,
- "end": 15174,
- "loc": {
- "start": {
- "line": 471,
- "column": 58
- },
- "end": {
- "line": 471,
- "column": 60
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15174,
- "end": 15175,
- "loc": {
- "start": {
- "line": 471,
- "column": 60
- },
- "end": {
- "line": 471,
- "column": 61
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "caseSensitive",
- "start": 15175,
- "end": 15188,
- "loc": {
- "start": {
- "line": 471,
- "column": 61
- },
- "end": {
- "line": 471,
- "column": 74
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15188,
- "end": 15189,
- "loc": {
- "start": {
- "line": 471,
- "column": 74
- },
- "end": {
- "line": 471,
- "column": 75
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15189,
- "end": 15190,
- "loc": {
- "start": {
- "line": 471,
- "column": 75
- },
- "end": {
- "line": 471,
- "column": 76
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15191,
- "end": 15192,
- "loc": {
- "start": {
- "line": 471,
- "column": 77
- },
- "end": {
- "line": 471,
- "column": 78
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chk",
- "start": 15213,
- "end": 15216,
- "loc": {
- "start": {
- "line": 472,
- "column": 20
- },
- "end": {
- "line": 472,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15216,
- "end": 15217,
- "loc": {
- "start": {
- "line": 472,
- "column": 23
- },
- "end": {
- "line": 472,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "checked",
- "start": 15217,
- "end": 15224,
- "loc": {
- "start": {
- "line": 472,
- "column": 24
- },
- "end": {
- "line": 472,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 15225,
- "end": 15226,
- "loc": {
- "start": {
- "line": 472,
- "column": 32
- },
- "end": {
- "line": 472,
- "column": 33
- }
- }
- },
- {
- "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": 15227,
- "end": 15231,
- "loc": {
- "start": {
- "line": 472,
- "column": 34
- },
- "end": {
- "line": 472,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15231,
- "end": 15232,
- "loc": {
- "start": {
- "line": 472,
- "column": 38
- },
- "end": {
- "line": 472,
"column": 39
+ },
+ "end": {
+ "line": 471,
+ "column": 40
}
}
},
@@ -93662,1217 +92513,40 @@
"postfix": false,
"binop": null
},
- "start": 15249,
- "end": 15250,
+ "start": 14988,
+ "end": 14989,
+ "loc": {
+ "start": {
+ "line": 472,
+ "column": 16
+ },
+ "end": {
+ "line": 472,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "}",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 15002,
+ "end": 15003,
"loc": {
"start": {
"line": 473,
- "column": 16
- },
- "end": {
- "line": 473,
- "column": 17
- }
- }
- },
- {
- "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": 15267,
- "end": 15271,
- "loc": {
- "start": {
- "line": 474,
- "column": 16
- },
- "end": {
- "line": 474,
- "column": 20
- }
- }
- },
- {
- "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": 15272,
- "end": 15274,
- "loc": {
- "start": {
- "line": 474,
- "column": 21
- },
- "end": {
- "line": 474,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15275,
- "end": 15276,
- "loc": {
- "start": {
- "line": 474,
- "column": 24
- },
- "end": {
- "line": 474,
- "column": 25
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "values",
- "start": 15276,
- "end": 15282,
- "loc": {
- "start": {
- "line": 474,
- "column": 25
- },
- "end": {
- "line": 474,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15282,
- "end": 15283,
- "loc": {
- "start": {
- "line": 474,
- "column": 31
- },
- "end": {
- "line": 474,
- "column": 32
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "indexOf",
- "start": 15283,
- "end": 15290,
- "loc": {
- "start": {
- "line": 474,
- "column": 32
- },
- "end": {
- "line": 474,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15290,
- "end": 15291,
- "loc": {
- "start": {
- "line": 474,
- "column": 39
- },
- "end": {
- "line": 474,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 15291,
- "end": 15293,
- "loc": {
- "start": {
- "line": 474,
- "column": 40
- },
- "end": {
- "line": 474,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15293,
- "end": 15294,
- "loc": {
- "start": {
- "line": 474,
- "column": 42
- },
- "end": {
- "line": 474,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "emOperator",
- "start": 15294,
- "end": 15304,
- "loc": {
- "start": {
- "line": 474,
- "column": 43
- },
- "end": {
- "line": 474,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15304,
- "end": 15305,
- "loc": {
- "start": {
- "line": 474,
- "column": 53
- },
- "end": {
- "line": 474,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "!==",
- "start": 15306,
- "end": 15309,
- "loc": {
- "start": {
- "line": 474,
- "column": 55
- },
- "end": {
- "line": 474,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": "+/-",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": true,
- "postfix": false,
- "binop": 9,
- "updateContext": null
- },
- "value": "-",
- "start": 15310,
- "end": 15311,
- "loc": {
- "start": {
- "line": 474,
- "column": 59
- },
- "end": {
- "line": 474,
- "column": 60
- }
- }
- },
- {
- "type": {
- "label": "num",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": 1,
- "start": 15311,
- "end": 15312,
- "loc": {
- "start": {
- "line": 474,
- "column": 60
- },
- "end": {
- "line": 474,
- "column": 61
- }
- }
- },
- {
- "type": {
- "label": "&&",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 2,
- "updateContext": null
- },
- "value": "&&",
- "start": 15313,
- "end": 15315,
- "loc": {
- "start": {
- "line": 474,
- "column": 62
- },
- "end": {
- "line": 474,
- "column": 64
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chkVal",
- "start": 15336,
- "end": 15342,
- "loc": {
- "start": {
- "line": 475,
- "column": 20
- },
- "end": {
- "line": 475,
- "column": 26
- }
- }
- },
- {
- "type": {
- "label": "==/!=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": 6,
- "updateContext": null
- },
- "value": "===",
- "start": 15343,
- "end": 15346,
- "loc": {
- "start": {
- "line": 475,
- "column": 27
- },
- "end": {
- "line": 475,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "matchCase",
- "start": 15347,
- "end": 15356,
- "loc": {
- "start": {
- "line": 475,
- "column": 31
- },
- "end": {
- "line": 475,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15356,
- "end": 15357,
- "loc": {
- "start": {
- "line": 475,
- "column": 40
- },
- "end": {
- "line": 475,
- "column": 41
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 15357,
- "end": 15359,
- "loc": {
- "start": {
- "line": 475,
- "column": 41
- },
- "end": {
- "line": 475,
- "column": 43
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15359,
- "end": 15360,
- "loc": {
- "start": {
- "line": 475,
- "column": 43
- },
- "end": {
- "line": 475,
- "column": 44
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "emptyText",
- "start": 15360,
- "end": 15369,
- "loc": {
- "start": {
- "line": 475,
- "column": 44
- },
- "end": {
- "line": 475,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15369,
- "end": 15370,
- "loc": {
- "start": {
- "line": 475,
- "column": 53
- },
- "end": {
- "line": 475,
- "column": 54
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 15371,
- "end": 15373,
- "loc": {
- "start": {
- "line": 475,
- "column": 55
- },
- "end": {
- "line": 475,
- "column": 57
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15373,
- "end": 15374,
- "loc": {
- "start": {
- "line": 475,
- "column": 57
- },
- "end": {
- "line": 475,
- "column": 58
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "caseSensitive",
- "start": 15374,
- "end": 15387,
- "loc": {
- "start": {
- "line": 475,
- "column": 58
- },
- "end": {
- "line": 475,
- "column": 71
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15387,
- "end": 15388,
- "loc": {
- "start": {
- "line": 475,
- "column": 71
- },
- "end": {
- "line": 475,
- "column": 72
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15388,
- "end": 15389,
- "loc": {
- "start": {
- "line": 475,
- "column": 72
- },
- "end": {
- "line": 475,
- "column": 73
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15390,
- "end": 15391,
- "loc": {
- "start": {
- "line": 475,
- "column": 74
- },
- "end": {
- "line": 475,
- "column": 75
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chk",
- "start": 15412,
- "end": 15415,
- "loc": {
- "start": {
- "line": 476,
- "column": 20
- },
- "end": {
- "line": 476,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15415,
- "end": 15416,
- "loc": {
- "start": {
- "line": 476,
- "column": 23
- },
- "end": {
- "line": 476,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "checked",
- "start": 15416,
- "end": 15423,
- "loc": {
- "start": {
- "line": 476,
- "column": 24
- },
- "end": {
- "line": 476,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 15424,
- "end": 15425,
- "loc": {
- "start": {
- "line": 476,
- "column": 32
- },
- "end": {
- "line": 476,
- "column": 33
- }
- }
- },
- {
- "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": 15426,
- "end": 15430,
- "loc": {
- "start": {
- "line": 476,
- "column": 34
- },
- "end": {
- "line": 476,
- "column": 38
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15430,
- "end": 15431,
- "loc": {
- "start": {
- "line": 476,
- "column": 38
- },
- "end": {
- "line": 476,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15448,
- "end": 15449,
- "loc": {
- "start": {
- "line": 477,
- "column": 16
- },
- "end": {
- "line": 477,
- "column": 17
- }
- }
- },
- {
- "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": 15450,
- "end": 15454,
- "loc": {
- "start": {
- "line": 477,
- "column": 18
- },
- "end": {
- "line": 477,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": "{",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15455,
- "end": 15456,
- "loc": {
- "start": {
- "line": 477,
- "column": 23
- },
- "end": {
- "line": 477,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "chk",
- "start": 15477,
- "end": 15480,
- "loc": {
- "start": {
- "line": 478,
- "column": 20
- },
- "end": {
- "line": 478,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15480,
- "end": 15481,
- "loc": {
- "start": {
- "line": 478,
- "column": 23
- },
- "end": {
- "line": 478,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "checked",
- "start": 15481,
- "end": 15488,
- "loc": {
- "start": {
- "line": 478,
- "column": 24
- },
- "end": {
- "line": 478,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 15489,
- "end": 15490,
- "loc": {
- "start": {
- "line": 478,
- "column": 32
- },
- "end": {
- "line": 478,
- "column": 33
- }
- }
- },
- {
- "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": 15491,
- "end": 15496,
- "loc": {
- "start": {
- "line": 478,
- "column": 34
- },
- "end": {
- "line": 478,
- "column": 39
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 15496,
- "end": 15497,
- "loc": {
- "start": {
- "line": 478,
- "column": 39
- },
- "end": {
- "line": 478,
- "column": 40
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15514,
- "end": 15515,
- "loc": {
- "start": {
- "line": 479,
- "column": 16
- },
- "end": {
- "line": 479,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": "}",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 15528,
- "end": 15529,
- "loc": {
- "start": {
- "line": 480,
"column": 12
},
"end": {
- "line": 480,
+ "line": 473,
"column": 13
}
}
@@ -94892,15 +92566,15 @@
"updateContext": null
},
"value": "this",
- "start": 15542,
- "end": 15546,
+ "start": 15016,
+ "end": 15020,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 12
},
"end": {
- "line": 481,
+ "line": 474,
"column": 16
}
}
@@ -94918,15 +92592,15 @@
"binop": null,
"updateContext": null
},
- "start": 15546,
- "end": 15547,
+ "start": 15020,
+ "end": 15021,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 16
},
"end": {
- "line": 481,
+ "line": 474,
"column": 17
}
}
@@ -94943,17 +92617,17 @@
"postfix": false,
"binop": null
},
- "value": "setCheckListValues",
- "start": 15547,
- "end": 15565,
+ "value": "setItemOption",
+ "start": 15021,
+ "end": 15034,
"loc": {
"start": {
- "line": 481,
+ "line": 474,
"column": 17
},
"end": {
- "line": 481,
- "column": 35
+ "line": 474,
+ "column": 30
}
}
},
@@ -94969,16 +92643,16 @@
"postfix": false,
"binop": null
},
- "start": 15565,
- "end": 15566,
+ "start": 15034,
+ "end": 15035,
"loc": {
"start": {
- "line": 481,
- "column": 35
+ "line": 474,
+ "column": 30
},
"end": {
- "line": 481,
- "column": 36
+ "line": 474,
+ "column": 31
}
}
},
@@ -94995,16 +92669,16 @@
"binop": null
},
"value": "chk",
- "start": 15566,
- "end": 15569,
+ "start": 15035,
+ "end": 15038,
"loc": {
"start": {
- "line": 481,
- "column": 36
+ "line": 474,
+ "column": 31
},
"end": {
- "line": 481,
- "column": 39
+ "line": 474,
+ "column": 34
}
}
},
@@ -95020,16 +92694,16 @@
"postfix": false,
"binop": null
},
- "start": 15569,
- "end": 15570,
+ "start": 15038,
+ "end": 15039,
"loc": {
"start": {
- "line": 481,
- "column": 39
+ "line": 474,
+ "column": 34
},
"end": {
- "line": 481,
- "column": 40
+ "line": 474,
+ "column": 35
}
}
},
@@ -95046,16 +92720,16 @@
"binop": null,
"updateContext": null
},
- "start": 15570,
- "end": 15571,
+ "start": 15039,
+ "end": 15040,
"loc": {
"start": {
- "line": 481,
- "column": 40
+ "line": 474,
+ "column": 35
},
"end": {
- "line": 481,
- "column": 41
+ "line": 474,
+ "column": 36
}
}
},
@@ -95071,15 +92745,15 @@
"postfix": false,
"binop": null
},
- "start": 15580,
- "end": 15581,
+ "start": 15049,
+ "end": 15050,
"loc": {
"start": {
- "line": 482,
+ "line": 475,
"column": 8
},
"end": {
- "line": 482,
+ "line": 475,
"column": 9
}
}
@@ -95096,15 +92770,15 @@
"postfix": false,
"binop": null
},
- "start": 15581,
- "end": 15582,
+ "start": 15050,
+ "end": 15051,
"loc": {
"start": {
- "line": 482,
+ "line": 475,
"column": 9
},
"end": {
- "line": 482,
+ "line": 475,
"column": 10
}
}
@@ -95122,15 +92796,15 @@
"binop": null,
"updateContext": null
},
- "start": 15582,
- "end": 15583,
+ "start": 15051,
+ "end": 15052,
"loc": {
"start": {
- "line": 482,
+ "line": 475,
"column": 10
},
"end": {
- "line": 482,
+ "line": 475,
"column": 11
}
}
@@ -95147,15 +92821,15 @@
"postfix": false,
"binop": null
},
- "start": 15588,
- "end": 15589,
+ "start": 15057,
+ "end": 15058,
"loc": {
"start": {
- "line": 483,
+ "line": 476,
"column": 4
},
"end": {
- "line": 483,
+ "line": 476,
"column": 5
}
}
@@ -95163,15 +92837,15 @@
{
"type": "CommentBlock",
"value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ",
- "start": 15595,
- "end": 15762,
+ "start": 15064,
+ "end": 15231,
"loc": {
"start": {
- "line": 485,
+ "line": 478,
"column": 4
},
"end": {
- "line": 489,
+ "line": 482,
"column": 7
}
}
@@ -95189,15 +92863,15 @@
"binop": null
},
"value": "getValues",
- "start": 15767,
- "end": 15776,
+ "start": 15236,
+ "end": 15245,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 4
},
"end": {
- "line": 490,
+ "line": 483,
"column": 13
}
}
@@ -95214,15 +92888,15 @@
"postfix": false,
"binop": null
},
- "start": 15776,
- "end": 15777,
+ "start": 15245,
+ "end": 15246,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 13
},
"end": {
- "line": 490,
+ "line": 483,
"column": 14
}
}
@@ -95240,15 +92914,15 @@
"binop": null
},
"value": "colIndex",
- "start": 15777,
- "end": 15785,
+ "start": 15246,
+ "end": 15254,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 14
},
"end": {
- "line": 490,
+ "line": 483,
"column": 22
}
}
@@ -95265,15 +92939,15 @@
"postfix": false,
"binop": null
},
- "start": 15785,
- "end": 15786,
+ "start": 15254,
+ "end": 15255,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 22
},
"end": {
- "line": 490,
+ "line": 483,
"column": 23
}
}
@@ -95290,15 +92964,15 @@
"postfix": false,
"binop": null
},
- "start": 15787,
- "end": 15788,
+ "start": 15256,
+ "end": 15257,
"loc": {
"start": {
- "line": 490,
+ "line": 483,
"column": 24
},
"end": {
- "line": 490,
+ "line": 483,
"column": 25
}
}
@@ -95318,15 +92992,15 @@
"updateContext": null
},
"value": "let",
- "start": 15797,
- "end": 15800,
+ "start": 15266,
+ "end": 15269,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 8
},
"end": {
- "line": 491,
+ "line": 484,
"column": 11
}
}
@@ -95344,15 +93018,15 @@
"binop": null
},
"value": "tf",
- "start": 15801,
- "end": 15803,
+ "start": 15270,
+ "end": 15272,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 12
},
"end": {
- "line": 491,
+ "line": 484,
"column": 14
}
}
@@ -95371,15 +93045,15 @@
"updateContext": null
},
"value": "=",
- "start": 15804,
- "end": 15805,
+ "start": 15273,
+ "end": 15274,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 15
},
"end": {
- "line": 491,
+ "line": 484,
"column": 16
}
}
@@ -95399,15 +93073,15 @@
"updateContext": null
},
"value": "this",
- "start": 15806,
- "end": 15810,
+ "start": 15275,
+ "end": 15279,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 17
},
"end": {
- "line": 491,
+ "line": 484,
"column": 21
}
}
@@ -95425,15 +93099,15 @@
"binop": null,
"updateContext": null
},
- "start": 15810,
- "end": 15811,
+ "start": 15279,
+ "end": 15280,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 21
},
"end": {
- "line": 491,
+ "line": 484,
"column": 22
}
}
@@ -95451,15 +93125,15 @@
"binop": null
},
"value": "tf",
- "start": 15811,
- "end": 15813,
+ "start": 15280,
+ "end": 15282,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 22
},
"end": {
- "line": 491,
+ "line": 484,
"column": 24
}
}
@@ -95477,15 +93151,15 @@
"binop": null,
"updateContext": null
},
- "start": 15813,
- "end": 15814,
+ "start": 15282,
+ "end": 15283,
"loc": {
"start": {
- "line": 491,
+ "line": 484,
"column": 24
},
"end": {
- "line": 491,
+ "line": 484,
"column": 25
}
}
@@ -95505,15 +93179,15 @@
"updateContext": null
},
"value": "let",
- "start": 15823,
- "end": 15826,
+ "start": 15292,
+ "end": 15295,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 8
},
"end": {
- "line": 492,
+ "line": 485,
"column": 11
}
}
@@ -95531,15 +93205,15 @@
"binop": null
},
"value": "flt",
- "start": 15827,
- "end": 15830,
+ "start": 15296,
+ "end": 15299,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 12
},
"end": {
- "line": 492,
+ "line": 485,
"column": 15
}
}
@@ -95558,15 +93232,15 @@
"updateContext": null
},
"value": "=",
- "start": 15831,
- "end": 15832,
+ "start": 15300,
+ "end": 15301,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 16
},
"end": {
- "line": 492,
+ "line": 485,
"column": 17
}
}
@@ -95584,15 +93258,15 @@
"binop": null
},
"value": "tf",
- "start": 15833,
- "end": 15835,
+ "start": 15302,
+ "end": 15304,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 18
},
"end": {
- "line": 492,
+ "line": 485,
"column": 20
}
}
@@ -95610,15 +93284,15 @@
"binop": null,
"updateContext": null
},
- "start": 15835,
- "end": 15836,
+ "start": 15304,
+ "end": 15305,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 20
},
"end": {
- "line": 492,
+ "line": 485,
"column": 21
}
}
@@ -95636,15 +93310,15 @@
"binop": null
},
"value": "getFilterElement",
- "start": 15836,
- "end": 15852,
+ "start": 15305,
+ "end": 15321,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 21
},
"end": {
- "line": 492,
+ "line": 485,
"column": 37
}
}
@@ -95661,15 +93335,15 @@
"postfix": false,
"binop": null
},
- "start": 15852,
- "end": 15853,
+ "start": 15321,
+ "end": 15322,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 37
},
"end": {
- "line": 492,
+ "line": 485,
"column": 38
}
}
@@ -95687,15 +93361,15 @@
"binop": null
},
"value": "colIndex",
- "start": 15853,
- "end": 15861,
+ "start": 15322,
+ "end": 15330,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 38
},
"end": {
- "line": 492,
+ "line": 485,
"column": 46
}
}
@@ -95712,15 +93386,15 @@
"postfix": false,
"binop": null
},
- "start": 15861,
- "end": 15862,
+ "start": 15330,
+ "end": 15331,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 46
},
"end": {
- "line": 492,
+ "line": 485,
"column": 47
}
}
@@ -95738,15 +93412,15 @@
"binop": null,
"updateContext": null
},
- "start": 15862,
- "end": 15863,
+ "start": 15331,
+ "end": 15332,
"loc": {
"start": {
- "line": 492,
+ "line": 485,
"column": 47
},
"end": {
- "line": 492,
+ "line": 485,
"column": 48
}
}
@@ -95766,15 +93440,15 @@
"updateContext": null
},
"value": "let",
- "start": 15872,
- "end": 15875,
+ "start": 15341,
+ "end": 15344,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 8
},
"end": {
- "line": 493,
+ "line": 486,
"column": 11
}
}
@@ -95792,15 +93466,15 @@
"binop": null
},
"value": "fltAttr",
- "start": 15876,
- "end": 15883,
+ "start": 15345,
+ "end": 15352,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 12
},
"end": {
- "line": 493,
+ "line": 486,
"column": 19
}
}
@@ -95819,15 +93493,15 @@
"updateContext": null
},
"value": "=",
- "start": 15884,
- "end": 15885,
+ "start": 15353,
+ "end": 15354,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 20
},
"end": {
- "line": 493,
+ "line": 486,
"column": 21
}
}
@@ -95845,15 +93519,15 @@
"binop": null
},
"value": "flt",
- "start": 15886,
- "end": 15889,
+ "start": 15355,
+ "end": 15358,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 22
},
"end": {
- "line": 493,
+ "line": 486,
"column": 25
}
}
@@ -95871,15 +93545,15 @@
"binop": null,
"updateContext": null
},
- "start": 15889,
- "end": 15890,
+ "start": 15358,
+ "end": 15359,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 25
},
"end": {
- "line": 493,
+ "line": 486,
"column": 26
}
}
@@ -95897,15 +93571,15 @@
"binop": null
},
"value": "getAttribute",
- "start": 15890,
- "end": 15902,
+ "start": 15359,
+ "end": 15371,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 26
},
"end": {
- "line": 493,
+ "line": 486,
"column": 38
}
}
@@ -95922,15 +93596,15 @@
"postfix": false,
"binop": null
},
- "start": 15902,
- "end": 15903,
+ "start": 15371,
+ "end": 15372,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 38
},
"end": {
- "line": 493,
+ "line": 486,
"column": 39
}
}
@@ -95949,15 +93623,15 @@
"updateContext": null
},
"value": "value",
- "start": 15903,
- "end": 15910,
+ "start": 15372,
+ "end": 15379,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 39
},
"end": {
- "line": 493,
+ "line": 486,
"column": 46
}
}
@@ -95974,15 +93648,15 @@
"postfix": false,
"binop": null
},
- "start": 15910,
- "end": 15911,
+ "start": 15379,
+ "end": 15380,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 46
},
"end": {
- "line": 493,
+ "line": 486,
"column": 47
}
}
@@ -96000,15 +93674,15 @@
"binop": null,
"updateContext": null
},
- "start": 15911,
- "end": 15912,
+ "start": 15380,
+ "end": 15381,
"loc": {
"start": {
- "line": 493,
+ "line": 486,
"column": 47
},
"end": {
- "line": 493,
+ "line": 486,
"column": 48
}
}
@@ -96028,15 +93702,15 @@
"updateContext": null
},
"value": "let",
- "start": 15921,
- "end": 15924,
+ "start": 15390,
+ "end": 15393,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 8
},
"end": {
- "line": 494,
+ "line": 487,
"column": 11
}
}
@@ -96054,15 +93728,15 @@
"binop": null
},
"value": "values",
- "start": 15925,
- "end": 15931,
+ "start": 15394,
+ "end": 15400,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 12
},
"end": {
- "line": 494,
+ "line": 487,
"column": 18
}
}
@@ -96081,15 +93755,15 @@
"updateContext": null
},
"value": "=",
- "start": 15932,
- "end": 15933,
+ "start": 15401,
+ "end": 15402,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 19
},
"end": {
- "line": 494,
+ "line": 487,
"column": 20
}
}
@@ -96107,15 +93781,15 @@
"binop": null
},
"value": "isEmpty",
- "start": 15934,
- "end": 15941,
+ "start": 15403,
+ "end": 15410,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 21
},
"end": {
- "line": 494,
+ "line": 487,
"column": 28
}
}
@@ -96132,15 +93806,15 @@
"postfix": false,
"binop": null
},
- "start": 15941,
- "end": 15942,
+ "start": 15410,
+ "end": 15411,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 28
},
"end": {
- "line": 494,
+ "line": 487,
"column": 29
}
}
@@ -96158,15 +93832,15 @@
"binop": null
},
"value": "fltAttr",
- "start": 15942,
- "end": 15949,
+ "start": 15411,
+ "end": 15418,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 29
},
"end": {
- "line": 494,
+ "line": 487,
"column": 36
}
}
@@ -96183,15 +93857,15 @@
"postfix": false,
"binop": null
},
- "start": 15949,
- "end": 15950,
+ "start": 15418,
+ "end": 15419,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 36
},
"end": {
- "line": 494,
+ "line": 487,
"column": 37
}
}
@@ -96209,15 +93883,15 @@
"binop": null,
"updateContext": null
},
- "start": 15951,
- "end": 15952,
+ "start": 15420,
+ "end": 15421,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 38
},
"end": {
- "line": 494,
+ "line": 487,
"column": 39
}
}
@@ -96236,15 +93910,15 @@
"updateContext": null
},
"value": "",
- "start": 15953,
- "end": 15955,
+ "start": 15422,
+ "end": 15424,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 40
},
"end": {
- "line": 494,
+ "line": 487,
"column": 42
}
}
@@ -96262,15 +93936,15 @@
"binop": null,
"updateContext": null
},
- "start": 15956,
- "end": 15957,
+ "start": 15425,
+ "end": 15426,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 43
},
"end": {
- "line": 494,
+ "line": 487,
"column": 44
}
}
@@ -96288,15 +93962,15 @@
"binop": null
},
"value": "fltAttr",
- "start": 15958,
- "end": 15965,
+ "start": 15427,
+ "end": 15434,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 45
},
"end": {
- "line": 494,
+ "line": 487,
"column": 52
}
}
@@ -96314,15 +93988,15 @@
"binop": null,
"updateContext": null
},
- "start": 15965,
- "end": 15966,
+ "start": 15434,
+ "end": 15435,
"loc": {
"start": {
- "line": 494,
+ "line": 487,
"column": 52
},
"end": {
- "line": 494,
+ "line": 487,
"column": 53
}
}
@@ -96330,15 +94004,15 @@
{
"type": "CommentLine",
"value": "removes last operator ||",
- "start": 15975,
- "end": 16001,
+ "start": 15444,
+ "end": 15470,
"loc": {
"start": {
- "line": 495,
+ "line": 488,
"column": 8
},
"end": {
- "line": 495,
+ "line": 488,
"column": 34
}
}
@@ -96356,15 +94030,15 @@
"binop": null
},
"value": "values",
- "start": 16010,
- "end": 16016,
+ "start": 15479,
+ "end": 15485,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 8
},
"end": {
- "line": 496,
+ "line": 489,
"column": 14
}
}
@@ -96383,15 +94057,15 @@
"updateContext": null
},
"value": "=",
- "start": 16017,
- "end": 16018,
+ "start": 15486,
+ "end": 15487,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 15
},
"end": {
- "line": 496,
+ "line": 489,
"column": 16
}
}
@@ -96409,15 +94083,15 @@
"binop": null
},
"value": "values",
- "start": 16019,
- "end": 16025,
+ "start": 15488,
+ "end": 15494,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 17
},
"end": {
- "line": 496,
+ "line": 489,
"column": 23
}
}
@@ -96435,15 +94109,15 @@
"binop": null,
"updateContext": null
},
- "start": 16025,
- "end": 16026,
+ "start": 15494,
+ "end": 15495,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 23
},
"end": {
- "line": 496,
+ "line": 489,
"column": 24
}
}
@@ -96461,15 +94135,15 @@
"binop": null
},
"value": "substr",
- "start": 16026,
- "end": 16032,
+ "start": 15495,
+ "end": 15501,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 24
},
"end": {
- "line": 496,
+ "line": 489,
"column": 30
}
}
@@ -96486,15 +94160,15 @@
"postfix": false,
"binop": null
},
- "start": 16032,
- "end": 16033,
+ "start": 15501,
+ "end": 15502,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 30
},
"end": {
- "line": 496,
+ "line": 489,
"column": 31
}
}
@@ -96513,15 +94187,15 @@
"updateContext": null
},
"value": 0,
- "start": 16033,
- "end": 16034,
+ "start": 15502,
+ "end": 15503,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 31
},
"end": {
- "line": 496,
+ "line": 489,
"column": 32
}
}
@@ -96539,15 +94213,15 @@
"binop": null,
"updateContext": null
},
- "start": 16034,
- "end": 16035,
+ "start": 15503,
+ "end": 15504,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 32
},
"end": {
- "line": 496,
+ "line": 489,
"column": 33
}
}
@@ -96565,15 +94239,15 @@
"binop": null
},
"value": "values",
- "start": 16036,
- "end": 16042,
+ "start": 15505,
+ "end": 15511,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 34
},
"end": {
- "line": 496,
+ "line": 489,
"column": 40
}
}
@@ -96591,15 +94265,15 @@
"binop": null,
"updateContext": null
},
- "start": 16042,
- "end": 16043,
+ "start": 15511,
+ "end": 15512,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 40
},
"end": {
- "line": 496,
+ "line": 489,
"column": 41
}
}
@@ -96617,15 +94291,15 @@
"binop": null
},
"value": "length",
- "start": 16043,
- "end": 16049,
+ "start": 15512,
+ "end": 15518,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 41
},
"end": {
- "line": 496,
+ "line": 489,
"column": 47
}
}
@@ -96644,15 +94318,15 @@
"updateContext": null
},
"value": "-",
- "start": 16050,
- "end": 16051,
+ "start": 15519,
+ "end": 15520,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 48
},
"end": {
- "line": 496,
+ "line": 489,
"column": 49
}
}
@@ -96671,15 +94345,15 @@
"updateContext": null
},
"value": 3,
- "start": 16052,
- "end": 16053,
+ "start": 15521,
+ "end": 15522,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 50
},
"end": {
- "line": 496,
+ "line": 489,
"column": 51
}
}
@@ -96696,15 +94370,15 @@
"postfix": false,
"binop": null
},
- "start": 16053,
- "end": 16054,
+ "start": 15522,
+ "end": 15523,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 51
},
"end": {
- "line": 496,
+ "line": 489,
"column": 52
}
}
@@ -96722,15 +94396,15 @@
"binop": null,
"updateContext": null
},
- "start": 16054,
- "end": 16055,
+ "start": 15523,
+ "end": 15524,
"loc": {
"start": {
- "line": 496,
+ "line": 489,
"column": 52
},
"end": {
- "line": 496,
+ "line": 489,
"column": 53
}
}
@@ -96738,15 +94412,15 @@
{
"type": "CommentLine",
"value": "turn || separated values into array",
- "start": 16064,
- "end": 16101,
+ "start": 15533,
+ "end": 15570,
"loc": {
"start": {
- "line": 497,
+ "line": 490,
"column": 8
},
"end": {
- "line": 497,
+ "line": 490,
"column": 45
}
}
@@ -96764,15 +94438,15 @@
"binop": null
},
"value": "values",
- "start": 16110,
- "end": 16116,
+ "start": 15579,
+ "end": 15585,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 8
},
"end": {
- "line": 498,
+ "line": 491,
"column": 14
}
}
@@ -96791,15 +94465,15 @@
"updateContext": null
},
"value": "=",
- "start": 16117,
- "end": 16118,
+ "start": 15586,
+ "end": 15587,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 15
},
"end": {
- "line": 498,
+ "line": 491,
"column": 16
}
}
@@ -96817,15 +94491,15 @@
"binop": null
},
"value": "values",
- "start": 16119,
- "end": 16125,
+ "start": 15588,
+ "end": 15594,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 17
},
"end": {
- "line": 498,
+ "line": 491,
"column": 23
}
}
@@ -96843,15 +94517,15 @@
"binop": null,
"updateContext": null
},
- "start": 16125,
- "end": 16126,
+ "start": 15594,
+ "end": 15595,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 23
},
"end": {
- "line": 498,
+ "line": 491,
"column": 24
}
}
@@ -96869,15 +94543,15 @@
"binop": null
},
"value": "split",
- "start": 16126,
- "end": 16131,
+ "start": 15595,
+ "end": 15600,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 24
},
"end": {
- "line": 498,
+ "line": 491,
"column": 29
}
}
@@ -96894,15 +94568,15 @@
"postfix": false,
"binop": null
},
- "start": 16131,
- "end": 16132,
+ "start": 15600,
+ "end": 15601,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 29
},
"end": {
- "line": 498,
+ "line": 491,
"column": 30
}
}
@@ -96921,15 +94595,15 @@
"updateContext": null
},
"value": " ",
- "start": 16132,
- "end": 16135,
+ "start": 15601,
+ "end": 15604,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 30
},
"end": {
- "line": 498,
+ "line": 491,
"column": 33
}
}
@@ -96948,15 +94622,15 @@
"updateContext": null
},
"value": "+",
- "start": 16136,
- "end": 16137,
+ "start": 15605,
+ "end": 15606,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 34
},
"end": {
- "line": 498,
+ "line": 491,
"column": 35
}
}
@@ -96974,15 +94648,15 @@
"binop": null
},
"value": "tf",
- "start": 16138,
- "end": 16140,
+ "start": 15607,
+ "end": 15609,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 36
},
"end": {
- "line": 498,
+ "line": 491,
"column": 38
}
}
@@ -97000,15 +94674,15 @@
"binop": null,
"updateContext": null
},
- "start": 16140,
- "end": 16141,
+ "start": 15609,
+ "end": 15610,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 38
},
"end": {
- "line": 498,
+ "line": 491,
"column": 39
}
}
@@ -97026,15 +94700,15 @@
"binop": null
},
"value": "orOperator",
- "start": 16141,
- "end": 16151,
+ "start": 15610,
+ "end": 15620,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 39
},
"end": {
- "line": 498,
+ "line": 491,
"column": 49
}
}
@@ -97053,15 +94727,15 @@
"updateContext": null
},
"value": "+",
- "start": 16152,
- "end": 16153,
+ "start": 15621,
+ "end": 15622,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 50
},
"end": {
- "line": 498,
+ "line": 491,
"column": 51
}
}
@@ -97080,15 +94754,15 @@
"updateContext": null
},
"value": " ",
- "start": 16154,
- "end": 16157,
+ "start": 15623,
+ "end": 15626,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 52
},
"end": {
- "line": 498,
+ "line": 491,
"column": 55
}
}
@@ -97105,15 +94779,15 @@
"postfix": false,
"binop": null
},
- "start": 16157,
- "end": 16158,
+ "start": 15626,
+ "end": 15627,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 55
},
"end": {
- "line": 498,
+ "line": 491,
"column": 56
}
}
@@ -97131,15 +94805,15 @@
"binop": null,
"updateContext": null
},
- "start": 16158,
- "end": 16159,
+ "start": 15627,
+ "end": 15628,
"loc": {
"start": {
- "line": 498,
+ "line": 491,
"column": 56
},
"end": {
- "line": 498,
+ "line": 491,
"column": 57
}
}
@@ -97159,15 +94833,15 @@
"updateContext": null
},
"value": "return",
- "start": 16169,
- "end": 16175,
+ "start": 15638,
+ "end": 15644,
"loc": {
"start": {
- "line": 500,
+ "line": 493,
"column": 8
},
"end": {
- "line": 500,
+ "line": 493,
"column": 14
}
}
@@ -97185,15 +94859,15 @@
"binop": null
},
"value": "values",
- "start": 16176,
- "end": 16182,
+ "start": 15645,
+ "end": 15651,
"loc": {
"start": {
- "line": 500,
+ "line": 493,
"column": 15
},
"end": {
- "line": 500,
+ "line": 493,
"column": 21
}
}
@@ -97211,15 +94885,15 @@
"binop": null,
"updateContext": null
},
- "start": 16182,
- "end": 16183,
+ "start": 15651,
+ "end": 15652,
"loc": {
"start": {
- "line": 500,
+ "line": 493,
"column": 21
},
"end": {
- "line": 500,
+ "line": 493,
"column": 22
}
}
@@ -97236,15 +94910,15 @@
"postfix": false,
"binop": null
},
- "start": 16188,
- "end": 16189,
+ "start": 15657,
+ "end": 15658,
"loc": {
"start": {
- "line": 501,
+ "line": 494,
"column": 4
},
"end": {
- "line": 501,
+ "line": 494,
"column": 5
}
}
@@ -97252,15 +94926,15 @@
{
"type": "CommentBlock",
"value": "*\n * Destroy CheckList instance\n ",
- "start": 16195,
- "end": 16240,
+ "start": 15664,
+ "end": 15709,
"loc": {
"start": {
- "line": 503,
+ "line": 496,
"column": 4
},
"end": {
- "line": 505,
+ "line": 498,
"column": 7
}
}
@@ -97278,15 +94952,15 @@
"binop": null
},
"value": "destroy",
- "start": 16245,
- "end": 16252,
+ "start": 15714,
+ "end": 15721,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 4
},
"end": {
- "line": 506,
+ "line": 499,
"column": 11
}
}
@@ -97303,15 +94977,15 @@
"postfix": false,
"binop": null
},
- "start": 16252,
- "end": 16253,
+ "start": 15721,
+ "end": 15722,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 11
},
"end": {
- "line": 506,
+ "line": 499,
"column": 12
}
}
@@ -97328,15 +95002,15 @@
"postfix": false,
"binop": null
},
- "start": 16253,
- "end": 16254,
+ "start": 15722,
+ "end": 15723,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 12
},
"end": {
- "line": 506,
+ "line": 499,
"column": 13
}
}
@@ -97353,15 +95027,15 @@
"postfix": false,
"binop": null
},
- "start": 16255,
- "end": 16256,
+ "start": 15724,
+ "end": 15725,
"loc": {
"start": {
- "line": 506,
+ "line": 499,
"column": 14
},
"end": {
- "line": 506,
+ "line": 499,
"column": 15
}
}
@@ -97381,15 +95055,15 @@
"updateContext": null
},
"value": "this",
- "start": 16265,
- "end": 16269,
+ "start": 15734,
+ "end": 15738,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 8
},
"end": {
- "line": 507,
+ "line": 500,
"column": 12
}
}
@@ -97407,15 +95081,15 @@
"binop": null,
"updateContext": null
},
- "start": 16269,
- "end": 16270,
+ "start": 15738,
+ "end": 15739,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 12
},
"end": {
- "line": 507,
+ "line": 500,
"column": 13
}
}
@@ -97433,15 +95107,15 @@
"binop": null
},
"value": "emitter",
- "start": 16270,
- "end": 16277,
+ "start": 15739,
+ "end": 15746,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 13
},
"end": {
- "line": 507,
+ "line": 500,
"column": 20
}
}
@@ -97459,15 +95133,15 @@
"binop": null,
"updateContext": null
},
- "start": 16277,
- "end": 16278,
+ "start": 15746,
+ "end": 15747,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 20
},
"end": {
- "line": 507,
+ "line": 500,
"column": 21
}
}
@@ -97485,15 +95159,15 @@
"binop": null
},
"value": "off",
- "start": 16278,
- "end": 16281,
+ "start": 15747,
+ "end": 15750,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 21
},
"end": {
- "line": 507,
+ "line": 500,
"column": 24
}
}
@@ -97510,15 +95184,15 @@
"postfix": false,
"binop": null
},
- "start": 16281,
- "end": 16282,
+ "start": 15750,
+ "end": 15751,
"loc": {
"start": {
- "line": 507,
+ "line": 500,
"column": 24
},
"end": {
- "line": 507,
+ "line": 500,
"column": 25
}
}
@@ -97536,15 +95210,15 @@
"binop": null,
"updateContext": null
},
- "start": 16295,
- "end": 16296,
+ "start": 15764,
+ "end": 15765,
"loc": {
"start": {
- "line": 508,
+ "line": 501,
"column": 12
},
"end": {
- "line": 508,
+ "line": 501,
"column": 13
}
}
@@ -97563,15 +95237,15 @@
"updateContext": null
},
"value": "build-checklist-filter",
- "start": 16296,
- "end": 16320,
+ "start": 15765,
+ "end": 15789,
"loc": {
"start": {
- "line": 508,
+ "line": 501,
"column": 13
},
"end": {
- "line": 508,
+ "line": 501,
"column": 37
}
}
@@ -97589,15 +95263,15 @@
"binop": null,
"updateContext": null
},
- "start": 16320,
- "end": 16321,
+ "start": 15789,
+ "end": 15790,
"loc": {
"start": {
- "line": 508,
+ "line": 501,
"column": 37
},
"end": {
- "line": 508,
+ "line": 501,
"column": 38
}
}
@@ -97615,15 +95289,15 @@
"binop": null,
"updateContext": null
},
- "start": 16321,
- "end": 16322,
+ "start": 15790,
+ "end": 15791,
"loc": {
"start": {
- "line": 508,
+ "line": 501,
"column": 38
},
"end": {
- "line": 508,
+ "line": 501,
"column": 39
}
}
@@ -97640,15 +95314,15 @@
"postfix": false,
"binop": null
},
- "start": 16335,
- "end": 16336,
+ "start": 15804,
+ "end": 15805,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 12
},
"end": {
- "line": 509,
+ "line": 502,
"column": 13
}
}
@@ -97666,15 +95340,15 @@
"binop": null
},
"value": "tf",
- "start": 16336,
- "end": 16338,
+ "start": 15805,
+ "end": 15807,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 13
},
"end": {
- "line": 509,
+ "line": 502,
"column": 15
}
}
@@ -97692,15 +95366,15 @@
"binop": null,
"updateContext": null
},
- "start": 16338,
- "end": 16339,
+ "start": 15807,
+ "end": 15808,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 15
},
"end": {
- "line": 509,
+ "line": 502,
"column": 16
}
}
@@ -97718,15 +95392,15 @@
"binop": null
},
"value": "colIndex",
- "start": 16340,
- "end": 16348,
+ "start": 15809,
+ "end": 15817,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 17
},
"end": {
- "line": 509,
+ "line": 502,
"column": 25
}
}
@@ -97744,15 +95418,15 @@
"binop": null,
"updateContext": null
},
- "start": 16348,
- "end": 16349,
+ "start": 15817,
+ "end": 15818,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 25
},
"end": {
- "line": 509,
+ "line": 502,
"column": 26
}
}
@@ -97770,15 +95444,15 @@
"binop": null
},
"value": "isLinked",
- "start": 16350,
- "end": 16358,
+ "start": 15819,
+ "end": 15827,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 27
},
"end": {
- "line": 509,
+ "line": 502,
"column": 35
}
}
@@ -97795,15 +95469,15 @@
"postfix": false,
"binop": null
},
- "start": 16358,
- "end": 16359,
+ "start": 15827,
+ "end": 15828,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 35
},
"end": {
- "line": 509,
+ "line": 502,
"column": 36
}
}
@@ -97821,15 +95495,15 @@
"binop": null,
"updateContext": null
},
- "start": 16360,
- "end": 16362,
+ "start": 15829,
+ "end": 15831,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 37
},
"end": {
- "line": 509,
+ "line": 502,
"column": 39
}
}
@@ -97849,15 +95523,15 @@
"updateContext": null
},
"value": "this",
- "start": 16363,
- "end": 16367,
+ "start": 15832,
+ "end": 15836,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 40
},
"end": {
- "line": 509,
+ "line": 502,
"column": 44
}
}
@@ -97875,15 +95549,15 @@
"binop": null,
"updateContext": null
},
- "start": 16367,
- "end": 16368,
+ "start": 15836,
+ "end": 15837,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 44
},
"end": {
- "line": 509,
+ "line": 502,
"column": 45
}
}
@@ -97901,15 +95575,15 @@
"binop": null
},
"value": "build",
- "start": 16368,
- "end": 16373,
+ "start": 15837,
+ "end": 15842,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 45
},
"end": {
- "line": 509,
+ "line": 502,
"column": 50
}
}
@@ -97926,15 +95600,15 @@
"postfix": false,
"binop": null
},
- "start": 16373,
- "end": 16374,
+ "start": 15842,
+ "end": 15843,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 50
},
"end": {
- "line": 509,
+ "line": 502,
"column": 51
}
}
@@ -97952,15 +95626,15 @@
"binop": null
},
"value": "colIndex",
- "start": 16374,
- "end": 16382,
+ "start": 15843,
+ "end": 15851,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 51
},
"end": {
- "line": 509,
+ "line": 502,
"column": 59
}
}
@@ -97978,15 +95652,15 @@
"binop": null,
"updateContext": null
},
- "start": 16382,
- "end": 16383,
+ "start": 15851,
+ "end": 15852,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 59
},
"end": {
- "line": 509,
+ "line": 502,
"column": 60
}
}
@@ -98004,15 +95678,15 @@
"binop": null
},
"value": "isLinked",
- "start": 16384,
- "end": 16392,
+ "start": 15853,
+ "end": 15861,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 61
},
"end": {
- "line": 509,
+ "line": 502,
"column": 69
}
}
@@ -98029,15 +95703,15 @@
"postfix": false,
"binop": null
},
- "start": 16392,
- "end": 16393,
+ "start": 15861,
+ "end": 15862,
"loc": {
"start": {
- "line": 509,
+ "line": 502,
"column": 69
},
"end": {
- "line": 509,
+ "line": 502,
"column": 70
}
}
@@ -98054,15 +95728,15 @@
"postfix": false,
"binop": null
},
- "start": 16402,
- "end": 16403,
+ "start": 15871,
+ "end": 15872,
"loc": {
"start": {
- "line": 510,
+ "line": 503,
"column": 8
},
"end": {
- "line": 510,
+ "line": 503,
"column": 9
}
}
@@ -98080,15 +95754,15 @@
"binop": null,
"updateContext": null
},
- "start": 16403,
- "end": 16404,
+ "start": 15872,
+ "end": 15873,
"loc": {
"start": {
- "line": 510,
+ "line": 503,
"column": 9
},
"end": {
- "line": 510,
+ "line": 503,
"column": 10
}
}
@@ -98108,15 +95782,15 @@
"updateContext": null
},
"value": "this",
- "start": 16413,
- "end": 16417,
+ "start": 15882,
+ "end": 15886,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 8
},
"end": {
- "line": 511,
+ "line": 504,
"column": 12
}
}
@@ -98134,15 +95808,15 @@
"binop": null,
"updateContext": null
},
- "start": 16417,
- "end": 16418,
+ "start": 15886,
+ "end": 15887,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 12
},
"end": {
- "line": 511,
+ "line": 504,
"column": 13
}
}
@@ -98160,15 +95834,15 @@
"binop": null
},
"value": "emitter",
- "start": 16418,
- "end": 16425,
+ "start": 15887,
+ "end": 15894,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 13
},
"end": {
- "line": 511,
+ "line": 504,
"column": 20
}
}
@@ -98186,15 +95860,15 @@
"binop": null,
"updateContext": null
},
- "start": 16425,
- "end": 16426,
+ "start": 15894,
+ "end": 15895,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 20
},
"end": {
- "line": 511,
+ "line": 504,
"column": 21
}
}
@@ -98212,15 +95886,15 @@
"binop": null
},
"value": "off",
- "start": 16426,
- "end": 16429,
+ "start": 15895,
+ "end": 15898,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 21
},
"end": {
- "line": 511,
+ "line": 504,
"column": 24
}
}
@@ -98237,15 +95911,15 @@
"postfix": false,
"binop": null
},
- "start": 16429,
- "end": 16430,
+ "start": 15898,
+ "end": 15899,
"loc": {
"start": {
- "line": 511,
+ "line": 504,
"column": 24
},
"end": {
- "line": 511,
+ "line": 504,
"column": 25
}
}
@@ -98263,15 +95937,15 @@
"binop": null,
"updateContext": null
},
- "start": 16443,
- "end": 16444,
+ "start": 15912,
+ "end": 15913,
"loc": {
"start": {
- "line": 512,
+ "line": 505,
"column": 12
},
"end": {
- "line": 512,
+ "line": 505,
"column": 13
}
}
@@ -98290,15 +95964,15 @@
"updateContext": null
},
"value": "select-checklist-options",
- "start": 16444,
- "end": 16470,
+ "start": 15913,
+ "end": 15939,
"loc": {
"start": {
- "line": 512,
+ "line": 505,
"column": 13
},
"end": {
- "line": 512,
+ "line": 505,
"column": 39
}
}
@@ -98316,15 +95990,15 @@
"binop": null,
"updateContext": null
},
- "start": 16470,
- "end": 16471,
+ "start": 15939,
+ "end": 15940,
"loc": {
"start": {
- "line": 512,
+ "line": 505,
"column": 39
},
"end": {
- "line": 512,
+ "line": 505,
"column": 40
}
}
@@ -98342,15 +96016,15 @@
"binop": null,
"updateContext": null
},
- "start": 16471,
- "end": 16472,
+ "start": 15940,
+ "end": 15941,
"loc": {
"start": {
- "line": 512,
+ "line": 505,
"column": 40
},
"end": {
- "line": 512,
+ "line": 505,
"column": 41
}
}
@@ -98367,15 +96041,15 @@
"postfix": false,
"binop": null
},
- "start": 16485,
- "end": 16486,
+ "start": 15954,
+ "end": 15955,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 12
},
"end": {
- "line": 513,
+ "line": 506,
"column": 13
}
}
@@ -98393,15 +96067,15 @@
"binop": null
},
"value": "tf",
- "start": 16486,
- "end": 16488,
+ "start": 15955,
+ "end": 15957,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 13
},
"end": {
- "line": 513,
+ "line": 506,
"column": 15
}
}
@@ -98419,15 +96093,15 @@
"binop": null,
"updateContext": null
},
- "start": 16488,
- "end": 16489,
+ "start": 15957,
+ "end": 15958,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 15
},
"end": {
- "line": 513,
+ "line": 506,
"column": 16
}
}
@@ -98445,15 +96119,15 @@
"binop": null
},
"value": "colIndex",
- "start": 16490,
- "end": 16498,
+ "start": 15959,
+ "end": 15967,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 17
},
"end": {
- "line": 513,
+ "line": 506,
"column": 25
}
}
@@ -98471,15 +96145,15 @@
"binop": null,
"updateContext": null
},
- "start": 16498,
- "end": 16499,
+ "start": 15967,
+ "end": 15968,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 25
},
"end": {
- "line": 513,
+ "line": 506,
"column": 26
}
}
@@ -98497,15 +96171,15 @@
"binop": null
},
"value": "values",
- "start": 16500,
- "end": 16506,
+ "start": 15969,
+ "end": 15975,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 27
},
"end": {
- "line": 513,
+ "line": 506,
"column": 33
}
}
@@ -98522,15 +96196,15 @@
"postfix": false,
"binop": null
},
- "start": 16506,
- "end": 16507,
+ "start": 15975,
+ "end": 15976,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 33
},
"end": {
- "line": 513,
+ "line": 506,
"column": 34
}
}
@@ -98548,15 +96222,15 @@
"binop": null,
"updateContext": null
},
- "start": 16508,
- "end": 16510,
+ "start": 15977,
+ "end": 15979,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 35
},
"end": {
- "line": 513,
+ "line": 506,
"column": 37
}
}
@@ -98576,15 +96250,15 @@
"updateContext": null
},
"value": "this",
- "start": 16511,
- "end": 16515,
+ "start": 15980,
+ "end": 15984,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 38
},
"end": {
- "line": 513,
+ "line": 506,
"column": 42
}
}
@@ -98602,15 +96276,15 @@
"binop": null,
"updateContext": null
},
- "start": 16515,
- "end": 16516,
+ "start": 15984,
+ "end": 15985,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 42
},
"end": {
- "line": 513,
+ "line": 506,
"column": 43
}
}
@@ -98628,15 +96302,15 @@
"binop": null
},
"value": "selectOptions",
- "start": 16516,
- "end": 16529,
+ "start": 15985,
+ "end": 15998,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 43
},
"end": {
- "line": 513,
+ "line": 506,
"column": 56
}
}
@@ -98653,15 +96327,15 @@
"postfix": false,
"binop": null
},
- "start": 16529,
- "end": 16530,
+ "start": 15998,
+ "end": 15999,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 56
},
"end": {
- "line": 513,
+ "line": 506,
"column": 57
}
}
@@ -98679,15 +96353,15 @@
"binop": null
},
"value": "colIndex",
- "start": 16530,
- "end": 16538,
+ "start": 15999,
+ "end": 16007,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 57
},
"end": {
- "line": 513,
+ "line": 506,
"column": 65
}
}
@@ -98705,15 +96379,15 @@
"binop": null,
"updateContext": null
},
- "start": 16538,
- "end": 16539,
+ "start": 16007,
+ "end": 16008,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 65
},
"end": {
- "line": 513,
+ "line": 506,
"column": 66
}
}
@@ -98731,15 +96405,15 @@
"binop": null
},
"value": "values",
- "start": 16540,
- "end": 16546,
+ "start": 16009,
+ "end": 16015,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 67
},
"end": {
- "line": 513,
+ "line": 506,
"column": 73
}
}
@@ -98756,15 +96430,15 @@
"postfix": false,
"binop": null
},
- "start": 16546,
- "end": 16547,
+ "start": 16015,
+ "end": 16016,
"loc": {
"start": {
- "line": 513,
+ "line": 506,
"column": 73
},
"end": {
- "line": 513,
+ "line": 506,
"column": 74
}
}
@@ -98781,15 +96455,15 @@
"postfix": false,
"binop": null
},
- "start": 16556,
- "end": 16557,
+ "start": 16025,
+ "end": 16026,
"loc": {
"start": {
- "line": 514,
+ "line": 507,
"column": 8
},
"end": {
- "line": 514,
+ "line": 507,
"column": 9
}
}
@@ -98807,15 +96481,15 @@
"binop": null,
"updateContext": null
},
- "start": 16557,
- "end": 16558,
+ "start": 16026,
+ "end": 16027,
"loc": {
"start": {
- "line": 514,
+ "line": 507,
"column": 9
},
"end": {
- "line": 514,
+ "line": 507,
"column": 10
}
}
@@ -98835,15 +96509,15 @@
"updateContext": null
},
"value": "this",
- "start": 16567,
- "end": 16571,
+ "start": 16036,
+ "end": 16040,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 8
},
"end": {
- "line": 515,
+ "line": 508,
"column": 12
}
}
@@ -98861,15 +96535,15 @@
"binop": null,
"updateContext": null
},
- "start": 16571,
- "end": 16572,
+ "start": 16040,
+ "end": 16041,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 12
},
"end": {
- "line": 515,
+ "line": 508,
"column": 13
}
}
@@ -98887,15 +96561,15 @@
"binop": null
},
"value": "emitter",
- "start": 16572,
- "end": 16579,
+ "start": 16041,
+ "end": 16048,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 13
},
"end": {
- "line": 515,
+ "line": 508,
"column": 20
}
}
@@ -98913,15 +96587,15 @@
"binop": null,
"updateContext": null
},
- "start": 16579,
- "end": 16580,
+ "start": 16048,
+ "end": 16049,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 20
},
"end": {
- "line": 515,
+ "line": 508,
"column": 21
}
}
@@ -98939,15 +96613,15 @@
"binop": null
},
"value": "off",
- "start": 16580,
- "end": 16583,
+ "start": 16049,
+ "end": 16052,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 21
},
"end": {
- "line": 515,
+ "line": 508,
"column": 24
}
}
@@ -98964,15 +96638,15 @@
"postfix": false,
"binop": null
},
- "start": 16583,
- "end": 16584,
+ "start": 16052,
+ "end": 16053,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 24
},
"end": {
- "line": 515,
+ "line": 508,
"column": 25
}
}
@@ -98990,15 +96664,15 @@
"binop": null,
"updateContext": null
},
- "start": 16584,
- "end": 16585,
+ "start": 16053,
+ "end": 16054,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 25
},
"end": {
- "line": 515,
+ "line": 508,
"column": 26
}
}
@@ -99017,15 +96691,15 @@
"updateContext": null
},
"value": "rows-changed",
- "start": 16585,
- "end": 16599,
+ "start": 16054,
+ "end": 16068,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 26
},
"end": {
- "line": 515,
+ "line": 508,
"column": 40
}
}
@@ -99043,15 +96717,15 @@
"binop": null,
"updateContext": null
},
- "start": 16599,
- "end": 16600,
+ "start": 16068,
+ "end": 16069,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 40
},
"end": {
- "line": 515,
+ "line": 508,
"column": 41
}
}
@@ -99069,15 +96743,15 @@
"binop": null,
"updateContext": null
},
- "start": 16600,
- "end": 16601,
+ "start": 16069,
+ "end": 16070,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 41
},
"end": {
- "line": 515,
+ "line": 508,
"column": 42
}
}
@@ -99094,15 +96768,15 @@
"postfix": false,
"binop": null
},
- "start": 16602,
- "end": 16603,
+ "start": 16071,
+ "end": 16072,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 43
},
"end": {
- "line": 515,
+ "line": 508,
"column": 44
}
}
@@ -99119,15 +96793,15 @@
"postfix": false,
"binop": null
},
- "start": 16603,
- "end": 16604,
+ "start": 16072,
+ "end": 16073,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 44
},
"end": {
- "line": 515,
+ "line": 508,
"column": 45
}
}
@@ -99145,15 +96819,15 @@
"binop": null,
"updateContext": null
},
- "start": 16605,
- "end": 16607,
+ "start": 16074,
+ "end": 16076,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 46
},
"end": {
- "line": 515,
+ "line": 508,
"column": 48
}
}
@@ -99173,15 +96847,15 @@
"updateContext": null
},
"value": "this",
- "start": 16608,
- "end": 16612,
+ "start": 16077,
+ "end": 16081,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 49
},
"end": {
- "line": 515,
+ "line": 508,
"column": 53
}
}
@@ -99199,15 +96873,15 @@
"binop": null,
"updateContext": null
},
- "start": 16612,
- "end": 16613,
+ "start": 16081,
+ "end": 16082,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 53
},
"end": {
- "line": 515,
+ "line": 508,
"column": 54
}
}
@@ -99225,15 +96899,15 @@
"binop": null
},
"value": "refreshAll",
- "start": 16613,
- "end": 16623,
+ "start": 16082,
+ "end": 16092,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 54
},
"end": {
- "line": 515,
+ "line": 508,
"column": 64
}
}
@@ -99250,15 +96924,15 @@
"postfix": false,
"binop": null
},
- "start": 16623,
- "end": 16624,
+ "start": 16092,
+ "end": 16093,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 64
},
"end": {
- "line": 515,
+ "line": 508,
"column": 65
}
}
@@ -99275,15 +96949,15 @@
"postfix": false,
"binop": null
},
- "start": 16624,
- "end": 16625,
+ "start": 16093,
+ "end": 16094,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 65
},
"end": {
- "line": 515,
+ "line": 508,
"column": 66
}
}
@@ -99300,15 +96974,15 @@
"postfix": false,
"binop": null
},
- "start": 16625,
- "end": 16626,
+ "start": 16094,
+ "end": 16095,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 66
},
"end": {
- "line": 515,
+ "line": 508,
"column": 67
}
}
@@ -99326,15 +97000,15 @@
"binop": null,
"updateContext": null
},
- "start": 16626,
- "end": 16627,
+ "start": 16095,
+ "end": 16096,
"loc": {
"start": {
- "line": 515,
+ "line": 508,
"column": 67
},
"end": {
- "line": 515,
+ "line": 508,
"column": 68
}
}
@@ -99354,15 +97028,15 @@
"updateContext": null
},
"value": "this",
- "start": 16637,
- "end": 16641,
+ "start": 16106,
+ "end": 16110,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 8
},
"end": {
- "line": 517,
+ "line": 510,
"column": 12
}
}
@@ -99380,15 +97054,15 @@
"binop": null,
"updateContext": null
},
- "start": 16641,
- "end": 16642,
+ "start": 16110,
+ "end": 16111,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 12
},
"end": {
- "line": 517,
+ "line": 510,
"column": 13
}
}
@@ -99406,15 +97080,15 @@
"binop": null
},
"value": "initialized",
- "start": 16642,
- "end": 16653,
+ "start": 16111,
+ "end": 16122,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 13
},
"end": {
- "line": 517,
+ "line": 510,
"column": 24
}
}
@@ -99433,15 +97107,15 @@
"updateContext": null
},
"value": "=",
- "start": 16654,
- "end": 16655,
+ "start": 16123,
+ "end": 16124,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 25
},
"end": {
- "line": 517,
+ "line": 510,
"column": 26
}
}
@@ -99461,15 +97135,15 @@
"updateContext": null
},
"value": "false",
- "start": 16656,
- "end": 16661,
+ "start": 16125,
+ "end": 16130,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 27
},
"end": {
- "line": 517,
+ "line": 510,
"column": 32
}
}
@@ -99487,15 +97161,15 @@
"binop": null,
"updateContext": null
},
- "start": 16661,
- "end": 16662,
+ "start": 16130,
+ "end": 16131,
"loc": {
"start": {
- "line": 517,
+ "line": 510,
"column": 32
},
"end": {
- "line": 517,
+ "line": 510,
"column": 33
}
}
@@ -99512,15 +97186,15 @@
"postfix": false,
"binop": null
},
- "start": 16667,
- "end": 16668,
+ "start": 16136,
+ "end": 16137,
"loc": {
"start": {
- "line": 518,
+ "line": 511,
"column": 4
},
"end": {
- "line": 518,
+ "line": 511,
"column": 5
}
}
@@ -99537,15 +97211,15 @@
"postfix": false,
"binop": null
},
- "start": 16669,
- "end": 16670,
+ "start": 16138,
+ "end": 16139,
"loc": {
"start": {
- "line": 519,
+ "line": 512,
"column": 0
},
"end": {
- "line": 519,
+ "line": 512,
"column": 1
}
}
@@ -99563,15 +97237,15 @@
"binop": null,
"updateContext": null
},
- "start": 16671,
- "end": 16671,
+ "start": 16140,
+ "end": 16140,
"loc": {
"start": {
- "line": 520,
+ "line": 513,
"column": 0
},
"end": {
- "line": 520,
+ "line": 513,
"column": 0
}
}
diff --git a/docs/ast/source/modules/noResults.js.json b/docs/ast/source/modules/noResults.js.json
index 5d76ad46..65420d91 100644
--- a/docs/ast/source/modules/noResults.js.json
+++ b/docs/ast/source/modules/noResults.js.json
@@ -1,28 +1,28 @@
{
"type": "File",
"start": 0,
- "end": 4792,
+ "end": 4807,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
- "line": 195,
+ "line": 194,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
- "end": 4792,
+ "end": 4807,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
- "line": 195,
+ "line": 194,
"column": 0
}
},
@@ -675,14 +675,14 @@
{
"type": "ExportNamedDeclaration",
"start": 315,
- "end": 4791,
+ "end": 4806,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
- "line": 194,
+ "line": 193,
"column": 1
}
},
@@ -691,14 +691,14 @@
"declaration": {
"type": "ClassDeclaration",
"start": 322,
- "end": 4791,
+ "end": 4806,
"loc": {
"start": {
"line": 13,
"column": 7
},
"end": {
- "line": 194,
+ "line": 193,
"column": 1
}
},
@@ -740,14 +740,14 @@
"body": {
"type": "ClassBody",
"start": 354,
- "end": 4791,
+ "end": 4806,
"loc": {
"start": {
"line": 13,
"column": 39
},
"end": {
- "line": 194,
+ "line": 193,
"column": 1
}
},
@@ -3379,14 +3379,14 @@
{
"type": "ClassMethod",
"start": 2393,
- "end": 3120,
+ "end": 3147,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
- "line": 119,
+ "line": 120,
"column": 5
}
},
@@ -3419,14 +3419,14 @@
"body": {
"type": "BlockStatement",
"start": 2400,
- "end": 3120,
+ "end": 3147,
"loc": {
"start": {
"line": 91,
"column": 11
},
"end": {
- "line": 119,
+ "line": 120,
"column": 5
}
},
@@ -4802,29 +4802,29 @@
{
"type": "ExpressionStatement",
"start": 2974,
- "end": 3032,
+ "end": 3081,
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
- "line": 113,
- "column": 66
+ "line": 116,
+ "column": 10
}
},
"expression": {
"type": "CallExpression",
"start": 2974,
- "end": 3031,
+ "end": 3080,
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
- "line": 113,
- "column": 65
+ "line": 116,
+ "column": 9
}
},
"callee": {
@@ -4914,31 +4914,51 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 2990,
- "end": 3009,
+ "start": 3003,
+ "end": 3037,
"loc": {
"start": {
- "line": 113,
- "column": 24
+ "line": 114,
+ "column": 12
},
"end": {
- "line": 113,
- "column": 43
+ "line": 114,
+ "column": 46
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 2991,
- "end": 3008,
+ "start": 3004,
+ "end": 3017,
"loc": {
"start": {
- "line": 113,
- "column": 25
+ "line": 114,
+ "column": 13
},
"end": {
- "line": 113,
- "column": 42
+ "line": 114,
+ "column": 26
+ }
+ },
+ "extra": {
+ "rawValue": "initialized",
+ "raw": "'initialized'"
+ },
+ "value": "initialized"
+ },
+ {
+ "type": "StringLiteral",
+ "start": 3019,
+ "end": 3036,
+ "loc": {
+ "start": {
+ "line": 114,
+ "column": 28
+ },
+ "end": {
+ "line": 114,
+ "column": 45
}
},
"extra": {
@@ -4951,16 +4971,16 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 3011,
- "end": 3030,
+ "start": 3051,
+ "end": 3070,
"loc": {
"start": {
- "line": 113,
- "column": 45
+ "line": 115,
+ "column": 12
},
"end": {
- "line": 113,
- "column": 64
+ "line": 115,
+ "column": 31
}
},
"id": null,
@@ -4970,59 +4990,59 @@
"params": [],
"body": {
"type": "CallExpression",
- "start": 3017,
- "end": 3030,
+ "start": 3057,
+ "end": 3070,
"loc": {
"start": {
- "line": 113,
- "column": 51
+ "line": 115,
+ "column": 18
},
"end": {
- "line": 113,
- "column": 64
+ "line": 115,
+ "column": 31
}
},
"callee": {
"type": "MemberExpression",
- "start": 3017,
- "end": 3028,
+ "start": 3057,
+ "end": 3068,
"loc": {
"start": {
- "line": 113,
- "column": 51
+ "line": 115,
+ "column": 18
},
"end": {
- "line": 113,
- "column": 62
+ "line": 115,
+ "column": 29
}
},
"object": {
"type": "ThisExpression",
- "start": 3017,
- "end": 3021,
+ "start": 3057,
+ "end": 3061,
"loc": {
"start": {
- "line": 113,
- "column": 51
+ "line": 115,
+ "column": 18
},
"end": {
- "line": 113,
- "column": 55
+ "line": 115,
+ "column": 22
}
}
},
"property": {
"type": "Identifier",
- "start": 3022,
- "end": 3028,
+ "start": 3062,
+ "end": 3068,
"loc": {
"start": {
- "line": 113,
- "column": 56
+ "line": 115,
+ "column": 23
},
"end": {
- "line": 113,
- "column": 62
+ "line": 115,
+ "column": 29
},
"identifierName": "toggle"
},
@@ -5058,15 +5078,15 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 3042,
- "end": 3059,
+ "start": 3091,
+ "end": 3108,
"loc": {
"start": {
- "line": 115,
+ "line": 118,
"column": 8
},
"end": {
- "line": 115,
+ "line": 118,
"column": 25
}
}
@@ -5075,58 +5095,58 @@
},
{
"type": "ExpressionStatement",
- "start": 3068,
- "end": 3092,
+ "start": 3117,
+ "end": 3141,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 8
},
"end": {
- "line": 116,
+ "line": 119,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 3068,
- "end": 3091,
+ "start": 3117,
+ "end": 3140,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 8
},
"end": {
- "line": 116,
+ "line": 119,
"column": 31
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 3068,
- "end": 3084,
+ "start": 3117,
+ "end": 3133,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 8
},
"end": {
- "line": 116,
+ "line": 119,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 3068,
- "end": 3072,
+ "start": 3117,
+ "end": 3121,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 8
},
"end": {
- "line": 116,
+ "line": 119,
"column": 12
}
},
@@ -5134,15 +5154,15 @@
},
"property": {
"type": "Identifier",
- "start": 3073,
- "end": 3084,
+ "start": 3122,
+ "end": 3133,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 13
},
"end": {
- "line": 116,
+ "line": 119,
"column": 24
},
"identifierName": "initialized"
@@ -5154,15 +5174,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 3087,
- "end": 3091,
+ "start": 3136,
+ "end": 3140,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 27
},
"end": {
- "line": 116,
+ "line": 119,
"column": 31
}
},
@@ -5174,99 +5194,20 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 3042,
- "end": 3059,
+ "start": 3091,
+ "end": 3108,
"loc": {
"start": {
- "line": 115,
+ "line": 118,
"column": 8
},
"end": {
- "line": 115,
+ "line": 118,
"column": 25
}
}
}
]
- },
- {
- "type": "ExpressionStatement",
- "start": 3102,
- "end": 3114,
- "loc": {
- "start": {
- "line": 118,
- "column": 8
- },
- "end": {
- "line": 118,
- "column": 20
- }
- },
- "expression": {
- "type": "CallExpression",
- "start": 3102,
- "end": 3113,
- "loc": {
- "start": {
- "line": 118,
- "column": 8
- },
- "end": {
- "line": 118,
- "column": 19
- }
- },
- "callee": {
- "type": "MemberExpression",
- "start": 3102,
- "end": 3111,
- "loc": {
- "start": {
- "line": 118,
- "column": 8
- },
- "end": {
- "line": 118,
- "column": 17
- }
- },
- "object": {
- "type": "ThisExpression",
- "start": 3102,
- "end": 3106,
- "loc": {
- "start": {
- "line": 118,
- "column": 8
- },
- "end": {
- "line": 118,
- "column": 12
- }
- }
- },
- "property": {
- "type": "Identifier",
- "start": 3107,
- "end": 3111,
- "loc": {
- "start": {
- "line": 118,
- "column": 13
- },
- "end": {
- "line": 118,
- "column": 17
- },
- "identifierName": "hide"
- },
- "name": "hide"
- },
- "computed": false
- },
- "arguments": []
- }
}
],
"directives": [],
@@ -5294,15 +5235,15 @@
{
"type": "CommentBlock",
"value": "*\n * Toggle no results message\n ",
- "start": 3126,
- "end": 3170,
+ "start": 3153,
+ "end": 3197,
"loc": {
"start": {
- "line": 121,
+ "line": 122,
"column": 4
},
"end": {
- "line": 123,
+ "line": 124,
"column": 7
}
}
@@ -5311,15 +5252,15 @@
},
{
"type": "ClassMethod",
- "start": 3175,
- "end": 3312,
+ "start": 3202,
+ "end": 3339,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 4
},
"end": {
- "line": 130,
+ "line": 131,
"column": 5
}
},
@@ -5327,15 +5268,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3175,
- "end": 3181,
+ "start": 3202,
+ "end": 3208,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 4
},
"end": {
- "line": 124,
+ "line": 125,
"column": 10
},
"identifierName": "toggle"
@@ -5351,115 +5292,115 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 3184,
- "end": 3312,
+ "start": 3211,
+ "end": 3339,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 13
},
"end": {
- "line": 130,
+ "line": 131,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
- "start": 3194,
- "end": 3306,
+ "start": 3221,
+ "end": 3333,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 8
},
"end": {
- "line": 129,
+ "line": 130,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
- "start": 3198,
- "end": 3226,
+ "start": 3225,
+ "end": 3253,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 12
},
"end": {
- "line": 125,
+ "line": 126,
"column": 40
}
},
"left": {
"type": "CallExpression",
- "start": 3198,
- "end": 3222,
+ "start": 3225,
+ "end": 3249,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 12
},
"end": {
- "line": 125,
+ "line": 126,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
- "start": 3198,
- "end": 3220,
+ "start": 3225,
+ "end": 3247,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 12
},
"end": {
- "line": 125,
+ "line": 126,
"column": 34
}
},
"object": {
"type": "MemberExpression",
- "start": 3198,
- "end": 3205,
+ "start": 3225,
+ "end": 3232,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 12
},
"end": {
- "line": 125,
+ "line": 126,
"column": 19
}
},
"object": {
"type": "ThisExpression",
- "start": 3198,
- "end": 3202,
+ "start": 3225,
+ "end": 3229,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 12
},
"end": {
- "line": 125,
+ "line": 126,
"column": 16
}
}
},
"property": {
"type": "Identifier",
- "start": 3203,
- "end": 3205,
+ "start": 3230,
+ "end": 3232,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 17
},
"end": {
- "line": 125,
+ "line": 126,
"column": 19
},
"identifierName": "tf"
@@ -5470,15 +5411,15 @@
},
"property": {
"type": "Identifier",
- "start": 3206,
- "end": 3220,
+ "start": 3233,
+ "end": 3247,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 20
},
"end": {
- "line": 125,
+ "line": 126,
"column": 34
},
"identifierName": "getValidRowsNb"
@@ -5492,15 +5433,15 @@
"operator": ">",
"right": {
"type": "NumericLiteral",
- "start": 3225,
- "end": 3226,
+ "start": 3252,
+ "end": 3253,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 39
},
"end": {
- "line": 125,
+ "line": 126,
"column": 40
}
},
@@ -5513,87 +5454,87 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 3228,
- "end": 3264,
+ "start": 3255,
+ "end": 3291,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 42
},
"end": {
- "line": 127,
+ "line": 128,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 3242,
- "end": 3254,
+ "start": 3269,
+ "end": 3281,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 12
},
"end": {
- "line": 126,
+ "line": 127,
"column": 24
}
},
"expression": {
"type": "CallExpression",
- "start": 3242,
- "end": 3253,
+ "start": 3269,
+ "end": 3280,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 12
},
"end": {
- "line": 126,
+ "line": 127,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
- "start": 3242,
- "end": 3251,
+ "start": 3269,
+ "end": 3278,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 12
},
"end": {
- "line": 126,
+ "line": 127,
"column": 21
}
},
"object": {
"type": "ThisExpression",
- "start": 3242,
- "end": 3246,
+ "start": 3269,
+ "end": 3273,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 12
},
"end": {
- "line": 126,
+ "line": 127,
"column": 16
}
}
},
"property": {
"type": "Identifier",
- "start": 3247,
- "end": 3251,
+ "start": 3274,
+ "end": 3278,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 17
},
"end": {
- "line": 126,
+ "line": 127,
"column": 21
},
"identifierName": "hide"
@@ -5610,87 +5551,87 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 3270,
- "end": 3306,
+ "start": 3297,
+ "end": 3333,
"loc": {
"start": {
- "line": 127,
+ "line": 128,
"column": 15
},
"end": {
- "line": 129,
+ "line": 130,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 3284,
- "end": 3296,
+ "start": 3311,
+ "end": 3323,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 12
},
"end": {
- "line": 128,
+ "line": 129,
"column": 24
}
},
"expression": {
"type": "CallExpression",
- "start": 3284,
- "end": 3295,
+ "start": 3311,
+ "end": 3322,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 12
},
"end": {
- "line": 128,
+ "line": 129,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
- "start": 3284,
- "end": 3293,
+ "start": 3311,
+ "end": 3320,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 12
},
"end": {
- "line": 128,
+ "line": 129,
"column": 21
}
},
"object": {
"type": "ThisExpression",
- "start": 3284,
- "end": 3288,
+ "start": 3311,
+ "end": 3315,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 12
},
"end": {
- "line": 128,
+ "line": 129,
"column": 16
}
}
},
"property": {
"type": "Identifier",
- "start": 3289,
- "end": 3293,
+ "start": 3316,
+ "end": 3320,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 17
},
"end": {
- "line": 128,
+ "line": 129,
"column": 21
},
"identifierName": "show"
@@ -5714,15 +5655,15 @@
{
"type": "CommentBlock",
"value": "*\n * Toggle no results message\n ",
- "start": 3126,
- "end": 3170,
+ "start": 3153,
+ "end": 3197,
"loc": {
"start": {
- "line": 121,
+ "line": 122,
"column": 4
},
"end": {
- "line": 123,
+ "line": 124,
"column": 7
}
}
@@ -5732,15 +5673,15 @@
{
"type": "CommentBlock",
"value": "*\n * Show no results message\n ",
- "start": 3318,
- "end": 3360,
+ "start": 3345,
+ "end": 3387,
"loc": {
"start": {
- "line": 132,
+ "line": 133,
"column": 4
},
"end": {
- "line": 134,
+ "line": 135,
"column": 7
}
}
@@ -5749,15 +5690,15 @@
},
{
"type": "ClassMethod",
- "start": 3365,
- "end": 3616,
+ "start": 3392,
+ "end": 3643,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 4
},
"end": {
- "line": 145,
+ "line": 146,
"column": 5
}
},
@@ -5765,15 +5706,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3365,
- "end": 3369,
+ "start": 3392,
+ "end": 3396,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 4
},
"end": {
- "line": 135,
+ "line": 136,
"column": 8
},
"identifierName": "show"
@@ -5789,58 +5730,58 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 3372,
- "end": 3616,
+ "start": 3399,
+ "end": 3643,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 11
},
"end": {
- "line": 145,
+ "line": 146,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
- "start": 3382,
- "end": 3457,
+ "start": 3409,
+ "end": 3484,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 8
},
"end": {
- "line": 138,
+ "line": 139,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
- "start": 3386,
- "end": 3424,
+ "start": 3413,
+ "end": 3451,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 12
},
"end": {
- "line": 136,
+ "line": 137,
"column": 50
}
},
"left": {
"type": "UnaryExpression",
- "start": 3386,
- "end": 3403,
+ "start": 3413,
+ "end": 3430,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 12
},
"end": {
- "line": 136,
+ "line": 137,
"column": 29
}
},
@@ -5848,44 +5789,44 @@
"prefix": true,
"argument": {
"type": "MemberExpression",
- "start": 3387,
- "end": 3403,
+ "start": 3414,
+ "end": 3430,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 13
},
"end": {
- "line": 136,
+ "line": 137,
"column": 29
}
},
"object": {
"type": "ThisExpression",
- "start": 3387,
- "end": 3391,
+ "start": 3414,
+ "end": 3418,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 13
},
"end": {
- "line": 136,
+ "line": 137,
"column": 17
}
}
},
"property": {
"type": "Identifier",
- "start": 3392,
- "end": 3403,
+ "start": 3419,
+ "end": 3430,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 18
},
"end": {
- "line": 136,
+ "line": 137,
"column": 29
},
"identifierName": "initialized"
@@ -5901,15 +5842,15 @@
"operator": "||",
"right": {
"type": "UnaryExpression",
- "start": 3407,
- "end": 3424,
+ "start": 3434,
+ "end": 3451,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 33
},
"end": {
- "line": 136,
+ "line": 137,
"column": 50
}
},
@@ -5917,58 +5858,58 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 3408,
- "end": 3424,
+ "start": 3435,
+ "end": 3451,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 34
},
"end": {
- "line": 136,
+ "line": 137,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
- "start": 3408,
- "end": 3422,
+ "start": 3435,
+ "end": 3449,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 34
},
"end": {
- "line": 136,
+ "line": 137,
"column": 48
}
},
"object": {
"type": "ThisExpression",
- "start": 3408,
- "end": 3412,
+ "start": 3435,
+ "end": 3439,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 34
},
"end": {
- "line": 136,
+ "line": 137,
"column": 38
}
}
},
"property": {
"type": "Identifier",
- "start": 3413,
- "end": 3422,
+ "start": 3440,
+ "end": 3449,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 39
},
"end": {
- "line": 136,
+ "line": 137,
"column": 48
},
"identifierName": "isEnabled"
@@ -5986,30 +5927,30 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 3426,
- "end": 3457,
+ "start": 3453,
+ "end": 3484,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 52
},
"end": {
- "line": 138,
+ "line": 139,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 3440,
- "end": 3447,
+ "start": 3467,
+ "end": 3474,
"loc": {
"start": {
- "line": 137,
+ "line": 138,
"column": 12
},
"end": {
- "line": 137,
+ "line": 138,
"column": 19
}
},
@@ -6022,72 +5963,72 @@
},
{
"type": "ExpressionStatement",
- "start": 3466,
- "end": 3499,
+ "start": 3493,
+ "end": 3526,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 8
},
"end": {
- "line": 139,
+ "line": 140,
"column": 41
}
},
"expression": {
"type": "CallExpression",
- "start": 3466,
- "end": 3498,
+ "start": 3493,
+ "end": 3525,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 8
},
"end": {
- "line": 139,
+ "line": 140,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
- "start": 3466,
- "end": 3483,
+ "start": 3493,
+ "end": 3510,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 8
},
"end": {
- "line": 139,
+ "line": 140,
"column": 25
}
},
"object": {
"type": "ThisExpression",
- "start": 3466,
- "end": 3470,
+ "start": 3493,
+ "end": 3497,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 8
},
"end": {
- "line": 139,
+ "line": 140,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3471,
- "end": 3483,
+ "start": 3498,
+ "end": 3510,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 13
},
"end": {
- "line": 139,
+ "line": 140,
"column": 25
},
"identifierName": "onBeforeShow"
@@ -6099,44 +6040,44 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 3484,
- "end": 3491,
+ "start": 3511,
+ "end": 3518,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 26
},
"end": {
- "line": 139,
+ "line": 140,
"column": 33
}
},
"object": {
"type": "ThisExpression",
- "start": 3484,
- "end": 3488,
+ "start": 3511,
+ "end": 3515,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 26
},
"end": {
- "line": 139,
+ "line": 140,
"column": 30
}
}
},
"property": {
"type": "Identifier",
- "start": 3489,
- "end": 3491,
+ "start": 3516,
+ "end": 3518,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 31
},
"end": {
- "line": 139,
+ "line": 140,
"column": 33
},
"identifierName": "tf"
@@ -6147,15 +6088,15 @@
},
{
"type": "ThisExpression",
- "start": 3493,
- "end": 3497,
+ "start": 3520,
+ "end": 3524,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 35
},
"end": {
- "line": 139,
+ "line": 140,
"column": 39
}
}
@@ -6165,72 +6106,72 @@
},
{
"type": "ExpressionStatement",
- "start": 3509,
- "end": 3525,
+ "start": 3536,
+ "end": 3552,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 8
},
"end": {
- "line": 141,
+ "line": 142,
"column": 24
}
},
"expression": {
"type": "CallExpression",
- "start": 3509,
- "end": 3524,
+ "start": 3536,
+ "end": 3551,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 8
},
"end": {
- "line": 141,
+ "line": 142,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
- "start": 3509,
- "end": 3522,
+ "start": 3536,
+ "end": 3549,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 8
},
"end": {
- "line": 141,
+ "line": 142,
"column": 21
}
},
"object": {
"type": "ThisExpression",
- "start": 3509,
- "end": 3513,
+ "start": 3536,
+ "end": 3540,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 8
},
"end": {
- "line": 141,
+ "line": 142,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3514,
- "end": 3522,
+ "start": 3541,
+ "end": 3549,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 13
},
"end": {
- "line": 141,
+ "line": 142,
"column": 21
},
"identifierName": "setWidth"
@@ -6244,101 +6185,101 @@
},
{
"type": "ExpressionStatement",
- "start": 3534,
- "end": 3568,
+ "start": 3561,
+ "end": 3595,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 3534,
- "end": 3567,
+ "start": 3561,
+ "end": 3594,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 41
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 3534,
- "end": 3557,
+ "start": 3561,
+ "end": 3584,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 31
}
},
"object": {
"type": "MemberExpression",
- "start": 3534,
- "end": 3549,
+ "start": 3561,
+ "end": 3576,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 23
}
},
"object": {
"type": "MemberExpression",
- "start": 3534,
- "end": 3543,
+ "start": 3561,
+ "end": 3570,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 17
}
},
"object": {
"type": "ThisExpression",
- "start": 3534,
- "end": 3538,
+ "start": 3561,
+ "end": 3565,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3539,
- "end": 3543,
+ "start": 3566,
+ "end": 3570,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 13
},
"end": {
- "line": 142,
+ "line": 143,
"column": 17
},
"identifierName": "cont"
@@ -6349,15 +6290,15 @@
},
"property": {
"type": "Identifier",
- "start": 3544,
- "end": 3549,
+ "start": 3571,
+ "end": 3576,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 18
},
"end": {
- "line": 142,
+ "line": 143,
"column": 23
},
"identifierName": "style"
@@ -6368,15 +6309,15 @@
},
"property": {
"type": "Identifier",
- "start": 3550,
- "end": 3557,
+ "start": 3577,
+ "end": 3584,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 24
},
"end": {
- "line": 142,
+ "line": 143,
"column": 31
},
"identifierName": "display"
@@ -6387,15 +6328,15 @@
},
"right": {
"type": "StringLiteral",
- "start": 3560,
- "end": 3567,
+ "start": 3587,
+ "end": 3594,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 34
},
"end": {
- "line": 142,
+ "line": 143,
"column": 41
}
},
@@ -6409,72 +6350,72 @@
},
{
"type": "ExpressionStatement",
- "start": 3578,
- "end": 3610,
+ "start": 3605,
+ "end": 3637,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 8
},
"end": {
- "line": 144,
+ "line": 145,
"column": 40
}
},
"expression": {
"type": "CallExpression",
- "start": 3578,
- "end": 3609,
+ "start": 3605,
+ "end": 3636,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 8
},
"end": {
- "line": 144,
+ "line": 145,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
- "start": 3578,
- "end": 3594,
+ "start": 3605,
+ "end": 3621,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 8
},
"end": {
- "line": 144,
+ "line": 145,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 3578,
- "end": 3582,
+ "start": 3605,
+ "end": 3609,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 8
},
"end": {
- "line": 144,
+ "line": 145,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3583,
- "end": 3594,
+ "start": 3610,
+ "end": 3621,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 13
},
"end": {
- "line": 144,
+ "line": 145,
"column": 24
},
"identifierName": "onAfterShow"
@@ -6486,44 +6427,44 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 3595,
- "end": 3602,
+ "start": 3622,
+ "end": 3629,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 25
},
"end": {
- "line": 144,
+ "line": 145,
"column": 32
}
},
"object": {
"type": "ThisExpression",
- "start": 3595,
- "end": 3599,
+ "start": 3622,
+ "end": 3626,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 25
},
"end": {
- "line": 144,
+ "line": 145,
"column": 29
}
}
},
"property": {
"type": "Identifier",
- "start": 3600,
- "end": 3602,
+ "start": 3627,
+ "end": 3629,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 30
},
"end": {
- "line": 144,
+ "line": 145,
"column": 32
},
"identifierName": "tf"
@@ -6534,15 +6475,15 @@
},
{
"type": "ThisExpression",
- "start": 3604,
- "end": 3608,
+ "start": 3631,
+ "end": 3635,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 34
},
"end": {
- "line": 144,
+ "line": 145,
"column": 38
}
}
@@ -6558,15 +6499,15 @@
{
"type": "CommentBlock",
"value": "*\n * Show no results message\n ",
- "start": 3318,
- "end": 3360,
+ "start": 3345,
+ "end": 3387,
"loc": {
"start": {
- "line": 132,
+ "line": 133,
"column": 4
},
"end": {
- "line": 134,
+ "line": 135,
"column": 7
}
}
@@ -6576,15 +6517,15 @@
{
"type": "CommentBlock",
"value": "*\n * Hide no results message\n ",
- "start": 3622,
- "end": 3664,
+ "start": 3649,
+ "end": 3691,
"loc": {
"start": {
- "line": 147,
+ "line": 148,
"column": 4
},
"end": {
- "line": 149,
+ "line": 150,
"column": 7
}
}
@@ -6593,15 +6534,15 @@
},
{
"type": "ClassMethod",
- "start": 3669,
- "end": 3892,
+ "start": 3696,
+ "end": 3919,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 4
},
"end": {
- "line": 159,
+ "line": 160,
"column": 5
}
},
@@ -6609,15 +6550,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3669,
- "end": 3673,
+ "start": 3696,
+ "end": 3700,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 4
},
"end": {
- "line": 150,
+ "line": 151,
"column": 8
},
"identifierName": "hide"
@@ -6633,58 +6574,58 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 3676,
- "end": 3892,
+ "start": 3703,
+ "end": 3919,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 11
},
"end": {
- "line": 159,
+ "line": 160,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
- "start": 3686,
- "end": 3761,
+ "start": 3713,
+ "end": 3788,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 8
},
"end": {
- "line": 153,
+ "line": 154,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
- "start": 3690,
- "end": 3728,
+ "start": 3717,
+ "end": 3755,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 12
},
"end": {
- "line": 151,
+ "line": 152,
"column": 50
}
},
"left": {
"type": "UnaryExpression",
- "start": 3690,
- "end": 3707,
+ "start": 3717,
+ "end": 3734,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 12
},
"end": {
- "line": 151,
+ "line": 152,
"column": 29
}
},
@@ -6692,44 +6633,44 @@
"prefix": true,
"argument": {
"type": "MemberExpression",
- "start": 3691,
- "end": 3707,
+ "start": 3718,
+ "end": 3734,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 13
},
"end": {
- "line": 151,
+ "line": 152,
"column": 29
}
},
"object": {
"type": "ThisExpression",
- "start": 3691,
- "end": 3695,
+ "start": 3718,
+ "end": 3722,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 13
},
"end": {
- "line": 151,
+ "line": 152,
"column": 17
}
}
},
"property": {
"type": "Identifier",
- "start": 3696,
- "end": 3707,
+ "start": 3723,
+ "end": 3734,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 18
},
"end": {
- "line": 151,
+ "line": 152,
"column": 29
},
"identifierName": "initialized"
@@ -6745,15 +6686,15 @@
"operator": "||",
"right": {
"type": "UnaryExpression",
- "start": 3711,
- "end": 3728,
+ "start": 3738,
+ "end": 3755,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 33
},
"end": {
- "line": 151,
+ "line": 152,
"column": 50
}
},
@@ -6761,58 +6702,58 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 3712,
- "end": 3728,
+ "start": 3739,
+ "end": 3755,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 34
},
"end": {
- "line": 151,
+ "line": 152,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
- "start": 3712,
- "end": 3726,
+ "start": 3739,
+ "end": 3753,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 34
},
"end": {
- "line": 151,
+ "line": 152,
"column": 48
}
},
"object": {
"type": "ThisExpression",
- "start": 3712,
- "end": 3716,
+ "start": 3739,
+ "end": 3743,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 34
},
"end": {
- "line": 151,
+ "line": 152,
"column": 38
}
}
},
"property": {
"type": "Identifier",
- "start": 3717,
- "end": 3726,
+ "start": 3744,
+ "end": 3753,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 39
},
"end": {
- "line": 151,
+ "line": 152,
"column": 48
},
"identifierName": "isEnabled"
@@ -6830,30 +6771,30 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 3730,
- "end": 3761,
+ "start": 3757,
+ "end": 3788,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 52
},
"end": {
- "line": 153,
+ "line": 154,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 3744,
- "end": 3751,
+ "start": 3771,
+ "end": 3778,
"loc": {
"start": {
- "line": 152,
+ "line": 153,
"column": 12
},
"end": {
- "line": 152,
+ "line": 153,
"column": 19
}
},
@@ -6866,72 +6807,72 @@
},
{
"type": "ExpressionStatement",
- "start": 3770,
- "end": 3803,
+ "start": 3797,
+ "end": 3830,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 8
},
"end": {
- "line": 154,
+ "line": 155,
"column": 41
}
},
"expression": {
"type": "CallExpression",
- "start": 3770,
- "end": 3802,
+ "start": 3797,
+ "end": 3829,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 8
},
"end": {
- "line": 154,
+ "line": 155,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
- "start": 3770,
- "end": 3787,
+ "start": 3797,
+ "end": 3814,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 8
},
"end": {
- "line": 154,
+ "line": 155,
"column": 25
}
},
"object": {
"type": "ThisExpression",
- "start": 3770,
- "end": 3774,
+ "start": 3797,
+ "end": 3801,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 8
},
"end": {
- "line": 154,
+ "line": 155,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3775,
- "end": 3787,
+ "start": 3802,
+ "end": 3814,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 13
},
"end": {
- "line": 154,
+ "line": 155,
"column": 25
},
"identifierName": "onBeforeHide"
@@ -6943,44 +6884,44 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 3788,
- "end": 3795,
+ "start": 3815,
+ "end": 3822,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 26
},
"end": {
- "line": 154,
+ "line": 155,
"column": 33
}
},
"object": {
"type": "ThisExpression",
- "start": 3788,
- "end": 3792,
+ "start": 3815,
+ "end": 3819,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 26
},
"end": {
- "line": 154,
+ "line": 155,
"column": 30
}
}
},
"property": {
"type": "Identifier",
- "start": 3793,
- "end": 3795,
+ "start": 3820,
+ "end": 3822,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 31
},
"end": {
- "line": 154,
+ "line": 155,
"column": 33
},
"identifierName": "tf"
@@ -6991,15 +6932,15 @@
},
{
"type": "ThisExpression",
- "start": 3797,
- "end": 3801,
+ "start": 3824,
+ "end": 3828,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 35
},
"end": {
- "line": 154,
+ "line": 155,
"column": 39
}
}
@@ -7009,101 +6950,101 @@
},
{
"type": "ExpressionStatement",
- "start": 3813,
- "end": 3844,
+ "start": 3840,
+ "end": 3871,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 39
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 3813,
- "end": 3843,
+ "start": 3840,
+ "end": 3870,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 38
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 3813,
- "end": 3836,
+ "start": 3840,
+ "end": 3863,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 31
}
},
"object": {
"type": "MemberExpression",
- "start": 3813,
- "end": 3828,
+ "start": 3840,
+ "end": 3855,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 23
}
},
"object": {
"type": "MemberExpression",
- "start": 3813,
- "end": 3822,
+ "start": 3840,
+ "end": 3849,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 17
}
},
"object": {
"type": "ThisExpression",
- "start": 3813,
- "end": 3817,
+ "start": 3840,
+ "end": 3844,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3818,
- "end": 3822,
+ "start": 3845,
+ "end": 3849,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 13
},
"end": {
- "line": 156,
+ "line": 157,
"column": 17
},
"identifierName": "cont"
@@ -7114,15 +7055,15 @@
},
"property": {
"type": "Identifier",
- "start": 3823,
- "end": 3828,
+ "start": 3850,
+ "end": 3855,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 18
},
"end": {
- "line": 156,
+ "line": 157,
"column": 23
},
"identifierName": "style"
@@ -7133,15 +7074,15 @@
},
"property": {
"type": "Identifier",
- "start": 3829,
- "end": 3836,
+ "start": 3856,
+ "end": 3863,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 24
},
"end": {
- "line": 156,
+ "line": 157,
"column": 31
},
"identifierName": "display"
@@ -7152,15 +7093,15 @@
},
"right": {
"type": "Identifier",
- "start": 3839,
- "end": 3843,
+ "start": 3866,
+ "end": 3870,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 34
},
"end": {
- "line": 156,
+ "line": 157,
"column": 38
},
"identifierName": "NONE"
@@ -7171,72 +7112,72 @@
},
{
"type": "ExpressionStatement",
- "start": 3854,
- "end": 3886,
+ "start": 3881,
+ "end": 3913,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 40
}
},
"expression": {
"type": "CallExpression",
- "start": 3854,
- "end": 3885,
+ "start": 3881,
+ "end": 3912,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
- "start": 3854,
- "end": 3870,
+ "start": 3881,
+ "end": 3897,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 3854,
- "end": 3858,
+ "start": 3881,
+ "end": 3885,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 3859,
- "end": 3870,
+ "start": 3886,
+ "end": 3897,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 13
},
"end": {
- "line": 158,
+ "line": 159,
"column": 24
},
"identifierName": "onAfterHide"
@@ -7248,44 +7189,44 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 3871,
- "end": 3878,
+ "start": 3898,
+ "end": 3905,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 25
},
"end": {
- "line": 158,
+ "line": 159,
"column": 32
}
},
"object": {
"type": "ThisExpression",
- "start": 3871,
- "end": 3875,
+ "start": 3898,
+ "end": 3902,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 25
},
"end": {
- "line": 158,
+ "line": 159,
"column": 29
}
}
},
"property": {
"type": "Identifier",
- "start": 3876,
- "end": 3878,
+ "start": 3903,
+ "end": 3905,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 30
},
"end": {
- "line": 158,
+ "line": 159,
"column": 32
},
"identifierName": "tf"
@@ -7296,15 +7237,15 @@
},
{
"type": "ThisExpression",
- "start": 3880,
- "end": 3884,
+ "start": 3907,
+ "end": 3911,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 34
},
"end": {
- "line": 158,
+ "line": 159,
"column": 38
}
}
@@ -7320,15 +7261,15 @@
{
"type": "CommentBlock",
"value": "*\n * Hide no results message\n ",
- "start": 3622,
- "end": 3664,
+ "start": 3649,
+ "end": 3691,
"loc": {
"start": {
- "line": 147,
+ "line": 148,
"column": 4
},
"end": {
- "line": 149,
+ "line": 150,
"column": 7
}
}
@@ -7338,15 +7279,15 @@
{
"type": "CommentBlock",
"value": "*\n * Sets no results container width\n * @private\n ",
- "start": 3898,
- "end": 3964,
+ "start": 3925,
+ "end": 3991,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 4
},
"end": {
- "line": 164,
+ "line": 165,
"column": 7
}
}
@@ -7355,15 +7296,15 @@
},
{
"type": "ClassMethod",
- "start": 3969,
- "end": 4458,
+ "start": 3996,
+ "end": 4485,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 4
},
"end": {
- "line": 178,
+ "line": 179,
"column": 5
}
},
@@ -7371,15 +7312,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 3969,
- "end": 3977,
+ "start": 3996,
+ "end": 4004,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 4
},
"end": {
- "line": 165,
+ "line": 166,
"column": 12
},
"identifierName": "setWidth"
@@ -7395,72 +7336,72 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 3980,
- "end": 4458,
+ "start": 4007,
+ "end": 4485,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 15
},
"end": {
- "line": 178,
+ "line": 179,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
- "start": 3990,
- "end": 4084,
+ "start": 4017,
+ "end": 4111,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 8
},
"end": {
- "line": 168,
+ "line": 169,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
- "start": 3994,
- "end": 4051,
+ "start": 4021,
+ "end": 4078,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 12
},
"end": {
- "line": 166,
+ "line": 167,
"column": 69
}
},
"left": {
"type": "LogicalExpression",
- "start": 3994,
- "end": 4030,
+ "start": 4021,
+ "end": 4057,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 12
},
"end": {
- "line": 166,
+ "line": 167,
"column": 48
}
},
"left": {
"type": "UnaryExpression",
- "start": 3994,
- "end": 4011,
+ "start": 4021,
+ "end": 4038,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 12
},
"end": {
- "line": 166,
+ "line": 167,
"column": 29
}
},
@@ -7468,44 +7409,44 @@
"prefix": true,
"argument": {
"type": "MemberExpression",
- "start": 3995,
- "end": 4011,
+ "start": 4022,
+ "end": 4038,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 13
},
"end": {
- "line": 166,
+ "line": 167,
"column": 29
}
},
"object": {
"type": "ThisExpression",
- "start": 3995,
- "end": 3999,
+ "start": 4022,
+ "end": 4026,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 13
},
"end": {
- "line": 166,
+ "line": 167,
"column": 17
}
}
},
"property": {
"type": "Identifier",
- "start": 4000,
- "end": 4011,
+ "start": 4027,
+ "end": 4038,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 18
},
"end": {
- "line": 166,
+ "line": 167,
"column": 29
},
"identifierName": "initialized"
@@ -7521,44 +7462,44 @@
"operator": "||",
"right": {
"type": "MemberExpression",
- "start": 4015,
- "end": 4030,
+ "start": 4042,
+ "end": 4057,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 33
},
"end": {
- "line": 166,
+ "line": 167,
"column": 48
}
},
"object": {
"type": "ThisExpression",
- "start": 4015,
- "end": 4019,
+ "start": 4042,
+ "end": 4046,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 33
},
"end": {
- "line": 166,
+ "line": 167,
"column": 37
}
}
},
"property": {
"type": "Identifier",
- "start": 4020,
- "end": 4030,
+ "start": 4047,
+ "end": 4057,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 38
},
"end": {
- "line": 166,
+ "line": 167,
"column": 48
},
"identifierName": "isExternal"
@@ -7571,15 +7512,15 @@
"operator": "||",
"right": {
"type": "UnaryExpression",
- "start": 4034,
- "end": 4051,
+ "start": 4061,
+ "end": 4078,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 52
},
"end": {
- "line": 166,
+ "line": 167,
"column": 69
}
},
@@ -7587,58 +7528,58 @@
"prefix": true,
"argument": {
"type": "CallExpression",
- "start": 4035,
- "end": 4051,
+ "start": 4062,
+ "end": 4078,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 53
},
"end": {
- "line": 166,
+ "line": 167,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
- "start": 4035,
- "end": 4049,
+ "start": 4062,
+ "end": 4076,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 53
},
"end": {
- "line": 166,
+ "line": 167,
"column": 67
}
},
"object": {
"type": "ThisExpression",
- "start": 4035,
- "end": 4039,
+ "start": 4062,
+ "end": 4066,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 53
},
"end": {
- "line": 166,
+ "line": 167,
"column": 57
}
}
},
"property": {
"type": "Identifier",
- "start": 4040,
- "end": 4049,
+ "start": 4067,
+ "end": 4076,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 58
},
"end": {
- "line": 166,
+ "line": 167,
"column": 67
},
"identifierName": "isEnabled"
@@ -7656,30 +7597,30 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 4053,
- "end": 4084,
+ "start": 4080,
+ "end": 4111,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 71
},
"end": {
- "line": 168,
+ "line": 169,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 4067,
- "end": 4074,
+ "start": 4094,
+ "end": 4101,
"loc": {
"start": {
- "line": 167,
+ "line": 168,
"column": 12
},
"end": {
- "line": 167,
+ "line": 168,
"column": 19
}
},
@@ -7692,44 +7633,44 @@
},
{
"type": "VariableDeclaration",
- "start": 4093,
- "end": 4110,
+ "start": 4120,
+ "end": 4137,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 8
},
"end": {
- "line": 169,
+ "line": 170,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 4097,
- "end": 4109,
+ "start": 4124,
+ "end": 4136,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 12
},
"end": {
- "line": 169,
+ "line": 170,
"column": 24
}
},
"id": {
"type": "Identifier",
- "start": 4097,
- "end": 4099,
+ "start": 4124,
+ "end": 4126,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 12
},
"end": {
- "line": 169,
+ "line": 170,
"column": 14
},
"identifierName": "tf"
@@ -7738,44 +7679,44 @@
},
"init": {
"type": "MemberExpression",
- "start": 4102,
- "end": 4109,
+ "start": 4129,
+ "end": 4136,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 17
},
"end": {
- "line": 169,
+ "line": 170,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 4102,
- "end": 4106,
+ "start": 4129,
+ "end": 4133,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 17
},
"end": {
- "line": 169,
+ "line": 170,
"column": 21
}
}
},
"property": {
"type": "Identifier",
- "start": 4107,
- "end": 4109,
+ "start": 4134,
+ "end": 4136,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 22
},
"end": {
- "line": 169,
+ "line": 170,
"column": 24
},
"identifierName": "tf"
@@ -7790,43 +7731,43 @@
},
{
"type": "IfStatement",
- "start": 4119,
- "end": 4452,
+ "start": 4146,
+ "end": 4479,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 8
},
"end": {
- "line": 177,
+ "line": 178,
"column": 9
}
},
"test": {
"type": "MemberExpression",
- "start": 4123,
- "end": 4136,
+ "start": 4150,
+ "end": 4163,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 12
},
"end": {
- "line": 170,
+ "line": 171,
"column": 25
}
},
"object": {
"type": "Identifier",
- "start": 4123,
- "end": 4125,
+ "start": 4150,
+ "end": 4152,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 12
},
"end": {
- "line": 170,
+ "line": 171,
"column": 14
},
"identifierName": "tf"
@@ -7835,15 +7776,15 @@
},
"property": {
"type": "Identifier",
- "start": 4126,
- "end": 4136,
+ "start": 4153,
+ "end": 4163,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 15
},
"end": {
- "line": 170,
+ "line": 171,
"column": 25
},
"identifierName": "gridLayout"
@@ -7854,59 +7795,59 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 4138,
- "end": 4279,
+ "start": 4165,
+ "end": 4306,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 27
},
"end": {
- "line": 173,
+ "line": 174,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
- "start": 4152,
- "end": 4194,
+ "start": 4179,
+ "end": 4221,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 12
},
"end": {
- "line": 171,
+ "line": 172,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
- "start": 4156,
- "end": 4193,
+ "start": 4183,
+ "end": 4220,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 16
},
"end": {
- "line": 171,
+ "line": 172,
"column": 53
}
},
"id": {
"type": "Identifier",
- "start": 4156,
- "end": 4166,
+ "start": 4183,
+ "end": 4193,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 16
},
"end": {
- "line": 171,
+ "line": 172,
"column": 26
},
"identifierName": "gridLayout"
@@ -7915,43 +7856,43 @@
},
"init": {
"type": "CallExpression",
- "start": 4169,
- "end": 4193,
+ "start": 4196,
+ "end": 4220,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 29
},
"end": {
- "line": 171,
+ "line": 172,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
- "start": 4169,
- "end": 4179,
+ "start": 4196,
+ "end": 4206,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 29
},
"end": {
- "line": 171,
+ "line": 172,
"column": 39
}
},
"object": {
"type": "Identifier",
- "start": 4169,
- "end": 4171,
+ "start": 4196,
+ "end": 4198,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 29
},
"end": {
- "line": 171,
+ "line": 172,
"column": 31
},
"identifierName": "tf"
@@ -7960,15 +7901,15 @@
},
"property": {
"type": "Identifier",
- "start": 4172,
- "end": 4179,
+ "start": 4199,
+ "end": 4206,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 32
},
"end": {
- "line": 171,
+ "line": 172,
"column": 39
},
"identifierName": "feature"
@@ -7980,15 +7921,15 @@
"arguments": [
{
"type": "StringLiteral",
- "start": 4180,
- "end": 4192,
+ "start": 4207,
+ "end": 4219,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 40
},
"end": {
- "line": 171,
+ "line": 172,
"column": 52
}
},
@@ -8006,101 +7947,101 @@
},
{
"type": "ExpressionStatement",
- "start": 4207,
- "end": 4269,
+ "start": 4234,
+ "end": 4296,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 74
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 4207,
- "end": 4268,
+ "start": 4234,
+ "end": 4295,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 73
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4207,
- "end": 4228,
+ "start": 4234,
+ "end": 4255,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 33
}
},
"object": {
"type": "MemberExpression",
- "start": 4207,
- "end": 4222,
+ "start": 4234,
+ "end": 4249,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 27
}
},
"object": {
"type": "MemberExpression",
- "start": 4207,
- "end": 4216,
+ "start": 4234,
+ "end": 4243,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 21
}
},
"object": {
"type": "ThisExpression",
- "start": 4207,
- "end": 4211,
+ "start": 4234,
+ "end": 4238,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 16
}
}
},
"property": {
"type": "Identifier",
- "start": 4212,
- "end": 4216,
+ "start": 4239,
+ "end": 4243,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 17
},
"end": {
- "line": 172,
+ "line": 173,
"column": 21
},
"identifierName": "cont"
@@ -8111,15 +8052,15 @@
},
"property": {
"type": "Identifier",
- "start": 4217,
- "end": 4222,
+ "start": 4244,
+ "end": 4249,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 22
},
"end": {
- "line": 172,
+ "line": 173,
"column": 27
},
"identifierName": "style"
@@ -8130,15 +8071,15 @@
},
"property": {
"type": "Identifier",
- "start": 4223,
- "end": 4228,
+ "start": 4250,
+ "end": 4255,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 28
},
"end": {
- "line": 172,
+ "line": 173,
"column": 33
},
"identifierName": "width"
@@ -8149,57 +8090,57 @@
},
"right": {
"type": "BinaryExpression",
- "start": 4231,
- "end": 4268,
+ "start": 4258,
+ "end": 4295,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 36
},
"end": {
- "line": 172,
+ "line": 173,
"column": 73
}
},
"left": {
"type": "MemberExpression",
- "start": 4231,
- "end": 4261,
+ "start": 4258,
+ "end": 4288,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 36
},
"end": {
- "line": 172,
+ "line": 173,
"column": 66
}
},
"object": {
"type": "MemberExpression",
- "start": 4231,
- "end": 4249,
+ "start": 4258,
+ "end": 4276,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 36
},
"end": {
- "line": 172,
+ "line": 173,
"column": 54
}
},
"object": {
"type": "Identifier",
- "start": 4231,
- "end": 4241,
+ "start": 4258,
+ "end": 4268,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 36
},
"end": {
- "line": 172,
+ "line": 173,
"column": 46
},
"identifierName": "gridLayout"
@@ -8208,15 +8149,15 @@
},
"property": {
"type": "Identifier",
- "start": 4242,
- "end": 4249,
+ "start": 4269,
+ "end": 4276,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 47
},
"end": {
- "line": 172,
+ "line": 173,
"column": 54
},
"identifierName": "headTbl"
@@ -8227,15 +8168,15 @@
},
"property": {
"type": "Identifier",
- "start": 4250,
- "end": 4261,
+ "start": 4277,
+ "end": 4288,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 55
},
"end": {
- "line": 172,
+ "line": 173,
"column": 66
},
"identifierName": "clientWidth"
@@ -8247,15 +8188,15 @@
"operator": "+",
"right": {
"type": "StringLiteral",
- "start": 4264,
- "end": 4268,
+ "start": 4291,
+ "end": 4295,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 69
},
"end": {
- "line": 172,
+ "line": 173,
"column": 73
}
},
@@ -8273,116 +8214,116 @@
},
"alternate": {
"type": "BlockStatement",
- "start": 4285,
- "end": 4452,
+ "start": 4312,
+ "end": 4479,
"loc": {
"start": {
- "line": 173,
+ "line": 174,
"column": 15
},
"end": {
- "line": 177,
+ "line": 178,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
- "start": 4299,
- "end": 4442,
+ "start": 4326,
+ "end": 4469,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 176,
+ "line": 177,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 4299,
- "end": 4441,
+ "start": 4326,
+ "end": 4468,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 176,
+ "line": 177,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4299,
- "end": 4320,
+ "start": 4326,
+ "end": 4347,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 174,
+ "line": 175,
"column": 33
}
},
"object": {
"type": "MemberExpression",
- "start": 4299,
- "end": 4314,
+ "start": 4326,
+ "end": 4341,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 174,
+ "line": 175,
"column": 27
}
},
"object": {
"type": "MemberExpression",
- "start": 4299,
- "end": 4308,
+ "start": 4326,
+ "end": 4335,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 174,
+ "line": 175,
"column": 21
}
},
"object": {
"type": "ThisExpression",
- "start": 4299,
- "end": 4303,
+ "start": 4326,
+ "end": 4330,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 174,
+ "line": 175,
"column": 16
}
}
},
"property": {
"type": "Identifier",
- "start": 4304,
- "end": 4308,
+ "start": 4331,
+ "end": 4335,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 17
},
"end": {
- "line": 174,
+ "line": 175,
"column": 21
},
"identifierName": "cont"
@@ -8393,15 +8334,15 @@
},
"property": {
"type": "Identifier",
- "start": 4309,
- "end": 4314,
+ "start": 4336,
+ "end": 4341,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 22
},
"end": {
- "line": 174,
+ "line": 175,
"column": 27
},
"identifierName": "style"
@@ -8412,15 +8353,15 @@
},
"property": {
"type": "Identifier",
- "start": 4315,
- "end": 4320,
+ "start": 4342,
+ "end": 4347,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 28
},
"end": {
- "line": 174,
+ "line": 175,
"column": 33
},
"identifierName": "width"
@@ -8431,85 +8372,85 @@
},
"right": {
"type": "BinaryExpression",
- "start": 4323,
- "end": 4441,
+ "start": 4350,
+ "end": 4468,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 36
},
"end": {
- "line": 176,
+ "line": 177,
"column": 55
}
},
"left": {
"type": "ConditionalExpression",
- "start": 4324,
- "end": 4433,
+ "start": 4351,
+ "end": 4460,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 37
},
"end": {
- "line": 176,
+ "line": 177,
"column": 47
}
},
"test": {
"type": "MemberExpression",
- "start": 4324,
- "end": 4338,
+ "start": 4351,
+ "end": 4365,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 37
},
"end": {
- "line": 174,
+ "line": 175,
"column": 51
}
},
"object": {
"type": "CallExpression",
- "start": 4324,
- "end": 4332,
+ "start": 4351,
+ "end": 4359,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 37
},
"end": {
- "line": 174,
+ "line": 175,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
- "start": 4324,
- "end": 4330,
+ "start": 4351,
+ "end": 4357,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 37
},
"end": {
- "line": 174,
+ "line": 175,
"column": 43
}
},
"object": {
"type": "Identifier",
- "start": 4324,
- "end": 4326,
+ "start": 4351,
+ "end": 4353,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 37
},
"end": {
- "line": 174,
+ "line": 175,
"column": 39
},
"identifierName": "tf"
@@ -8518,15 +8459,15 @@
},
"property": {
"type": "Identifier",
- "start": 4327,
- "end": 4330,
+ "start": 4354,
+ "end": 4357,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 40
},
"end": {
- "line": 174,
+ "line": 175,
"column": 43
},
"identifierName": "dom"
@@ -8539,15 +8480,15 @@
},
"property": {
"type": "Identifier",
- "start": 4333,
- "end": 4338,
+ "start": 4360,
+ "end": 4365,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 46
},
"end": {
- "line": 174,
+ "line": 175,
"column": 51
},
"identifierName": "tHead"
@@ -8558,71 +8499,71 @@
},
"consequent": {
"type": "MemberExpression",
- "start": 4357,
- "end": 4383,
+ "start": 4384,
+ "end": 4410,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 16
},
"end": {
- "line": 175,
+ "line": 176,
"column": 42
}
},
"object": {
"type": "MemberExpression",
- "start": 4357,
- "end": 4371,
+ "start": 4384,
+ "end": 4398,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 16
},
"end": {
- "line": 175,
+ "line": 176,
"column": 30
}
},
"object": {
"type": "CallExpression",
- "start": 4357,
- "end": 4365,
+ "start": 4384,
+ "end": 4392,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 16
},
"end": {
- "line": 175,
+ "line": 176,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
- "start": 4357,
- "end": 4363,
+ "start": 4384,
+ "end": 4390,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 16
},
"end": {
- "line": 175,
+ "line": 176,
"column": 22
}
},
"object": {
"type": "Identifier",
- "start": 4357,
- "end": 4359,
+ "start": 4384,
+ "end": 4386,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 16
},
"end": {
- "line": 175,
+ "line": 176,
"column": 18
},
"identifierName": "tf"
@@ -8631,15 +8572,15 @@
},
"property": {
"type": "Identifier",
- "start": 4360,
- "end": 4363,
+ "start": 4387,
+ "end": 4390,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 19
},
"end": {
- "line": 175,
+ "line": 176,
"column": 22
},
"identifierName": "dom"
@@ -8652,15 +8593,15 @@
},
"property": {
"type": "Identifier",
- "start": 4366,
- "end": 4371,
+ "start": 4393,
+ "end": 4398,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 25
},
"end": {
- "line": 175,
+ "line": 176,
"column": 30
},
"identifierName": "tHead"
@@ -8671,15 +8612,15 @@
},
"property": {
"type": "Identifier",
- "start": 4372,
- "end": 4383,
+ "start": 4399,
+ "end": 4410,
"loc": {
"start": {
- "line": 175,
+ "line": 176,
"column": 31
},
"end": {
- "line": 175,
+ "line": 176,
"column": 42
},
"identifierName": "clientWidth"
@@ -8690,85 +8631,85 @@
},
"alternate": {
"type": "MemberExpression",
- "start": 4402,
- "end": 4433,
+ "start": 4429,
+ "end": 4460,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 16
},
"end": {
- "line": 176,
+ "line": 177,
"column": 47
}
},
"object": {
"type": "MemberExpression",
- "start": 4402,
- "end": 4421,
+ "start": 4429,
+ "end": 4448,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 16
},
"end": {
- "line": 176,
+ "line": 177,
"column": 35
}
},
"object": {
"type": "MemberExpression",
- "start": 4402,
- "end": 4418,
+ "start": 4429,
+ "end": 4445,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 16
},
"end": {
- "line": 176,
+ "line": 177,
"column": 32
}
},
"object": {
"type": "CallExpression",
- "start": 4402,
- "end": 4410,
+ "start": 4429,
+ "end": 4437,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 16
},
"end": {
- "line": 176,
+ "line": 177,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
- "start": 4402,
- "end": 4408,
+ "start": 4429,
+ "end": 4435,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 16
},
"end": {
- "line": 176,
+ "line": 177,
"column": 22
}
},
"object": {
"type": "Identifier",
- "start": 4402,
- "end": 4404,
+ "start": 4429,
+ "end": 4431,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 16
},
"end": {
- "line": 176,
+ "line": 177,
"column": 18
},
"identifierName": "tf"
@@ -8777,15 +8718,15 @@
},
"property": {
"type": "Identifier",
- "start": 4405,
- "end": 4408,
+ "start": 4432,
+ "end": 4435,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 19
},
"end": {
- "line": 176,
+ "line": 177,
"column": 22
},
"identifierName": "dom"
@@ -8798,15 +8739,15 @@
},
"property": {
"type": "Identifier",
- "start": 4411,
- "end": 4418,
+ "start": 4438,
+ "end": 4445,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 25
},
"end": {
- "line": 176,
+ "line": 177,
"column": 32
},
"identifierName": "tBodies"
@@ -8817,15 +8758,15 @@
},
"property": {
"type": "NumericLiteral",
- "start": 4419,
- "end": 4420,
+ "start": 4446,
+ "end": 4447,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 33
},
"end": {
- "line": 176,
+ "line": 177,
"column": 34
}
},
@@ -8839,15 +8780,15 @@
},
"property": {
"type": "Identifier",
- "start": 4422,
- "end": 4433,
+ "start": 4449,
+ "end": 4460,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 36
},
"end": {
- "line": 176,
+ "line": 177,
"column": 47
},
"identifierName": "clientWidth"
@@ -8858,21 +8799,21 @@
},
"extra": {
"parenthesized": true,
- "parenStart": 4323
+ "parenStart": 4350
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
- "start": 4437,
- "end": 4441,
+ "start": 4464,
+ "end": 4468,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 51
},
"end": {
- "line": 176,
+ "line": 177,
"column": 55
}
},
@@ -8897,15 +8838,15 @@
{
"type": "CommentBlock",
"value": "*\n * Sets no results container width\n * @private\n ",
- "start": 3898,
- "end": 3964,
+ "start": 3925,
+ "end": 3991,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 4
},
"end": {
- "line": 164,
+ "line": 165,
"column": 7
}
}
@@ -8914,17 +8855,17 @@
"trailingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Remove feature\n ",
- "start": 4464,
- "end": 4497,
+ "value": "* Remove feature ",
+ "start": 4491,
+ "end": 4512,
"loc": {
"start": {
- "line": 180,
+ "line": 181,
"column": 4
},
"end": {
- "line": 182,
- "column": 7
+ "line": 181,
+ "column": 25
}
}
}
@@ -8932,15 +8873,15 @@
},
{
"type": "ClassMethod",
- "start": 4502,
- "end": 4789,
+ "start": 4517,
+ "end": 4804,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 4
},
"end": {
- "line": 193,
+ "line": 192,
"column": 5
}
},
@@ -8948,15 +8889,15 @@
"computed": false,
"key": {
"type": "Identifier",
- "start": 4502,
- "end": 4509,
+ "start": 4517,
+ "end": 4524,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 4
},
"end": {
- "line": 183,
+ "line": 182,
"column": 11
},
"identifierName": "destroy"
@@ -8972,44 +8913,44 @@
"params": [],
"body": {
"type": "BlockStatement",
- "start": 4512,
- "end": 4789,
+ "start": 4527,
+ "end": 4804,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 14
},
"end": {
- "line": 193,
+ "line": 192,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
- "start": 4522,
- "end": 4576,
+ "start": 4537,
+ "end": 4591,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 8
},
"end": {
- "line": 186,
+ "line": 185,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
- "start": 4526,
- "end": 4543,
+ "start": 4541,
+ "end": 4558,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 12
},
"end": {
- "line": 184,
+ "line": 183,
"column": 29
}
},
@@ -9017,44 +8958,44 @@
"prefix": true,
"argument": {
"type": "MemberExpression",
- "start": 4527,
- "end": 4543,
+ "start": 4542,
+ "end": 4558,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 13
},
"end": {
- "line": 184,
+ "line": 183,
"column": 29
}
},
"object": {
"type": "ThisExpression",
- "start": 4527,
- "end": 4531,
+ "start": 4542,
+ "end": 4546,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 13
},
"end": {
- "line": 184,
+ "line": 183,
"column": 17
}
}
},
"property": {
"type": "Identifier",
- "start": 4532,
- "end": 4543,
+ "start": 4547,
+ "end": 4558,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 18
},
"end": {
- "line": 184,
+ "line": 183,
"column": 29
},
"identifierName": "initialized"
@@ -9069,30 +9010,30 @@
},
"consequent": {
"type": "BlockStatement",
- "start": 4545,
- "end": 4576,
+ "start": 4560,
+ "end": 4591,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 31
},
"end": {
- "line": 186,
+ "line": 185,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
- "start": 4559,
- "end": 4566,
+ "start": 4574,
+ "end": 4581,
"loc": {
"start": {
- "line": 185,
+ "line": 184,
"column": 12
},
"end": {
- "line": 185,
+ "line": 184,
"column": 19
}
},
@@ -9105,43 +9046,43 @@
},
{
"type": "ExpressionStatement",
- "start": 4585,
- "end": 4606,
+ "start": 4600,
+ "end": 4621,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 8
},
"end": {
- "line": 187,
+ "line": 186,
"column": 29
}
},
"expression": {
"type": "CallExpression",
- "start": 4585,
- "end": 4605,
+ "start": 4600,
+ "end": 4620,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 8
},
"end": {
- "line": 187,
+ "line": 186,
"column": 28
}
},
"callee": {
"type": "Identifier",
- "start": 4585,
- "end": 4594,
+ "start": 4600,
+ "end": 4609,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 8
},
"end": {
- "line": 187,
+ "line": 186,
"column": 17
},
"identifierName": "removeElm"
@@ -9151,44 +9092,44 @@
"arguments": [
{
"type": "MemberExpression",
- "start": 4595,
- "end": 4604,
+ "start": 4610,
+ "end": 4619,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 18
},
"end": {
- "line": 187,
+ "line": 186,
"column": 27
}
},
"object": {
"type": "ThisExpression",
- "start": 4595,
- "end": 4599,
+ "start": 4610,
+ "end": 4614,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 18
},
"end": {
- "line": 187,
+ "line": 186,
"column": 22
}
}
},
"property": {
"type": "Identifier",
- "start": 4600,
- "end": 4604,
+ "start": 4615,
+ "end": 4619,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 23
},
"end": {
- "line": 187,
+ "line": 186,
"column": 27
},
"identifierName": "cont"
@@ -9202,73 +9143,73 @@
},
{
"type": "ExpressionStatement",
- "start": 4615,
- "end": 4632,
+ "start": 4630,
+ "end": 4647,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 8
},
"end": {
- "line": 188,
+ "line": 187,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 4615,
- "end": 4631,
+ "start": 4630,
+ "end": 4646,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 8
},
"end": {
- "line": 188,
+ "line": 187,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4615,
- "end": 4624,
+ "start": 4630,
+ "end": 4639,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 8
},
"end": {
- "line": 188,
+ "line": 187,
"column": 17
}
},
"object": {
"type": "ThisExpression",
- "start": 4615,
- "end": 4619,
+ "start": 4630,
+ "end": 4634,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 8
},
"end": {
- "line": 188,
+ "line": 187,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 4620,
- "end": 4624,
+ "start": 4635,
+ "end": 4639,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 13
},
"end": {
- "line": 188,
+ "line": 187,
"column": 17
},
"identifierName": "cont"
@@ -9279,15 +9220,15 @@
},
"right": {
"type": "NullLiteral",
- "start": 4627,
- "end": 4631,
+ "start": 4642,
+ "end": 4646,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 20
},
"end": {
- "line": 188,
+ "line": 187,
"column": 24
}
}
@@ -9297,15 +9238,15 @@
{
"type": "CommentLine",
"value": " unsubscribe to after-filtering event",
- "start": 4641,
- "end": 4680,
+ "start": 4656,
+ "end": 4695,
"loc": {
"start": {
- "line": 189,
+ "line": 188,
"column": 8
},
"end": {
- "line": 189,
+ "line": 188,
"column": 47
}
}
@@ -9314,71 +9255,71 @@
},
{
"type": "ExpressionStatement",
- "start": 4689,
- "end": 4748,
+ "start": 4704,
+ "end": 4763,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 8
},
"end": {
- "line": 190,
+ "line": 189,
"column": 67
}
},
"expression": {
"type": "CallExpression",
- "start": 4689,
- "end": 4747,
+ "start": 4704,
+ "end": 4762,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 8
},
"end": {
- "line": 190,
+ "line": 189,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
- "start": 4689,
- "end": 4705,
+ "start": 4704,
+ "end": 4720,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 8
},
"end": {
- "line": 190,
+ "line": 189,
"column": 24
}
},
"object": {
"type": "MemberExpression",
- "start": 4689,
- "end": 4701,
+ "start": 4704,
+ "end": 4716,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 8
},
"end": {
- "line": 190,
+ "line": 189,
"column": 20
}
},
"object": {
"type": "ThisExpression",
- "start": 4689,
- "end": 4693,
+ "start": 4704,
+ "end": 4708,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 8
},
"end": {
- "line": 190,
+ "line": 189,
"column": 12
}
},
@@ -9386,15 +9327,15 @@
},
"property": {
"type": "Identifier",
- "start": 4694,
- "end": 4701,
+ "start": 4709,
+ "end": 4716,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 13
},
"end": {
- "line": 190,
+ "line": 189,
"column": 20
},
"identifierName": "emitter"
@@ -9406,15 +9347,15 @@
},
"property": {
"type": "Identifier",
- "start": 4702,
- "end": 4705,
+ "start": 4717,
+ "end": 4720,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 21
},
"end": {
- "line": 190,
+ "line": 189,
"column": 24
},
"identifierName": "off"
@@ -9427,30 +9368,30 @@
"arguments": [
{
"type": "ArrayExpression",
- "start": 4706,
- "end": 4725,
+ "start": 4721,
+ "end": 4740,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 25
},
"end": {
- "line": 190,
+ "line": 189,
"column": 44
}
},
"elements": [
{
"type": "StringLiteral",
- "start": 4707,
- "end": 4724,
+ "start": 4722,
+ "end": 4739,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 26
},
"end": {
- "line": 190,
+ "line": 189,
"column": 43
}
},
@@ -9464,15 +9405,15 @@
},
{
"type": "ArrowFunctionExpression",
- "start": 4727,
- "end": 4746,
+ "start": 4742,
+ "end": 4761,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 46
},
"end": {
- "line": 190,
+ "line": 189,
"column": 65
}
},
@@ -9483,58 +9424,58 @@
"params": [],
"body": {
"type": "CallExpression",
- "start": 4733,
- "end": 4746,
+ "start": 4748,
+ "end": 4761,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 52
},
"end": {
- "line": 190,
+ "line": 189,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
- "start": 4733,
- "end": 4744,
+ "start": 4748,
+ "end": 4759,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 52
},
"end": {
- "line": 190,
+ "line": 189,
"column": 63
}
},
"object": {
"type": "ThisExpression",
- "start": 4733,
- "end": 4737,
+ "start": 4748,
+ "end": 4752,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 52
},
"end": {
- "line": 190,
+ "line": 189,
"column": 56
}
}
},
"property": {
"type": "Identifier",
- "start": 4738,
- "end": 4744,
+ "start": 4753,
+ "end": 4759,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 57
},
"end": {
- "line": 190,
+ "line": 189,
"column": 63
},
"identifierName": "toggle"
@@ -9553,15 +9494,15 @@
{
"type": "CommentLine",
"value": " unsubscribe to after-filtering event",
- "start": 4641,
- "end": 4680,
+ "start": 4656,
+ "end": 4695,
"loc": {
"start": {
- "line": 189,
+ "line": 188,
"column": 8
},
"end": {
- "line": 189,
+ "line": 188,
"column": 47
}
}
@@ -9570,73 +9511,73 @@
},
{
"type": "ExpressionStatement",
- "start": 4758,
- "end": 4783,
+ "start": 4773,
+ "end": 4798,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 8
},
"end": {
- "line": 192,
+ "line": 191,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
- "start": 4758,
- "end": 4782,
+ "start": 4773,
+ "end": 4797,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 8
},
"end": {
- "line": 192,
+ "line": 191,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
- "start": 4758,
- "end": 4774,
+ "start": 4773,
+ "end": 4789,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 8
},
"end": {
- "line": 192,
+ "line": 191,
"column": 24
}
},
"object": {
"type": "ThisExpression",
- "start": 4758,
- "end": 4762,
+ "start": 4773,
+ "end": 4777,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 8
},
"end": {
- "line": 192,
+ "line": 191,
"column": 12
}
}
},
"property": {
"type": "Identifier",
- "start": 4763,
- "end": 4774,
+ "start": 4778,
+ "end": 4789,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 13
},
"end": {
- "line": 192,
+ "line": 191,
"column": 24
},
"identifierName": "initialized"
@@ -9647,15 +9588,15 @@
},
"right": {
"type": "BooleanLiteral",
- "start": 4777,
- "end": 4782,
+ "start": 4792,
+ "end": 4797,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 27
},
"end": {
- "line": 192,
+ "line": 191,
"column": 32
}
},
@@ -9669,17 +9610,17 @@
"leadingComments": [
{
"type": "CommentBlock",
- "value": "*\n * Remove feature\n ",
- "start": 4464,
- "end": 4497,
+ "value": "* Remove feature ",
+ "start": 4491,
+ "end": 4512,
"loc": {
"start": {
- "line": 180,
+ "line": 181,
"column": 4
},
"end": {
- "line": 182,
- "column": 7
+ "line": 181,
+ "column": 25
}
}
}
@@ -9989,15 +9930,15 @@
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 3042,
- "end": 3059,
+ "start": 3091,
+ "end": 3108,
"loc": {
"start": {
- "line": 115,
+ "line": 118,
"column": 8
},
"end": {
- "line": 115,
+ "line": 118,
"column": 25
}
}
@@ -10005,15 +9946,15 @@
{
"type": "CommentBlock",
"value": "*\n * Toggle no results message\n ",
- "start": 3126,
- "end": 3170,
+ "start": 3153,
+ "end": 3197,
"loc": {
"start": {
- "line": 121,
+ "line": 122,
"column": 4
},
"end": {
- "line": 123,
+ "line": 124,
"column": 7
}
}
@@ -10021,15 +9962,15 @@
{
"type": "CommentBlock",
"value": "*\n * Show no results message\n ",
- "start": 3318,
- "end": 3360,
+ "start": 3345,
+ "end": 3387,
"loc": {
"start": {
- "line": 132,
+ "line": 133,
"column": 4
},
"end": {
- "line": 134,
+ "line": 135,
"column": 7
}
}
@@ -10037,15 +9978,15 @@
{
"type": "CommentBlock",
"value": "*\n * Hide no results message\n ",
- "start": 3622,
- "end": 3664,
+ "start": 3649,
+ "end": 3691,
"loc": {
"start": {
- "line": 147,
+ "line": 148,
"column": 4
},
"end": {
- "line": 149,
+ "line": 150,
"column": 7
}
}
@@ -10053,47 +9994,47 @@
{
"type": "CommentBlock",
"value": "*\n * Sets no results container width\n * @private\n ",
- "start": 3898,
- "end": 3964,
+ "start": 3925,
+ "end": 3991,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 4
},
"end": {
- "line": 164,
+ "line": 165,
"column": 7
}
}
},
{
"type": "CommentBlock",
- "value": "*\n * Remove feature\n ",
- "start": 4464,
- "end": 4497,
+ "value": "* Remove feature ",
+ "start": 4491,
+ "end": 4512,
"loc": {
"start": {
- "line": 180,
+ "line": 181,
"column": 4
},
"end": {
- "line": 182,
- "column": 7
+ "line": 181,
+ "column": 25
}
}
},
{
"type": "CommentLine",
"value": " unsubscribe to after-filtering event",
- "start": 4641,
- "end": 4680,
+ "start": 4656,
+ "end": 4695,
"loc": {
"start": {
- "line": 189,
+ "line": 188,
"column": 8
},
"end": {
- "line": 189,
+ "line": 188,
"column": 47
}
}
@@ -18534,16 +18475,69 @@
"binop": null,
"updateContext": null
},
- "start": 2990,
- "end": 2991,
+ "start": 3003,
+ "end": 3004,
"loc": {
"start": {
- "line": 113,
- "column": 24
+ "line": 114,
+ "column": 12
},
"end": {
- "line": 113,
- "column": 25
+ "line": 114,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "string",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "initialized",
+ "start": 3004,
+ "end": 3017,
+ "loc": {
+ "start": {
+ "line": 114,
+ "column": 13
+ },
+ "end": {
+ "line": 114,
+ "column": 26
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3017,
+ "end": 3018,
+ "loc": {
+ "start": {
+ "line": 114,
+ "column": 26
+ },
+ "end": {
+ "line": 114,
+ "column": 27
}
}
},
@@ -18561,16 +18555,16 @@
"updateContext": null
},
"value": "after-filtering",
- "start": 2991,
- "end": 3008,
+ "start": 3019,
+ "end": 3036,
"loc": {
"start": {
- "line": 113,
- "column": 25
+ "line": 114,
+ "column": 28
},
"end": {
- "line": 113,
- "column": 42
+ "line": 114,
+ "column": 45
}
}
},
@@ -18587,16 +18581,16 @@
"binop": null,
"updateContext": null
},
- "start": 3008,
- "end": 3009,
+ "start": 3036,
+ "end": 3037,
"loc": {
"start": {
- "line": 113,
- "column": 42
+ "line": 114,
+ "column": 45
},
"end": {
- "line": 113,
- "column": 43
+ "line": 114,
+ "column": 46
}
}
},
@@ -18613,16 +18607,16 @@
"binop": null,
"updateContext": null
},
- "start": 3009,
- "end": 3010,
+ "start": 3037,
+ "end": 3038,
"loc": {
"start": {
- "line": 113,
- "column": 43
+ "line": 114,
+ "column": 46
},
"end": {
- "line": 113,
- "column": 44
+ "line": 114,
+ "column": 47
}
}
},
@@ -18638,16 +18632,16 @@
"postfix": false,
"binop": null
},
- "start": 3011,
- "end": 3012,
+ "start": 3051,
+ "end": 3052,
"loc": {
"start": {
- "line": 113,
- "column": 45
+ "line": 115,
+ "column": 12
},
"end": {
- "line": 113,
- "column": 46
+ "line": 115,
+ "column": 13
}
}
},
@@ -18663,16 +18657,16 @@
"postfix": false,
"binop": null
},
- "start": 3012,
- "end": 3013,
+ "start": 3052,
+ "end": 3053,
"loc": {
"start": {
- "line": 113,
- "column": 46
+ "line": 115,
+ "column": 13
},
"end": {
- "line": 113,
- "column": 47
+ "line": 115,
+ "column": 14
}
}
},
@@ -18689,16 +18683,16 @@
"binop": null,
"updateContext": null
},
- "start": 3014,
- "end": 3016,
+ "start": 3054,
+ "end": 3056,
"loc": {
"start": {
- "line": 113,
- "column": 48
+ "line": 115,
+ "column": 15
},
"end": {
- "line": 113,
- "column": 50
+ "line": 115,
+ "column": 17
}
}
},
@@ -18717,16 +18711,16 @@
"updateContext": null
},
"value": "this",
- "start": 3017,
- "end": 3021,
+ "start": 3057,
+ "end": 3061,
"loc": {
"start": {
- "line": 113,
- "column": 51
+ "line": 115,
+ "column": 18
},
"end": {
- "line": 113,
- "column": 55
+ "line": 115,
+ "column": 22
}
}
},
@@ -18743,16 +18737,16 @@
"binop": null,
"updateContext": null
},
- "start": 3021,
- "end": 3022,
+ "start": 3061,
+ "end": 3062,
"loc": {
"start": {
- "line": 113,
- "column": 55
+ "line": 115,
+ "column": 22
},
"end": {
- "line": 113,
- "column": 56
+ "line": 115,
+ "column": 23
}
}
},
@@ -18769,16 +18763,16 @@
"binop": null
},
"value": "toggle",
- "start": 3022,
- "end": 3028,
+ "start": 3062,
+ "end": 3068,
"loc": {
"start": {
- "line": 113,
- "column": 56
+ "line": 115,
+ "column": 23
},
"end": {
- "line": 113,
- "column": 62
+ "line": 115,
+ "column": 29
}
}
},
@@ -18794,16 +18788,16 @@
"postfix": false,
"binop": null
},
- "start": 3028,
- "end": 3029,
+ "start": 3068,
+ "end": 3069,
"loc": {
"start": {
- "line": 113,
- "column": 62
+ "line": 115,
+ "column": 29
},
"end": {
- "line": 113,
- "column": 63
+ "line": 115,
+ "column": 30
}
}
},
@@ -18819,16 +18813,16 @@
"postfix": false,
"binop": null
},
- "start": 3029,
- "end": 3030,
+ "start": 3069,
+ "end": 3070,
"loc": {
"start": {
- "line": 113,
- "column": 63
+ "line": 115,
+ "column": 30
},
"end": {
- "line": 113,
- "column": 64
+ "line": 115,
+ "column": 31
}
}
},
@@ -18844,16 +18838,16 @@
"postfix": false,
"binop": null
},
- "start": 3030,
- "end": 3031,
+ "start": 3079,
+ "end": 3080,
"loc": {
"start": {
- "line": 113,
- "column": 64
+ "line": 116,
+ "column": 8
},
"end": {
- "line": 113,
- "column": 65
+ "line": 116,
+ "column": 9
}
}
},
@@ -18870,31 +18864,31 @@
"binop": null,
"updateContext": null
},
- "start": 3031,
- "end": 3032,
+ "start": 3080,
+ "end": 3081,
"loc": {
"start": {
- "line": 113,
- "column": 65
+ "line": 116,
+ "column": 9
},
"end": {
- "line": 113,
- "column": 66
+ "line": 116,
+ "column": 10
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
- "start": 3042,
- "end": 3059,
+ "start": 3091,
+ "end": 3108,
"loc": {
"start": {
- "line": 115,
+ "line": 118,
"column": 8
},
"end": {
- "line": 115,
+ "line": 118,
"column": 25
}
}
@@ -18914,15 +18908,15 @@
"updateContext": null
},
"value": "this",
- "start": 3068,
- "end": 3072,
+ "start": 3117,
+ "end": 3121,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 8
},
"end": {
- "line": 116,
+ "line": 119,
"column": 12
}
}
@@ -18940,15 +18934,15 @@
"binop": null,
"updateContext": null
},
- "start": 3072,
- "end": 3073,
+ "start": 3121,
+ "end": 3122,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 12
},
"end": {
- "line": 116,
+ "line": 119,
"column": 13
}
}
@@ -18966,15 +18960,15 @@
"binop": null
},
"value": "initialized",
- "start": 3073,
- "end": 3084,
+ "start": 3122,
+ "end": 3133,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 13
},
"end": {
- "line": 116,
+ "line": 119,
"column": 24
}
}
@@ -18993,15 +18987,15 @@
"updateContext": null
},
"value": "=",
- "start": 3085,
- "end": 3086,
+ "start": 3134,
+ "end": 3135,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 25
},
"end": {
- "line": 116,
+ "line": 119,
"column": 26
}
}
@@ -19021,15 +19015,15 @@
"updateContext": null
},
"value": "true",
- "start": 3087,
- "end": 3091,
+ "start": 3136,
+ "end": 3140,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 27
},
"end": {
- "line": 116,
+ "line": 119,
"column": 31
}
}
@@ -19047,175 +19041,19 @@
"binop": null,
"updateContext": null
},
- "start": 3091,
- "end": 3092,
+ "start": 3140,
+ "end": 3141,
"loc": {
"start": {
- "line": 116,
+ "line": 119,
"column": 31
},
"end": {
- "line": 116,
+ "line": 119,
"column": 32
}
}
},
- {
- "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": 3102,
- "end": 3106,
- "loc": {
- "start": {
- "line": 118,
- "column": 8
- },
- "end": {
- "line": 118,
- "column": 12
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3106,
- "end": 3107,
- "loc": {
- "start": {
- "line": 118,
- "column": 12
- },
- "end": {
- "line": 118,
- "column": 13
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "hide",
- "start": 3107,
- "end": 3111,
- "loc": {
- "start": {
- "line": 118,
- "column": 13
- },
- "end": {
- "line": 118,
- "column": 17
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 3111,
- "end": 3112,
- "loc": {
- "start": {
- "line": 118,
- "column": 17
- },
- "end": {
- "line": 118,
- "column": 18
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 3112,
- "end": 3113,
- "loc": {
- "start": {
- "line": 118,
- "column": 18
- },
- "end": {
- "line": 118,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": ";",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3113,
- "end": 3114,
- "loc": {
- "start": {
- "line": 118,
- "column": 19
- },
- "end": {
- "line": 118,
- "column": 20
- }
- }
- },
{
"type": {
"label": "}",
@@ -19228,15 +19066,15 @@
"postfix": false,
"binop": null
},
- "start": 3119,
- "end": 3120,
+ "start": 3146,
+ "end": 3147,
"loc": {
"start": {
- "line": 119,
+ "line": 120,
"column": 4
},
"end": {
- "line": 119,
+ "line": 120,
"column": 5
}
}
@@ -19244,15 +19082,15 @@
{
"type": "CommentBlock",
"value": "*\n * Toggle no results message\n ",
- "start": 3126,
- "end": 3170,
+ "start": 3153,
+ "end": 3197,
"loc": {
"start": {
- "line": 121,
+ "line": 122,
"column": 4
},
"end": {
- "line": 123,
+ "line": 124,
"column": 7
}
}
@@ -19270,15 +19108,15 @@
"binop": null
},
"value": "toggle",
- "start": 3175,
- "end": 3181,
+ "start": 3202,
+ "end": 3208,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 4
},
"end": {
- "line": 124,
+ "line": 125,
"column": 10
}
}
@@ -19295,15 +19133,15 @@
"postfix": false,
"binop": null
},
- "start": 3181,
- "end": 3182,
+ "start": 3208,
+ "end": 3209,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 10
},
"end": {
- "line": 124,
+ "line": 125,
"column": 11
}
}
@@ -19320,15 +19158,15 @@
"postfix": false,
"binop": null
},
- "start": 3182,
- "end": 3183,
+ "start": 3209,
+ "end": 3210,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 11
},
"end": {
- "line": 124,
+ "line": 125,
"column": 12
}
}
@@ -19345,15 +19183,15 @@
"postfix": false,
"binop": null
},
- "start": 3184,
- "end": 3185,
+ "start": 3211,
+ "end": 3212,
"loc": {
"start": {
- "line": 124,
+ "line": 125,
"column": 13
},
"end": {
- "line": 124,
+ "line": 125,
"column": 14
}
}
@@ -19373,15 +19211,15 @@
"updateContext": null
},
"value": "if",
- "start": 3194,
- "end": 3196,
+ "start": 3221,
+ "end": 3223,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 8
},
"end": {
- "line": 125,
+ "line": 126,
"column": 10
}
}
@@ -19398,15 +19236,15 @@
"postfix": false,
"binop": null
},
- "start": 3197,
- "end": 3198,
+ "start": 3224,
+ "end": 3225,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 11
},
"end": {
- "line": 125,
+ "line": 126,
"column": 12
}
}
@@ -19426,15 +19264,15 @@
"updateContext": null
},
"value": "this",
- "start": 3198,
- "end": 3202,
+ "start": 3225,
+ "end": 3229,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 12
},
"end": {
- "line": 125,
+ "line": 126,
"column": 16
}
}
@@ -19452,15 +19290,15 @@
"binop": null,
"updateContext": null
},
- "start": 3202,
- "end": 3203,
+ "start": 3229,
+ "end": 3230,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 16
},
"end": {
- "line": 125,
+ "line": 126,
"column": 17
}
}
@@ -19478,15 +19316,15 @@
"binop": null
},
"value": "tf",
- "start": 3203,
- "end": 3205,
+ "start": 3230,
+ "end": 3232,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 17
},
"end": {
- "line": 125,
+ "line": 126,
"column": 19
}
}
@@ -19504,15 +19342,15 @@
"binop": null,
"updateContext": null
},
- "start": 3205,
- "end": 3206,
+ "start": 3232,
+ "end": 3233,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 19
},
"end": {
- "line": 125,
+ "line": 126,
"column": 20
}
}
@@ -19530,15 +19368,15 @@
"binop": null
},
"value": "getValidRowsNb",
- "start": 3206,
- "end": 3220,
+ "start": 3233,
+ "end": 3247,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 20
},
"end": {
- "line": 125,
+ "line": 126,
"column": 34
}
}
@@ -19555,15 +19393,15 @@
"postfix": false,
"binop": null
},
- "start": 3220,
- "end": 3221,
+ "start": 3247,
+ "end": 3248,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 34
},
"end": {
- "line": 125,
+ "line": 126,
"column": 35
}
}
@@ -19580,15 +19418,15 @@
"postfix": false,
"binop": null
},
- "start": 3221,
- "end": 3222,
+ "start": 3248,
+ "end": 3249,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 35
},
"end": {
- "line": 125,
+ "line": 126,
"column": 36
}
}
@@ -19607,15 +19445,15 @@
"updateContext": null
},
"value": ">",
- "start": 3223,
- "end": 3224,
+ "start": 3250,
+ "end": 3251,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 37
},
"end": {
- "line": 125,
+ "line": 126,
"column": 38
}
}
@@ -19634,15 +19472,15 @@
"updateContext": null
},
"value": 0,
- "start": 3225,
- "end": 3226,
+ "start": 3252,
+ "end": 3253,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 39
},
"end": {
- "line": 125,
+ "line": 126,
"column": 40
}
}
@@ -19659,15 +19497,15 @@
"postfix": false,
"binop": null
},
- "start": 3226,
- "end": 3227,
+ "start": 3253,
+ "end": 3254,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 40
},
"end": {
- "line": 125,
+ "line": 126,
"column": 41
}
}
@@ -19684,15 +19522,15 @@
"postfix": false,
"binop": null
},
- "start": 3228,
- "end": 3229,
+ "start": 3255,
+ "end": 3256,
"loc": {
"start": {
- "line": 125,
+ "line": 126,
"column": 42
},
"end": {
- "line": 125,
+ "line": 126,
"column": 43
}
}
@@ -19712,15 +19550,15 @@
"updateContext": null
},
"value": "this",
- "start": 3242,
- "end": 3246,
+ "start": 3269,
+ "end": 3273,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 12
},
"end": {
- "line": 126,
+ "line": 127,
"column": 16
}
}
@@ -19738,15 +19576,15 @@
"binop": null,
"updateContext": null
},
- "start": 3246,
- "end": 3247,
+ "start": 3273,
+ "end": 3274,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 16
},
"end": {
- "line": 126,
+ "line": 127,
"column": 17
}
}
@@ -19764,15 +19602,15 @@
"binop": null
},
"value": "hide",
- "start": 3247,
- "end": 3251,
+ "start": 3274,
+ "end": 3278,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 17
},
"end": {
- "line": 126,
+ "line": 127,
"column": 21
}
}
@@ -19789,15 +19627,15 @@
"postfix": false,
"binop": null
},
- "start": 3251,
- "end": 3252,
+ "start": 3278,
+ "end": 3279,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 21
},
"end": {
- "line": 126,
+ "line": 127,
"column": 22
}
}
@@ -19814,15 +19652,15 @@
"postfix": false,
"binop": null
},
- "start": 3252,
- "end": 3253,
+ "start": 3279,
+ "end": 3280,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 22
},
"end": {
- "line": 126,
+ "line": 127,
"column": 23
}
}
@@ -19840,15 +19678,15 @@
"binop": null,
"updateContext": null
},
- "start": 3253,
- "end": 3254,
+ "start": 3280,
+ "end": 3281,
"loc": {
"start": {
- "line": 126,
+ "line": 127,
"column": 23
},
"end": {
- "line": 126,
+ "line": 127,
"column": 24
}
}
@@ -19865,15 +19703,15 @@
"postfix": false,
"binop": null
},
- "start": 3263,
- "end": 3264,
+ "start": 3290,
+ "end": 3291,
"loc": {
"start": {
- "line": 127,
+ "line": 128,
"column": 8
},
"end": {
- "line": 127,
+ "line": 128,
"column": 9
}
}
@@ -19893,15 +19731,15 @@
"updateContext": null
},
"value": "else",
- "start": 3265,
- "end": 3269,
+ "start": 3292,
+ "end": 3296,
"loc": {
"start": {
- "line": 127,
+ "line": 128,
"column": 10
},
"end": {
- "line": 127,
+ "line": 128,
"column": 14
}
}
@@ -19918,15 +19756,15 @@
"postfix": false,
"binop": null
},
- "start": 3270,
- "end": 3271,
+ "start": 3297,
+ "end": 3298,
"loc": {
"start": {
- "line": 127,
+ "line": 128,
"column": 15
},
"end": {
- "line": 127,
+ "line": 128,
"column": 16
}
}
@@ -19946,15 +19784,15 @@
"updateContext": null
},
"value": "this",
- "start": 3284,
- "end": 3288,
+ "start": 3311,
+ "end": 3315,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 12
},
"end": {
- "line": 128,
+ "line": 129,
"column": 16
}
}
@@ -19972,15 +19810,15 @@
"binop": null,
"updateContext": null
},
- "start": 3288,
- "end": 3289,
+ "start": 3315,
+ "end": 3316,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 16
},
"end": {
- "line": 128,
+ "line": 129,
"column": 17
}
}
@@ -19998,15 +19836,15 @@
"binop": null
},
"value": "show",
- "start": 3289,
- "end": 3293,
+ "start": 3316,
+ "end": 3320,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 17
},
"end": {
- "line": 128,
+ "line": 129,
"column": 21
}
}
@@ -20023,15 +19861,15 @@
"postfix": false,
"binop": null
},
- "start": 3293,
- "end": 3294,
+ "start": 3320,
+ "end": 3321,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 21
},
"end": {
- "line": 128,
+ "line": 129,
"column": 22
}
}
@@ -20048,15 +19886,15 @@
"postfix": false,
"binop": null
},
- "start": 3294,
- "end": 3295,
+ "start": 3321,
+ "end": 3322,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 22
},
"end": {
- "line": 128,
+ "line": 129,
"column": 23
}
}
@@ -20074,15 +19912,15 @@
"binop": null,
"updateContext": null
},
- "start": 3295,
- "end": 3296,
+ "start": 3322,
+ "end": 3323,
"loc": {
"start": {
- "line": 128,
+ "line": 129,
"column": 23
},
"end": {
- "line": 128,
+ "line": 129,
"column": 24
}
}
@@ -20099,15 +19937,15 @@
"postfix": false,
"binop": null
},
- "start": 3305,
- "end": 3306,
+ "start": 3332,
+ "end": 3333,
"loc": {
"start": {
- "line": 129,
+ "line": 130,
"column": 8
},
"end": {
- "line": 129,
+ "line": 130,
"column": 9
}
}
@@ -20124,15 +19962,15 @@
"postfix": false,
"binop": null
},
- "start": 3311,
- "end": 3312,
+ "start": 3338,
+ "end": 3339,
"loc": {
"start": {
- "line": 130,
+ "line": 131,
"column": 4
},
"end": {
- "line": 130,
+ "line": 131,
"column": 5
}
}
@@ -20140,15 +19978,15 @@
{
"type": "CommentBlock",
"value": "*\n * Show no results message\n ",
- "start": 3318,
- "end": 3360,
+ "start": 3345,
+ "end": 3387,
"loc": {
"start": {
- "line": 132,
+ "line": 133,
"column": 4
},
"end": {
- "line": 134,
+ "line": 135,
"column": 7
}
}
@@ -20166,15 +20004,15 @@
"binop": null
},
"value": "show",
- "start": 3365,
- "end": 3369,
+ "start": 3392,
+ "end": 3396,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 4
},
"end": {
- "line": 135,
+ "line": 136,
"column": 8
}
}
@@ -20191,15 +20029,15 @@
"postfix": false,
"binop": null
},
- "start": 3369,
- "end": 3370,
+ "start": 3396,
+ "end": 3397,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 8
},
"end": {
- "line": 135,
+ "line": 136,
"column": 9
}
}
@@ -20216,15 +20054,15 @@
"postfix": false,
"binop": null
},
- "start": 3370,
- "end": 3371,
+ "start": 3397,
+ "end": 3398,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 9
},
"end": {
- "line": 135,
+ "line": 136,
"column": 10
}
}
@@ -20241,15 +20079,15 @@
"postfix": false,
"binop": null
},
- "start": 3372,
- "end": 3373,
+ "start": 3399,
+ "end": 3400,
"loc": {
"start": {
- "line": 135,
+ "line": 136,
"column": 11
},
"end": {
- "line": 135,
+ "line": 136,
"column": 12
}
}
@@ -20269,15 +20107,15 @@
"updateContext": null
},
"value": "if",
- "start": 3382,
- "end": 3384,
+ "start": 3409,
+ "end": 3411,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 8
},
"end": {
- "line": 136,
+ "line": 137,
"column": 10
}
}
@@ -20294,15 +20132,15 @@
"postfix": false,
"binop": null
},
- "start": 3385,
- "end": 3386,
+ "start": 3412,
+ "end": 3413,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 11
},
"end": {
- "line": 136,
+ "line": 137,
"column": 12
}
}
@@ -20321,15 +20159,15 @@
"updateContext": null
},
"value": "!",
- "start": 3386,
- "end": 3387,
+ "start": 3413,
+ "end": 3414,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 12
},
"end": {
- "line": 136,
+ "line": 137,
"column": 13
}
}
@@ -20349,15 +20187,15 @@
"updateContext": null
},
"value": "this",
- "start": 3387,
- "end": 3391,
+ "start": 3414,
+ "end": 3418,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 13
},
"end": {
- "line": 136,
+ "line": 137,
"column": 17
}
}
@@ -20375,15 +20213,15 @@
"binop": null,
"updateContext": null
},
- "start": 3391,
- "end": 3392,
+ "start": 3418,
+ "end": 3419,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 17
},
"end": {
- "line": 136,
+ "line": 137,
"column": 18
}
}
@@ -20401,15 +20239,15 @@
"binop": null
},
"value": "initialized",
- "start": 3392,
- "end": 3403,
+ "start": 3419,
+ "end": 3430,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 18
},
"end": {
- "line": 136,
+ "line": 137,
"column": 29
}
}
@@ -20428,15 +20266,15 @@
"updateContext": null
},
"value": "||",
- "start": 3404,
- "end": 3406,
+ "start": 3431,
+ "end": 3433,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 30
},
"end": {
- "line": 136,
+ "line": 137,
"column": 32
}
}
@@ -20455,15 +20293,15 @@
"updateContext": null
},
"value": "!",
- "start": 3407,
- "end": 3408,
+ "start": 3434,
+ "end": 3435,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 33
},
"end": {
- "line": 136,
+ "line": 137,
"column": 34
}
}
@@ -20483,15 +20321,15 @@
"updateContext": null
},
"value": "this",
- "start": 3408,
- "end": 3412,
+ "start": 3435,
+ "end": 3439,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 34
},
"end": {
- "line": 136,
+ "line": 137,
"column": 38
}
}
@@ -20509,15 +20347,15 @@
"binop": null,
"updateContext": null
},
- "start": 3412,
- "end": 3413,
+ "start": 3439,
+ "end": 3440,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 38
},
"end": {
- "line": 136,
+ "line": 137,
"column": 39
}
}
@@ -20535,15 +20373,15 @@
"binop": null
},
"value": "isEnabled",
- "start": 3413,
- "end": 3422,
+ "start": 3440,
+ "end": 3449,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 39
},
"end": {
- "line": 136,
+ "line": 137,
"column": 48
}
}
@@ -20560,15 +20398,15 @@
"postfix": false,
"binop": null
},
- "start": 3422,
- "end": 3423,
+ "start": 3449,
+ "end": 3450,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 48
},
"end": {
- "line": 136,
+ "line": 137,
"column": 49
}
}
@@ -20585,15 +20423,15 @@
"postfix": false,
"binop": null
},
- "start": 3423,
- "end": 3424,
+ "start": 3450,
+ "end": 3451,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 49
},
"end": {
- "line": 136,
+ "line": 137,
"column": 50
}
}
@@ -20610,15 +20448,15 @@
"postfix": false,
"binop": null
},
- "start": 3424,
- "end": 3425,
+ "start": 3451,
+ "end": 3452,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 50
},
"end": {
- "line": 136,
+ "line": 137,
"column": 51
}
}
@@ -20635,15 +20473,15 @@
"postfix": false,
"binop": null
},
- "start": 3426,
- "end": 3427,
+ "start": 3453,
+ "end": 3454,
"loc": {
"start": {
- "line": 136,
+ "line": 137,
"column": 52
},
"end": {
- "line": 136,
+ "line": 137,
"column": 53
}
}
@@ -20663,15 +20501,15 @@
"updateContext": null
},
"value": "return",
- "start": 3440,
- "end": 3446,
+ "start": 3467,
+ "end": 3473,
"loc": {
"start": {
- "line": 137,
+ "line": 138,
"column": 12
},
"end": {
- "line": 137,
+ "line": 138,
"column": 18
}
}
@@ -20689,15 +20527,15 @@
"binop": null,
"updateContext": null
},
- "start": 3446,
- "end": 3447,
+ "start": 3473,
+ "end": 3474,
"loc": {
"start": {
- "line": 137,
+ "line": 138,
"column": 18
},
"end": {
- "line": 137,
+ "line": 138,
"column": 19
}
}
@@ -20714,227 +20552,16 @@
"postfix": false,
"binop": null
},
- "start": 3456,
- "end": 3457,
- "loc": {
- "start": {
- "line": 138,
- "column": 8
- },
- "end": {
- "line": 138,
- "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": 3466,
- "end": 3470,
- "loc": {
- "start": {
- "line": 139,
- "column": 8
- },
- "end": {
- "line": 139,
- "column": 12
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3470,
- "end": 3471,
- "loc": {
- "start": {
- "line": 139,
- "column": 12
- },
- "end": {
- "line": 139,
- "column": 13
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "onBeforeShow",
- "start": 3471,
- "end": 3483,
- "loc": {
- "start": {
- "line": 139,
- "column": 13
- },
- "end": {
- "line": 139,
- "column": 25
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
"start": 3483,
"end": 3484,
"loc": {
"start": {
"line": 139,
- "column": 25
+ "column": 8
},
"end": {
"line": 139,
- "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": 3484,
- "end": 3488,
- "loc": {
- "start": {
- "line": 139,
- "column": 26
- },
- "end": {
- "line": 139,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3488,
- "end": 3489,
- "loc": {
- "start": {
- "line": 139,
- "column": 30
- },
- "end": {
- "line": 139,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 3489,
- "end": 3491,
- "loc": {
- "start": {
- "line": 139,
- "column": 31
- },
- "end": {
- "line": 139,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3491,
- "end": 3492,
- "loc": {
- "start": {
- "line": 139,
- "column": 33
- },
- "end": {
- "line": 139,
- "column": 34
+ "column": 9
}
}
},
@@ -20957,11 +20584,222 @@
"end": 3497,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
+ "column": 8
+ },
+ "end": {
+ "line": 140,
+ "column": 12
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3497,
+ "end": 3498,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 12
+ },
+ "end": {
+ "line": 140,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "onBeforeShow",
+ "start": 3498,
+ "end": 3510,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 13
+ },
+ "end": {
+ "line": 140,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 3510,
+ "end": 3511,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 25
+ },
+ "end": {
+ "line": 140,
+ "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": 3511,
+ "end": 3515,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 26
+ },
+ "end": {
+ "line": 140,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3515,
+ "end": 3516,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 30
+ },
+ "end": {
+ "line": 140,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 3516,
+ "end": 3518,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 31
+ },
+ "end": {
+ "line": 140,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3518,
+ "end": 3519,
+ "loc": {
+ "start": {
+ "line": 140,
+ "column": 33
+ },
+ "end": {
+ "line": 140,
+ "column": 34
+ }
+ }
+ },
+ {
+ "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": 3520,
+ "end": 3524,
+ "loc": {
+ "start": {
+ "line": 140,
"column": 35
},
"end": {
- "line": 139,
+ "line": 140,
"column": 39
}
}
@@ -20978,15 +20816,15 @@
"postfix": false,
"binop": null
},
- "start": 3497,
- "end": 3498,
+ "start": 3524,
+ "end": 3525,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 39
},
"end": {
- "line": 139,
+ "line": 140,
"column": 40
}
}
@@ -21004,15 +20842,15 @@
"binop": null,
"updateContext": null
},
- "start": 3498,
- "end": 3499,
+ "start": 3525,
+ "end": 3526,
"loc": {
"start": {
- "line": 139,
+ "line": 140,
"column": 40
},
"end": {
- "line": 139,
+ "line": 140,
"column": 41
}
}
@@ -21032,15 +20870,15 @@
"updateContext": null
},
"value": "this",
- "start": 3509,
- "end": 3513,
+ "start": 3536,
+ "end": 3540,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 8
},
"end": {
- "line": 141,
+ "line": 142,
"column": 12
}
}
@@ -21058,15 +20896,15 @@
"binop": null,
"updateContext": null
},
- "start": 3513,
- "end": 3514,
+ "start": 3540,
+ "end": 3541,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 12
},
"end": {
- "line": 141,
+ "line": 142,
"column": 13
}
}
@@ -21084,15 +20922,15 @@
"binop": null
},
"value": "setWidth",
- "start": 3514,
- "end": 3522,
+ "start": 3541,
+ "end": 3549,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 13
},
"end": {
- "line": 141,
+ "line": 142,
"column": 21
}
}
@@ -21109,15 +20947,15 @@
"postfix": false,
"binop": null
},
- "start": 3522,
- "end": 3523,
+ "start": 3549,
+ "end": 3550,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 21
},
"end": {
- "line": 141,
+ "line": 142,
"column": 22
}
}
@@ -21134,15 +20972,15 @@
"postfix": false,
"binop": null
},
- "start": 3523,
- "end": 3524,
+ "start": 3550,
+ "end": 3551,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 22
},
"end": {
- "line": 141,
+ "line": 142,
"column": 23
}
}
@@ -21160,15 +20998,15 @@
"binop": null,
"updateContext": null
},
- "start": 3524,
- "end": 3525,
+ "start": 3551,
+ "end": 3552,
"loc": {
"start": {
- "line": 141,
+ "line": 142,
"column": 23
},
"end": {
- "line": 141,
+ "line": 142,
"column": 24
}
}
@@ -21188,15 +21026,15 @@
"updateContext": null
},
"value": "this",
- "start": 3534,
- "end": 3538,
+ "start": 3561,
+ "end": 3565,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 8
},
"end": {
- "line": 142,
+ "line": 143,
"column": 12
}
}
@@ -21214,15 +21052,15 @@
"binop": null,
"updateContext": null
},
- "start": 3538,
- "end": 3539,
+ "start": 3565,
+ "end": 3566,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 12
},
"end": {
- "line": 142,
+ "line": 143,
"column": 13
}
}
@@ -21240,15 +21078,15 @@
"binop": null
},
"value": "cont",
- "start": 3539,
- "end": 3543,
+ "start": 3566,
+ "end": 3570,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 13
},
"end": {
- "line": 142,
+ "line": 143,
"column": 17
}
}
@@ -21266,15 +21104,15 @@
"binop": null,
"updateContext": null
},
- "start": 3543,
- "end": 3544,
+ "start": 3570,
+ "end": 3571,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 17
},
"end": {
- "line": 142,
+ "line": 143,
"column": 18
}
}
@@ -21292,15 +21130,15 @@
"binop": null
},
"value": "style",
- "start": 3544,
- "end": 3549,
+ "start": 3571,
+ "end": 3576,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 18
},
"end": {
- "line": 142,
+ "line": 143,
"column": 23
}
}
@@ -21318,15 +21156,15 @@
"binop": null,
"updateContext": null
},
- "start": 3549,
- "end": 3550,
+ "start": 3576,
+ "end": 3577,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 23
},
"end": {
- "line": 142,
+ "line": 143,
"column": 24
}
}
@@ -21344,15 +21182,15 @@
"binop": null
},
"value": "display",
- "start": 3550,
- "end": 3557,
+ "start": 3577,
+ "end": 3584,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 24
},
"end": {
- "line": 142,
+ "line": 143,
"column": 31
}
}
@@ -21371,15 +21209,15 @@
"updateContext": null
},
"value": "=",
- "start": 3558,
- "end": 3559,
+ "start": 3585,
+ "end": 3586,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 32
},
"end": {
- "line": 142,
+ "line": 143,
"column": 33
}
}
@@ -21398,15 +21236,15 @@
"updateContext": null
},
"value": "block",
- "start": 3560,
- "end": 3567,
+ "start": 3587,
+ "end": 3594,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 34
},
"end": {
- "line": 142,
+ "line": 143,
"column": 41
}
}
@@ -21424,15 +21262,15 @@
"binop": null,
"updateContext": null
},
- "start": 3567,
- "end": 3568,
+ "start": 3594,
+ "end": 3595,
"loc": {
"start": {
- "line": 142,
+ "line": 143,
"column": 41
},
"end": {
- "line": 142,
+ "line": 143,
"column": 42
}
}
@@ -21452,15 +21290,15 @@
"updateContext": null
},
"value": "this",
- "start": 3578,
- "end": 3582,
+ "start": 3605,
+ "end": 3609,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 8
},
"end": {
- "line": 144,
+ "line": 145,
"column": 12
}
}
@@ -21478,15 +21316,15 @@
"binop": null,
"updateContext": null
},
- "start": 3582,
- "end": 3583,
+ "start": 3609,
+ "end": 3610,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 12
},
"end": {
- "line": 144,
+ "line": 145,
"column": 13
}
}
@@ -21504,15 +21342,15 @@
"binop": null
},
"value": "onAfterShow",
- "start": 3583,
- "end": 3594,
+ "start": 3610,
+ "end": 3621,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 13
},
"end": {
- "line": 144,
+ "line": 145,
"column": 24
}
}
@@ -21529,15 +21367,15 @@
"postfix": false,
"binop": null
},
- "start": 3594,
- "end": 3595,
+ "start": 3621,
+ "end": 3622,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 24
},
"end": {
- "line": 144,
+ "line": 145,
"column": 25
}
}
@@ -21557,15 +21395,15 @@
"updateContext": null
},
"value": "this",
- "start": 3595,
- "end": 3599,
+ "start": 3622,
+ "end": 3626,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 25
},
"end": {
- "line": 144,
+ "line": 145,
"column": 29
}
}
@@ -21583,15 +21421,15 @@
"binop": null,
"updateContext": null
},
- "start": 3599,
- "end": 3600,
+ "start": 3626,
+ "end": 3627,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 29
},
"end": {
- "line": 144,
+ "line": 145,
"column": 30
}
}
@@ -21609,15 +21447,15 @@
"binop": null
},
"value": "tf",
- "start": 3600,
- "end": 3602,
+ "start": 3627,
+ "end": 3629,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 30
},
"end": {
- "line": 144,
+ "line": 145,
"column": 32
}
}
@@ -21635,15 +21473,15 @@
"binop": null,
"updateContext": null
},
- "start": 3602,
- "end": 3603,
+ "start": 3629,
+ "end": 3630,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 32
},
"end": {
- "line": 144,
+ "line": 145,
"column": 33
}
}
@@ -21663,15 +21501,15 @@
"updateContext": null
},
"value": "this",
- "start": 3604,
- "end": 3608,
+ "start": 3631,
+ "end": 3635,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 34
},
"end": {
- "line": 144,
+ "line": 145,
"column": 38
}
}
@@ -21688,15 +21526,15 @@
"postfix": false,
"binop": null
},
- "start": 3608,
- "end": 3609,
+ "start": 3635,
+ "end": 3636,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 38
},
"end": {
- "line": 144,
+ "line": 145,
"column": 39
}
}
@@ -21714,15 +21552,15 @@
"binop": null,
"updateContext": null
},
- "start": 3609,
- "end": 3610,
+ "start": 3636,
+ "end": 3637,
"loc": {
"start": {
- "line": 144,
+ "line": 145,
"column": 39
},
"end": {
- "line": 144,
+ "line": 145,
"column": 40
}
}
@@ -21739,15 +21577,15 @@
"postfix": false,
"binop": null
},
- "start": 3615,
- "end": 3616,
+ "start": 3642,
+ "end": 3643,
"loc": {
"start": {
- "line": 145,
+ "line": 146,
"column": 4
},
"end": {
- "line": 145,
+ "line": 146,
"column": 5
}
}
@@ -21755,15 +21593,15 @@
{
"type": "CommentBlock",
"value": "*\n * Hide no results message\n ",
- "start": 3622,
- "end": 3664,
+ "start": 3649,
+ "end": 3691,
"loc": {
"start": {
- "line": 147,
+ "line": 148,
"column": 4
},
"end": {
- "line": 149,
+ "line": 150,
"column": 7
}
}
@@ -21781,15 +21619,15 @@
"binop": null
},
"value": "hide",
- "start": 3669,
- "end": 3673,
+ "start": 3696,
+ "end": 3700,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 4
},
"end": {
- "line": 150,
+ "line": 151,
"column": 8
}
}
@@ -21806,15 +21644,15 @@
"postfix": false,
"binop": null
},
- "start": 3673,
- "end": 3674,
+ "start": 3700,
+ "end": 3701,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 8
},
"end": {
- "line": 150,
+ "line": 151,
"column": 9
}
}
@@ -21831,15 +21669,15 @@
"postfix": false,
"binop": null
},
- "start": 3674,
- "end": 3675,
+ "start": 3701,
+ "end": 3702,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 9
},
"end": {
- "line": 150,
+ "line": 151,
"column": 10
}
}
@@ -21856,15 +21694,15 @@
"postfix": false,
"binop": null
},
- "start": 3676,
- "end": 3677,
+ "start": 3703,
+ "end": 3704,
"loc": {
"start": {
- "line": 150,
+ "line": 151,
"column": 11
},
"end": {
- "line": 150,
+ "line": 151,
"column": 12
}
}
@@ -21884,15 +21722,15 @@
"updateContext": null
},
"value": "if",
- "start": 3686,
- "end": 3688,
+ "start": 3713,
+ "end": 3715,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 8
},
"end": {
- "line": 151,
+ "line": 152,
"column": 10
}
}
@@ -21909,15 +21747,15 @@
"postfix": false,
"binop": null
},
- "start": 3689,
- "end": 3690,
+ "start": 3716,
+ "end": 3717,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 11
},
"end": {
- "line": 151,
+ "line": 152,
"column": 12
}
}
@@ -21936,15 +21774,15 @@
"updateContext": null
},
"value": "!",
- "start": 3690,
- "end": 3691,
+ "start": 3717,
+ "end": 3718,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 12
},
"end": {
- "line": 151,
+ "line": 152,
"column": 13
}
}
@@ -21964,15 +21802,15 @@
"updateContext": null
},
"value": "this",
- "start": 3691,
- "end": 3695,
+ "start": 3718,
+ "end": 3722,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 13
},
"end": {
- "line": 151,
+ "line": 152,
"column": 17
}
}
@@ -21990,15 +21828,15 @@
"binop": null,
"updateContext": null
},
- "start": 3695,
- "end": 3696,
+ "start": 3722,
+ "end": 3723,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 17
},
"end": {
- "line": 151,
+ "line": 152,
"column": 18
}
}
@@ -22016,15 +21854,15 @@
"binop": null
},
"value": "initialized",
- "start": 3696,
- "end": 3707,
+ "start": 3723,
+ "end": 3734,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 18
},
"end": {
- "line": 151,
+ "line": 152,
"column": 29
}
}
@@ -22043,15 +21881,15 @@
"updateContext": null
},
"value": "||",
- "start": 3708,
- "end": 3710,
+ "start": 3735,
+ "end": 3737,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 30
},
"end": {
- "line": 151,
+ "line": 152,
"column": 32
}
}
@@ -22070,15 +21908,15 @@
"updateContext": null
},
"value": "!",
- "start": 3711,
- "end": 3712,
+ "start": 3738,
+ "end": 3739,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 33
},
"end": {
- "line": 151,
+ "line": 152,
"column": 34
}
}
@@ -22098,15 +21936,15 @@
"updateContext": null
},
"value": "this",
- "start": 3712,
- "end": 3716,
+ "start": 3739,
+ "end": 3743,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 34
},
"end": {
- "line": 151,
+ "line": 152,
"column": 38
}
}
@@ -22124,15 +21962,15 @@
"binop": null,
"updateContext": null
},
- "start": 3716,
- "end": 3717,
+ "start": 3743,
+ "end": 3744,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 38
},
"end": {
- "line": 151,
+ "line": 152,
"column": 39
}
}
@@ -22150,15 +21988,15 @@
"binop": null
},
"value": "isEnabled",
- "start": 3717,
- "end": 3726,
+ "start": 3744,
+ "end": 3753,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 39
},
"end": {
- "line": 151,
+ "line": 152,
"column": 48
}
}
@@ -22175,15 +22013,15 @@
"postfix": false,
"binop": null
},
- "start": 3726,
- "end": 3727,
+ "start": 3753,
+ "end": 3754,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 48
},
"end": {
- "line": 151,
+ "line": 152,
"column": 49
}
}
@@ -22200,15 +22038,15 @@
"postfix": false,
"binop": null
},
- "start": 3727,
- "end": 3728,
+ "start": 3754,
+ "end": 3755,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 49
},
"end": {
- "line": 151,
+ "line": 152,
"column": 50
}
}
@@ -22225,15 +22063,15 @@
"postfix": false,
"binop": null
},
- "start": 3728,
- "end": 3729,
+ "start": 3755,
+ "end": 3756,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 50
},
"end": {
- "line": 151,
+ "line": 152,
"column": 51
}
}
@@ -22250,15 +22088,15 @@
"postfix": false,
"binop": null
},
- "start": 3730,
- "end": 3731,
+ "start": 3757,
+ "end": 3758,
"loc": {
"start": {
- "line": 151,
+ "line": 152,
"column": 52
},
"end": {
- "line": 151,
+ "line": 152,
"column": 53
}
}
@@ -22278,15 +22116,15 @@
"updateContext": null
},
"value": "return",
- "start": 3744,
- "end": 3750,
+ "start": 3771,
+ "end": 3777,
"loc": {
"start": {
- "line": 152,
+ "line": 153,
"column": 12
},
"end": {
- "line": 152,
+ "line": 153,
"column": 18
}
}
@@ -22304,15 +22142,15 @@
"binop": null,
"updateContext": null
},
- "start": 3750,
- "end": 3751,
+ "start": 3777,
+ "end": 3778,
"loc": {
"start": {
- "line": 152,
+ "line": 153,
"column": 18
},
"end": {
- "line": 152,
+ "line": 153,
"column": 19
}
}
@@ -22329,227 +22167,16 @@
"postfix": false,
"binop": null
},
- "start": 3760,
- "end": 3761,
- "loc": {
- "start": {
- "line": 153,
- "column": 8
- },
- "end": {
- "line": 153,
- "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": 3770,
- "end": 3774,
- "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": 3774,
- "end": 3775,
- "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": "onBeforeHide",
- "start": 3775,
- "end": 3787,
- "loc": {
- "start": {
- "line": 154,
- "column": 13
- },
- "end": {
- "line": 154,
- "column": 25
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
"start": 3787,
"end": 3788,
"loc": {
"start": {
"line": 154,
- "column": 25
+ "column": 8
},
"end": {
"line": 154,
- "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": 3788,
- "end": 3792,
- "loc": {
- "start": {
- "line": 154,
- "column": 26
- },
- "end": {
- "line": 154,
- "column": 30
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3792,
- "end": 3793,
- "loc": {
- "start": {
- "line": 154,
- "column": 30
- },
- "end": {
- "line": 154,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 3793,
- "end": 3795,
- "loc": {
- "start": {
- "line": 154,
- "column": 31
- },
- "end": {
- "line": 154,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": ",",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 3795,
- "end": 3796,
- "loc": {
- "start": {
- "line": 154,
- "column": 33
- },
- "end": {
- "line": 154,
- "column": 34
+ "column": 9
}
}
},
@@ -22572,11 +22199,222 @@
"end": 3801,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
+ "column": 8
+ },
+ "end": {
+ "line": 155,
+ "column": 12
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3801,
+ "end": 3802,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 12
+ },
+ "end": {
+ "line": 155,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "onBeforeHide",
+ "start": 3802,
+ "end": 3814,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 13
+ },
+ "end": {
+ "line": 155,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 3814,
+ "end": 3815,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 25
+ },
+ "end": {
+ "line": 155,
+ "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": 3815,
+ "end": 3819,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 26
+ },
+ "end": {
+ "line": 155,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3819,
+ "end": 3820,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 30
+ },
+ "end": {
+ "line": 155,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 3820,
+ "end": 3822,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 31
+ },
+ "end": {
+ "line": 155,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ",",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 3822,
+ "end": 3823,
+ "loc": {
+ "start": {
+ "line": 155,
+ "column": 33
+ },
+ "end": {
+ "line": 155,
+ "column": 34
+ }
+ }
+ },
+ {
+ "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": 3824,
+ "end": 3828,
+ "loc": {
+ "start": {
+ "line": 155,
"column": 35
},
"end": {
- "line": 154,
+ "line": 155,
"column": 39
}
}
@@ -22593,15 +22431,15 @@
"postfix": false,
"binop": null
},
- "start": 3801,
- "end": 3802,
+ "start": 3828,
+ "end": 3829,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 39
},
"end": {
- "line": 154,
+ "line": 155,
"column": 40
}
}
@@ -22619,15 +22457,15 @@
"binop": null,
"updateContext": null
},
- "start": 3802,
- "end": 3803,
+ "start": 3829,
+ "end": 3830,
"loc": {
"start": {
- "line": 154,
+ "line": 155,
"column": 40
},
"end": {
- "line": 154,
+ "line": 155,
"column": 41
}
}
@@ -22647,15 +22485,15 @@
"updateContext": null
},
"value": "this",
- "start": 3813,
- "end": 3817,
+ "start": 3840,
+ "end": 3844,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 8
},
"end": {
- "line": 156,
+ "line": 157,
"column": 12
}
}
@@ -22673,15 +22511,15 @@
"binop": null,
"updateContext": null
},
- "start": 3817,
- "end": 3818,
+ "start": 3844,
+ "end": 3845,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 12
},
"end": {
- "line": 156,
+ "line": 157,
"column": 13
}
}
@@ -22699,15 +22537,15 @@
"binop": null
},
"value": "cont",
- "start": 3818,
- "end": 3822,
+ "start": 3845,
+ "end": 3849,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 13
},
"end": {
- "line": 156,
+ "line": 157,
"column": 17
}
}
@@ -22725,15 +22563,15 @@
"binop": null,
"updateContext": null
},
- "start": 3822,
- "end": 3823,
+ "start": 3849,
+ "end": 3850,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 17
},
"end": {
- "line": 156,
+ "line": 157,
"column": 18
}
}
@@ -22751,15 +22589,15 @@
"binop": null
},
"value": "style",
- "start": 3823,
- "end": 3828,
+ "start": 3850,
+ "end": 3855,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 18
},
"end": {
- "line": 156,
+ "line": 157,
"column": 23
}
}
@@ -22777,15 +22615,15 @@
"binop": null,
"updateContext": null
},
- "start": 3828,
- "end": 3829,
+ "start": 3855,
+ "end": 3856,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 23
},
"end": {
- "line": 156,
+ "line": 157,
"column": 24
}
}
@@ -22803,15 +22641,15 @@
"binop": null
},
"value": "display",
- "start": 3829,
- "end": 3836,
+ "start": 3856,
+ "end": 3863,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 24
},
"end": {
- "line": 156,
+ "line": 157,
"column": 31
}
}
@@ -22830,15 +22668,15 @@
"updateContext": null
},
"value": "=",
- "start": 3837,
- "end": 3838,
+ "start": 3864,
+ "end": 3865,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 32
},
"end": {
- "line": 156,
+ "line": 157,
"column": 33
}
}
@@ -22856,15 +22694,15 @@
"binop": null
},
"value": "NONE",
- "start": 3839,
- "end": 3843,
+ "start": 3866,
+ "end": 3870,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 34
},
"end": {
- "line": 156,
+ "line": 157,
"column": 38
}
}
@@ -22882,15 +22720,15 @@
"binop": null,
"updateContext": null
},
- "start": 3843,
- "end": 3844,
+ "start": 3870,
+ "end": 3871,
"loc": {
"start": {
- "line": 156,
+ "line": 157,
"column": 38
},
"end": {
- "line": 156,
+ "line": 157,
"column": 39
}
}
@@ -22910,15 +22748,15 @@
"updateContext": null
},
"value": "this",
- "start": 3854,
- "end": 3858,
+ "start": 3881,
+ "end": 3885,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 8
},
"end": {
- "line": 158,
+ "line": 159,
"column": 12
}
}
@@ -22936,15 +22774,15 @@
"binop": null,
"updateContext": null
},
- "start": 3858,
- "end": 3859,
+ "start": 3885,
+ "end": 3886,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 12
},
"end": {
- "line": 158,
+ "line": 159,
"column": 13
}
}
@@ -22962,15 +22800,15 @@
"binop": null
},
"value": "onAfterHide",
- "start": 3859,
- "end": 3870,
+ "start": 3886,
+ "end": 3897,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 13
},
"end": {
- "line": 158,
+ "line": 159,
"column": 24
}
}
@@ -22987,15 +22825,15 @@
"postfix": false,
"binop": null
},
- "start": 3870,
- "end": 3871,
+ "start": 3897,
+ "end": 3898,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 24
},
"end": {
- "line": 158,
+ "line": 159,
"column": 25
}
}
@@ -23015,15 +22853,15 @@
"updateContext": null
},
"value": "this",
- "start": 3871,
- "end": 3875,
+ "start": 3898,
+ "end": 3902,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 25
},
"end": {
- "line": 158,
+ "line": 159,
"column": 29
}
}
@@ -23041,15 +22879,15 @@
"binop": null,
"updateContext": null
},
- "start": 3875,
- "end": 3876,
+ "start": 3902,
+ "end": 3903,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 29
},
"end": {
- "line": 158,
+ "line": 159,
"column": 30
}
}
@@ -23067,15 +22905,15 @@
"binop": null
},
"value": "tf",
- "start": 3876,
- "end": 3878,
+ "start": 3903,
+ "end": 3905,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 30
},
"end": {
- "line": 158,
+ "line": 159,
"column": 32
}
}
@@ -23093,15 +22931,15 @@
"binop": null,
"updateContext": null
},
- "start": 3878,
- "end": 3879,
+ "start": 3905,
+ "end": 3906,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 32
},
"end": {
- "line": 158,
+ "line": 159,
"column": 33
}
}
@@ -23121,15 +22959,15 @@
"updateContext": null
},
"value": "this",
- "start": 3880,
- "end": 3884,
+ "start": 3907,
+ "end": 3911,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 34
},
"end": {
- "line": 158,
+ "line": 159,
"column": 38
}
}
@@ -23146,15 +22984,15 @@
"postfix": false,
"binop": null
},
- "start": 3884,
- "end": 3885,
+ "start": 3911,
+ "end": 3912,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 38
},
"end": {
- "line": 158,
+ "line": 159,
"column": 39
}
}
@@ -23172,15 +23010,15 @@
"binop": null,
"updateContext": null
},
- "start": 3885,
- "end": 3886,
+ "start": 3912,
+ "end": 3913,
"loc": {
"start": {
- "line": 158,
+ "line": 159,
"column": 39
},
"end": {
- "line": 158,
+ "line": 159,
"column": 40
}
}
@@ -23197,15 +23035,15 @@
"postfix": false,
"binop": null
},
- "start": 3891,
- "end": 3892,
+ "start": 3918,
+ "end": 3919,
"loc": {
"start": {
- "line": 159,
+ "line": 160,
"column": 4
},
"end": {
- "line": 159,
+ "line": 160,
"column": 5
}
}
@@ -23213,15 +23051,15 @@
{
"type": "CommentBlock",
"value": "*\n * Sets no results container width\n * @private\n ",
- "start": 3898,
- "end": 3964,
+ "start": 3925,
+ "end": 3991,
"loc": {
"start": {
- "line": 161,
+ "line": 162,
"column": 4
},
"end": {
- "line": 164,
+ "line": 165,
"column": 7
}
}
@@ -23239,15 +23077,15 @@
"binop": null
},
"value": "setWidth",
- "start": 3969,
- "end": 3977,
+ "start": 3996,
+ "end": 4004,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 4
},
"end": {
- "line": 165,
+ "line": 166,
"column": 12
}
}
@@ -23264,15 +23102,15 @@
"postfix": false,
"binop": null
},
- "start": 3977,
- "end": 3978,
+ "start": 4004,
+ "end": 4005,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 12
},
"end": {
- "line": 165,
+ "line": 166,
"column": 13
}
}
@@ -23289,15 +23127,15 @@
"postfix": false,
"binop": null
},
- "start": 3978,
- "end": 3979,
+ "start": 4005,
+ "end": 4006,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 13
},
"end": {
- "line": 165,
+ "line": 166,
"column": 14
}
}
@@ -23314,15 +23152,15 @@
"postfix": false,
"binop": null
},
- "start": 3980,
- "end": 3981,
+ "start": 4007,
+ "end": 4008,
"loc": {
"start": {
- "line": 165,
+ "line": 166,
"column": 15
},
"end": {
- "line": 165,
+ "line": 166,
"column": 16
}
}
@@ -23342,15 +23180,15 @@
"updateContext": null
},
"value": "if",
- "start": 3990,
- "end": 3992,
+ "start": 4017,
+ "end": 4019,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 8
},
"end": {
- "line": 166,
+ "line": 167,
"column": 10
}
}
@@ -23367,15 +23205,15 @@
"postfix": false,
"binop": null
},
- "start": 3993,
- "end": 3994,
+ "start": 4020,
+ "end": 4021,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 11
},
"end": {
- "line": 166,
+ "line": 167,
"column": 12
}
}
@@ -23394,15 +23232,15 @@
"updateContext": null
},
"value": "!",
- "start": 3994,
- "end": 3995,
+ "start": 4021,
+ "end": 4022,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 12
},
"end": {
- "line": 166,
+ "line": 167,
"column": 13
}
}
@@ -23422,15 +23260,15 @@
"updateContext": null
},
"value": "this",
- "start": 3995,
- "end": 3999,
+ "start": 4022,
+ "end": 4026,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 13
},
"end": {
- "line": 166,
+ "line": 167,
"column": 17
}
}
@@ -23448,15 +23286,15 @@
"binop": null,
"updateContext": null
},
- "start": 3999,
- "end": 4000,
+ "start": 4026,
+ "end": 4027,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 17
},
"end": {
- "line": 166,
+ "line": 167,
"column": 18
}
}
@@ -23474,15 +23312,15 @@
"binop": null
},
"value": "initialized",
- "start": 4000,
- "end": 4011,
+ "start": 4027,
+ "end": 4038,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 18
},
"end": {
- "line": 166,
+ "line": 167,
"column": 29
}
}
@@ -23501,15 +23339,15 @@
"updateContext": null
},
"value": "||",
- "start": 4012,
- "end": 4014,
+ "start": 4039,
+ "end": 4041,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 30
},
"end": {
- "line": 166,
+ "line": 167,
"column": 32
}
}
@@ -23529,15 +23367,15 @@
"updateContext": null
},
"value": "this",
- "start": 4015,
- "end": 4019,
+ "start": 4042,
+ "end": 4046,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 33
},
"end": {
- "line": 166,
+ "line": 167,
"column": 37
}
}
@@ -23555,15 +23393,15 @@
"binop": null,
"updateContext": null
},
- "start": 4019,
- "end": 4020,
+ "start": 4046,
+ "end": 4047,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 37
},
"end": {
- "line": 166,
+ "line": 167,
"column": 38
}
}
@@ -23581,15 +23419,15 @@
"binop": null
},
"value": "isExternal",
- "start": 4020,
- "end": 4030,
+ "start": 4047,
+ "end": 4057,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 38
},
"end": {
- "line": 166,
+ "line": 167,
"column": 48
}
}
@@ -23608,15 +23446,15 @@
"updateContext": null
},
"value": "||",
- "start": 4031,
- "end": 4033,
+ "start": 4058,
+ "end": 4060,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 49
},
"end": {
- "line": 166,
+ "line": 167,
"column": 51
}
}
@@ -23635,15 +23473,15 @@
"updateContext": null
},
"value": "!",
- "start": 4034,
- "end": 4035,
+ "start": 4061,
+ "end": 4062,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 52
},
"end": {
- "line": 166,
+ "line": 167,
"column": 53
}
}
@@ -23663,15 +23501,15 @@
"updateContext": null
},
"value": "this",
- "start": 4035,
- "end": 4039,
+ "start": 4062,
+ "end": 4066,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 53
},
"end": {
- "line": 166,
+ "line": 167,
"column": 57
}
}
@@ -23689,15 +23527,15 @@
"binop": null,
"updateContext": null
},
- "start": 4039,
- "end": 4040,
+ "start": 4066,
+ "end": 4067,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 57
},
"end": {
- "line": 166,
+ "line": 167,
"column": 58
}
}
@@ -23715,15 +23553,15 @@
"binop": null
},
"value": "isEnabled",
- "start": 4040,
- "end": 4049,
+ "start": 4067,
+ "end": 4076,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 58
},
"end": {
- "line": 166,
+ "line": 167,
"column": 67
}
}
@@ -23740,15 +23578,15 @@
"postfix": false,
"binop": null
},
- "start": 4049,
- "end": 4050,
+ "start": 4076,
+ "end": 4077,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 67
},
"end": {
- "line": 166,
+ "line": 167,
"column": 68
}
}
@@ -23765,15 +23603,15 @@
"postfix": false,
"binop": null
},
- "start": 4050,
- "end": 4051,
+ "start": 4077,
+ "end": 4078,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 68
},
"end": {
- "line": 166,
+ "line": 167,
"column": 69
}
}
@@ -23790,15 +23628,15 @@
"postfix": false,
"binop": null
},
- "start": 4051,
- "end": 4052,
+ "start": 4078,
+ "end": 4079,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 69
},
"end": {
- "line": 166,
+ "line": 167,
"column": 70
}
}
@@ -23815,15 +23653,15 @@
"postfix": false,
"binop": null
},
- "start": 4053,
- "end": 4054,
+ "start": 4080,
+ "end": 4081,
"loc": {
"start": {
- "line": 166,
+ "line": 167,
"column": 71
},
"end": {
- "line": 166,
+ "line": 167,
"column": 72
}
}
@@ -23843,15 +23681,15 @@
"updateContext": null
},
"value": "return",
- "start": 4067,
- "end": 4073,
+ "start": 4094,
+ "end": 4100,
"loc": {
"start": {
- "line": 167,
+ "line": 168,
"column": 12
},
"end": {
- "line": 167,
+ "line": 168,
"column": 18
}
}
@@ -23869,15 +23707,15 @@
"binop": null,
"updateContext": null
},
- "start": 4073,
- "end": 4074,
+ "start": 4100,
+ "end": 4101,
"loc": {
"start": {
- "line": 167,
+ "line": 168,
"column": 18
},
"end": {
- "line": 167,
+ "line": 168,
"column": 19
}
}
@@ -23894,15 +23732,15 @@
"postfix": false,
"binop": null
},
- "start": 4083,
- "end": 4084,
+ "start": 4110,
+ "end": 4111,
"loc": {
"start": {
- "line": 168,
+ "line": 169,
"column": 8
},
"end": {
- "line": 168,
+ "line": 169,
"column": 9
}
}
@@ -23922,15 +23760,15 @@
"updateContext": null
},
"value": "let",
- "start": 4093,
- "end": 4096,
+ "start": 4120,
+ "end": 4123,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 8
},
"end": {
- "line": 169,
+ "line": 170,
"column": 11
}
}
@@ -23948,15 +23786,15 @@
"binop": null
},
"value": "tf",
- "start": 4097,
- "end": 4099,
+ "start": 4124,
+ "end": 4126,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 12
},
"end": {
- "line": 169,
+ "line": 170,
"column": 14
}
}
@@ -23975,15 +23813,15 @@
"updateContext": null
},
"value": "=",
- "start": 4100,
- "end": 4101,
+ "start": 4127,
+ "end": 4128,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 15
},
"end": {
- "line": 169,
+ "line": 170,
"column": 16
}
}
@@ -24003,15 +23841,15 @@
"updateContext": null
},
"value": "this",
- "start": 4102,
- "end": 4106,
+ "start": 4129,
+ "end": 4133,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 17
},
"end": {
- "line": 169,
+ "line": 170,
"column": 21
}
}
@@ -24029,15 +23867,15 @@
"binop": null,
"updateContext": null
},
- "start": 4106,
- "end": 4107,
+ "start": 4133,
+ "end": 4134,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 21
},
"end": {
- "line": 169,
+ "line": 170,
"column": 22
}
}
@@ -24055,15 +23893,15 @@
"binop": null
},
"value": "tf",
- "start": 4107,
- "end": 4109,
+ "start": 4134,
+ "end": 4136,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 22
},
"end": {
- "line": 169,
+ "line": 170,
"column": 24
}
}
@@ -24081,15 +23919,15 @@
"binop": null,
"updateContext": null
},
- "start": 4109,
- "end": 4110,
+ "start": 4136,
+ "end": 4137,
"loc": {
"start": {
- "line": 169,
+ "line": 170,
"column": 24
},
"end": {
- "line": 169,
+ "line": 170,
"column": 25
}
}
@@ -24109,15 +23947,15 @@
"updateContext": null
},
"value": "if",
- "start": 4119,
- "end": 4121,
+ "start": 4146,
+ "end": 4148,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 8
},
"end": {
- "line": 170,
+ "line": 171,
"column": 10
}
}
@@ -24134,15 +23972,15 @@
"postfix": false,
"binop": null
},
- "start": 4122,
- "end": 4123,
+ "start": 4149,
+ "end": 4150,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 11
},
"end": {
- "line": 170,
+ "line": 171,
"column": 12
}
}
@@ -24160,15 +23998,15 @@
"binop": null
},
"value": "tf",
- "start": 4123,
- "end": 4125,
+ "start": 4150,
+ "end": 4152,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 12
},
"end": {
- "line": 170,
+ "line": 171,
"column": 14
}
}
@@ -24186,15 +24024,15 @@
"binop": null,
"updateContext": null
},
- "start": 4125,
- "end": 4126,
+ "start": 4152,
+ "end": 4153,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 14
},
"end": {
- "line": 170,
+ "line": 171,
"column": 15
}
}
@@ -24212,15 +24050,15 @@
"binop": null
},
"value": "gridLayout",
- "start": 4126,
- "end": 4136,
+ "start": 4153,
+ "end": 4163,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 15
},
"end": {
- "line": 170,
+ "line": 171,
"column": 25
}
}
@@ -24237,15 +24075,15 @@
"postfix": false,
"binop": null
},
- "start": 4136,
- "end": 4137,
+ "start": 4163,
+ "end": 4164,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 25
},
"end": {
- "line": 170,
+ "line": 171,
"column": 26
}
}
@@ -24262,15 +24100,15 @@
"postfix": false,
"binop": null
},
- "start": 4138,
- "end": 4139,
+ "start": 4165,
+ "end": 4166,
"loc": {
"start": {
- "line": 170,
+ "line": 171,
"column": 27
},
"end": {
- "line": 170,
+ "line": 171,
"column": 28
}
}
@@ -24290,15 +24128,15 @@
"updateContext": null
},
"value": "let",
- "start": 4152,
- "end": 4155,
+ "start": 4179,
+ "end": 4182,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 12
},
"end": {
- "line": 171,
+ "line": 172,
"column": 15
}
}
@@ -24316,15 +24154,15 @@
"binop": null
},
"value": "gridLayout",
- "start": 4156,
- "end": 4166,
+ "start": 4183,
+ "end": 4193,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 16
},
"end": {
- "line": 171,
+ "line": 172,
"column": 26
}
}
@@ -24343,15 +24181,15 @@
"updateContext": null
},
"value": "=",
- "start": 4167,
- "end": 4168,
+ "start": 4194,
+ "end": 4195,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 27
},
"end": {
- "line": 171,
+ "line": 172,
"column": 28
}
}
@@ -24369,15 +24207,15 @@
"binop": null
},
"value": "tf",
- "start": 4169,
- "end": 4171,
+ "start": 4196,
+ "end": 4198,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 29
},
"end": {
- "line": 171,
+ "line": 172,
"column": 31
}
}
@@ -24395,15 +24233,15 @@
"binop": null,
"updateContext": null
},
- "start": 4171,
- "end": 4172,
+ "start": 4198,
+ "end": 4199,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 31
},
"end": {
- "line": 171,
+ "line": 172,
"column": 32
}
}
@@ -24421,15 +24259,15 @@
"binop": null
},
"value": "feature",
- "start": 4172,
- "end": 4179,
+ "start": 4199,
+ "end": 4206,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 32
},
"end": {
- "line": 171,
+ "line": 172,
"column": 39
}
}
@@ -24446,15 +24284,15 @@
"postfix": false,
"binop": null
},
- "start": 4179,
- "end": 4180,
+ "start": 4206,
+ "end": 4207,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 39
},
"end": {
- "line": 171,
+ "line": 172,
"column": 40
}
}
@@ -24473,15 +24311,15 @@
"updateContext": null
},
"value": "gridLayout",
- "start": 4180,
- "end": 4192,
+ "start": 4207,
+ "end": 4219,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 40
},
"end": {
- "line": 171,
+ "line": 172,
"column": 52
}
}
@@ -24498,15 +24336,15 @@
"postfix": false,
"binop": null
},
- "start": 4192,
- "end": 4193,
+ "start": 4219,
+ "end": 4220,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 52
},
"end": {
- "line": 171,
+ "line": 172,
"column": 53
}
}
@@ -24524,15 +24362,15 @@
"binop": null,
"updateContext": null
},
- "start": 4193,
- "end": 4194,
+ "start": 4220,
+ "end": 4221,
"loc": {
"start": {
- "line": 171,
+ "line": 172,
"column": 53
},
"end": {
- "line": 171,
+ "line": 172,
"column": 54
}
}
@@ -24552,15 +24390,15 @@
"updateContext": null
},
"value": "this",
- "start": 4207,
- "end": 4211,
+ "start": 4234,
+ "end": 4238,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 12
},
"end": {
- "line": 172,
+ "line": 173,
"column": 16
}
}
@@ -24578,15 +24416,15 @@
"binop": null,
"updateContext": null
},
- "start": 4211,
- "end": 4212,
+ "start": 4238,
+ "end": 4239,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 16
},
"end": {
- "line": 172,
+ "line": 173,
"column": 17
}
}
@@ -24604,15 +24442,15 @@
"binop": null
},
"value": "cont",
- "start": 4212,
- "end": 4216,
+ "start": 4239,
+ "end": 4243,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 17
},
"end": {
- "line": 172,
+ "line": 173,
"column": 21
}
}
@@ -24630,15 +24468,15 @@
"binop": null,
"updateContext": null
},
- "start": 4216,
- "end": 4217,
+ "start": 4243,
+ "end": 4244,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 21
},
"end": {
- "line": 172,
+ "line": 173,
"column": 22
}
}
@@ -24656,173 +24494,16 @@
"binop": null
},
"value": "style",
- "start": 4217,
- "end": 4222,
- "loc": {
- "start": {
- "line": 172,
- "column": 22
- },
- "end": {
- "line": 172,
- "column": 27
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 4222,
- "end": 4223,
- "loc": {
- "start": {
- "line": 172,
- "column": 27
- },
- "end": {
- "line": 172,
- "column": 28
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "width",
- "start": 4223,
- "end": 4228,
- "loc": {
- "start": {
- "line": 172,
- "column": 28
- },
- "end": {
- "line": 172,
- "column": 33
- }
- }
- },
- {
- "type": {
- "label": "=",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": true,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "value": "=",
- "start": 4229,
- "end": 4230,
- "loc": {
- "start": {
- "line": 172,
- "column": 34
- },
- "end": {
- "line": 172,
- "column": 35
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "gridLayout",
- "start": 4231,
- "end": 4241,
- "loc": {
- "start": {
- "line": 172,
- "column": 36
- },
- "end": {
- "line": 172,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 4241,
- "end": 4242,
- "loc": {
- "start": {
- "line": 172,
- "column": 46
- },
- "end": {
- "line": 172,
- "column": 47
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "headTbl",
- "start": 4242,
+ "start": 4244,
"end": 4249,
"loc": {
"start": {
- "line": 172,
- "column": 47
+ "line": 173,
+ "column": 22
},
"end": {
- "line": 172,
- "column": 54
+ "line": 173,
+ "column": 27
}
}
},
@@ -24843,11 +24524,168 @@
"end": 4250,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
+ "column": 27
+ },
+ "end": {
+ "line": 173,
+ "column": 28
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "width",
+ "start": 4250,
+ "end": 4255,
+ "loc": {
+ "start": {
+ "line": 173,
+ "column": 28
+ },
+ "end": {
+ "line": 173,
+ "column": 33
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "=",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": true,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "value": "=",
+ "start": 4256,
+ "end": 4257,
+ "loc": {
+ "start": {
+ "line": 173,
+ "column": 34
+ },
+ "end": {
+ "line": 173,
+ "column": 35
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "gridLayout",
+ "start": 4258,
+ "end": 4268,
+ "loc": {
+ "start": {
+ "line": 173,
+ "column": 36
+ },
+ "end": {
+ "line": 173,
+ "column": 46
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4268,
+ "end": 4269,
+ "loc": {
+ "start": {
+ "line": 173,
+ "column": 46
+ },
+ "end": {
+ "line": 173,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "headTbl",
+ "start": 4269,
+ "end": 4276,
+ "loc": {
+ "start": {
+ "line": 173,
+ "column": 47
+ },
+ "end": {
+ "line": 173,
+ "column": 54
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4276,
+ "end": 4277,
+ "loc": {
+ "start": {
+ "line": 173,
"column": 54
},
"end": {
- "line": 172,
+ "line": 173,
"column": 55
}
}
@@ -24865,15 +24703,15 @@
"binop": null
},
"value": "clientWidth",
- "start": 4250,
- "end": 4261,
+ "start": 4277,
+ "end": 4288,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 55
},
"end": {
- "line": 172,
+ "line": 173,
"column": 66
}
}
@@ -24892,15 +24730,15 @@
"updateContext": null
},
"value": "+",
- "start": 4262,
- "end": 4263,
+ "start": 4289,
+ "end": 4290,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 67
},
"end": {
- "line": 172,
+ "line": 173,
"column": 68
}
}
@@ -24919,15 +24757,15 @@
"updateContext": null
},
"value": "px",
- "start": 4264,
- "end": 4268,
+ "start": 4291,
+ "end": 4295,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 69
},
"end": {
- "line": 172,
+ "line": 173,
"column": 73
}
}
@@ -24945,15 +24783,15 @@
"binop": null,
"updateContext": null
},
- "start": 4268,
- "end": 4269,
+ "start": 4295,
+ "end": 4296,
"loc": {
"start": {
- "line": 172,
+ "line": 173,
"column": 73
},
"end": {
- "line": 172,
+ "line": 173,
"column": 74
}
}
@@ -24970,15 +24808,15 @@
"postfix": false,
"binop": null
},
- "start": 4278,
- "end": 4279,
+ "start": 4305,
+ "end": 4306,
"loc": {
"start": {
- "line": 173,
+ "line": 174,
"column": 8
},
"end": {
- "line": 173,
+ "line": 174,
"column": 9
}
}
@@ -24998,15 +24836,15 @@
"updateContext": null
},
"value": "else",
- "start": 4280,
- "end": 4284,
+ "start": 4307,
+ "end": 4311,
"loc": {
"start": {
- "line": 173,
+ "line": 174,
"column": 10
},
"end": {
- "line": 173,
+ "line": 174,
"column": 14
}
}
@@ -25023,15 +24861,15 @@
"postfix": false,
"binop": null
},
- "start": 4285,
- "end": 4286,
+ "start": 4312,
+ "end": 4313,
"loc": {
"start": {
- "line": 173,
+ "line": 174,
"column": 15
},
"end": {
- "line": 173,
+ "line": 174,
"column": 16
}
}
@@ -25051,15 +24889,15 @@
"updateContext": null
},
"value": "this",
- "start": 4299,
- "end": 4303,
+ "start": 4326,
+ "end": 4330,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 12
},
"end": {
- "line": 174,
+ "line": 175,
"column": 16
}
}
@@ -25077,15 +24915,15 @@
"binop": null,
"updateContext": null
},
- "start": 4303,
- "end": 4304,
+ "start": 4330,
+ "end": 4331,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 16
},
"end": {
- "line": 174,
+ "line": 175,
"column": 17
}
}
@@ -25103,15 +24941,15 @@
"binop": null
},
"value": "cont",
- "start": 4304,
- "end": 4308,
+ "start": 4331,
+ "end": 4335,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 17
},
"end": {
- "line": 174,
+ "line": 175,
"column": 21
}
}
@@ -25129,15 +24967,15 @@
"binop": null,
"updateContext": null
},
- "start": 4308,
- "end": 4309,
+ "start": 4335,
+ "end": 4336,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 21
},
"end": {
- "line": 174,
+ "line": 175,
"column": 22
}
}
@@ -25155,15 +24993,15 @@
"binop": null
},
"value": "style",
- "start": 4309,
- "end": 4314,
+ "start": 4336,
+ "end": 4341,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 22
},
"end": {
- "line": 174,
+ "line": 175,
"column": 27
}
}
@@ -25181,15 +25019,15 @@
"binop": null,
"updateContext": null
},
- "start": 4314,
- "end": 4315,
+ "start": 4341,
+ "end": 4342,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 27
},
"end": {
- "line": 174,
+ "line": 175,
"column": 28
}
}
@@ -25207,15 +25045,15 @@
"binop": null
},
"value": "width",
- "start": 4315,
- "end": 4320,
+ "start": 4342,
+ "end": 4347,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 28
},
"end": {
- "line": 174,
+ "line": 175,
"column": 33
}
}
@@ -25234,15 +25072,15 @@
"updateContext": null
},
"value": "=",
- "start": 4321,
- "end": 4322,
+ "start": 4348,
+ "end": 4349,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 34
},
"end": {
- "line": 174,
+ "line": 175,
"column": 35
}
}
@@ -25259,15 +25097,15 @@
"postfix": false,
"binop": null
},
- "start": 4323,
- "end": 4324,
+ "start": 4350,
+ "end": 4351,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 36
},
"end": {
- "line": 174,
+ "line": 175,
"column": 37
}
}
@@ -25285,15 +25123,15 @@
"binop": null
},
"value": "tf",
- "start": 4324,
- "end": 4326,
+ "start": 4351,
+ "end": 4353,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 37
},
"end": {
- "line": 174,
+ "line": 175,
"column": 39
}
}
@@ -25311,15 +25149,15 @@
"binop": null,
"updateContext": null
},
- "start": 4326,
- "end": 4327,
+ "start": 4353,
+ "end": 4354,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 39
},
"end": {
- "line": 174,
+ "line": 175,
"column": 40
}
}
@@ -25337,15 +25175,15 @@
"binop": null
},
"value": "dom",
- "start": 4327,
- "end": 4330,
+ "start": 4354,
+ "end": 4357,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 40
},
"end": {
- "line": 174,
+ "line": 175,
"column": 43
}
}
@@ -25362,15 +25200,15 @@
"postfix": false,
"binop": null
},
- "start": 4330,
- "end": 4331,
+ "start": 4357,
+ "end": 4358,
"loc": {
"start": {
- "line": 174,
+ "line": 175,
"column": 43
},
"end": {
- "line": 174,
+ "line": 175,
"column": 44
}
}
@@ -25387,120 +25225,16 @@
"postfix": false,
"binop": null
},
- "start": 4331,
- "end": 4332,
- "loc": {
- "start": {
- "line": 174,
- "column": 44
- },
- "end": {
- "line": 174,
- "column": 45
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 4332,
- "end": 4333,
- "loc": {
- "start": {
- "line": 174,
- "column": 45
- },
- "end": {
- "line": 174,
- "column": 46
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tHead",
- "start": 4333,
- "end": 4338,
- "loc": {
- "start": {
- "line": 174,
- "column": 46
- },
- "end": {
- "line": 174,
- "column": 51
- }
- }
- },
- {
- "type": {
- "label": "?",
- "beforeExpr": true,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 4339,
- "end": 4340,
- "loc": {
- "start": {
- "line": 174,
- "column": 52
- },
- "end": {
- "line": 174,
- "column": 53
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "tf",
- "start": 4357,
+ "start": 4358,
"end": 4359,
"loc": {
"start": {
"line": 175,
- "column": 16
+ "column": 44
},
"end": {
"line": 175,
- "column": 18
+ "column": 45
}
}
},
@@ -25522,113 +25256,11 @@
"loc": {
"start": {
"line": 175,
- "column": 18
+ "column": 45
},
"end": {
"line": 175,
- "column": 19
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "dom",
- "start": 4360,
- "end": 4363,
- "loc": {
- "start": {
- "line": 175,
- "column": 19
- },
- "end": {
- "line": 175,
- "column": 22
- }
- }
- },
- {
- "type": {
- "label": "(",
- "beforeExpr": true,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 4363,
- "end": 4364,
- "loc": {
- "start": {
- "line": 175,
- "column": 22
- },
- "end": {
- "line": 175,
- "column": 23
- }
- }
- },
- {
- "type": {
- "label": ")",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "start": 4364,
- "end": 4365,
- "loc": {
- "start": {
- "line": 175,
- "column": 23
- },
- "end": {
- "line": 175,
- "column": 24
- }
- }
- },
- {
- "type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 4365,
- "end": 4366,
- "loc": {
- "start": {
- "line": 175,
- "column": 24
- },
- "end": {
- "line": 175,
- "column": 25
+ "column": 46
}
}
},
@@ -25645,74 +25277,22 @@
"binop": null
},
"value": "tHead",
- "start": 4366,
- "end": 4371,
+ "start": 4360,
+ "end": 4365,
"loc": {
"start": {
"line": 175,
- "column": 25
+ "column": 46
},
"end": {
"line": 175,
- "column": 30
+ "column": 51
}
}
},
{
"type": {
- "label": ".",
- "beforeExpr": false,
- "startsExpr": false,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null,
- "updateContext": null
- },
- "start": 4371,
- "end": 4372,
- "loc": {
- "start": {
- "line": 175,
- "column": 30
- },
- "end": {
- "line": 175,
- "column": 31
- }
- }
- },
- {
- "type": {
- "label": "name",
- "beforeExpr": false,
- "startsExpr": true,
- "rightAssociative": false,
- "isLoop": false,
- "isAssign": false,
- "prefix": false,
- "postfix": false,
- "binop": null
- },
- "value": "clientWidth",
- "start": 4372,
- "end": 4383,
- "loc": {
- "start": {
- "line": 175,
- "column": 31
- },
- "end": {
- "line": 175,
- "column": 42
- }
- }
- },
- {
- "type": {
- "label": ":",
+ "label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
@@ -25723,16 +25303,16 @@
"binop": null,
"updateContext": null
},
- "start": 4384,
- "end": 4385,
+ "start": 4366,
+ "end": 4367,
"loc": {
"start": {
"line": 175,
- "column": 43
+ "column": 52
},
"end": {
"line": 175,
- "column": 44
+ "column": 53
}
}
},
@@ -25749,8 +25329,8 @@
"binop": null
},
"value": "tf",
- "start": 4402,
- "end": 4404,
+ "start": 4384,
+ "end": 4386,
"loc": {
"start": {
"line": 176,
@@ -25775,8 +25355,8 @@
"binop": null,
"updateContext": null
},
- "start": 4404,
- "end": 4405,
+ "start": 4386,
+ "end": 4387,
"loc": {
"start": {
"line": 176,
@@ -25801,8 +25381,8 @@
"binop": null
},
"value": "dom",
- "start": 4405,
- "end": 4408,
+ "start": 4387,
+ "end": 4390,
"loc": {
"start": {
"line": 176,
@@ -25826,8 +25406,8 @@
"postfix": false,
"binop": null
},
- "start": 4408,
- "end": 4409,
+ "start": 4390,
+ "end": 4391,
"loc": {
"start": {
"line": 176,
@@ -25851,8 +25431,8 @@
"postfix": false,
"binop": null
},
- "start": 4409,
- "end": 4410,
+ "start": 4391,
+ "end": 4392,
"loc": {
"start": {
"line": 176,
@@ -25877,8 +25457,8 @@
"binop": null,
"updateContext": null
},
- "start": 4410,
- "end": 4411,
+ "start": 4392,
+ "end": 4393,
"loc": {
"start": {
"line": 176,
@@ -25902,9 +25482,9 @@
"postfix": false,
"binop": null
},
- "value": "tBodies",
- "start": 4411,
- "end": 4418,
+ "value": "tHead",
+ "start": 4393,
+ "end": 4398,
"loc": {
"start": {
"line": 176,
@@ -25912,6 +25492,264 @@
},
"end": {
"line": 176,
+ "column": 30
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4398,
+ "end": 4399,
+ "loc": {
+ "start": {
+ "line": 176,
+ "column": 30
+ },
+ "end": {
+ "line": 176,
+ "column": 31
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "clientWidth",
+ "start": 4399,
+ "end": 4410,
+ "loc": {
+ "start": {
+ "line": 176,
+ "column": 31
+ },
+ "end": {
+ "line": 176,
+ "column": 42
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ":",
+ "beforeExpr": true,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4411,
+ "end": 4412,
+ "loc": {
+ "start": {
+ "line": 176,
+ "column": 43
+ },
+ "end": {
+ "line": 176,
+ "column": 44
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tf",
+ "start": 4429,
+ "end": 4431,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 16
+ },
+ "end": {
+ "line": 177,
+ "column": 18
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4431,
+ "end": 4432,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 18
+ },
+ "end": {
+ "line": 177,
+ "column": 19
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "dom",
+ "start": 4432,
+ "end": 4435,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 19
+ },
+ "end": {
+ "line": 177,
+ "column": 22
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "(",
+ "beforeExpr": true,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 4435,
+ "end": 4436,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 22
+ },
+ "end": {
+ "line": 177,
+ "column": 23
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ")",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "start": 4436,
+ "end": 4437,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 23
+ },
+ "end": {
+ "line": 177,
+ "column": 24
+ }
+ }
+ },
+ {
+ "type": {
+ "label": ".",
+ "beforeExpr": false,
+ "startsExpr": false,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null,
+ "updateContext": null
+ },
+ "start": 4437,
+ "end": 4438,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 24
+ },
+ "end": {
+ "line": 177,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": {
+ "label": "name",
+ "beforeExpr": false,
+ "startsExpr": true,
+ "rightAssociative": false,
+ "isLoop": false,
+ "isAssign": false,
+ "prefix": false,
+ "postfix": false,
+ "binop": null
+ },
+ "value": "tBodies",
+ "start": 4438,
+ "end": 4445,
+ "loc": {
+ "start": {
+ "line": 177,
+ "column": 25
+ },
+ "end": {
+ "line": 177,
"column": 32
}
}
@@ -25929,15 +25767,15 @@
"binop": null,
"updateContext": null
},
- "start": 4418,
- "end": 4419,
+ "start": 4445,
+ "end": 4446,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 32
},
"end": {
- "line": 176,
+ "line": 177,
"column": 33
}
}
@@ -25956,15 +25794,15 @@
"updateContext": null
},
"value": 0,
- "start": 4419,
- "end": 4420,
+ "start": 4446,
+ "end": 4447,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 33
},
"end": {
- "line": 176,
+ "line": 177,
"column": 34
}
}
@@ -25982,15 +25820,15 @@
"binop": null,
"updateContext": null
},
- "start": 4420,
- "end": 4421,
+ "start": 4447,
+ "end": 4448,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 34
},
"end": {
- "line": 176,
+ "line": 177,
"column": 35
}
}
@@ -26008,15 +25846,15 @@
"binop": null,
"updateContext": null
},
- "start": 4421,
- "end": 4422,
+ "start": 4448,
+ "end": 4449,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 35
},
"end": {
- "line": 176,
+ "line": 177,
"column": 36
}
}
@@ -26034,15 +25872,15 @@
"binop": null
},
"value": "clientWidth",
- "start": 4422,
- "end": 4433,
+ "start": 4449,
+ "end": 4460,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 36
},
"end": {
- "line": 176,
+ "line": 177,
"column": 47
}
}
@@ -26059,15 +25897,15 @@
"postfix": false,
"binop": null
},
- "start": 4433,
- "end": 4434,
+ "start": 4460,
+ "end": 4461,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 47
},
"end": {
- "line": 176,
+ "line": 177,
"column": 48
}
}
@@ -26086,15 +25924,15 @@
"updateContext": null
},
"value": "+",
- "start": 4435,
- "end": 4436,
+ "start": 4462,
+ "end": 4463,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 49
},
"end": {
- "line": 176,
+ "line": 177,
"column": 50
}
}
@@ -26113,15 +25951,15 @@
"updateContext": null
},
"value": "px",
- "start": 4437,
- "end": 4441,
+ "start": 4464,
+ "end": 4468,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 51
},
"end": {
- "line": 176,
+ "line": 177,
"column": 55
}
}
@@ -26139,15 +25977,15 @@
"binop": null,
"updateContext": null
},
- "start": 4441,
- "end": 4442,
+ "start": 4468,
+ "end": 4469,
"loc": {
"start": {
- "line": 176,
+ "line": 177,
"column": 55
},
"end": {
- "line": 176,
+ "line": 177,
"column": 56
}
}
@@ -26164,15 +26002,15 @@
"postfix": false,
"binop": null
},
- "start": 4451,
- "end": 4452,
+ "start": 4478,
+ "end": 4479,
"loc": {
"start": {
- "line": 177,
+ "line": 178,
"column": 8
},
"end": {
- "line": 177,
+ "line": 178,
"column": 9
}
}
@@ -26189,32 +26027,32 @@
"postfix": false,
"binop": null
},
- "start": 4457,
- "end": 4458,
+ "start": 4484,
+ "end": 4485,
"loc": {
"start": {
- "line": 178,
+ "line": 179,
"column": 4
},
"end": {
- "line": 178,
+ "line": 179,
"column": 5
}
}
},
{
"type": "CommentBlock",
- "value": "*\n * Remove feature\n ",
- "start": 4464,
- "end": 4497,
+ "value": "* Remove feature ",
+ "start": 4491,
+ "end": 4512,
"loc": {
"start": {
- "line": 180,
+ "line": 181,
"column": 4
},
"end": {
- "line": 182,
- "column": 7
+ "line": 181,
+ "column": 25
}
}
},
@@ -26231,15 +26069,15 @@
"binop": null
},
"value": "destroy",
- "start": 4502,
- "end": 4509,
+ "start": 4517,
+ "end": 4524,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 4
},
"end": {
- "line": 183,
+ "line": 182,
"column": 11
}
}
@@ -26256,15 +26094,15 @@
"postfix": false,
"binop": null
},
- "start": 4509,
- "end": 4510,
+ "start": 4524,
+ "end": 4525,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 11
},
"end": {
- "line": 183,
+ "line": 182,
"column": 12
}
}
@@ -26281,15 +26119,15 @@
"postfix": false,
"binop": null
},
- "start": 4510,
- "end": 4511,
+ "start": 4525,
+ "end": 4526,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 12
},
"end": {
- "line": 183,
+ "line": 182,
"column": 13
}
}
@@ -26306,15 +26144,15 @@
"postfix": false,
"binop": null
},
- "start": 4512,
- "end": 4513,
+ "start": 4527,
+ "end": 4528,
"loc": {
"start": {
- "line": 183,
+ "line": 182,
"column": 14
},
"end": {
- "line": 183,
+ "line": 182,
"column": 15
}
}
@@ -26334,15 +26172,15 @@
"updateContext": null
},
"value": "if",
- "start": 4522,
- "end": 4524,
+ "start": 4537,
+ "end": 4539,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 8
},
"end": {
- "line": 184,
+ "line": 183,
"column": 10
}
}
@@ -26359,15 +26197,15 @@
"postfix": false,
"binop": null
},
- "start": 4525,
- "end": 4526,
+ "start": 4540,
+ "end": 4541,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 11
},
"end": {
- "line": 184,
+ "line": 183,
"column": 12
}
}
@@ -26386,15 +26224,15 @@
"updateContext": null
},
"value": "!",
- "start": 4526,
- "end": 4527,
+ "start": 4541,
+ "end": 4542,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 12
},
"end": {
- "line": 184,
+ "line": 183,
"column": 13
}
}
@@ -26414,15 +26252,15 @@
"updateContext": null
},
"value": "this",
- "start": 4527,
- "end": 4531,
+ "start": 4542,
+ "end": 4546,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 13
},
"end": {
- "line": 184,
+ "line": 183,
"column": 17
}
}
@@ -26440,15 +26278,15 @@
"binop": null,
"updateContext": null
},
- "start": 4531,
- "end": 4532,
+ "start": 4546,
+ "end": 4547,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 17
},
"end": {
- "line": 184,
+ "line": 183,
"column": 18
}
}
@@ -26466,15 +26304,15 @@
"binop": null
},
"value": "initialized",
- "start": 4532,
- "end": 4543,
+ "start": 4547,
+ "end": 4558,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 18
},
"end": {
- "line": 184,
+ "line": 183,
"column": 29
}
}
@@ -26491,15 +26329,15 @@
"postfix": false,
"binop": null
},
- "start": 4543,
- "end": 4544,
+ "start": 4558,
+ "end": 4559,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 29
},
"end": {
- "line": 184,
+ "line": 183,
"column": 30
}
}
@@ -26516,15 +26354,15 @@
"postfix": false,
"binop": null
},
- "start": 4545,
- "end": 4546,
+ "start": 4560,
+ "end": 4561,
"loc": {
"start": {
- "line": 184,
+ "line": 183,
"column": 31
},
"end": {
- "line": 184,
+ "line": 183,
"column": 32
}
}
@@ -26544,15 +26382,15 @@
"updateContext": null
},
"value": "return",
- "start": 4559,
- "end": 4565,
+ "start": 4574,
+ "end": 4580,
"loc": {
"start": {
- "line": 185,
+ "line": 184,
"column": 12
},
"end": {
- "line": 185,
+ "line": 184,
"column": 18
}
}
@@ -26570,15 +26408,15 @@
"binop": null,
"updateContext": null
},
- "start": 4565,
- "end": 4566,
+ "start": 4580,
+ "end": 4581,
"loc": {
"start": {
- "line": 185,
+ "line": 184,
"column": 18
},
"end": {
- "line": 185,
+ "line": 184,
"column": 19
}
}
@@ -26595,15 +26433,15 @@
"postfix": false,
"binop": null
},
- "start": 4575,
- "end": 4576,
+ "start": 4590,
+ "end": 4591,
"loc": {
"start": {
- "line": 186,
+ "line": 185,
"column": 8
},
"end": {
- "line": 186,
+ "line": 185,
"column": 9
}
}
@@ -26621,15 +26459,15 @@
"binop": null
},
"value": "removeElm",
- "start": 4585,
- "end": 4594,
+ "start": 4600,
+ "end": 4609,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 8
},
"end": {
- "line": 187,
+ "line": 186,
"column": 17
}
}
@@ -26646,15 +26484,15 @@
"postfix": false,
"binop": null
},
- "start": 4594,
- "end": 4595,
+ "start": 4609,
+ "end": 4610,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 17
},
"end": {
- "line": 187,
+ "line": 186,
"column": 18
}
}
@@ -26674,15 +26512,15 @@
"updateContext": null
},
"value": "this",
- "start": 4595,
- "end": 4599,
+ "start": 4610,
+ "end": 4614,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 18
},
"end": {
- "line": 187,
+ "line": 186,
"column": 22
}
}
@@ -26700,15 +26538,15 @@
"binop": null,
"updateContext": null
},
- "start": 4599,
- "end": 4600,
+ "start": 4614,
+ "end": 4615,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 22
},
"end": {
- "line": 187,
+ "line": 186,
"column": 23
}
}
@@ -26726,15 +26564,15 @@
"binop": null
},
"value": "cont",
- "start": 4600,
- "end": 4604,
+ "start": 4615,
+ "end": 4619,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 23
},
"end": {
- "line": 187,
+ "line": 186,
"column": 27
}
}
@@ -26751,15 +26589,15 @@
"postfix": false,
"binop": null
},
- "start": 4604,
- "end": 4605,
+ "start": 4619,
+ "end": 4620,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 27
},
"end": {
- "line": 187,
+ "line": 186,
"column": 28
}
}
@@ -26777,15 +26615,15 @@
"binop": null,
"updateContext": null
},
- "start": 4605,
- "end": 4606,
+ "start": 4620,
+ "end": 4621,
"loc": {
"start": {
- "line": 187,
+ "line": 186,
"column": 28
},
"end": {
- "line": 187,
+ "line": 186,
"column": 29
}
}
@@ -26805,15 +26643,15 @@
"updateContext": null
},
"value": "this",
- "start": 4615,
- "end": 4619,
+ "start": 4630,
+ "end": 4634,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 8
},
"end": {
- "line": 188,
+ "line": 187,
"column": 12
}
}
@@ -26831,15 +26669,15 @@
"binop": null,
"updateContext": null
},
- "start": 4619,
- "end": 4620,
+ "start": 4634,
+ "end": 4635,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 12
},
"end": {
- "line": 188,
+ "line": 187,
"column": 13
}
}
@@ -26857,15 +26695,15 @@
"binop": null
},
"value": "cont",
- "start": 4620,
- "end": 4624,
+ "start": 4635,
+ "end": 4639,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 13
},
"end": {
- "line": 188,
+ "line": 187,
"column": 17
}
}
@@ -26884,15 +26722,15 @@
"updateContext": null
},
"value": "=",
- "start": 4625,
- "end": 4626,
+ "start": 4640,
+ "end": 4641,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 18
},
"end": {
- "line": 188,
+ "line": 187,
"column": 19
}
}
@@ -26912,15 +26750,15 @@
"updateContext": null
},
"value": "null",
- "start": 4627,
- "end": 4631,
+ "start": 4642,
+ "end": 4646,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 20
},
"end": {
- "line": 188,
+ "line": 187,
"column": 24
}
}
@@ -26938,15 +26776,15 @@
"binop": null,
"updateContext": null
},
- "start": 4631,
- "end": 4632,
+ "start": 4646,
+ "end": 4647,
"loc": {
"start": {
- "line": 188,
+ "line": 187,
"column": 24
},
"end": {
- "line": 188,
+ "line": 187,
"column": 25
}
}
@@ -26954,15 +26792,15 @@
{
"type": "CommentLine",
"value": " unsubscribe to after-filtering event",
- "start": 4641,
- "end": 4680,
+ "start": 4656,
+ "end": 4695,
"loc": {
"start": {
- "line": 189,
+ "line": 188,
"column": 8
},
"end": {
- "line": 189,
+ "line": 188,
"column": 47
}
}
@@ -26982,15 +26820,15 @@
"updateContext": null
},
"value": "this",
- "start": 4689,
- "end": 4693,
+ "start": 4704,
+ "end": 4708,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 8
},
"end": {
- "line": 190,
+ "line": 189,
"column": 12
}
}
@@ -27008,15 +26846,15 @@
"binop": null,
"updateContext": null
},
- "start": 4693,
- "end": 4694,
+ "start": 4708,
+ "end": 4709,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 12
},
"end": {
- "line": 190,
+ "line": 189,
"column": 13
}
}
@@ -27034,15 +26872,15 @@
"binop": null
},
"value": "emitter",
- "start": 4694,
- "end": 4701,
+ "start": 4709,
+ "end": 4716,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 13
},
"end": {
- "line": 190,
+ "line": 189,
"column": 20
}
}
@@ -27060,15 +26898,15 @@
"binop": null,
"updateContext": null
},
- "start": 4701,
- "end": 4702,
+ "start": 4716,
+ "end": 4717,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 20
},
"end": {
- "line": 190,
+ "line": 189,
"column": 21
}
}
@@ -27086,15 +26924,15 @@
"binop": null
},
"value": "off",
- "start": 4702,
- "end": 4705,
+ "start": 4717,
+ "end": 4720,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 21
},
"end": {
- "line": 190,
+ "line": 189,
"column": 24
}
}
@@ -27111,15 +26949,15 @@
"postfix": false,
"binop": null
},
- "start": 4705,
- "end": 4706,
+ "start": 4720,
+ "end": 4721,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 24
},
"end": {
- "line": 190,
+ "line": 189,
"column": 25
}
}
@@ -27137,15 +26975,15 @@
"binop": null,
"updateContext": null
},
- "start": 4706,
- "end": 4707,
+ "start": 4721,
+ "end": 4722,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 25
},
"end": {
- "line": 190,
+ "line": 189,
"column": 26
}
}
@@ -27164,15 +27002,15 @@
"updateContext": null
},
"value": "after-filtering",
- "start": 4707,
- "end": 4724,
+ "start": 4722,
+ "end": 4739,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 26
},
"end": {
- "line": 190,
+ "line": 189,
"column": 43
}
}
@@ -27190,15 +27028,15 @@
"binop": null,
"updateContext": null
},
- "start": 4724,
- "end": 4725,
+ "start": 4739,
+ "end": 4740,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 43
},
"end": {
- "line": 190,
+ "line": 189,
"column": 44
}
}
@@ -27216,15 +27054,15 @@
"binop": null,
"updateContext": null
},
- "start": 4725,
- "end": 4726,
+ "start": 4740,
+ "end": 4741,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 44
},
"end": {
- "line": 190,
+ "line": 189,
"column": 45
}
}
@@ -27241,15 +27079,15 @@
"postfix": false,
"binop": null
},
- "start": 4727,
- "end": 4728,
+ "start": 4742,
+ "end": 4743,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 46
},
"end": {
- "line": 190,
+ "line": 189,
"column": 47
}
}
@@ -27266,15 +27104,15 @@
"postfix": false,
"binop": null
},
- "start": 4728,
- "end": 4729,
+ "start": 4743,
+ "end": 4744,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 47
},
"end": {
- "line": 190,
+ "line": 189,
"column": 48
}
}
@@ -27292,15 +27130,15 @@
"binop": null,
"updateContext": null
},
- "start": 4730,
- "end": 4732,
+ "start": 4745,
+ "end": 4747,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 49
},
"end": {
- "line": 190,
+ "line": 189,
"column": 51
}
}
@@ -27320,15 +27158,15 @@
"updateContext": null
},
"value": "this",
- "start": 4733,
- "end": 4737,
+ "start": 4748,
+ "end": 4752,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 52
},
"end": {
- "line": 190,
+ "line": 189,
"column": 56
}
}
@@ -27346,15 +27184,15 @@
"binop": null,
"updateContext": null
},
- "start": 4737,
- "end": 4738,
+ "start": 4752,
+ "end": 4753,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 56
},
"end": {
- "line": 190,
+ "line": 189,
"column": 57
}
}
@@ -27372,15 +27210,15 @@
"binop": null
},
"value": "toggle",
- "start": 4738,
- "end": 4744,
+ "start": 4753,
+ "end": 4759,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 57
},
"end": {
- "line": 190,
+ "line": 189,
"column": 63
}
}
@@ -27397,15 +27235,15 @@
"postfix": false,
"binop": null
},
- "start": 4744,
- "end": 4745,
+ "start": 4759,
+ "end": 4760,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 63
},
"end": {
- "line": 190,
+ "line": 189,
"column": 64
}
}
@@ -27422,15 +27260,15 @@
"postfix": false,
"binop": null
},
- "start": 4745,
- "end": 4746,
+ "start": 4760,
+ "end": 4761,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 64
},
"end": {
- "line": 190,
+ "line": 189,
"column": 65
}
}
@@ -27447,15 +27285,15 @@
"postfix": false,
"binop": null
},
- "start": 4746,
- "end": 4747,
+ "start": 4761,
+ "end": 4762,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 65
},
"end": {
- "line": 190,
+ "line": 189,
"column": 66
}
}
@@ -27473,15 +27311,15 @@
"binop": null,
"updateContext": null
},
- "start": 4747,
- "end": 4748,
+ "start": 4762,
+ "end": 4763,
"loc": {
"start": {
- "line": 190,
+ "line": 189,
"column": 66
},
"end": {
- "line": 190,
+ "line": 189,
"column": 67
}
}
@@ -27501,15 +27339,15 @@
"updateContext": null
},
"value": "this",
- "start": 4758,
- "end": 4762,
+ "start": 4773,
+ "end": 4777,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 8
},
"end": {
- "line": 192,
+ "line": 191,
"column": 12
}
}
@@ -27527,15 +27365,15 @@
"binop": null,
"updateContext": null
},
- "start": 4762,
- "end": 4763,
+ "start": 4777,
+ "end": 4778,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 12
},
"end": {
- "line": 192,
+ "line": 191,
"column": 13
}
}
@@ -27553,15 +27391,15 @@
"binop": null
},
"value": "initialized",
- "start": 4763,
- "end": 4774,
+ "start": 4778,
+ "end": 4789,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 13
},
"end": {
- "line": 192,
+ "line": 191,
"column": 24
}
}
@@ -27580,15 +27418,15 @@
"updateContext": null
},
"value": "=",
- "start": 4775,
- "end": 4776,
+ "start": 4790,
+ "end": 4791,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 25
},
"end": {
- "line": 192,
+ "line": 191,
"column": 26
}
}
@@ -27608,15 +27446,15 @@
"updateContext": null
},
"value": "false",
- "start": 4777,
- "end": 4782,
+ "start": 4792,
+ "end": 4797,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 27
},
"end": {
- "line": 192,
+ "line": 191,
"column": 32
}
}
@@ -27634,15 +27472,15 @@
"binop": null,
"updateContext": null
},
- "start": 4782,
- "end": 4783,
+ "start": 4797,
+ "end": 4798,
"loc": {
"start": {
- "line": 192,
+ "line": 191,
"column": 32
},
"end": {
- "line": 192,
+ "line": 191,
"column": 33
}
}
@@ -27659,15 +27497,15 @@
"postfix": false,
"binop": null
},
- "start": 4788,
- "end": 4789,
+ "start": 4803,
+ "end": 4804,
"loc": {
"start": {
- "line": 193,
+ "line": 192,
"column": 4
},
"end": {
- "line": 193,
+ "line": 192,
"column": 5
}
}
@@ -27684,15 +27522,15 @@
"postfix": false,
"binop": null
},
- "start": 4790,
- "end": 4791,
+ "start": 4805,
+ "end": 4806,
"loc": {
"start": {
- "line": 194,
+ "line": 193,
"column": 0
},
"end": {
- "line": 194,
+ "line": 193,
"column": 1
}
}
@@ -27710,15 +27548,15 @@
"binop": null,
"updateContext": null
},
- "start": 4792,
- "end": 4792,
+ "start": 4807,
+ "end": 4807,
"loc": {
"start": {
- "line": 195,
+ "line": 194,
"column": 0
},
"end": {
- "line": 195,
+ "line": 194,
"column": 0
}
}
diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html
index fe8c7ecf..16ea4ede 100644
--- a/docs/class/src/modules/checkList.js~CheckList.html
+++ b/docs/class/src/modules/checkList.js~CheckList.html
@@ -1915,7 +1915,7 @@ feature is enabled
- source
+ source
@@ -1959,7 +1959,7 @@ feature is enabled
- source
+ source
@@ -2152,7 +2152,7 @@ feature is enabled
- source
+ source
diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html
index 2d217f3a..ec36658b 100644
--- a/docs/class/src/modules/noResults.js~NoResults.html
+++ b/docs/class/src/modules/noResults.js~NoResults.html
@@ -1317,7 +1317,7 @@
- source
+ source
@@ -1540,7 +1540,7 @@
- source
+ source
@@ -1584,7 +1584,7 @@
- source
+ source
@@ -1672,7 +1672,7 @@
- source
+ source
@@ -1716,7 +1716,7 @@
- source
+ source
diff --git a/docs/coverage.json b/docs/coverage.json
index 58467414..e8f73bc5 100644
--- a/docs/coverage.json
+++ b/docs/coverage.json
@@ -22,7 +22,7 @@
"expectCount": 14,
"actualCount": 13,
"undocumentLines": [
- 188
+ 190
]
},
"src/emitter.js": {
diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html
index 867e4c55..083b4f42 100644
--- a/docs/file/src/dom.js.html
+++ b/docs/file/src/dom.js.html
@@ -288,16 +288,18 @@ export const createOpt = (text, value, isSel) => {
* @param {String} id index of check item
* @param {String} chkValue check item value
* @param {String} labelText check item label text
+ * @param {Array} extraAttr array containing attribute name and its value
* @return {Object} li DOM element
*/
-export const createCheckItem = (id, chkValue, labelText) => {
+export const createCheckItem = (id, chkValue, labelText, extraAttr = []) => {
let li = createElm('li');
let label = createElm('label', ['for', id]);
let check = createElm('input',
['id', id],
['name', id],
['type', 'checkbox'],
- ['value', chkValue]
+ ['value', chkValue],
+ extraAttr
);
label.appendChild(check);
label.appendChild(createText(labelText));
diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html
index b9977d36..2fa70f90 100644
--- a/docs/file/src/modules/checkList.js.html
+++ b/docs/file/src/modules/checkList.js.html
@@ -243,7 +243,7 @@ export class CheckList extends BaseDropdown {
let tf = this.tf;
this.emitter.emit('filter-focus', tf, elm);
- this.setCheckListValues(elm);
+ this.setItemOption(elm);
tf.filter();
}
@@ -437,7 +437,9 @@ export class CheckList extends BaseDropdown {
let val = this.opts[y]; //item value
let lbl = this.isCustom ? this.optsTxt[y] : val; //item text
let fltId = tf.fltIds[colIndex];
- let li = createCheckItem(`${fltId}_${(y + chkCt)}`, val, lbl);
+ let lblIdx = y + chkCt;
+ let li = createCheckItem(`${fltId}_${lblIdx}`, val, lbl,
+ ['data-idx', lblIdx]);
li.className = this.itemCssClass;
if (tf.linkedFilters && tf.disableExcludedOptions &&
@@ -469,7 +471,7 @@ export class CheckList extends BaseDropdown {
let chkCt = 1;
let fltId = tf.fltIds[colIndex];
let li0 = createCheckItem(`${fltId}_0`, '',
- tf.getClearFilterText(colIndex));
+ tf.getClearFilterText(colIndex), ['data-idx', 0]);
li0.className = this.itemCssClass;
ul.appendChild(li0);
@@ -481,7 +483,7 @@ export class CheckList extends BaseDropdown {
if (tf.enableEmptyOption) {
let li1 = createCheckItem(`${fltId}_1`, tf.emOperator,
- tf.emptyText);
+ tf.emptyText, ['data-idx', 1]);
li1.className = this.itemCssClass;
ul.appendChild(li1);
addEvt(li1.check, 'click', evt => this.optionClick(evt));
@@ -490,7 +492,7 @@ export class CheckList extends BaseDropdown {
if (tf.enableNonEmptyOption) {
let li2 = createCheckItem(`${fltId}_2`, tf.nmOperator,
- tf.nonEmptyText);
+ tf.nonEmptyText, ['data-idx', 2]);
li2.className = this.itemCssClass;
ul.appendChild(li2);
addEvt(li2.check, 'click', evt => this.optionClick(evt));
@@ -500,81 +502,73 @@ export class CheckList extends BaseDropdown {
}
/**
- * Store checked options in DOM element attribute
+ * Set/unset value of passed item option in filter's DOM element attribute
* @param {Object} o checklist option DOM element
* @private
*/
- setCheckListValues(o) {
+ setItemOption(o) {
if (!o) {
return;
}
let tf = this.tf;
let chkValue = o.value; //checked item value
- // TODO: provide helper to extract column index, ugly!
- let chkIndex = parseInt(o.id.split('_')[2], 10);
+ let chkIndex = o.dataset.idx;
let colIdx = tf.getColumnIndexFromFilterId(o.id);
- let itemTag = 'LI';
-
let n = tf.getFilterElement(parseInt(colIdx, 10));
- let li = n.childNodes[chkIndex];
- let colIndex = n.getAttribute('colIndex');
- let fltValue = n.getAttribute('value'); //filter value (ul tag)
- let fltIndexes = n.getAttribute('indexes'); //selected items (ul tag)
+ let items = n.childNodes;
+ let li = items[chkIndex];
+ //selected values (ul tag)
+ let slcValues = n.getAttribute('value') || '';
+ //selected items indexes (ul tag)
+ let slcIndexes = n.getAttribute('indexes') || '';
if (o.checked) {
//show all item
if (chkValue === '') {
- if ((fltIndexes && fltIndexes !== '')) {
- //items indexes
- let indSplit = fltIndexes.split(tf.separator);
- //checked items loop
- for (let u = 0; u < indSplit.length; u++) {
- //checked item
- let cChk = elm(tf.fltIds[colIndex] + '_' +
- indSplit[u]);
- if (cChk) {
- cChk.checked = false;
- removeClass(n.childNodes[indSplit[u]],
- this.selectedItemCssClass);
- }
+ //items indexes
+ let indexes = slcIndexes.split(tf.separator);
+ indexes.forEach(idx => {
+ idx = Number(idx);
+ let li = items[idx];
+ let chx = tag(li, 'input')[0];
+ if (chx && idx > 0) {
+ chx.checked = false;
+ removeClass(li, this.selectedItemCssClass);
}
- }
+ });
+
n.setAttribute('value', '');
n.setAttribute('indexes', '');
} else {
- fltValue = (fltValue) ? fltValue : '';
- chkValue = trim(fltValue + ' ' + chkValue + ' ' +
- tf.orOperator);
- chkIndex = fltIndexes + chkIndex + tf.separator;
- n.setAttribute('value', chkValue);
- n.setAttribute('indexes', chkIndex);
- //1st option unchecked
- if (elm(tf.fltIds[colIndex] + '_0')) {
- elm(tf.fltIds[colIndex] + '_0').checked = false;
+ let indexes = slcIndexes + chkIndex + tf.separator;
+ let values =
+ trim(slcValues + ' ' + chkValue + ' ' + tf.orOperator);
+
+ n.setAttribute('value', values);
+ n.setAttribute('indexes', indexes);
+
+ //uncheck first option
+ let chx0 = tag(items[0], 'input')[0];
+ if (chx0) {
+ chx0.checked = false;
}
}
- if (li.nodeName === itemTag) {
- removeClass(n.childNodes[0], this.selectedItemCssClass);
- addClass(li, this.selectedItemCssClass);
- }
+ removeClass(items[0], this.selectedItemCssClass);
+ addClass(li, this.selectedItemCssClass);
} else { //removes values and indexes
- if (chkValue !== '') {
- let replaceValue = new RegExp(
- rgxEsc(chkValue + ' ' + tf.orOperator));
- fltValue = fltValue.replace(replaceValue, '');
- n.setAttribute('value', trim(fltValue));
+ let replaceValue =
+ new RegExp(rgxEsc(chkValue + ' ' + tf.orOperator));
+ let values = slcValues.replace(replaceValue, '');
+ let replaceIndex = new RegExp(rgxEsc(chkIndex + tf.separator));
+ let indexes = slcIndexes.replace(replaceIndex, '');
- let replaceIndex = new RegExp(
- rgxEsc(chkIndex + tf.separator));
- fltIndexes = fltIndexes.replace(replaceIndex, '');
- n.setAttribute('indexes', fltIndexes);
- }
- if (li.nodeName === itemTag) {
- removeClass(li, this.selectedItemCssClass);
- }
+ n.setAttribute('value', trim(values));
+ n.setAttribute('indexes', indexes);
+
+ removeClass(li, this.selectedItemCssClass);
}
}
@@ -586,8 +580,7 @@ export class CheckList extends BaseDropdown {
selectOptions(colIndex, values = []) {
let tf = this.tf;
let flt = tf.getFilterElement(colIndex);
- if (tf.getFilterType(colIndex) !== CHECKLIST || !flt ||
- values.length === 0) {
+ if (!flt || values.length === 0) {
return;
}
@@ -615,7 +608,7 @@ export class CheckList extends BaseDropdown {
chk.checked = false;
}
}
- this.setCheckListValues(chk);
+ this.setItemOption(chk);
});
}
diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html
index 91daebc8..3f37669f 100644
--- a/docs/file/src/modules/noResults.js.html
+++ b/docs/file/src/modules/noResults.js.html
@@ -247,12 +247,13 @@ export class NoResults extends Feature {
this.cont = cont;
// subscribe to after-filtering event
- this.emitter.on(['after-filtering'], () => this.toggle());
+ this.emitter.on(
+ ['initialized', 'after-filtering'],
+ () => this.toggle()
+ );
/** @inherited */
this.initialized = true;
-
- this.hide();
}
/**
@@ -314,9 +315,7 @@ export class NoResults extends Feature {
}
}
- /**
- * Remove feature
- */
+ /** Remove feature */
destroy() {
if (!this.initialized) {
return;
diff --git a/docs/function/index.html b/docs/function/index.html
index b8dd3662..132c1efb 100644
--- a/docs/function/index.html
+++ b/docs/function/index.html
@@ -299,7 +299,7 @@ propagation of the event.
- createCheckItem(id: String, chkValue: String, labelText: String): Object
+ createCheckItem(id: String, chkValue: String, labelText: String, extraAttr: Array): Object
@@ -1981,15 +1981,15 @@ propagation of the event.
-
createCheckItem(id: String, chkValue: String, labelText: String): Object
+
createCheckItem(id: String, chkValue: String, labelText: String, extraAttr: Array): Object
- source
+ source
-
+
Creates and returns a checklist item
@@ -2026,6 +2026,13 @@ propagation of the event.
check item label text
|
+
+ | extraAttr |
+ Array |
+ |
+ array containing attribute name and its value
+ |
+
@@ -2879,11 +2886,11 @@ otherwise return the value itself
- source
+ source
-
+
Returns the element matching the supplied Id
@@ -5174,11 +5181,11 @@ fashion according to supplied compare function and decimal separator
- source
+ source
-
+
diff --git a/docs/index.json b/docs/index.json
index 430180e4..987bf5ef 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -1094,7 +1094,7 @@
"__docId__": 72,
"kind": "file",
"name": "src/dom.js",
- "content": "import {root} from './root';\nimport {isArray, isString, isUndef} from './types';\nimport {trim} from './string';\n\n/**\n * DOM utilities\n */\n\nconst doc = root.document;\n\n/**\n * Returns text + text of children of given node\n * @param {NodeElement} node\n * @return {String}\n */\nexport const getText = (node) => {\n if (isUndef(node.textContent)) {\n return trim(node.innerText);\n }\n return trim(node.textContent);\n};\n\n/**\n * Returns the first text node contained in the supplied node\n * @param {NodeElement} node node\n * @return {String}\n */\nexport const getFirstTextNode = (node) => {\n for (let i = 0; i < node.childNodes.length; i++) {\n let n = node.childNodes[i];\n if (n.nodeType === 3) {\n return n.data;\n }\n }\n};\n\n/**\n * Creates an html element with given collection of attributes\n * @param {String} tag a string of the html tag to create\n * @param {Array} an undetermined number of arrays containing the with 2\n * items, the attribute name and its value ['id','myId']\n * @return {Object} created element\n */\nexport const createElm = (...args) => {\n let tag = args[0];\n if (!isString(tag)) {\n return null;\n }\n\n let el = doc.createElement(tag);\n for (let i = 0; i < args.length; i++) {\n let arg = args[i];\n\n if (isArray(arg) && arg.length === 2) {\n el.setAttribute(arg[0], arg[1]);\n }\n }\n return el;\n};\n\n/**\n * Removes passed node from DOM\n * @param {DOMElement} node\n * @return {DOMElement} old node reference\n */\nexport const removeElm = (node) => node.parentNode.removeChild(node);\n\n/**\n * Returns a text node with given text\n * @param {String} txt\n * @return {Object}\n */\nexport const createText = (txt) => doc.createTextNode(txt);\n\n/**\n * Determine whether the passed elements is assigned the given class\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n * @returns {Boolean}\n */\nexport const hasClass = (ele, cls) => {\n if (isUndef(ele)) {\n return false;\n }\n\n if (supportsClassList()) {\n return ele.classList.contains(cls);\n }\n return ele.className.match(new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)'));\n};\n\n/**\n * Adds the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const addClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.add(cls);\n return;\n }\n\n if (ele.className === '') {\n ele.className = cls;\n }\n else if (!hasClass(ele, cls)) {\n ele.className += ' ' + cls;\n }\n};\n\n/**\n * Removes the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const removeClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.remove(cls);\n return;\n }\n let reg = new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)', 'g');\n ele.className = ele.className.replace(reg, '');\n};\n\n/**\n * Creates and returns an option element\n * @param {String} text option text\n * @param {String} value option value\n * @param {Boolean} isSel whether option is selected\n * @return {Object} option element\n */\nexport const createOpt = (text, value, isSel) => {\n let isSelected = isSel ? true : false;\n let opt = isSelected ?\n createElm('option', ['value', value], ['selected', 'true']) :\n createElm('option', ['value', value]);\n opt.appendChild(createText(text));\n return opt;\n};\n\n/**\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n */\nexport const createCheckItem = (id, chkValue, labelText) => {\n let li = createElm('li');\n let label = createElm('label', ['for', id]);\n let check = createElm('input',\n ['id', id],\n ['name', id],\n ['type', 'checkbox'],\n ['value', chkValue]\n );\n label.appendChild(check);\n label.appendChild(createText(labelText));\n li.appendChild(label);\n li.label = label;\n li.check = check;\n return li;\n};\n\n/**\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n */\nexport const elm = (id) => doc.getElementById(id);\n\n/**\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n */\nexport const tag = (o, tagname) => o.getElementsByTagName(tagname);\n\n// HTML5 classList API\nfunction supportsClassList() {\n return doc.documentElement.classList;\n}\n",
+ "content": "import {root} from './root';\nimport {isArray, isString, isUndef} from './types';\nimport {trim} from './string';\n\n/**\n * DOM utilities\n */\n\nconst doc = root.document;\n\n/**\n * Returns text + text of children of given node\n * @param {NodeElement} node\n * @return {String}\n */\nexport const getText = (node) => {\n if (isUndef(node.textContent)) {\n return trim(node.innerText);\n }\n return trim(node.textContent);\n};\n\n/**\n * Returns the first text node contained in the supplied node\n * @param {NodeElement} node node\n * @return {String}\n */\nexport const getFirstTextNode = (node) => {\n for (let i = 0; i < node.childNodes.length; i++) {\n let n = node.childNodes[i];\n if (n.nodeType === 3) {\n return n.data;\n }\n }\n};\n\n/**\n * Creates an html element with given collection of attributes\n * @param {String} tag a string of the html tag to create\n * @param {Array} an undetermined number of arrays containing the with 2\n * items, the attribute name and its value ['id','myId']\n * @return {Object} created element\n */\nexport const createElm = (...args) => {\n let tag = args[0];\n if (!isString(tag)) {\n return null;\n }\n\n let el = doc.createElement(tag);\n for (let i = 0; i < args.length; i++) {\n let arg = args[i];\n\n if (isArray(arg) && arg.length === 2) {\n el.setAttribute(arg[0], arg[1]);\n }\n }\n return el;\n};\n\n/**\n * Removes passed node from DOM\n * @param {DOMElement} node\n * @return {DOMElement} old node reference\n */\nexport const removeElm = (node) => node.parentNode.removeChild(node);\n\n/**\n * Returns a text node with given text\n * @param {String} txt\n * @return {Object}\n */\nexport const createText = (txt) => doc.createTextNode(txt);\n\n/**\n * Determine whether the passed elements is assigned the given class\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n * @returns {Boolean}\n */\nexport const hasClass = (ele, cls) => {\n if (isUndef(ele)) {\n return false;\n }\n\n if (supportsClassList()) {\n return ele.classList.contains(cls);\n }\n return ele.className.match(new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)'));\n};\n\n/**\n * Adds the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const addClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.add(cls);\n return;\n }\n\n if (ele.className === '') {\n ele.className = cls;\n }\n else if (!hasClass(ele, cls)) {\n ele.className += ' ' + cls;\n }\n};\n\n/**\n * Removes the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const removeClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.remove(cls);\n return;\n }\n let reg = new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)', 'g');\n ele.className = ele.className.replace(reg, '');\n};\n\n/**\n * Creates and returns an option element\n * @param {String} text option text\n * @param {String} value option value\n * @param {Boolean} isSel whether option is selected\n * @return {Object} option element\n */\nexport const createOpt = (text, value, isSel) => {\n let isSelected = isSel ? true : false;\n let opt = isSelected ?\n createElm('option', ['value', value], ['selected', 'true']) :\n createElm('option', ['value', value]);\n opt.appendChild(createText(text));\n return opt;\n};\n\n/**\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @param {Array} extraAttr array containing attribute name and its value\n * @return {Object} li DOM element\n */\nexport const createCheckItem = (id, chkValue, labelText, extraAttr = []) => {\n let li = createElm('li');\n let label = createElm('label', ['for', id]);\n let check = createElm('input',\n ['id', id],\n ['name', id],\n ['type', 'checkbox'],\n ['value', chkValue],\n extraAttr\n );\n label.appendChild(check);\n label.appendChild(createText(labelText));\n li.appendChild(label);\n li.label = label;\n li.check = check;\n return li;\n};\n\n/**\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n */\nexport const elm = (id) => doc.getElementById(id);\n\n/**\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n */\nexport const tag = (o, tagname) => o.getElementsByTagName(tagname);\n\n// HTML5 classList API\nfunction supportsClassList() {\n return doc.documentElement.classList;\n}\n",
"static": true,
"longname": "/home/travis/build/koalyptus/TableFilter/src/dom.js",
"access": "public",
@@ -1511,7 +1511,7 @@
"importPath": "tablefilter/src/dom.js",
"importStyle": "{createCheckItem}",
"description": "Creates and returns a checklist item",
- "lineNumber": 156,
+ "lineNumber": 157,
"params": [
{
"nullable": null,
@@ -1542,6 +1542,16 @@
"optional": false,
"name": "labelText",
"description": "check item label text"
+ },
+ {
+ "nullable": null,
+ "types": [
+ "Array"
+ ],
+ "spread": false,
+ "optional": false,
+ "name": "extraAttr",
+ "description": "array containing attribute name and its value"
}
],
"return": {
@@ -1567,7 +1577,7 @@
"importPath": "tablefilter/src/dom.js",
"importStyle": "{elm}",
"description": "Returns the element matching the supplied Id",
- "lineNumber": 178,
+ "lineNumber": 180,
"params": [
{
"nullable": null,
@@ -1603,7 +1613,7 @@
"importPath": "tablefilter/src/dom.js",
"importStyle": "{tag}",
"description": "Returns list of element matching the supplied tag name",
- "lineNumber": 185,
+ "lineNumber": 187,
"params": [
{
"nullable": null,
@@ -1639,7 +1649,7 @@
"importPath": "tablefilter/src/dom.js",
"importStyle": null,
"description": null,
- "lineNumber": 188,
+ "lineNumber": 190,
"undocument": true,
"params": [],
"return": {
@@ -7023,7 +7033,7 @@
"__docId__": 353,
"kind": "file",
"name": "src/modules/checkList.js",
- "content": "import {BaseDropdown} from './baseDropdown';\nimport {\n addClass, createCheckItem, createText, createElm, elm, removeClass, tag\n} from '../dom';\nimport {has} from '../array';\nimport {matchCase, trim, rgxEsc} from '../string';\nimport {addEvt, removeEvt, targetEvt} from '../event';\nimport {isEmpty} from '../types';\nimport {CHECKLIST, NONE} from '../const';\nimport {defaultsStr, defaultsBool} from '../settings';\n\n/**\n * Checklist filter UI component\n * @export\n * @class CheckList\n * @extends {BaseDropdown}\n */\nexport class CheckList extends BaseDropdown {\n\n /**\n * Creates an instance of CheckList\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n let f = this.config;\n\n /**\n * List of container DOM elements\n * @type {Array}\n */\n this.containers = [];\n\n /**\n * Css class for the container of the checklist filter (div)\n * @type {String}\n */\n this.containerCssClass = defaultsStr(f.div_checklist_css_class,\n 'div_checklist');\n\n /**\n * Css class for the checklist filter element (ul)\n * @type {String}\n */\n this.filterCssClass = defaultsStr(f.checklist_css_class,\n 'flt_checklist');\n\n /**\n * Css class for the item of a checklist (li)\n * @type {String}\n */\n this.itemCssClass = defaultsStr(f.checklist_item_css_class,\n 'flt_checklist_item');\n\n /**\n * Css class for a selected item of a checklist (li)\n * @type {String}\n */\n this.selectedItemCssClass = defaultsStr(\n f.checklist_selected_item_css_class,\n 'flt_checklist_slc_item'\n );\n\n /**\n * Text placed in the filter's container when load filter on demand\n * feature is enabled\n * @type {String}\n */\n this.activateText = defaultsStr(\n f.activate_checklist_text,\n 'Click to load filter data'\n );\n\n /**\n * Css class for a disabled item of a checklist (li)\n * @type {String}\n */\n this.disabledItemCssClass = defaultsStr(\n f.checklist_item_disabled_css_class,\n 'flt_checklist_item_disabled'\n );\n\n /**\n * Enable the reset filter option as first item\n * @type {Boolean}\n */\n this.enableResetOption = defaultsBool(f.enable_checklist_reset_filter,\n true);\n\n /**\n * Prefix for container element ID\n * @type {String}\n * @private\n */\n this.prfx = 'chkdiv_';\n }\n\n /**\n * Checklist option click event handler\n * @param {Event} evt\n * @private\n */\n optionClick(evt) {\n let elm = targetEvt(evt);\n let tf = this.tf;\n\n this.emitter.emit('filter-focus', tf, elm);\n this.setCheckListValues(elm);\n tf.filter();\n }\n\n /**\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n */\n onCheckListClick(evt) {\n let elm = targetEvt(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.containers[ct];\n this.build(ct);\n removeEvt(div, 'click', (evt) => this.onCheckListClick(evt));\n }\n }\n\n /**\n * Refresh all checklist filters\n */\n refreshAll() {\n let colIdxs = this.tf.getFiltersByType(CHECKLIST, true);\n this.refreshFilters(colIdxs);\n }\n\n /**\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let externalFltTgtId = isExternal ?\n tf.externalFltIds[colIndex] : null;\n\n let divCont = createElm('div',\n ['id', `${this.prfx}${colIndex}_${tf.id}`],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.containerCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.containers[colIndex] = divCont;\n tf.fltIds.push(tf.buildFilterId(colIndex));\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n addEvt(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(createText(this.activateText));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex, isLinked) => this.build(colIndex, isLinked)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.emitter.on(['rows-changed'], () => this.refreshAll());\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = Number(colIndex);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n /** @inherited */\n this.opts = [];\n /** @inherited */\n this.optsTxt = [];\n\n let flt = this.containers[colIndex];\n let ul = createElm('ul',\n ['id', tf.fltIds[colIndex]],\n ['colIndex', colIndex]);\n ul.className = this.filterCssClass;\n\n let caseSensitive = tf.caseSensitive;\n /** @inherited */\n this.isCustom = tf.isCustomOptions(colIndex);\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let filteredDataCol = [];\n if (isLinked && tf.disableExcludedOptions) {\n /** @inherited */\n this.excludedOpts = [];\n }\n\n flt.innerHTML = '';\n\n let eachRow = tf.eachRow();\n eachRow(\n (row) => {\n let cellValue = tf.getCellValue(row.cells[colIndex]);\n //Vary Peter's patch\n let cellString = matchCase(cellValue, caseSensitive);\n // checks if celldata is already in array\n if (!has(this.opts, cellString, caseSensitive)) {\n this.opts.push(cellValue);\n }\n let filteredCol = filteredDataCol[colIndex];\n if (isLinked && tf.disableExcludedOptions) {\n if (!filteredCol) {\n filteredCol = tf.getVisibleColumnValues(colIndex);\n }\n if (!has(filteredCol, cellString, caseSensitive) &&\n !has(this.excludedOpts, cellString, caseSensitive)) {\n this.excludedOpts.push(cellValue);\n }\n }\n },\n // continue conditions function\n (row, k) => {\n // excluded rows don't need to appear on selects as always valid\n if (tf.excludeRows.indexOf(k) !== -1) {\n return true;\n }\n\n // checks if row has expected number of cells\n if (row.cells.length !== tf.nbCells || this.isCustom) {\n return true;\n }\n\n if (isLinked && !this.isValidLinkedValue(k, activeIdx)) {\n return true;\n }\n }\n );\n\n //sort options\n this.opts = this.sortOptions(colIndex, this.opts);\n if (this.excludedOpts) {\n this.excludedOpts = this.sortOptions(colIndex, this.excludedOpts);\n }\n\n this.addChecks(colIndex, ul);\n\n if (tf.loadFltOnDemand) {\n flt.innerHTML = '';\n }\n flt.appendChild(ul);\n flt.setAttribute('filled', '1');\n\n this.emitter.emit('after-populating-filter', tf, colIndex, flt);\n }\n\n /**\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n */\n addChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = this.addTChecks(colIndex, ul);\n\n for (let y = 0; y < this.opts.length; y++) {\n let val = this.opts[y]; //item value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //item text\n let fltId = tf.fltIds[colIndex];\n let li = createCheckItem(`${fltId}_${(y + chkCt)}`, val, lbl);\n li.className = this.itemCssClass;\n\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n has(this.excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n addClass(li, this.disabledItemCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n addEvt(li.check, 'click', evt => this.optionClick(evt));\n }\n ul.appendChild(li);\n\n if (val === '') {\n //item is hidden\n li.style.display = NONE;\n }\n }\n }\n\n /**\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n */\n addTChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = 1;\n let fltId = tf.fltIds[colIndex];\n let li0 = createCheckItem(`${fltId}_0`, '',\n tf.getClearFilterText(colIndex));\n li0.className = this.itemCssClass;\n ul.appendChild(li0);\n\n addEvt(li0.check, 'click', evt => this.optionClick(evt));\n\n if (!this.enableResetOption) {\n li0.style.display = NONE;\n }\n\n if (tf.enableEmptyOption) {\n let li1 = createCheckItem(`${fltId}_1`, tf.emOperator,\n tf.emptyText);\n li1.className = this.itemCssClass;\n ul.appendChild(li1);\n addEvt(li1.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n\n if (tf.enableNonEmptyOption) {\n let li2 = createCheckItem(`${fltId}_2`, tf.nmOperator,\n tf.nonEmptyText);\n li2.className = this.itemCssClass;\n ul.appendChild(li2);\n addEvt(li2.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n return chkCt;\n }\n\n /**\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n */\n setCheckListValues(o) {\n if (!o) {\n return;\n }\n\n let tf = this.tf;\n let chkValue = o.value; //checked item value\n // TODO: provide helper to extract column index, ugly!\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let colIdx = tf.getColumnIndexFromFilterId(o.id);\n let itemTag = 'LI';\n\n let n = tf.getFilterElement(parseInt(colIdx, 10));\n let li = n.childNodes[chkIndex];\n let colIndex = n.getAttribute('colIndex');\n let fltValue = n.getAttribute('value'); //filter value (ul tag)\n let fltIndexes = n.getAttribute('indexes'); //selected items (ul tag)\n\n if (o.checked) {\n //show all item\n if (chkValue === '') {\n if ((fltIndexes && fltIndexes !== '')) {\n //items indexes\n let indSplit = fltIndexes.split(tf.separator);\n //checked items loop\n for (let u = 0; u < indSplit.length; u++) {\n //checked item\n let cChk = elm(tf.fltIds[colIndex] + '_' +\n indSplit[u]);\n if (cChk) {\n cChk.checked = false;\n removeClass(n.childNodes[indSplit[u]],\n this.selectedItemCssClass);\n }\n }\n }\n n.setAttribute('value', '');\n n.setAttribute('indexes', '');\n\n } else {\n fltValue = (fltValue) ? fltValue : '';\n chkValue = trim(fltValue + ' ' + chkValue + ' ' +\n tf.orOperator);\n chkIndex = fltIndexes + chkIndex + tf.separator;\n n.setAttribute('value', chkValue);\n n.setAttribute('indexes', chkIndex);\n //1st option unchecked\n if (elm(tf.fltIds[colIndex] + '_0')) {\n elm(tf.fltIds[colIndex] + '_0').checked = false;\n }\n }\n\n if (li.nodeName === itemTag) {\n removeClass(n.childNodes[0], this.selectedItemCssClass);\n addClass(li, this.selectedItemCssClass);\n }\n } else { //removes values and indexes\n if (chkValue !== '') {\n let replaceValue = new RegExp(\n rgxEsc(chkValue + ' ' + tf.orOperator));\n fltValue = fltValue.replace(replaceValue, '');\n n.setAttribute('value', trim(fltValue));\n\n let replaceIndex = new RegExp(\n rgxEsc(chkIndex + tf.separator));\n fltIndexes = fltIndexes.replace(replaceIndex, '');\n n.setAttribute('indexes', fltIndexes);\n }\n if (li.nodeName === itemTag) {\n removeClass(li, this.selectedItemCssClass);\n }\n }\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n if (tf.getFilterType(colIndex) !== CHECKLIST || !flt ||\n values.length === 0) {\n return;\n }\n\n let lis = tag(flt, 'li');\n\n flt.setAttribute('value', '');\n flt.setAttribute('indexes', '');\n\n [].forEach.call(lis, (li) => {\n let chk = tag(li, 'input')[0];\n let chkVal = matchCase(chk.value, tf.caseSensitive);\n\n if (chkVal !== '' && has(values, chkVal, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n // Check non-empty-text or empty-text option\n if (values.indexOf(tf.nmOperator) !== -1 &&\n chkVal === matchCase(tf.nonEmptyText, tf.caseSensitive)) {\n chk.checked = true;\n }\n else if (values.indexOf(tf.emOperator) !== -1 &&\n chkVal === matchCase(tf.emptyText, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n chk.checked = false;\n }\n }\n this.setCheckListValues(chk);\n });\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n let fltAttr = flt.getAttribute('value');\n let values = isEmpty(fltAttr) ? '' : fltAttr;\n //removes last operator ||\n values = values.substr(0, values.length - 3);\n //turn || separated values into array\n values = values.split(' ' + tf.orOperator + ' ');\n\n return values;\n }\n\n /**\n * Destroy CheckList instance\n */\n destroy() {\n this.emitter.off(\n ['build-checklist-filter'],\n (tf, colIndex, isLinked) => this.build(colIndex, isLinked)\n );\n this.emitter.off(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n this.emitter.off(['rows-changed'], () => this.refreshAll());\n\n this.initialized = false;\n }\n}\n",
+ "content": "import {BaseDropdown} from './baseDropdown';\nimport {\n addClass, createCheckItem, createText, createElm, elm, removeClass, tag\n} from '../dom';\nimport {has} from '../array';\nimport {matchCase, trim, rgxEsc} from '../string';\nimport {addEvt, removeEvt, targetEvt} from '../event';\nimport {isEmpty} from '../types';\nimport {CHECKLIST, NONE} from '../const';\nimport {defaultsStr, defaultsBool} from '../settings';\n\n/**\n * Checklist filter UI component\n * @export\n * @class CheckList\n * @extends {BaseDropdown}\n */\nexport class CheckList extends BaseDropdown {\n\n /**\n * Creates an instance of CheckList\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n let f = this.config;\n\n /**\n * List of container DOM elements\n * @type {Array}\n */\n this.containers = [];\n\n /**\n * Css class for the container of the checklist filter (div)\n * @type {String}\n */\n this.containerCssClass = defaultsStr(f.div_checklist_css_class,\n 'div_checklist');\n\n /**\n * Css class for the checklist filter element (ul)\n * @type {String}\n */\n this.filterCssClass = defaultsStr(f.checklist_css_class,\n 'flt_checklist');\n\n /**\n * Css class for the item of a checklist (li)\n * @type {String}\n */\n this.itemCssClass = defaultsStr(f.checklist_item_css_class,\n 'flt_checklist_item');\n\n /**\n * Css class for a selected item of a checklist (li)\n * @type {String}\n */\n this.selectedItemCssClass = defaultsStr(\n f.checklist_selected_item_css_class,\n 'flt_checklist_slc_item'\n );\n\n /**\n * Text placed in the filter's container when load filter on demand\n * feature is enabled\n * @type {String}\n */\n this.activateText = defaultsStr(\n f.activate_checklist_text,\n 'Click to load filter data'\n );\n\n /**\n * Css class for a disabled item of a checklist (li)\n * @type {String}\n */\n this.disabledItemCssClass = defaultsStr(\n f.checklist_item_disabled_css_class,\n 'flt_checklist_item_disabled'\n );\n\n /**\n * Enable the reset filter option as first item\n * @type {Boolean}\n */\n this.enableResetOption = defaultsBool(f.enable_checklist_reset_filter,\n true);\n\n /**\n * Prefix for container element ID\n * @type {String}\n * @private\n */\n this.prfx = 'chkdiv_';\n }\n\n /**\n * Checklist option click event handler\n * @param {Event} evt\n * @private\n */\n optionClick(evt) {\n let elm = targetEvt(evt);\n let tf = this.tf;\n\n this.emitter.emit('filter-focus', tf, elm);\n this.setItemOption(elm);\n tf.filter();\n }\n\n /**\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n */\n onCheckListClick(evt) {\n let elm = targetEvt(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.containers[ct];\n this.build(ct);\n removeEvt(div, 'click', (evt) => this.onCheckListClick(evt));\n }\n }\n\n /**\n * Refresh all checklist filters\n */\n refreshAll() {\n let colIdxs = this.tf.getFiltersByType(CHECKLIST, true);\n this.refreshFilters(colIdxs);\n }\n\n /**\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let externalFltTgtId = isExternal ?\n tf.externalFltIds[colIndex] : null;\n\n let divCont = createElm('div',\n ['id', `${this.prfx}${colIndex}_${tf.id}`],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.containerCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.containers[colIndex] = divCont;\n tf.fltIds.push(tf.buildFilterId(colIndex));\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n addEvt(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(createText(this.activateText));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex, isLinked) => this.build(colIndex, isLinked)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.emitter.on(['rows-changed'], () => this.refreshAll());\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = Number(colIndex);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n /** @inherited */\n this.opts = [];\n /** @inherited */\n this.optsTxt = [];\n\n let flt = this.containers[colIndex];\n let ul = createElm('ul',\n ['id', tf.fltIds[colIndex]],\n ['colIndex', colIndex]);\n ul.className = this.filterCssClass;\n\n let caseSensitive = tf.caseSensitive;\n /** @inherited */\n this.isCustom = tf.isCustomOptions(colIndex);\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let filteredDataCol = [];\n if (isLinked && tf.disableExcludedOptions) {\n /** @inherited */\n this.excludedOpts = [];\n }\n\n flt.innerHTML = '';\n\n let eachRow = tf.eachRow();\n eachRow(\n (row) => {\n let cellValue = tf.getCellValue(row.cells[colIndex]);\n //Vary Peter's patch\n let cellString = matchCase(cellValue, caseSensitive);\n // checks if celldata is already in array\n if (!has(this.opts, cellString, caseSensitive)) {\n this.opts.push(cellValue);\n }\n let filteredCol = filteredDataCol[colIndex];\n if (isLinked && tf.disableExcludedOptions) {\n if (!filteredCol) {\n filteredCol = tf.getVisibleColumnValues(colIndex);\n }\n if (!has(filteredCol, cellString, caseSensitive) &&\n !has(this.excludedOpts, cellString, caseSensitive)) {\n this.excludedOpts.push(cellValue);\n }\n }\n },\n // continue conditions function\n (row, k) => {\n // excluded rows don't need to appear on selects as always valid\n if (tf.excludeRows.indexOf(k) !== -1) {\n return true;\n }\n\n // checks if row has expected number of cells\n if (row.cells.length !== tf.nbCells || this.isCustom) {\n return true;\n }\n\n if (isLinked && !this.isValidLinkedValue(k, activeIdx)) {\n return true;\n }\n }\n );\n\n //sort options\n this.opts = this.sortOptions(colIndex, this.opts);\n if (this.excludedOpts) {\n this.excludedOpts = this.sortOptions(colIndex, this.excludedOpts);\n }\n\n this.addChecks(colIndex, ul);\n\n if (tf.loadFltOnDemand) {\n flt.innerHTML = '';\n }\n flt.appendChild(ul);\n flt.setAttribute('filled', '1');\n\n this.emitter.emit('after-populating-filter', tf, colIndex, flt);\n }\n\n /**\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n */\n addChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = this.addTChecks(colIndex, ul);\n\n for (let y = 0; y < this.opts.length; y++) {\n let val = this.opts[y]; //item value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //item text\n let fltId = tf.fltIds[colIndex];\n let lblIdx = y + chkCt;\n let li = createCheckItem(`${fltId}_${lblIdx}`, val, lbl,\n ['data-idx', lblIdx]);\n li.className = this.itemCssClass;\n\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n has(this.excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n addClass(li, this.disabledItemCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n addEvt(li.check, 'click', evt => this.optionClick(evt));\n }\n ul.appendChild(li);\n\n if (val === '') {\n //item is hidden\n li.style.display = NONE;\n }\n }\n }\n\n /**\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n */\n addTChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = 1;\n let fltId = tf.fltIds[colIndex];\n let li0 = createCheckItem(`${fltId}_0`, '',\n tf.getClearFilterText(colIndex), ['data-idx', 0]);\n li0.className = this.itemCssClass;\n ul.appendChild(li0);\n\n addEvt(li0.check, 'click', evt => this.optionClick(evt));\n\n if (!this.enableResetOption) {\n li0.style.display = NONE;\n }\n\n if (tf.enableEmptyOption) {\n let li1 = createCheckItem(`${fltId}_1`, tf.emOperator,\n tf.emptyText, ['data-idx', 1]);\n li1.className = this.itemCssClass;\n ul.appendChild(li1);\n addEvt(li1.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n\n if (tf.enableNonEmptyOption) {\n let li2 = createCheckItem(`${fltId}_2`, tf.nmOperator,\n tf.nonEmptyText, ['data-idx', 2]);\n li2.className = this.itemCssClass;\n ul.appendChild(li2);\n addEvt(li2.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n return chkCt;\n }\n\n /**\n * Set/unset value of passed item option in filter's DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n */\n setItemOption(o) {\n if (!o) {\n return;\n }\n\n let tf = this.tf;\n let chkValue = o.value; //checked item value\n let chkIndex = o.dataset.idx;\n let colIdx = tf.getColumnIndexFromFilterId(o.id);\n let n = tf.getFilterElement(parseInt(colIdx, 10));\n let items = n.childNodes;\n let li = items[chkIndex];\n //selected values (ul tag)\n let slcValues = n.getAttribute('value') || '';\n //selected items indexes (ul tag)\n let slcIndexes = n.getAttribute('indexes') || '';\n\n if (o.checked) {\n //show all item\n if (chkValue === '') {\n //items indexes\n let indexes = slcIndexes.split(tf.separator);\n indexes.forEach(idx => {\n idx = Number(idx);\n let li = items[idx];\n let chx = tag(li, 'input')[0];\n if (chx && idx > 0) {\n chx.checked = false;\n removeClass(li, this.selectedItemCssClass);\n }\n });\n\n n.setAttribute('value', '');\n n.setAttribute('indexes', '');\n\n } else {\n let indexes = slcIndexes + chkIndex + tf.separator;\n let values =\n trim(slcValues + ' ' + chkValue + ' ' + tf.orOperator);\n\n n.setAttribute('value', values);\n n.setAttribute('indexes', indexes);\n\n //uncheck first option\n let chx0 = tag(items[0], 'input')[0];\n if (chx0) {\n chx0.checked = false;\n }\n }\n\n removeClass(items[0], this.selectedItemCssClass);\n addClass(li, this.selectedItemCssClass);\n } else { //removes values and indexes\n let replaceValue =\n new RegExp(rgxEsc(chkValue + ' ' + tf.orOperator));\n let values = slcValues.replace(replaceValue, '');\n let replaceIndex = new RegExp(rgxEsc(chkIndex + tf.separator));\n let indexes = slcIndexes.replace(replaceIndex, '');\n\n n.setAttribute('value', trim(values));\n n.setAttribute('indexes', indexes);\n\n removeClass(li, this.selectedItemCssClass);\n }\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n if (!flt || values.length === 0) {\n return;\n }\n\n let lis = tag(flt, 'li');\n\n flt.setAttribute('value', '');\n flt.setAttribute('indexes', '');\n\n [].forEach.call(lis, (li) => {\n let chk = tag(li, 'input')[0];\n let chkVal = matchCase(chk.value, tf.caseSensitive);\n\n if (chkVal !== '' && has(values, chkVal, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n // Check non-empty-text or empty-text option\n if (values.indexOf(tf.nmOperator) !== -1 &&\n chkVal === matchCase(tf.nonEmptyText, tf.caseSensitive)) {\n chk.checked = true;\n }\n else if (values.indexOf(tf.emOperator) !== -1 &&\n chkVal === matchCase(tf.emptyText, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n chk.checked = false;\n }\n }\n this.setItemOption(chk);\n });\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n let fltAttr = flt.getAttribute('value');\n let values = isEmpty(fltAttr) ? '' : fltAttr;\n //removes last operator ||\n values = values.substr(0, values.length - 3);\n //turn || separated values into array\n values = values.split(' ' + tf.orOperator + ' ');\n\n return values;\n }\n\n /**\n * Destroy CheckList instance\n */\n destroy() {\n this.emitter.off(\n ['build-checklist-filter'],\n (tf, colIndex, isLinked) => this.build(colIndex, isLinked)\n );\n this.emitter.off(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n this.emitter.off(['rows-changed'], () => this.refreshAll());\n\n this.initialized = false;\n }\n}\n",
"static": true,
"longname": "/home/travis/build/koalyptus/TableFilter/src/modules/checkList.js",
"access": "public",
@@ -7560,7 +7570,7 @@
"longname": "src/modules/checkList.js~CheckList#addTChecks",
"access": "private",
"description": "Add checklist header option",
- "lineNumber": 330,
+ "lineNumber": 332,
"params": [
{
"nullable": null,
@@ -7593,15 +7603,15 @@
{
"__docId__": 381,
"kind": "method",
- "name": "setCheckListValues",
+ "name": "setItemOption",
"memberof": "src/modules/checkList.js~CheckList",
"generator": false,
"async": false,
"static": false,
- "longname": "src/modules/checkList.js~CheckList#setCheckListValues",
+ "longname": "src/modules/checkList.js~CheckList#setItemOption",
"access": "private",
- "description": "Store checked options in DOM element attribute",
- "lineNumber": 370,
+ "description": "Set/unset value of passed item option in filter's DOM element attribute",
+ "lineNumber": 372,
"params": [
{
"nullable": null,
@@ -7628,7 +7638,7 @@
"longname": "src/modules/checkList.js~CheckList#selectOptions",
"access": "public",
"description": "Select filter options programmatically",
- "lineNumber": 449,
+ "lineNumber": 443,
"params": [
{
"nullable": null,
@@ -7664,7 +7674,7 @@
"longname": "src/modules/checkList.js~CheckList#getValues",
"access": "public",
"description": "Get filter values for a given column index",
- "lineNumber": 490,
+ "lineNumber": 483,
"unknown": [
{
"tagName": "@returns",
@@ -7703,7 +7713,7 @@
"longname": "src/modules/checkList.js~CheckList#destroy",
"access": "public",
"description": "Destroy CheckList instance",
- "lineNumber": 506,
+ "lineNumber": 499,
"params": [],
"return": null
},
@@ -11268,7 +11278,7 @@
"__docId__": 589,
"kind": "file",
"name": "src/modules/noResults.js",
- "content": "import {Feature} from '../feature';\nimport {createElm, elm, removeElm} from '../dom';\nimport {isEmpty, EMPTY_FN} from '../types';\nimport {NONE} from '../const';\nimport {defaultsStr, defaultsFn} from '../settings';\n\n/**\n * UI when filtering yields no matches\n * @export\n * @class NoResults\n * @extends {Feature}\n */\nexport class NoResults extends Feature {\n\n /**\n * Creates an instance of NoResults\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message || {};\n\n /**\n * Text (accepts HTML)\n * @type {String}\n */\n this.content = defaultsStr(f.content, 'No results');\n\n /**\n * Custom container DOM element\n * @type {DOMElement}\n */\n this.customContainer = defaultsStr(f.custom_container, null);\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.customContainerId = defaultsStr(f.custom_container_id, null);\n\n /**\n * Indicates if UI is contained in a external element\n * @type {Boolean}\n * @private\n */\n this.isExternal = !isEmpty(this.customContainer) ||\n !isEmpty(this.customContainerId);\n\n /**\n * Css class assigned to container element\n * @type {String}\n */\n this.cssClass = defaultsStr(f.css_class, 'no-results');\n\n /**\n * Stores container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShow = defaultsFn(f.on_before_show_msg, EMPTY_FN);\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShow = defaultsFn(f.on_after_show_msg, EMPTY_FN);\n\n /**\n * Callback fired before the message is hidden\n * @type {Function}\n */\n this.onBeforeHide = defaultsFn(f.on_before_hide_msg, EMPTY_FN);\n\n /**\n * Callback fired after the message is hidden\n * @type {Function}\n */\n this.onAfterHide = defaultsFn(f.on_after_hide_msg, EMPTY_FN);\n }\n\n /**\n * Initializes NoResults instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || elm(this.customContainerId) ||\n tf.dom();\n\n //container\n let cont = createElm('div');\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if (this.isExternal) {\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], () => this.toggle());\n\n /** @inherited */\n this.initialized = true;\n\n this.hide();\n }\n\n /**\n * Toggle no results message\n */\n toggle() {\n if (this.tf.getValidRowsNb() > 0) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n /**\n * Show no results message\n */\n show() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeShow(this.tf, this);\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n this.onAfterShow(this.tf, this);\n }\n\n /**\n * Hide no results message\n */\n hide() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeHide(this.tf, this);\n\n this.cont.style.display = NONE;\n\n this.onAfterHide(this.tf, this);\n }\n\n /**\n * Sets no results container width\n * @private\n */\n setWidth() {\n if (!this.initialized || this.isExternal || !this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n if (tf.gridLayout) {\n let gridLayout = tf.feature('gridLayout');\n this.cont.style.width = gridLayout.headTbl.clientWidth + 'px';\n } else {\n this.cont.style.width = (tf.dom().tHead ?\n tf.dom().tHead.clientWidth :\n tf.dom().tBodies[0].clientWidth) + 'px';\n }\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], () => this.toggle());\n\n this.initialized = false;\n }\n}\n",
+ "content": "import {Feature} from '../feature';\nimport {createElm, elm, removeElm} from '../dom';\nimport {isEmpty, EMPTY_FN} from '../types';\nimport {NONE} from '../const';\nimport {defaultsStr, defaultsFn} from '../settings';\n\n/**\n * UI when filtering yields no matches\n * @export\n * @class NoResults\n * @extends {Feature}\n */\nexport class NoResults extends Feature {\n\n /**\n * Creates an instance of NoResults\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message || {};\n\n /**\n * Text (accepts HTML)\n * @type {String}\n */\n this.content = defaultsStr(f.content, 'No results');\n\n /**\n * Custom container DOM element\n * @type {DOMElement}\n */\n this.customContainer = defaultsStr(f.custom_container, null);\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.customContainerId = defaultsStr(f.custom_container_id, null);\n\n /**\n * Indicates if UI is contained in a external element\n * @type {Boolean}\n * @private\n */\n this.isExternal = !isEmpty(this.customContainer) ||\n !isEmpty(this.customContainerId);\n\n /**\n * Css class assigned to container element\n * @type {String}\n */\n this.cssClass = defaultsStr(f.css_class, 'no-results');\n\n /**\n * Stores container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShow = defaultsFn(f.on_before_show_msg, EMPTY_FN);\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShow = defaultsFn(f.on_after_show_msg, EMPTY_FN);\n\n /**\n * Callback fired before the message is hidden\n * @type {Function}\n */\n this.onBeforeHide = defaultsFn(f.on_before_hide_msg, EMPTY_FN);\n\n /**\n * Callback fired after the message is hidden\n * @type {Function}\n */\n this.onAfterHide = defaultsFn(f.on_after_hide_msg, EMPTY_FN);\n }\n\n /**\n * Initializes NoResults instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || elm(this.customContainerId) ||\n tf.dom();\n\n //container\n let cont = createElm('div');\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if (this.isExternal) {\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(\n ['initialized', 'after-filtering'],\n () => this.toggle()\n );\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Toggle no results message\n */\n toggle() {\n if (this.tf.getValidRowsNb() > 0) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n /**\n * Show no results message\n */\n show() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeShow(this.tf, this);\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n this.onAfterShow(this.tf, this);\n }\n\n /**\n * Hide no results message\n */\n hide() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeHide(this.tf, this);\n\n this.cont.style.display = NONE;\n\n this.onAfterHide(this.tf, this);\n }\n\n /**\n * Sets no results container width\n * @private\n */\n setWidth() {\n if (!this.initialized || this.isExternal || !this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n if (tf.gridLayout) {\n let gridLayout = tf.feature('gridLayout');\n this.cont.style.width = gridLayout.headTbl.clientWidth + 'px';\n } else {\n this.cont.style.width = (tf.dom().tHead ?\n tf.dom().tHead.clientWidth :\n tf.dom().tBodies[0].clientWidth) + 'px';\n }\n }\n\n /** Remove feature */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], () => this.toggle());\n\n this.initialized = false;\n }\n}\n",
"static": true,
"longname": "/home/travis/build/koalyptus/TableFilter/src/modules/noResults.js",
"access": "public",
@@ -11539,7 +11549,7 @@
"longname": "src/modules/noResults.js~NoResults#initialized",
"access": "public",
"description": null,
- "lineNumber": 116,
+ "lineNumber": 119,
"unknown": [
{
"tagName": "@inherited",
@@ -11563,7 +11573,7 @@
"longname": "src/modules/noResults.js~NoResults#toggle",
"access": "public",
"description": "Toggle no results message",
- "lineNumber": 124,
+ "lineNumber": 125,
"params": [],
"return": null
},
@@ -11578,7 +11588,7 @@
"longname": "src/modules/noResults.js~NoResults#show",
"access": "public",
"description": "Show no results message",
- "lineNumber": 135,
+ "lineNumber": 136,
"params": [],
"return": null
},
@@ -11593,7 +11603,7 @@
"longname": "src/modules/noResults.js~NoResults#hide",
"access": "public",
"description": "Hide no results message",
- "lineNumber": 150,
+ "lineNumber": 151,
"params": [],
"return": null
},
@@ -11608,7 +11618,7 @@
"longname": "src/modules/noResults.js~NoResults#setWidth",
"access": "private",
"description": "Sets no results container width",
- "lineNumber": 165,
+ "lineNumber": 166,
"ignore": true,
"params": [],
"return": null
@@ -11624,7 +11634,7 @@
"longname": "src/modules/noResults.js~NoResults#destroy",
"access": "public",
"description": "Remove feature",
- "lineNumber": 183,
+ "lineNumber": 182,
"params": [],
"return": null
},
@@ -22986,7 +22996,7 @@
},
{
"kind": "packageJSON",
- "content": "{\n \"name\": \"tablefilter\",\n \"version\": \"0.6.17\",\n \"description\": \"A Javascript library making HTML tables filterable and a bit more\",\n \"license\": \"MIT\",\n \"author\": {\n \"name\": \"Max Guglielmi\",\n \"url\": \"https://github.com/koalyptus\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/koalyptus/TableFilter.git\"\n },\n \"keywords\": [\n \"filter\",\n \"table\",\n \"javascript\",\n \"filterable\",\n \"grid\",\n \"datagrid\",\n \"sort\",\n \"pagination\"\n ],\n \"scripts\": {\n \"lint\": \"eslint src/**/*.js test/*.js *.js\",\n \"dev\": \"grunt dev\",\n \"build\": \"grunt build\",\n \"build:demos\": \"grunt build-demos\",\n \"build:test\": \"grunt build-test\",\n \"server\": \"grunt server\",\n \"test\": \"grunt test\",\n \"codecov\": \"./node_modules/.bin/codecov\",\n \"esdoc\": \"esdoc\",\n \"dist\": \"grunt\",\n \"deploy\": \"grunt deploy\",\n \"start\": \"npm run server\"\n },\n \"publishConfig\": {\n \"tag\": \"next\"\n },\n \"devDependencies\": {\n \"babel-core\": \"^6.24.1\",\n \"babel-eslint\": \"8.2.1\",\n \"babel-loader\": \"^7.0.0\",\n \"babel-plugin-transform-es2015-classes\": \"^6.24.1\",\n \"babel-preset-es2015\": \"^6.24.1\",\n \"clean-webpack-plugin\": \"^0.1.16\",\n \"codecov\": \"3.0.0\",\n \"diacritics\": \"1.3.0\",\n \"esdoc\": \"1.0.4\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"4.17.0\",\n \"format-number\": \"3.0.0\",\n \"grunt\": \"^1.0.1\",\n \"grunt-babel\": \"^7.0.0\",\n \"grunt-cli\": \"1.2.0\",\n \"grunt-contrib-clean\": \"^1.1.0\",\n \"grunt-contrib-connect\": \"^1.0.2\",\n \"grunt-contrib-copy\": \"^1.0.0\",\n \"grunt-contrib-stylus\": \"^1.2.0\",\n \"grunt-contrib-watch\": \"^1.0.0\",\n \"grunt-gh-pages\": \"^2.0.0\",\n \"grunt-qunit-istanbul\": \"1.0.0\",\n \"grunt-shell\": \"2.1.0\",\n \"grunt-string-replace\": \"^1.3.1\",\n \"grunt-webpack\": \"^3.0.0\",\n \"isparta-loader\": \"2.0.0\",\n \"script-loader\": \"^0.7.0\",\n \"string-replace-webpack-plugin\": \"^0.1.3\",\n \"sugar-date\": \"2.0.4\",\n \"webpack\": \"^3.11.0\",\n \"webpack-dev-server\": \"^2.4.5\"\n },\n \"dependencies\": {},\n \"bugs\": {\n \"url\": \"https://github.com/koalyptus/TableFilter/issues\"\n },\n \"homepage\": \"http://koalyptus.github.io/TableFilter\"\n}\n",
+ "content": "{\n \"name\": \"tablefilter\",\n \"version\": \"0.6.18\",\n \"description\": \"A Javascript library making HTML tables filterable and a bit more\",\n \"license\": \"MIT\",\n \"author\": {\n \"name\": \"Max Guglielmi\",\n \"url\": \"https://github.com/koalyptus\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/koalyptus/TableFilter.git\"\n },\n \"keywords\": [\n \"filter\",\n \"table\",\n \"javascript\",\n \"filterable\",\n \"grid\",\n \"datagrid\",\n \"sort\",\n \"pagination\"\n ],\n \"scripts\": {\n \"lint\": \"eslint src/**/*.js test/*.js *.js\",\n \"dev\": \"grunt dev\",\n \"build\": \"grunt build\",\n \"build:demos\": \"grunt build-demos\",\n \"build:test\": \"grunt build-test\",\n \"server\": \"grunt server\",\n \"test\": \"grunt test\",\n \"codecov\": \"./node_modules/.bin/codecov\",\n \"esdoc\": \"esdoc\",\n \"dist\": \"grunt\",\n \"deploy\": \"grunt deploy\",\n \"start\": \"npm run server\"\n },\n \"publishConfig\": {\n \"tag\": \"next\"\n },\n \"devDependencies\": {\n \"babel-core\": \"^6.24.1\",\n \"babel-eslint\": \"8.2.1\",\n \"babel-loader\": \"^7.0.0\",\n \"babel-plugin-transform-es2015-classes\": \"^6.24.1\",\n \"babel-preset-es2015\": \"^6.24.1\",\n \"clean-webpack-plugin\": \"^0.1.16\",\n \"codecov\": \"3.0.0\",\n \"diacritics\": \"1.3.0\",\n \"esdoc\": \"1.0.4\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"4.17.0\",\n \"format-number\": \"3.0.0\",\n \"grunt\": \"^1.0.1\",\n \"grunt-babel\": \"^7.0.0\",\n \"grunt-cli\": \"1.2.0\",\n \"grunt-contrib-clean\": \"^1.1.0\",\n \"grunt-contrib-connect\": \"^1.0.2\",\n \"grunt-contrib-copy\": \"^1.0.0\",\n \"grunt-contrib-stylus\": \"^1.2.0\",\n \"grunt-contrib-watch\": \"^1.0.0\",\n \"grunt-gh-pages\": \"^2.0.0\",\n \"grunt-qunit-istanbul\": \"1.0.0\",\n \"grunt-shell\": \"2.1.0\",\n \"grunt-string-replace\": \"^1.3.1\",\n \"grunt-webpack\": \"^3.0.0\",\n \"isparta-loader\": \"2.0.0\",\n \"script-loader\": \"^0.7.0\",\n \"string-replace-webpack-plugin\": \"^0.1.3\",\n \"sugar-date\": \"2.0.4\",\n \"webpack\": \"^3.0.0\",\n \"webpack-dev-server\": \"^2.4.5\"\n },\n \"dependencies\": {},\n \"bugs\": {\n \"url\": \"https://github.com/koalyptus/TableFilter/issues\"\n },\n \"homepage\": \"http://koalyptus.github.io/TableFilter\"\n}\n",
"longname": "/home/travis/build/koalyptus/TableFilter/package.json",
"name": "package.json",
"static": true,
diff --git a/docs/source.html b/docs/source.html
index f98b93dc..e6fca291 100644
--- a/docs/source.html
+++ b/docs/source.html
@@ -155,7 +155,7 @@
100 %1/1 |
546 byte |
22 |
-
2018-02-07 14:51:37 (UTC) |
+
2018-02-01 06:06:54 (UTC) |
| src/const.js |
@@ -181,7 +181,7 @@
100 %19/19 |
3663 byte |
206 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/cookie.js |
@@ -189,10 +189,10 @@
100 %1/1 |
1412 byte |
57 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
- | src/dom.js |
+ src/dom.js |
addClass
createCheckItem
createElm
@@ -206,9 +206,9 @@
removeElm
tag |
92 %13/14 |
- 4766 byte |
- 190 |
- 2018-02-07 14:51:37 (UTC) |
+ 4877 byte |
+ 192 |
+ 2018-02-01 06:06:54 (UTC) |
| src/emitter.js |
@@ -216,7 +216,7 @@
100 %6/6 |
1323 byte |
53 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/event.js |
@@ -230,7 +230,7 @@
100 %7/7 |
2650 byte |
111 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/advancedGrid/adapterEzEditTable.js |
@@ -238,7 +238,7 @@
88 %16/18 |
19016 byte |
507 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/advancedGrid/advancedGrid.js |
@@ -246,7 +246,7 @@
- |
90 byte |
2 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/colOps/colOps.js |
@@ -254,7 +254,7 @@
78 %29/37 |
14340 byte |
479 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/colsVisibility/colsVisibility.js |
@@ -262,7 +262,7 @@
91 %57/62 |
20246 byte |
725 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/filtersVisibility/filtersVisibility.js |
@@ -270,7 +270,7 @@
100 %33/33 |
8200 byte |
316 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/sort/adapterSortabletable.js |
@@ -278,7 +278,7 @@
86 %26/30 |
16446 byte |
531 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/extensions/sort/sort.js |
@@ -286,7 +286,7 @@
- |
204 byte |
8 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/feature.js |
@@ -294,7 +294,7 @@
93 %14/15 |
1876 byte |
97 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/alternateRows.js |
@@ -302,7 +302,7 @@
100 %11/11 |
3591 byte |
140 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/baseDropdown.js |
@@ -310,15 +310,15 @@
100 %10/10 |
4150 byte |
147 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/checkList.js |
CheckList |
100 %27/27 |
- 16671 byte |
- 519 |
- 2018-02-07 14:51:37 (UTC) |
+ 16140 byte |
+ 512 |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/clearButton.js |
@@ -326,7 +326,7 @@
100 %14/14 |
3531 byte |
139 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/dateType.js |
@@ -334,7 +334,7 @@
100 %12/12 |
4308 byte |
157 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/dropdown.js |
@@ -342,7 +342,7 @@
100 %19/19 |
11566 byte |
373 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/gridLayout.js |
@@ -350,7 +350,7 @@
100 %34/34 |
13684 byte |
483 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/hash.js |
@@ -359,7 +359,7 @@
75 %12/16 |
2981 byte |
126 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/help.js |
@@ -367,7 +367,7 @@
90 %20/22 |
6862 byte |
240 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/highlightKeywords.js |
@@ -375,7 +375,7 @@
100 %11/11 |
5459 byte |
180 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/loader.js |
@@ -383,7 +383,7 @@
93 %14/15 |
4025 byte |
171 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/markActiveColumns.js |
@@ -391,15 +391,15 @@
100 %13/13 |
3926 byte |
146 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/noResults.js |
NoResults |
100 %19/19 |
- 4792 byte |
- 194 |
- 2018-02-07 14:51:37 (UTC) |
+ 4807 byte |
+ 193 |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/paging.js |
@@ -407,7 +407,7 @@
100 %58/58 |
27762 byte |
907 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/popupFilter.js |
@@ -415,7 +415,7 @@
100 %35/35 |
13220 byte |
458 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/rowsCounter.js |
@@ -423,7 +423,7 @@
100 %16/16 |
6028 byte |
207 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/state.js |
@@ -431,7 +431,7 @@
100 %41/41 |
15018 byte |
545 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/statusBar.js |
@@ -439,7 +439,7 @@
96 %27/28 |
8967 byte |
308 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/storage.js |
@@ -448,7 +448,7 @@
84 %16/19 |
3543 byte |
161 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/modules/toolbar.js |
@@ -459,7 +459,7 @@
95 %21/22 |
5743 byte |
221 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/number.js |
@@ -467,7 +467,7 @@
100 %1/1 |
1034 byte |
32 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/root.js |
@@ -475,7 +475,7 @@
100 %1/1 |
235 byte |
6 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/settings.js |
@@ -487,7 +487,7 @@
100 %5/5 |
1535 byte |
53 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/sort.js |
@@ -501,7 +501,7 @@
100 %7/7 |
2881 byte |
82 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/string.js |
@@ -513,7 +513,7 @@
100 %5/5 |
2086 byte |
76 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/tablefilter.js |
@@ -521,7 +521,7 @@
99 %215/216 |
92395 byte |
3059 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |
| src/types.js |
@@ -538,7 +538,7 @@
100 %11/11 |
1754 byte |
81 |
- 2018-02-07 14:51:37 (UTC) |
+ 2018-02-01 06:06:54 (UTC) |