{ "type": "Program", "body": [ { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Dom", "range": [ 7, 10 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 10 } } }, "range": [ 7, 10 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 10 } } } ], "source": { "type": "Literal", "value": "../dom", "raw": "'../dom'", "range": [ 16, 24 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 24 } } }, "range": [ 0, 25 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 25 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Arr", "range": [ 34, 37 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 10 } } }, "range": [ 34, 37 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 10 } } } ], "source": { "type": "Literal", "value": "../array", "raw": "'../array'", "range": [ 43, 53 ], "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 26 } } }, "range": [ 27, 54 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 27 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Str", "range": [ 63, 66 ], "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 10 } } }, "range": [ 63, 66 ], "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 10 } } } ], "source": { "type": "Literal", "value": "../string", "raw": "'../string'", "range": [ 72, 83 ], "loc": { "start": { "line": 3, "column": 16 }, "end": { "line": 3, "column": 27 } } }, "range": [ 56, 84 ], "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 28 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Sort", "range": [ 93, 97 ], "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 11 } } }, "range": [ 93, 97 ], "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 11 } } } ], "source": { "type": "Literal", "value": "../sort", "raw": "'../sort'", "range": [ 103, 112 ], "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 4, "column": 26 } } }, "range": [ 86, 113 ], "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 27 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Event", "range": [ 122, 127 ], "loc": { "start": { "line": 5, "column": 7 }, "end": { "line": 5, "column": 12 } } }, "range": [ 122, 127 ], "loc": { "start": { "line": 5, "column": 7 }, "end": { "line": 5, "column": 12 } } } ], "source": { "type": "Literal", "value": "../event", "raw": "'../event'", "range": [ 133, 143 ], "loc": { "start": { "line": 5, "column": 18 }, "end": { "line": 5, "column": 28 } } }, "range": [ 115, 144 ], "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 29 } } }, { "type": "ExportNamedDeclaration", "declaration": { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "CheckList", "range": [ 161, 170 ], "loc": { "start": { "line": 7, "column": 13 }, "end": { "line": 7, "column": 22 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "constructor", "range": [ 276, 287 ], "loc": { "start": { "line": 13, "column": 4 }, "end": { "line": 13, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "tf", "range": [ 288, 290 ], "loc": { "start": { "line": 13, "column": 16 }, "end": { "line": 13, "column": 18 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "f", "range": [ 339, 340 ], "loc": { "start": { "line": 15, "column": 12 }, "end": { "line": 15, "column": 13 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 343, 345 ], "loc": { "start": { "line": 15, "column": 16 }, "end": { "line": 15, "column": 18 } } }, "property": { "type": "Identifier", "name": "config", "range": [ 346, 352 ], "loc": { "start": { "line": 15, "column": 19 }, "end": { "line": 15, "column": 25 } } }, "range": [ 343, 352 ], "loc": { "start": { "line": 15, "column": 16 }, "end": { "line": 15, "column": 25 } } }, "arguments": [], "range": [ 343, 354 ], "loc": { "start": { "line": 15, "column": 16 }, "end": { "line": 15, "column": 27 } } }, "range": [ 339, 354 ], "loc": { "start": { "line": 15, "column": 12 }, "end": { "line": 15, "column": 27 } } } ], "kind": "var", "range": [ 335, 355 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 28 } }, "leadingComments": [ { "type": "Line", "value": " Configuration object", "range": [ 302, 325 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 31 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 367, 371 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 12 } } }, "property": { "type": "Identifier", "name": "checkListDiv", "range": [ 372, 384 ], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 25 } } }, "range": [ 367, 384 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 25 } } }, "right": { "type": "ArrayExpression", "elements": [], "range": [ 387, 389 ], "loc": { "start": { "line": 17, "column": 28 }, "end": { "line": 17, "column": 30 } } }, "range": [ 367, 389 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 30 } } }, "range": [ 367, 390 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 31 } }, "trailingComments": [ { "type": "Line", "value": "checklist container div", "range": [ 391, 416 ], "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 17, "column": 57 } } }, { "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ 426, 481 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 63 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 491, 495 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 12 } } }, "property": { "type": "Identifier", "name": "checkListDivCssClass", "range": [ 496, 516 ], "loc": { "start": { "line": 19, "column": 13 }, "end": { "line": 19, "column": 33 } } }, "range": [ 491, 516 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 33 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 519, 520 ], "loc": { "start": { "line": 19, "column": 36 }, "end": { "line": 19, "column": 37 } } }, "property": { "type": "Identifier", "name": "div_checklist_css_class", "range": [ 521, 544 ], "loc": { "start": { "line": 19, "column": 38 }, "end": { "line": 19, "column": 61 } } }, "range": [ 519, 544 ], "loc": { "start": { "line": 19, "column": 36 }, "end": { "line": 19, "column": 61 } } }, "right": { "type": "Literal", "value": "div_checklist", "raw": "'div_checklist'", "range": [ 561, 576 ], "loc": { "start": { "line": 20, "column": 12 }, "end": { "line": 20, "column": 27 } } }, "range": [ 519, 576 ], "loc": { "start": { "line": 19, "column": 36 }, "end": { "line": 20, "column": 27 } } }, "range": [ 491, 576 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 20, "column": 27 } } }, "range": [ 491, 577 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 20, "column": 28 } }, "leadingComments": [ { "type": "Line", "value": "checklist container div", "range": [ 391, 416 ], "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 17, "column": 57 } } }, { "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ 426, 481 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 63 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for checklist filters", "range": [ 587, 628 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 49 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 638, 642 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 12 } } }, "property": { "type": "Identifier", "name": "checkListCssClass", "range": [ 643, 660 ], "loc": { "start": { "line": 22, "column": 13 }, "end": { "line": 22, "column": 30 } } }, "range": [ 638, 660 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 30 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 663, 664 ], "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 22, "column": 34 } } }, "property": { "type": "Identifier", "name": "checklist_css_class", "range": [ 665, 684 ], "loc": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 54 } } }, "range": [ 663, 684 ], "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 22, "column": 54 } } }, "right": { "type": "Literal", "value": "flt_checklist", "raw": "'flt_checklist'", "range": [ 688, 703 ], "loc": { "start": { "line": 22, "column": 58 }, "end": { "line": 22, "column": 73 } } }, "range": [ 663, 703 ], "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 22, "column": 73 } } }, "range": [ 638, 703 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 73 } } }, "range": [ 638, 704 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 74 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for checklist filters", "range": [ 587, 628 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 49 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for checklist item (li)", "range": [ 714, 757 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 51 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 767, 771 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 12 } } }, "property": { "type": "Identifier", "name": "checkListItemCssClass", "range": [ 772, 793 ], "loc": { "start": { "line": 24, "column": 13 }, "end": { "line": 24, "column": 34 } } }, "range": [ 767, 793 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 34 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 796, 797 ], "loc": { "start": { "line": 24, "column": 37 }, "end": { "line": 24, "column": 38 } } }, "property": { "type": "Identifier", "name": "checklist_item_css_class", "range": [ 798, 822 ], "loc": { "start": { "line": 24, "column": 39 }, "end": { "line": 24, "column": 63 } } }, "range": [ 796, 822 ], "loc": { "start": { "line": 24, "column": 37 }, "end": { "line": 24, "column": 63 } } }, "right": { "type": "Literal", "value": "flt_checklist_item", "raw": "'flt_checklist_item'", "range": [ 839, 859 ], "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 25, "column": 32 } } }, "range": [ 796, 859 ], "loc": { "start": { "line": 24, "column": 37 }, "end": { "line": 25, "column": 32 } } }, "range": [ 767, 859 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 25, "column": 32 } } }, "range": [ 767, 860 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 25, "column": 33 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for checklist item (li)", "range": [ 714, 757 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 51 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ 870, 922 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 60 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 932, 936 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 27, "column": 12 } } }, "property": { "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ 937, 961 ], "loc": { "start": { "line": 27, "column": 13 }, "end": { "line": 27, "column": 37 } } }, "range": [ 932, 961 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 27, "column": 37 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 964, 965 ], "loc": { "start": { "line": 27, "column": 40 }, "end": { "line": 27, "column": 41 } } }, "property": { "type": "Identifier", "name": "checklist_selected_item_css_class", "range": [ 966, 999 ], "loc": { "start": { "line": 27, "column": 42 }, "end": { "line": 27, "column": 75 } } }, "range": [ 964, 999 ], "loc": { "start": { "line": 27, "column": 40 }, "end": { "line": 27, "column": 75 } } }, "right": { "type": "Literal", "value": "flt_checklist_slc_item", "raw": "'flt_checklist_slc_item'", "range": [ 1016, 1040 ], "loc": { "start": { "line": 28, "column": 12 }, "end": { "line": 28, "column": 36 } } }, "range": [ 964, 1040 ], "loc": { "start": { "line": 27, "column": 40 }, "end": { "line": 28, "column": 36 } } }, "range": [ 932, 1040 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 28, "column": 36 } } }, "range": [ 932, 1041 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 28, "column": 37 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ 870, 922 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 60 } } } ], "trailingComments": [ { "type": "Line", "value": "Load on demand text", "range": [ 1051, 1072 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 29 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1082, 1086 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 12 } } }, "property": { "type": "Identifier", "name": "activateCheckListTxt", "range": [ 1087, 1107 ], "loc": { "start": { "line": 30, "column": 13 }, "end": { "line": 30, "column": 33 } } }, "range": [ 1082, 1107 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 33 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1110, 1111 ], "loc": { "start": { "line": 30, "column": 36 }, "end": { "line": 30, "column": 37 } } }, "property": { "type": "Identifier", "name": "activate_checklist_text", "range": [ 1112, 1135 ], "loc": { "start": { "line": 30, "column": 38 }, "end": { "line": 30, "column": 61 } } }, "range": [ 1110, 1135 ], "loc": { "start": { "line": 30, "column": 36 }, "end": { "line": 30, "column": 61 } } }, "right": { "type": "Literal", "value": "Click to load filter data", "raw": "'Click to load filter data'", "range": [ 1152, 1179 ], "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 39 } } }, "range": [ 1110, 1179 ], "loc": { "start": { "line": 30, "column": 36 }, "end": { "line": 31, "column": 39 } } }, "range": [ 1082, 1179 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 31, "column": 39 } } }, "range": [ 1082, 1180 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 31, "column": 40 } }, "leadingComments": [ { "type": "Line", "value": "Load on demand text", "range": [ 1051, 1072 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 29 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for checklist filters", "range": [ 1190, 1231 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 49 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1241, 1245 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 12 } } }, "property": { "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ 1246, 1275 ], "loc": { "start": { "line": 33, "column": 13 }, "end": { "line": 33, "column": 42 } } }, "range": [ 1241, 1275 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 42 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1291, 1292 ], "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 13 } } }, "property": { "type": "Identifier", "name": "checklist_item_disabled_css_class", "range": [ 1293, 1326 ], "loc": { "start": { "line": 34, "column": 14 }, "end": { "line": 34, "column": 47 } } }, "range": [ 1291, 1326 ], "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 47 } } }, "right": { "type": "Literal", "value": "flt_checklist_item_disabled", "raw": "'flt_checklist_item_disabled'", "range": [ 1343, 1372 ], "loc": { "start": { "line": 35, "column": 12 }, "end": { "line": 35, "column": 41 } } }, "range": [ 1291, 1372 ], "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 35, "column": 41 } } }, "range": [ 1241, 1372 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 35, "column": 41 } } }, "range": [ 1241, 1373 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 35, "column": 42 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for checklist filters", "range": [ 1190, 1231 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 49 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1383, 1387 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 12 } } }, "property": { "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ 1388, 1414 ], "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 39 } } }, "range": [ 1383, 1414 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 39 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1430, 1431 ], "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 13 } } }, "property": { "type": "Identifier", "name": "enable_checklist_reset_filter", "range": [ 1432, 1461 ], "loc": { "start": { "line": 37, "column": 14 }, "end": { "line": 37, "column": 43 } } }, "range": [ 1430, 1461 ], "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 43 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 1464, 1469 ], "loc": { "start": { "line": 37, "column": 46 }, "end": { "line": 37, "column": 51 } } }, "range": [ 1430, 1469 ], "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 51 } } }, "consequent": { "type": "Literal", "value": false, "raw": "false", "range": [ 1472, 1477 ], "loc": { "start": { "line": 37, "column": 54 }, "end": { "line": 37, "column": 59 } } }, "alternate": { "type": "Literal", "value": true, "raw": "true", "range": [ 1480, 1484 ], "loc": { "start": { "line": 37, "column": 62 }, "end": { "line": 37, "column": 66 } } }, "range": [ 1430, 1484 ], "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 66 } } }, "range": [ 1383, 1484 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 37, "column": 66 } } }, "range": [ 1383, 1485 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 37, "column": 67 } }, "trailingComments": [ { "type": "Line", "value": "checklist filter container div", "range": [ 1495, 1527 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 40 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1537, 1541 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxCheckListDiv", "range": [ 1542, 1558 ], "loc": { "start": { "line": 39, "column": 13 }, "end": { "line": 39, "column": 29 } } }, "range": [ 1537, 1558 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 29 } } }, "right": { "type": "Literal", "value": "chkdiv_", "raw": "'chkdiv_'", "range": [ 1561, 1570 ], "loc": { "start": { "line": 39, "column": 32 }, "end": { "line": 39, "column": 41 } } }, "range": [ 1537, 1570 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 41 } } }, "range": [ 1537, 1571 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 42 } }, "leadingComments": [ { "type": "Line", "value": "checklist filter container div", "range": [ 1495, 1527 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 40 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1583, 1587 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 12 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 1588, 1596 ], "loc": { "start": { "line": 41, "column": 13 }, "end": { "line": 41, "column": 21 } } }, "range": [ 1583, 1596 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 21 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1599, 1603 ], "loc": { "start": { "line": 41, "column": 24 }, "end": { "line": 41, "column": 28 } } }, "range": [ 1583, 1603 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 28 } } }, "range": [ 1583, 1604 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 29 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1614, 1618 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 12 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 1619, 1623 ], "loc": { "start": { "line": 42, "column": 13 }, "end": { "line": 42, "column": 17 } } }, "range": [ 1614, 1623 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 17 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1626, 1630 ], "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 24 } } }, "range": [ 1614, 1630 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 24 } } }, "range": [ 1614, 1631 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1641, 1645 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 12 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 1646, 1653 ], "loc": { "start": { "line": 43, "column": 13 }, "end": { "line": 43, "column": 20 } } }, "range": [ 1641, 1653 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 20 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1656, 1660 ], "loc": { "start": { "line": 43, "column": 23 }, "end": { "line": 43, "column": 27 } } }, "range": [ 1641, 1660 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 27 } } }, "range": [ 1641, 1661 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1671, 1675 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 12 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 1676, 1688 ], "loc": { "start": { "line": 44, "column": 13 }, "end": { "line": 44, "column": 25 } } }, "range": [ 1671, 1688 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 25 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1691, 1695 ], "loc": { "start": { "line": 44, "column": 28 }, "end": { "line": 44, "column": 32 } } }, "range": [ 1671, 1695 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 32 } } }, "range": [ 1671, 1696 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 33 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1708, 1712 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1713, 1715 ], "loc": { "start": { "line": 46, "column": 13 }, "end": { "line": 46, "column": 15 } } }, "range": [ 1708, 1715 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 15 } } }, "right": { "type": "Identifier", "name": "tf", "range": [ 1718, 1720 ], "loc": { "start": { "line": 46, "column": 18 }, "end": { "line": 46, "column": 20 } } }, "range": [ 1708, 1720 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 20 } } }, "range": [ 1708, 1721 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 21 } } } ], "range": [ 291, 1728 ], "loc": { "start": { "line": 13, "column": 19 }, "end": { "line": 47, "column": 5 } } }, "generator": false, "expression": false, "range": [ 287, 1728 ], "loc": { "start": { "line": 13, "column": 15 }, "end": { "line": 47, "column": 5 } } }, "kind": "constructor", "computed": false, "range": [ 276, 1728 ], "loc": { "start": { "line": 13, "column": 4 }, "end": { "line": 47, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Checklist UI component\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 179, 270 ], "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 12, "column": 7 } } } ], "trailingComments": [ { "type": "Line", "value": " TODO: move event here", "range": [ 1736, 1760 ], "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 49, "column": 28 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "onChange", "range": [ 1766, 1774 ], "loc": { "start": { "line": 50, "column": 4 }, "end": { "line": 50, "column": 12 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 1775, 1778 ], "loc": { "start": { "line": 50, "column": 13 }, "end": { "line": 50, "column": 16 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "elm", "range": [ 1794, 1797 ], "loc": { "start": { "line": 51, "column": 12 }, "end": { "line": 51, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 1800, 1803 ], "loc": { "start": { "line": 51, "column": 18 }, "end": { "line": 51, "column": 21 } } }, "property": { "type": "Identifier", "name": "target", "range": [ 1804, 1810 ], "loc": { "start": { "line": 51, "column": 22 }, "end": { "line": 51, "column": 28 } } }, "range": [ 1800, 1810 ], "loc": { "start": { "line": 51, "column": 18 }, "end": { "line": 51, "column": 28 } } }, "range": [ 1794, 1810 ], "loc": { "start": { "line": 51, "column": 12 }, "end": { "line": 51, "column": 28 } } } ], "kind": "let", "range": [ 1790, 1811 ], "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 29 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1821, 1825 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1826, 1828 ], "loc": { "start": { "line": 52, "column": 13 }, "end": { "line": 52, "column": 15 } } }, "range": [ 1821, 1828 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 15 } } }, "property": { "type": "Identifier", "name": "activeFilterId", "range": [ 1829, 1843 ], "loc": { "start": { "line": 52, "column": 16 }, "end": { "line": 52, "column": 30 } } }, "range": [ 1821, 1843 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 30 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "elm", "range": [ 1846, 1849 ], "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 36 } } }, "property": { "type": "Identifier", "name": "getAttribute", "range": [ 1850, 1862 ], "loc": { "start": { "line": 52, "column": 37 }, "end": { "line": 52, "column": 49 } } }, "range": [ 1846, 1862 ], "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 49 } } }, "arguments": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 1863, 1867 ], "loc": { "start": { "line": 52, "column": 50 }, "end": { "line": 52, "column": 54 } } } ], "range": [ 1846, 1868 ], "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 55 } } }, "range": [ 1821, 1868 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 55 } } }, "range": [ 1821, 1869 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 56 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1879, 1883 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1884, 1886 ], "loc": { "start": { "line": 53, "column": 13 }, "end": { "line": 53, "column": 15 } } }, "range": [ 1879, 1886 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 15 } } }, "property": { "type": "Identifier", "name": "activeFlt", "range": [ 1887, 1896 ], "loc": { "start": { "line": 53, "column": 16 }, "end": { "line": 53, "column": 25 } } }, "range": [ 1879, 1896 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 25 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 1899, 1902 ], "loc": { "start": { "line": 53, "column": 28 }, "end": { "line": 53, "column": 31 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 1903, 1905 ], "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 34 } } }, "range": [ 1899, 1905 ], "loc": { "start": { "line": 53, "column": 28 }, "end": { "line": 53, "column": 34 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1906, 1910 ], "loc": { "start": { "line": 53, "column": 35 }, "end": { "line": 53, "column": 39 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1911, 1913 ], "loc": { "start": { "line": 53, "column": 40 }, "end": { "line": 53, "column": 42 } } }, "range": [ 1906, 1913 ], "loc": { "start": { "line": 53, "column": 35 }, "end": { "line": 53, "column": 42 } } }, "property": { "type": "Identifier", "name": "activeFilterId", "range": [ 1914, 1928 ], "loc": { "start": { "line": 53, "column": 43 }, "end": { "line": 53, "column": 57 } } }, "range": [ 1906, 1928 ], "loc": { "start": { "line": 53, "column": 35 }, "end": { "line": 53, "column": 57 } } } ], "range": [ 1899, 1929 ], "loc": { "start": { "line": 53, "column": 28 }, "end": { "line": 53, "column": 58 } } }, "range": [ 1879, 1929 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 58 } } }, "range": [ 1879, 1930 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 59 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1940, 1944 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1945, 1947 ], "loc": { "start": { "line": 54, "column": 13 }, "end": { "line": 54, "column": 15 } } }, "range": [ 1940, 1947 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 15 } } }, "property": { "type": "Identifier", "name": "Evt", "range": [ 1948, 1951 ], "loc": { "start": { "line": 54, "column": 16 }, "end": { "line": 54, "column": 19 } } }, "range": [ 1940, 1951 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 19 } } }, "property": { "type": "Identifier", "name": "onSlcChange", "range": [ 1952, 1963 ], "loc": { "start": { "line": 54, "column": 20 }, "end": { "line": 54, "column": 31 } } }, "range": [ 1940, 1963 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 31 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 1964, 1968 ], "loc": { "start": { "line": 54, "column": 32 }, "end": { "line": 54, "column": 36 } } }, "range": [ 1940, 1968 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1969, 1973 ], "loc": { "start": { "line": 54, "column": 37 }, "end": { "line": 54, "column": 41 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1974, 1976 ], "loc": { "start": { "line": 54, "column": 42 }, "end": { "line": 54, "column": 44 } } }, "range": [ 1969, 1976 ], "loc": { "start": { "line": 54, "column": 37 }, "end": { "line": 54, "column": 44 } } }, { "type": "Identifier", "name": "evt", "range": [ 1978, 1981 ], "loc": { "start": { "line": 54, "column": 46 }, "end": { "line": 54, "column": 49 } } } ], "range": [ 1940, 1982 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 50 } } }, "range": [ 1940, 1983 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 51 } } } ], "range": [ 1779, 1990 ], "loc": { "start": { "line": 50, "column": 17 }, "end": { "line": 55, "column": 5 } } }, "generator": false, "expression": false, "range": [ 1774, 1990 ], "loc": { "start": { "line": 50, "column": 12 }, "end": { "line": 55, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 1766, 1990 ], "loc": { "start": { "line": 50, "column": 4 }, "end": { "line": 55, "column": 5 } }, "leadingComments": [ { "type": "Line", "value": " TODO: move event here", "range": [ 1736, 1760 ], "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 49, "column": 28 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "optionClick", "range": [ 1998, 2009 ], "loc": { "start": { "line": 57, "column": 4 }, "end": { "line": 57, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 2010, 2013 ], "loc": { "start": { "line": 57, "column": 16 }, "end": { "line": 57, "column": 19 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2025, 2029 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 12 } } }, "property": { "type": "Identifier", "name": "setCheckListValues", "range": [ 2030, 2048 ], "loc": { "start": { "line": 58, "column": 13 }, "end": { "line": 58, "column": 31 } } }, "range": [ 2025, 2048 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 31 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 2049, 2052 ], "loc": { "start": { "line": 58, "column": 32 }, "end": { "line": 58, "column": 35 } } }, "property": { "type": "Identifier", "name": "target", "range": [ 2053, 2059 ], "loc": { "start": { "line": 58, "column": 36 }, "end": { "line": 58, "column": 42 } } }, "range": [ 2049, 2059 ], "loc": { "start": { "line": 58, "column": 32 }, "end": { "line": 58, "column": 42 } } } ], "range": [ 2025, 2060 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 43 } } }, "range": [ 2025, 2061 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 44 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2071, 2075 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 12 } } }, "property": { "type": "Identifier", "name": "onChange", "range": [ 2076, 2084 ], "loc": { "start": { "line": 59, "column": 13 }, "end": { "line": 59, "column": 21 } } }, "range": [ 2071, 2084 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 21 } } }, "arguments": [ { "type": "Identifier", "name": "evt", "range": [ 2085, 2088 ], "loc": { "start": { "line": 59, "column": 22 }, "end": { "line": 59, "column": 25 } } } ], "range": [ 2071, 2089 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 26 } } }, "range": [ 2071, 2090 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 27 } } } ], "range": [ 2014, 2097 ], "loc": { "start": { "line": 57, "column": 20 }, "end": { "line": 60, "column": 5 } } }, "generator": false, "expression": false, "range": [ 2009, 2097 ], "loc": { "start": { "line": 57, "column": 15 }, "end": { "line": 60, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 1998, 2097 ], "loc": { "start": { "line": 57, "column": 4 }, "end": { "line": 60, "column": 5 } }, "trailingComments": [ { "type": "Block", "value": "*\r\n * Build checklist UI asynchronously\r\n * @param {Number} colIndex Column index\r\n * @param {Boolean} isExternal Render in external container\r\n * @param {String} extFltId External container id\r\n ", "range": [ 2105, 2334 ], "loc": { "start": { "line": 62, "column": 4 }, "end": { "line": 67, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "build", "range": [ 2340, 2345 ], "loc": { "start": { "line": 68, "column": 4 }, "end": { "line": 68, "column": 9 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "colIndex", "range": [ 2346, 2354 ], "loc": { "start": { "line": 68, "column": 10 }, "end": { "line": 68, "column": 18 } } }, { "type": "Identifier", "name": "isExternal", "range": [ 2356, 2366 ], "loc": { "start": { "line": 68, "column": 20 }, "end": { "line": 68, "column": 30 } } }, { "type": "Identifier", "name": "extFltId", "range": [ 2368, 2376 ], "loc": { "start": { "line": 68, "column": 32 }, "end": { "line": 68, "column": 40 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 2392, 2394 ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2397, 2401 ], "loc": { "start": { "line": 69, "column": 17 }, "end": { "line": 69, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 2402, 2404 ], "loc": { "start": { "line": 69, "column": 22 }, "end": { "line": 69, "column": 24 } } }, "range": [ 2397, 2404 ], "loc": { "start": { "line": 69, "column": 17 }, "end": { "line": 69, "column": 24 } } }, "range": [ 2392, 2404 ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 24 } } } ], "kind": "var", "range": [ 2388, 2405 ], "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2415, 2417 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 10 } } }, "property": { "type": "Identifier", "name": "EvtManager", "range": [ 2418, 2428 ], "loc": { "start": { "line": 70, "column": 11 }, "end": { "line": 70, "column": 21 } } }, "range": [ 2415, 2428 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2443, 2445 ], "loc": { "start": { "line": 71, "column": 12 }, "end": { "line": 71, "column": 14 } } }, "property": { "type": "Identifier", "name": "Evt", "range": [ 2446, 2449 ], "loc": { "start": { "line": 71, "column": 15 }, "end": { "line": 71, "column": 18 } } }, "range": [ 2443, 2449 ], "loc": { "start": { "line": 71, "column": 12 }, "end": { "line": 71, "column": 18 } } }, "property": { "type": "Identifier", "name": "name", "range": [ 2450, 2454 ], "loc": { "start": { "line": 71, "column": 19 }, "end": { "line": 71, "column": 23 } } }, "range": [ 2443, 2454 ], "loc": { "start": { "line": 71, "column": 12 }, "end": { "line": 71, "column": 23 } } }, "property": { "type": "Identifier", "name": "checklist", "range": [ 2455, 2464 ], "loc": { "start": { "line": 71, "column": 24 }, "end": { "line": 71, "column": 33 } } }, "range": [ 2443, 2464 ], "loc": { "start": { "line": 71, "column": 12 }, "end": { "line": 71, "column": 33 } } }, { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "slcIndex", "range": [ 2481, 2489 ], "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 22 } } }, "value": { "type": "Identifier", "name": "colIndex", "range": [ 2490, 2498 ], "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 31 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 2481, 2498 ], "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 31 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "slcExternal", "range": [ 2500, 2511 ], "loc": { "start": { "line": 72, "column": 33 }, "end": { "line": 72, "column": 44 } } }, "value": { "type": "Identifier", "name": "isExternal", "range": [ 2512, 2522 ], "loc": { "start": { "line": 72, "column": 45 }, "end": { "line": 72, "column": 55 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 2500, 2522 ], "loc": { "start": { "line": 72, "column": 33 }, "end": { "line": 72, "column": 55 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "slcId", "range": [ 2524, 2529 ], "loc": { "start": { "line": 72, "column": 57 }, "end": { "line": 72, "column": 62 } } }, "value": { "type": "Identifier", "name": "extFltId", "range": [ 2530, 2538 ], "loc": { "start": { "line": 72, "column": 63 }, "end": { "line": 72, "column": 71 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 2524, 2538 ], "loc": { "start": { "line": 72, "column": 57 }, "end": { "line": 72, "column": 71 } } } ], "range": [ 2479, 2540 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 73 } } } ], "range": [ 2415, 2551 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 73, "column": 9 } } }, "range": [ 2415, 2552 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 73, "column": 10 } } } ], "range": [ 2377, 2559 ], "loc": { "start": { "line": 68, "column": 41 }, "end": { "line": 74, "column": 5 } } }, "generator": false, "expression": false, "range": [ 2345, 2559 ], "loc": { "start": { "line": 68, "column": 9 }, "end": { "line": 74, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 2340, 2559 ], "loc": { "start": { "line": 68, "column": 4 }, "end": { "line": 74, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Build checklist UI asynchronously\r\n * @param {Number} colIndex Column index\r\n * @param {Boolean} isExternal Render in external container\r\n * @param {String} extFltId External container id\r\n ", "range": [ 2105, 2334 ], "loc": { "start": { "line": 62, "column": 4 }, "end": { "line": 67, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Build checklist UI\r\n * @param {Number} colIndex Column index\r\n * @param {Boolean} isExternal Render in external container\r\n * @param {String} extFltId External container id\r\n ", "range": [ 2567, 2781 ], "loc": { "start": { "line": 76, "column": 4 }, "end": { "line": 81, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_build", "range": [ 2787, 2793 ], "loc": { "start": { "line": 82, "column": 4 }, "end": { "line": 82, "column": 10 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "colIndex", "range": [ 2794, 2802 ], "loc": { "start": { "line": 82, "column": 11 }, "end": { "line": 82, "column": 19 } } }, { "type": "AssignmentPattern", "left": { "type": "Identifier", "name": "isExternal", "range": [ 2804, 2814 ], "loc": { "start": { "line": 82, "column": 21 }, "end": { "line": 82, "column": 31 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 2815, 2820 ], "loc": { "start": { "line": 82, "column": 32 }, "end": { "line": 82, "column": 37 } } }, "range": [ 2804, 2820 ], "loc": { "start": { "line": 82, "column": 21 }, "end": { "line": 82, "column": 37 } } }, { "type": "AssignmentPattern", "left": { "type": "Identifier", "name": "extFltId", "range": [ 2822, 2830 ], "loc": { "start": { "line": 82, "column": 39 }, "end": { "line": 82, "column": 47 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 2831, 2835 ], "loc": { "start": { "line": 82, "column": 48 }, "end": { "line": 82, "column": 52 } } }, "range": [ 2822, 2835 ], "loc": { "start": { "line": 82, "column": 39 }, "end": { "line": 82, "column": 52 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 2851, 2853 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2856, 2860 ], "loc": { "start": { "line": 83, "column": 17 }, "end": { "line": 83, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 2861, 2863 ], "loc": { "start": { "line": 83, "column": 22 }, "end": { "line": 83, "column": 24 } } }, "range": [ 2856, 2863 ], "loc": { "start": { "line": 83, "column": 17 }, "end": { "line": 83, "column": 24 } } }, "range": [ 2851, 2863 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 24 } } } ], "kind": "var", "range": [ 2847, 2864 ], "loc": { "start": { "line": 83, "column": 8 }, "end": { "line": 83, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "colIndex", "range": [ 2874, 2882 ], "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 16 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 2885, 2893 ], "loc": { "start": { "line": 84, "column": 19 }, "end": { "line": 84, "column": 27 } } }, "arguments": [ { "type": "Identifier", "name": "colIndex", "range": [ 2894, 2902 ], "loc": { "start": { "line": 84, "column": 28 }, "end": { "line": 84, "column": 36 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 2904, 2906 ], "loc": { "start": { "line": 84, "column": 38 }, "end": { "line": 84, "column": 40 } } } ], "range": [ 2885, 2907 ], "loc": { "start": { "line": 84, "column": 19 }, "end": { "line": 84, "column": 41 } } }, "range": [ 2874, 2907 ], "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 41 } } }, "range": [ 2874, 2908 ], "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2920, 2924 ], "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 12 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 2925, 2929 ], "loc": { "start": { "line": 86, "column": 13 }, "end": { "line": 86, "column": 17 } } }, "range": [ 2920, 2929 ], "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 17 } } }, "right": { "type": "ArrayExpression", "elements": [], "range": [ 2932, 2934 ], "loc": { "start": { "line": 86, "column": 20 }, "end": { "line": 86, "column": 22 } } }, "range": [ 2920, 2934 ], "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 22 } } }, "range": [ 2920, 2935 ], "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 23 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2945, 2949 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 12 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 2950, 2957 ], "loc": { "start": { "line": 87, "column": 13 }, "end": { "line": 87, "column": 20 } } }, "range": [ 2945, 2957 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 20 } } }, "right": { "type": "ArrayExpression", "elements": [], "range": [ 2960, 2962 ], "loc": { "start": { "line": 87, "column": 23 }, "end": { "line": 87, "column": 25 } } }, "range": [ 2945, 2962 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 25 } } }, "range": [ 2945, 2963 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 26 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "divFltId", "range": [ 2979, 2987 ], "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 20 } } }, "init": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2990, 2994 ], "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 27 } } }, "property": { "type": "Identifier", "name": "prfxCheckListDiv", "range": [ 2995, 3011 ], "loc": { "start": { "line": 89, "column": 28 }, "end": { "line": 89, "column": 44 } } }, "range": [ 2990, 3011 ], "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 44 } } }, "right": { "type": "Identifier", "name": "colIndex", "range": [ 3012, 3020 ], "loc": { "start": { "line": 89, "column": 45 }, "end": { "line": 89, "column": 53 } } }, "range": [ 2990, 3020 ], "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 53 } } }, "right": { "type": "Literal", "value": "_", "raw": "'_'", "range": [ 3021, 3024 ], "loc": { "start": { "line": 89, "column": 54 }, "end": { "line": 89, "column": 57 } } }, "range": [ 2990, 3024 ], "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 57 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3025, 3027 ], "loc": { "start": { "line": 89, "column": 58 }, "end": { "line": 89, "column": 60 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 3028, 3030 ], "loc": { "start": { "line": 89, "column": 61 }, "end": { "line": 89, "column": 63 } } }, "range": [ 3025, 3030 ], "loc": { "start": { "line": 89, "column": 58 }, "end": { "line": 89, "column": 63 } } }, "range": [ 2990, 3030 ], "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 63 } } }, "range": [ 2979, 3030 ], "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 63 } } } ], "kind": "var", "range": [ 2975, 3031 ], "loc": { "start": { "line": 89, "column": 8 }, "end": { "line": 89, "column": 64 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3046, 3049 ], "loc": { "start": { "line": 90, "column": 13 }, "end": { "line": 90, "column": 16 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 3050, 3052 ], "loc": { "start": { "line": 90, "column": 17 }, "end": { "line": 90, "column": 19 } } }, "range": [ 3046, 3052 ], "loc": { "start": { "line": 90, "column": 13 }, "end": { "line": 90, "column": 19 } } }, "arguments": [ { "type": "Identifier", "name": "divFltId", "range": [ 3053, 3061 ], "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 28 } } } ], "range": [ 3046, 3062 ], "loc": { "start": { "line": 90, "column": 13 }, "end": { "line": 90, "column": 29 } } }, "prefix": true, "range": [ 3045, 3062 ], "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 29 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "isExternal", "range": [ 3067, 3077 ], "loc": { "start": { "line": 90, "column": 34 }, "end": { "line": 90, "column": 44 } } }, "prefix": true, "range": [ 3066, 3077 ], "loc": { "start": { "line": 90, "column": 33 }, "end": { "line": 90, "column": 44 } } }, "range": [ 3045, 3077 ], "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 44 } } }, "right": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3097, 3100 ], "loc": { "start": { "line": 91, "column": 14 }, "end": { "line": 91, "column": 17 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 3101, 3103 ], "loc": { "start": { "line": 91, "column": 18 }, "end": { "line": 91, "column": 20 } } }, "range": [ 3097, 3103 ], "loc": { "start": { "line": 91, "column": 14 }, "end": { "line": 91, "column": 20 } } }, "arguments": [ { "type": "Identifier", "name": "extFltId", "range": [ 3104, 3112 ], "loc": { "start": { "line": 91, "column": 21 }, "end": { "line": 91, "column": 29 } } } ], "range": [ 3097, 3113 ], "loc": { "start": { "line": 91, "column": 14 }, "end": { "line": 91, "column": 30 } } }, "prefix": true, "range": [ 3096, 3113 ], "loc": { "start": { "line": 91, "column": 13 }, "end": { "line": 91, "column": 30 } } }, "right": { "type": "Identifier", "name": "isExternal", "range": [ 3117, 3127 ], "loc": { "start": { "line": 91, "column": 34 }, "end": { "line": 91, "column": 44 } } }, "range": [ 3096, 3127 ], "loc": { "start": { "line": 91, "column": 13 }, "end": { "line": 91, "column": 44 } } }, "range": [ 3044, 3128 ], "loc": { "start": { "line": 90, "column": 11 }, "end": { "line": 91, "column": 45 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 3144, 3151 ], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 19 } } } ], "range": [ 3129, 3162 ], "loc": { "start": { "line": 91, "column": 46 }, "end": { "line": 93, "column": 9 } } }, "alternate": null, "range": [ 3041, 3162 ], "loc": { "start": { "line": 90, "column": 8 }, "end": { "line": 93, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "flt", "range": [ 3178, 3181 ], "loc": { "start": { "line": 95, "column": 12 }, "end": { "line": 95, "column": 15 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "isExternal", "range": [ 3185, 3195 ], "loc": { "start": { "line": 95, "column": 19 }, "end": { "line": 95, "column": 29 } } }, "prefix": true, "range": [ 3184, 3195 ], "loc": { "start": { "line": 95, "column": 18 }, "end": { "line": 95, "column": 29 } } }, "consequent": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3198, 3202 ], "loc": { "start": { "line": 95, "column": 32 }, "end": { "line": 95, "column": 36 } } }, "property": { "type": "Identifier", "name": "checkListDiv", "range": [ 3203, 3215 ], "loc": { "start": { "line": 95, "column": 37 }, "end": { "line": 95, "column": 49 } } }, "range": [ 3198, 3215 ], "loc": { "start": { "line": 95, "column": 32 }, "end": { "line": 95, "column": 49 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 3216, 3224 ], "loc": { "start": { "line": 95, "column": 50 }, "end": { "line": 95, "column": 58 } } }, "range": [ 3198, 3225 ], "loc": { "start": { "line": 95, "column": 32 }, "end": { "line": 95, "column": 59 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3228, 3231 ], "loc": { "start": { "line": 95, "column": 62 }, "end": { "line": 95, "column": 65 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 3232, 3234 ], "loc": { "start": { "line": 95, "column": 66 }, "end": { "line": 95, "column": 68 } } }, "range": [ 3228, 3234 ], "loc": { "start": { "line": 95, "column": 62 }, "end": { "line": 95, "column": 68 } } }, "arguments": [ { "type": "Identifier", "name": "extFltId", "range": [ 3235, 3243 ], "loc": { "start": { "line": 95, "column": 69 }, "end": { "line": 95, "column": 77 } } } ], "range": [ 3228, 3244 ], "loc": { "start": { "line": 95, "column": 62 }, "end": { "line": 95, "column": 78 } } }, "range": [ 3184, 3244 ], "loc": { "start": { "line": 95, "column": 18 }, "end": { "line": 95, "column": 78 } } }, "range": [ 3178, 3244 ], "loc": { "start": { "line": 95, "column": 12 }, "end": { "line": 95, "column": 78 } } } ], "kind": "var", "range": [ 3174, 3245 ], "loc": { "start": { "line": 95, "column": 8 }, "end": { "line": 95, "column": 79 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "ul", "range": [ 3259, 3261 ], "loc": { "start": { "line": 96, "column": 12 }, "end": { "line": 96, "column": 14 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 3264, 3267 ], "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 96, "column": 20 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 3268, 3274 ], "loc": { "start": { "line": 96, "column": 21 }, "end": { "line": 96, "column": 27 } } }, "range": [ 3264, 3274 ], "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 96, "column": 27 } } }, "arguments": [ { "type": "Literal", "value": "ul", "raw": "'ul'", "range": [ 3289, 3293 ], "loc": { "start": { "line": 97, "column": 12 }, "end": { "line": 97, "column": 16 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 3296, 3300 ], "loc": { "start": { "line": 97, "column": 19 }, "end": { "line": 97, "column": 23 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3302, 3304 ], "loc": { "start": { "line": 97, "column": 25 }, "end": { "line": 97, "column": 27 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 3305, 3311 ], "loc": { "start": { "line": 97, "column": 28 }, "end": { "line": 97, "column": 34 } } }, "range": [ 3302, 3311 ], "loc": { "start": { "line": 97, "column": 25 }, "end": { "line": 97, "column": 34 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 3312, 3320 ], "loc": { "start": { "line": 97, "column": 35 }, "end": { "line": 97, "column": 43 } } }, "range": [ 3302, 3321 ], "loc": { "start": { "line": 97, "column": 25 }, "end": { "line": 97, "column": 44 } } } ], "range": [ 3295, 3322 ], "loc": { "start": { "line": 97, "column": 18 }, "end": { "line": 97, "column": 45 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "colIndex", "raw": "'colIndex'", "range": [ 3325, 3335 ], "loc": { "start": { "line": 97, "column": 48 }, "end": { "line": 97, "column": 58 } } }, { "type": "Identifier", "name": "colIndex", "range": [ 3337, 3345 ], "loc": { "start": { "line": 97, "column": 60 }, "end": { "line": 97, "column": 68 } } } ], "range": [ 3324, 3346 ], "loc": { "start": { "line": 97, "column": 47 }, "end": { "line": 97, "column": 69 } } } ], "range": [ 3264, 3347 ], "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 97, "column": 70 } } }, "range": [ 3259, 3347 ], "loc": { "start": { "line": 96, "column": 12 }, "end": { "line": 97, "column": 70 } } } ], "kind": "var", "range": [ 3255, 3348 ], "loc": { "start": { "line": 96, "column": 8 }, "end": { "line": 97, "column": 71 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ul", "range": [ 3358, 3360 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 10 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 3361, 3370 ], "loc": { "start": { "line": 98, "column": 11 }, "end": { "line": 98, "column": 20 } } }, "range": [ 3358, 3370 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 20 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3373, 3377 ], "loc": { "start": { "line": 98, "column": 23 }, "end": { "line": 98, "column": 27 } } }, "property": { "type": "Identifier", "name": "checkListCssClass", "range": [ 3378, 3395 ], "loc": { "start": { "line": 98, "column": 28 }, "end": { "line": 98, "column": 45 } } }, "range": [ 3373, 3395 ], "loc": { "start": { "line": 98, "column": 23 }, "end": { "line": 98, "column": 45 } } }, "range": [ 3358, 3395 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 45 } } }, "range": [ 3358, 3396 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 46 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 3406, 3411 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 13 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 3412, 3415 ], "loc": { "start": { "line": 99, "column": 14 }, "end": { "line": 99, "column": 17 } } }, "range": [ 3406, 3415 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 17 } } }, "arguments": [ { "type": "Identifier", "name": "ul", "range": [ 3416, 3418 ], "loc": { "start": { "line": 99, "column": 18 }, "end": { "line": 99, "column": 20 } } }, { "type": "Literal", "value": "change", "raw": "'change'", "range": [ 3420, 3428 ], "loc": { "start": { "line": 99, "column": 22 }, "end": { "line": 99, "column": 30 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 3431, 3434 ], "loc": { "start": { "line": 99, "column": 33 }, "end": { "line": 99, "column": 36 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3441, 3445 ], "loc": { "start": { "line": 99, "column": 43 }, "end": { "line": 99, "column": 47 } } }, "property": { "type": "Identifier", "name": "onChange", "range": [ 3446, 3454 ], "loc": { "start": { "line": 99, "column": 48 }, "end": { "line": 99, "column": 56 } } }, "range": [ 3441, 3454 ], "loc": { "start": { "line": 99, "column": 43 }, "end": { "line": 99, "column": 56 } } }, "arguments": [ { "type": "Identifier", "name": "evt", "range": [ 3455, 3458 ], "loc": { "start": { "line": 99, "column": 57 }, "end": { "line": 99, "column": 60 } } } ], "range": [ 3441, 3459 ], "loc": { "start": { "line": 99, "column": 43 }, "end": { "line": 99, "column": 61 } } }, "range": [ 3441, 3460 ], "loc": { "start": { "line": 99, "column": 43 }, "end": { "line": 99, "column": 62 } } } ], "range": [ 3439, 3462 ], "loc": { "start": { "line": 99, "column": 41 }, "end": { "line": 99, "column": 64 } } }, "generator": false, "expression": false, "range": [ 3430, 3462 ], "loc": { "start": { "line": 99, "column": 32 }, "end": { "line": 99, "column": 64 } } } ], "range": [ 3406, 3463 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 65 } } }, "range": [ 3406, 3464 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 66 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "rows", "range": [ 3480, 3484 ], "loc": { "start": { "line": 101, "column": 12 }, "end": { "line": 101, "column": 16 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3487, 3489 ], "loc": { "start": { "line": 101, "column": 19 }, "end": { "line": 101, "column": 21 } } }, "property": { "type": "Identifier", "name": "tbl", "range": [ 3490, 3493 ], "loc": { "start": { "line": 101, "column": 22 }, "end": { "line": 101, "column": 25 } } }, "range": [ 3487, 3493 ], "loc": { "start": { "line": 101, "column": 19 }, "end": { "line": 101, "column": 25 } } }, "property": { "type": "Identifier", "name": "rows", "range": [ 3494, 3498 ], "loc": { "start": { "line": 101, "column": 26 }, "end": { "line": 101, "column": 30 } } }, "range": [ 3487, 3498 ], "loc": { "start": { "line": 101, "column": 19 }, "end": { "line": 101, "column": 30 } } }, "range": [ 3480, 3498 ], "loc": { "start": { "line": 101, "column": 12 }, "end": { "line": 101, "column": 30 } } } ], "kind": "var", "range": [ 3476, 3499 ], "loc": { "start": { "line": 101, "column": 8 }, "end": { "line": 101, "column": 31 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3509, 3513 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 12 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 3514, 3522 ], "loc": { "start": { "line": 102, "column": 13 }, "end": { "line": 102, "column": 21 } } }, "range": [ 3509, 3522 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 21 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3525, 3527 ], "loc": { "start": { "line": 102, "column": 24 }, "end": { "line": 102, "column": 26 } } }, "property": { "type": "Identifier", "name": "isCustomOptions", "range": [ 3528, 3543 ], "loc": { "start": { "line": 102, "column": 27 }, "end": { "line": 102, "column": 42 } } }, "range": [ 3525, 3543 ], "loc": { "start": { "line": 102, "column": 24 }, "end": { "line": 102, "column": 42 } } }, "arguments": [ { "type": "Identifier", "name": "colIndex", "range": [ 3544, 3552 ], "loc": { "start": { "line": 102, "column": 43 }, "end": { "line": 102, "column": 51 } } } ], "range": [ 3525, 3553 ], "loc": { "start": { "line": 102, "column": 24 }, "end": { "line": 102, "column": 52 } } }, "range": [ 3509, 3553 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 52 } } }, "range": [ 3509, 3554 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 53 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "activeFlt", "range": [ 3570, 3579 ], "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 21 } } }, "init": null, "range": [ 3570, 3579 ], "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 21 } } } ], "kind": "var", "range": [ 3566, 3580 ], "loc": { "start": { "line": 104, "column": 8 }, "end": { "line": 104, "column": 22 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3593, 3595 ], "loc": { "start": { "line": 105, "column": 11 }, "end": { "line": 105, "column": 13 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 3596, 3609 ], "loc": { "start": { "line": 105, "column": 14 }, "end": { "line": 105, "column": 27 } } }, "range": [ 3593, 3609 ], "loc": { "start": { "line": 105, "column": 11 }, "end": { "line": 105, "column": 27 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3613, 3615 ], "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 33 } } }, "property": { "type": "Identifier", "name": "activeFilterId", "range": [ 3616, 3630 ], "loc": { "start": { "line": 105, "column": 34 }, "end": { "line": 105, "column": 48 } } }, "range": [ 3613, 3630 ], "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 48 } } }, "range": [ 3593, 3630 ], "loc": { "start": { "line": 105, "column": 11 }, "end": { "line": 105, "column": 48 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "activeFlt", "range": [ 3646, 3655 ], "loc": { "start": { "line": 106, "column": 12 }, "end": { "line": 106, "column": 21 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3658, 3660 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 106, "column": 26 } } }, "property": { "type": "Identifier", "name": "activeFilterId", "range": [ 3661, 3675 ], "loc": { "start": { "line": 106, "column": 27 }, "end": { "line": 106, "column": 41 } } }, "range": [ 3658, 3675 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 106, "column": 41 } } }, "property": { "type": "Identifier", "name": "split", "range": [ 3676, 3681 ], "loc": { "start": { "line": 106, "column": 42 }, "end": { "line": 106, "column": 47 } } }, "range": [ 3658, 3681 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 106, "column": 47 } } }, "arguments": [ { "type": "Literal", "value": "_", "raw": "'_'", "range": [ 3682, 3685 ], "loc": { "start": { "line": 106, "column": 48 }, "end": { "line": 106, "column": 51 } } } ], "range": [ 3658, 3686 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 106, "column": 52 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 3687, 3688 ], "loc": { "start": { "line": 106, "column": 53 }, "end": { "line": 106, "column": 54 } } }, "range": [ 3658, 3689 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 106, "column": 55 } } }, "range": [ 3646, 3689 ], "loc": { "start": { "line": 106, "column": 12 }, "end": { "line": 106, "column": 55 } } }, "range": [ 3646, 3690 ], "loc": { "start": { "line": 106, "column": 12 }, "end": { "line": 106, "column": 56 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "activeFlt", "range": [ 3704, 3713 ], "loc": { "start": { "line": 107, "column": 12 }, "end": { "line": 107, "column": 21 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "activeFlt", "range": [ 3716, 3725 ], "loc": { "start": { "line": 107, "column": 24 }, "end": { "line": 107, "column": 33 } } }, "property": { "type": "Identifier", "name": "split", "range": [ 3726, 3731 ], "loc": { "start": { "line": 107, "column": 34 }, "end": { "line": 107, "column": 39 } } }, "range": [ 3716, 3731 ], "loc": { "start": { "line": 107, "column": 24 }, "end": { "line": 107, "column": 39 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3732, 3734 ], "loc": { "start": { "line": 107, "column": 40 }, "end": { "line": 107, "column": 42 } } }, "property": { "type": "Identifier", "name": "prfxFlt", "range": [ 3735, 3742 ], "loc": { "start": { "line": 107, "column": 43 }, "end": { "line": 107, "column": 50 } } }, "range": [ 3732, 3742 ], "loc": { "start": { "line": 107, "column": 40 }, "end": { "line": 107, "column": 50 } } } ], "range": [ 3716, 3743 ], "loc": { "start": { "line": 107, "column": 24 }, "end": { "line": 107, "column": 51 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 3744, 3745 ], "loc": { "start": { "line": 107, "column": 52 }, "end": { "line": 107, "column": 53 } } }, "range": [ 3716, 3746 ], "loc": { "start": { "line": 107, "column": 24 }, "end": { "line": 107, "column": 54 } } }, "range": [ 3704, 3746 ], "loc": { "start": { "line": 107, "column": 12 }, "end": { "line": 107, "column": 54 } } }, "range": [ 3704, 3747 ], "loc": { "start": { "line": 107, "column": 12 }, "end": { "line": 107, "column": 55 } } } ], "range": [ 3631, 3758 ], "loc": { "start": { "line": 105, "column": 49 }, "end": { "line": 108, "column": 9 } } }, "alternate": null, "range": [ 3590, 3758 ], "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 108, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "filteredDataCol", "range": [ 3774, 3789 ], "loc": { "start": { "line": 110, "column": 12 }, "end": { "line": 110, "column": 27 } } }, "init": { "type": "ArrayExpression", "elements": [], "range": [ 3792, 3794 ], "loc": { "start": { "line": 110, "column": 30 }, "end": { "line": 110, "column": 32 } } }, "range": [ 3774, 3794 ], "loc": { "start": { "line": 110, "column": 12 }, "end": { "line": 110, "column": 32 } } } ], "kind": "var", "range": [ 3770, 3795 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 33 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3808, 3810 ], "loc": { "start": { "line": 111, "column": 11 }, "end": { "line": 111, "column": 13 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 3811, 3824 ], "loc": { "start": { "line": 111, "column": 14 }, "end": { "line": 111, "column": 27 } } }, "range": [ 3808, 3824 ], "loc": { "start": { "line": 111, "column": 11 }, "end": { "line": 111, "column": 27 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3828, 3830 ], "loc": { "start": { "line": 111, "column": 31 }, "end": { "line": 111, "column": 33 } } }, "property": { "type": "Identifier", "name": "disableExcludedOptions", "range": [ 3831, 3853 ], "loc": { "start": { "line": 111, "column": 34 }, "end": { "line": 111, "column": 56 } } }, "range": [ 3828, 3853 ], "loc": { "start": { "line": 111, "column": 31 }, "end": { "line": 111, "column": 56 } } }, "range": [ 3808, 3853 ], "loc": { "start": { "line": 111, "column": 11 }, "end": { "line": 111, "column": 56 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3869, 3873 ], "loc": { "start": { "line": 112, "column": 12 }, "end": { "line": 112, "column": 16 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 3874, 3886 ], "loc": { "start": { "line": 112, "column": 17 }, "end": { "line": 112, "column": 29 } } }, "range": [ 3869, 3886 ], "loc": { "start": { "line": 112, "column": 12 }, "end": { "line": 112, "column": 29 } } }, "right": { "type": "ArrayExpression", "elements": [], "range": [ 3889, 3891 ], "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 34 } } }, "range": [ 3869, 3891 ], "loc": { "start": { "line": 112, "column": 12 }, "end": { "line": 112, "column": 34 } } }, "range": [ 3869, 3892 ], "loc": { "start": { "line": 112, "column": 12 }, "end": { "line": 112, "column": 35 } } } ], "range": [ 3854, 3903 ], "loc": { "start": { "line": 111, "column": 57 }, "end": { "line": 113, "column": 9 } } }, "alternate": null, "range": [ 3805, 3903 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 113, "column": 9 } } }, { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "k", "range": [ 3923, 3924 ], "loc": { "start": { "line": 115, "column": 16 }, "end": { "line": 115, "column": 17 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3925, 3927 ], "loc": { "start": { "line": 115, "column": 18 }, "end": { "line": 115, "column": 20 } } }, "property": { "type": "Identifier", "name": "refRow", "range": [ 3928, 3934 ], "loc": { "start": { "line": 115, "column": 21 }, "end": { "line": 115, "column": 27 } } }, "range": [ 3925, 3934 ], "loc": { "start": { "line": 115, "column": 18 }, "end": { "line": 115, "column": 27 } } }, "range": [ 3923, 3934 ], "loc": { "start": { "line": 115, "column": 16 }, "end": { "line": 115, "column": 27 } } } ], "kind": "var", "range": [ 3919, 3934 ], "loc": { "start": { "line": 115, "column": 12 }, "end": { "line": 115, "column": 27 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "k", "range": [ 3936, 3937 ], "loc": { "start": { "line": 115, "column": 29 }, "end": { "line": 115, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3938, 3940 ], "loc": { "start": { "line": 115, "column": 31 }, "end": { "line": 115, "column": 33 } } }, "property": { "type": "Identifier", "name": "nbRows", "range": [ 3941, 3947 ], "loc": { "start": { "line": 115, "column": 34 }, "end": { "line": 115, "column": 40 } } }, "range": [ 3938, 3947 ], "loc": { "start": { "line": 115, "column": 31 }, "end": { "line": 115, "column": 40 } } }, "range": [ 3936, 3947 ], "loc": { "start": { "line": 115, "column": 29 }, "end": { "line": 115, "column": 40 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "k", "range": [ 3949, 3950 ], "loc": { "start": { "line": 115, "column": 42 }, "end": { "line": 115, "column": 43 } } }, "prefix": false, "range": [ 3949, 3952 ], "loc": { "start": { "line": 115, "column": 42 }, "end": { "line": 115, "column": 45 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4071, 4073 ], "loc": { "start": { "line": 118, "column": 15 }, "end": { "line": 118, "column": 17 } } }, "property": { "type": "Identifier", "name": "hasVisibleRows", "range": [ 4074, 4088 ], "loc": { "start": { "line": 118, "column": 18 }, "end": { "line": 118, "column": 32 } } }, "range": [ 4071, 4088 ], "loc": { "start": { "line": 118, "column": 15 }, "end": { "line": 118, "column": 32 } } }, "right": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4092, 4094 ], "loc": { "start": { "line": 118, "column": 36 }, "end": { "line": 118, "column": 38 } } }, "property": { "type": "Identifier", "name": "visibleRows", "range": [ 4095, 4106 ], "loc": { "start": { "line": 118, "column": 39 }, "end": { "line": 118, "column": 50 } } }, "range": [ 4092, 4106 ], "loc": { "start": { "line": 118, "column": 36 }, "end": { "line": 118, "column": 50 } } }, "property": { "type": "Identifier", "name": "indexOf", "range": [ 4107, 4114 ], "loc": { "start": { "line": 118, "column": 51 }, "end": { "line": 118, "column": 58 } } }, "range": [ 4092, 4114 ], "loc": { "start": { "line": 118, "column": 36 }, "end": { "line": 118, "column": 58 } } }, "arguments": [ { "type": "Identifier", "name": "k", "range": [ 4115, 4116 ], "loc": { "start": { "line": 118, "column": 59 }, "end": { "line": 118, "column": 60 } } } ], "range": [ 4092, 4117 ], "loc": { "start": { "line": 118, "column": 36 }, "end": { "line": 118, "column": 61 } } }, "right": { "type": "UnaryExpression", "operator": "-", "argument": { "type": "Literal", "value": 1, "raw": "1", "range": [ 4123, 4124 ], "loc": { "start": { "line": 118, "column": 67 }, "end": { "line": 118, "column": 68 } } }, "prefix": true, "range": [ 4122, 4124 ], "loc": { "start": { "line": 118, "column": 66 }, "end": { "line": 118, "column": 68 } } }, "range": [ 4092, 4124 ], "loc": { "start": { "line": 118, "column": 36 }, "end": { "line": 118, "column": 68 } } }, "range": [ 4071, 4124 ], "loc": { "start": { "line": 118, "column": 15 }, "end": { "line": 118, "column": 68 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ContinueStatement", "label": null, "range": [ 4144, 4153 ], "loc": { "start": { "line": 119, "column": 16 }, "end": { "line": 119, "column": 25 } } } ], "range": [ 4125, 4168 ], "loc": { "start": { "line": 118, "column": 69 }, "end": { "line": 120, "column": 13 } } }, "alternate": null, "range": [ 4068, 4168 ], "loc": { "start": { "line": 118, "column": 12 }, "end": { "line": 120, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ 3968, 4032 ], "loc": { "start": { "line": 116, "column": 12 }, "end": { "line": 116, "column": 76 } } }, { "type": "Line", "value": " valid", "range": [ 4046, 4054 ], "loc": { "start": { "line": 117, "column": 12 }, "end": { "line": 117, "column": 20 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cells", "range": [ 4188, 4193 ], "loc": { "start": { "line": 122, "column": 16 }, "end": { "line": 122, "column": 21 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "rows", "range": [ 4196, 4200 ], "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 28 } } }, "property": { "type": "Identifier", "name": "k", "range": [ 4201, 4202 ], "loc": { "start": { "line": 122, "column": 29 }, "end": { "line": 122, "column": 30 } } }, "range": [ 4196, 4203 ], "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 31 } } }, "property": { "type": "Identifier", "name": "cells", "range": [ 4204, 4209 ], "loc": { "start": { "line": 122, "column": 32 }, "end": { "line": 122, "column": 37 } } }, "range": [ 4196, 4209 ], "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 37 } } }, "range": [ 4188, 4209 ], "loc": { "start": { "line": 122, "column": 16 }, "end": { "line": 122, "column": 37 } } } ], "kind": "var", "range": [ 4184, 4210 ], "loc": { "start": { "line": 122, "column": 12 }, "end": { "line": 122, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "ncells", "range": [ 4228, 4234 ], "loc": { "start": { "line": 123, "column": 16 }, "end": { "line": 123, "column": 22 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cells", "range": [ 4237, 4242 ], "loc": { "start": { "line": 123, "column": 25 }, "end": { "line": 123, "column": 30 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 4243, 4249 ], "loc": { "start": { "line": 123, "column": 31 }, "end": { "line": 123, "column": 37 } } }, "range": [ 4237, 4249 ], "loc": { "start": { "line": 123, "column": 25 }, "end": { "line": 123, "column": 37 } } }, "range": [ 4228, 4249 ], "loc": { "start": { "line": 123, "column": 16 }, "end": { "line": 123, "column": 37 } } } ], "kind": "var", "range": [ 4224, 4250 ], "loc": { "start": { "line": 123, "column": 12 }, "end": { "line": 123, "column": 38 } }, "trailingComments": [ { "type": "Line", "value": " checks if row has exact cell #", "range": [ 4266, 4299 ], "loc": { "start": { "line": 125, "column": 12 }, "end": { "line": 125, "column": 45 } } } ] }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "ncells", "range": [ 4316, 4322 ], "loc": { "start": { "line": 126, "column": 15 }, "end": { "line": 126, "column": 21 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4327, 4329 ], "loc": { "start": { "line": 126, "column": 26 }, "end": { "line": 126, "column": 28 } } }, "property": { "type": "Identifier", "name": "nbCells", "range": [ 4330, 4337 ], "loc": { "start": { "line": 126, "column": 29 }, "end": { "line": 126, "column": 36 } } }, "range": [ 4327, 4337 ], "loc": { "start": { "line": 126, "column": 26 }, "end": { "line": 126, "column": 36 } } }, "range": [ 4316, 4337 ], "loc": { "start": { "line": 126, "column": 15 }, "end": { "line": 126, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4341, 4345 ], "loc": { "start": { "line": 126, "column": 40 }, "end": { "line": 126, "column": 44 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 4346, 4354 ], "loc": { "start": { "line": 126, "column": 45 }, "end": { "line": 126, "column": 53 } } }, "range": [ 4341, 4354 ], "loc": { "start": { "line": 126, "column": 40 }, "end": { "line": 126, "column": 53 } } }, "range": [ 4316, 4354 ], "loc": { "start": { "line": 126, "column": 15 }, "end": { "line": 126, "column": 53 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ContinueStatement", "label": null, "range": [ 4374, 4383 ], "loc": { "start": { "line": 127, "column": 16 }, "end": { "line": 127, "column": 25 } } } ], "range": [ 4355, 4398 ], "loc": { "start": { "line": 126, "column": 54 }, "end": { "line": 128, "column": 13 } } }, "alternate": null, "range": [ 4313, 4398 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 128, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " checks if row has exact cell #", "range": [ 4266, 4299 ], "loc": { "start": { "line": 125, "column": 12 }, "end": { "line": 125, "column": 45 } } } ], "trailingComments": [ { "type": "Line", "value": " this loop retrieves cell data", "range": [ 4414, 4446 ], "loc": { "start": { "line": 130, "column": 12 }, "end": { "line": 130, "column": 44 } } } ] }, { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "j", "range": [ 4468, 4469 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 21 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 4470, 4471 ], "loc": { "start": { "line": 131, "column": 22 }, "end": { "line": 131, "column": 23 } } }, "range": [ 4468, 4471 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 23 } } } ], "kind": "var", "range": [ 4464, 4471 ], "loc": { "start": { "line": 131, "column": 16 }, "end": { "line": 131, "column": 23 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "j", "range": [ 4473, 4474 ], "loc": { "start": { "line": 131, "column": 25 }, "end": { "line": 131, "column": 26 } } }, "right": { "type": "Identifier", "name": "ncells", "range": [ 4475, 4481 ], "loc": { "start": { "line": 131, "column": 27 }, "end": { "line": 131, "column": 33 } } }, "range": [ 4473, 4481 ], "loc": { "start": { "line": 131, "column": 25 }, "end": { "line": 131, "column": 33 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "j", "range": [ 4483, 4484 ], "loc": { "start": { "line": 131, "column": 35 }, "end": { "line": 131, "column": 36 } } }, "prefix": false, "range": [ 4483, 4486 ], "loc": { "start": { "line": 131, "column": 35 }, "end": { "line": 131, "column": 38 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "colIndex", "range": [ 4565, 4573 ], "loc": { "start": { "line": 133, "column": 20 }, "end": { "line": 133, "column": 28 } } }, "right": { "type": "Identifier", "name": "j", "range": [ 4576, 4577 ], "loc": { "start": { "line": 133, "column": 31 }, "end": { "line": 133, "column": 32 } } }, "range": [ 4565, 4577 ], "loc": { "start": { "line": 133, "column": 20 }, "end": { "line": 133, "column": 32 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4583, 4585 ], "loc": { "start": { "line": 133, "column": 38 }, "end": { "line": 133, "column": 40 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 4586, 4599 ], "loc": { "start": { "line": 133, "column": 41 }, "end": { "line": 133, "column": 54 } } }, "range": [ 4583, 4599 ], "loc": { "start": { "line": 133, "column": 38 }, "end": { "line": 133, "column": 54 } } }, "prefix": true, "range": [ 4582, 4599 ], "loc": { "start": { "line": 133, "column": 37 }, "end": { "line": 133, "column": 54 } } }, "right": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4625, 4627 ], "loc": { "start": { "line": 134, "column": 21 }, "end": { "line": 134, "column": 23 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 4628, 4641 ], "loc": { "start": { "line": 134, "column": 24 }, "end": { "line": 134, "column": 37 } } }, "range": [ 4625, 4641 ], "loc": { "start": { "line": 134, "column": 21 }, "end": { "line": 134, "column": 37 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4645, 4647 ], "loc": { "start": { "line": 134, "column": 41 }, "end": { "line": 134, "column": 43 } } }, "property": { "type": "Identifier", "name": "disableExcludedOptions", "range": [ 4648, 4670 ], "loc": { "start": { "line": 134, "column": 44 }, "end": { "line": 134, "column": 66 } } }, "range": [ 4645, 4670 ], "loc": { "start": { "line": 134, "column": 41 }, "end": { "line": 134, "column": 66 } } }, "range": [ 4625, 4670 ], "loc": { "start": { "line": 134, "column": 21 }, "end": { "line": 134, "column": 66 } } }, "range": [ 4582, 4671 ], "loc": { "start": { "line": 133, "column": 37 }, "end": { "line": 134, "column": 67 } } }, "range": [ 4565, 4672 ], "loc": { "start": { "line": 133, "column": 20 }, "end": { "line": 134, "column": 68 } } }, "right": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "colIndex", "range": [ 4698, 4706 ], "loc": { "start": { "line": 135, "column": 21 }, "end": { "line": 135, "column": 29 } } }, "right": { "type": "Identifier", "name": "j", "range": [ 4709, 4710 ], "loc": { "start": { "line": 135, "column": 32 }, "end": { "line": 135, "column": 33 } } }, "range": [ 4698, 4710 ], "loc": { "start": { "line": 135, "column": 21 }, "end": { "line": 135, "column": 33 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4714, 4716 ], "loc": { "start": { "line": 135, "column": 37 }, "end": { "line": 135, "column": 39 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 4717, 4730 ], "loc": { "start": { "line": 135, "column": 40 }, "end": { "line": 135, "column": 53 } } }, "range": [ 4714, 4730 ], "loc": { "start": { "line": 135, "column": 37 }, "end": { "line": 135, "column": 53 } } }, "range": [ 4698, 4730 ], "loc": { "start": { "line": 135, "column": 21 }, "end": { "line": 135, "column": 53 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "rows", "range": [ 4757, 4761 ], "loc": { "start": { "line": 136, "column": 22 }, "end": { "line": 136, "column": 26 } } }, "property": { "type": "Identifier", "name": "k", "range": [ 4762, 4763 ], "loc": { "start": { "line": 136, "column": 27 }, "end": { "line": 136, "column": 28 } } }, "range": [ 4757, 4764 ], "loc": { "start": { "line": 136, "column": 22 }, "end": { "line": 136, "column": 29 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 4765, 4770 ], "loc": { "start": { "line": 136, "column": 30 }, "end": { "line": 136, "column": 35 } } }, "range": [ 4757, 4770 ], "loc": { "start": { "line": 136, "column": 22 }, "end": { "line": 136, "column": 35 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 4771, 4778 ], "loc": { "start": { "line": 136, "column": 36 }, "end": { "line": 136, "column": 43 } } }, "range": [ 4757, 4778 ], "loc": { "start": { "line": 136, "column": 22 }, "end": { "line": 136, "column": 43 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 4783, 4785 ], "loc": { "start": { "line": 136, "column": 48 }, "end": { "line": 136, "column": 50 } } }, "range": [ 4757, 4785 ], "loc": { "start": { "line": 136, "column": 22 }, "end": { "line": 136, "column": 50 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4790, 4792 ], "loc": { "start": { "line": 136, "column": 55 }, "end": { "line": 136, "column": 57 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 4793, 4799 ], "loc": { "start": { "line": 136, "column": 58 }, "end": { "line": 136, "column": 64 } } }, "range": [ 4790, 4799 ], "loc": { "start": { "line": 136, "column": 55 }, "end": { "line": 136, "column": 64 } } }, "prefix": true, "range": [ 4789, 4799 ], "loc": { "start": { "line": 136, "column": 54 }, "end": { "line": 136, "column": 64 } } }, "range": [ 4757, 4799 ], "loc": { "start": { "line": 136, "column": 22 }, "end": { "line": 136, "column": 64 } } }, "right": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4826, 4828 ], "loc": { "start": { "line": 137, "column": 21 }, "end": { "line": 137, "column": 23 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 4829, 4835 ], "loc": { "start": { "line": 137, "column": 24 }, "end": { "line": 137, "column": 30 } } }, "range": [ 4826, 4835 ], "loc": { "start": { "line": 137, "column": 21 }, "end": { "line": 137, "column": 30 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "LogicalExpression", "operator": "||", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "activeFlt", "range": [ 4842, 4851 ], "loc": { "start": { "line": 137, "column": 37 }, "end": { "line": 137, "column": 46 } } }, "prefix": true, "range": [ 4841, 4851 ], "loc": { "start": { "line": 137, "column": 36 }, "end": { "line": 137, "column": 46 } } }, "right": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "activeFlt", "range": [ 4855, 4864 ], "loc": { "start": { "line": 137, "column": 50 }, "end": { "line": 137, "column": 59 } } }, "right": { "type": "Identifier", "name": "colIndex", "range": [ 4867, 4875 ], "loc": { "start": { "line": 137, "column": 62 }, "end": { "line": 137, "column": 70 } } }, "range": [ 4855, 4875 ], "loc": { "start": { "line": 137, "column": 50 }, "end": { "line": 137, "column": 70 } } }, "range": [ 4841, 4875 ], "loc": { "start": { "line": 137, "column": 36 }, "end": { "line": 137, "column": 70 } } }, "right": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "!=", "left": { "type": "Identifier", "name": "activeFlt", "range": [ 4902, 4911 ], "loc": { "start": { "line": 138, "column": 21 }, "end": { "line": 138, "column": 30 } } }, "right": { "type": "Identifier", "name": "colIndex", "range": [ 4913, 4921 ], "loc": { "start": { "line": 138, "column": 32 }, "end": { "line": 138, "column": 40 } } }, "range": [ 4902, 4921 ], "loc": { "start": { "line": 138, "column": 21 }, "end": { "line": 138, "column": 40 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 4950, 4953 ], "loc": { "start": { "line": 139, "column": 24 }, "end": { "line": 139, "column": 27 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 4954, 4957 ], "loc": { "start": { "line": 139, "column": 28 }, "end": { "line": 139, "column": 31 } } }, "range": [ 4950, 4957 ], "loc": { "start": { "line": 139, "column": 24 }, "end": { "line": 139, "column": 31 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4958, 4960 ], "loc": { "start": { "line": 139, "column": 32 }, "end": { "line": 139, "column": 34 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 4961, 4975 ], "loc": { "start": { "line": 139, "column": 35 }, "end": { "line": 139, "column": 49 } } }, "range": [ 4958, 4975 ], "loc": { "start": { "line": 139, "column": 32 }, "end": { "line": 139, "column": 49 } } }, { "type": "Identifier", "name": "k", "range": [ 4977, 4978 ], "loc": { "start": { "line": 139, "column": 51 }, "end": { "line": 139, "column": 52 } } } ], "range": [ 4950, 4979 ], "loc": { "start": { "line": 139, "column": 24 }, "end": { "line": 139, "column": 53 } } }, "range": [ 4902, 4979 ], "loc": { "start": { "line": 138, "column": 21 }, "end": { "line": 139, "column": 53 } } }, "range": [ 4840, 4980 ], "loc": { "start": { "line": 137, "column": 35 }, "end": { "line": 139, "column": 54 } } }, "range": [ 4826, 4981 ], "loc": { "start": { "line": 137, "column": 21 }, "end": { "line": 139, "column": 55 } } }, "range": [ 4756, 4983 ], "loc": { "start": { "line": 136, "column": 21 }, "end": { "line": 139, "column": 57 } } }, "range": [ 4698, 4984 ], "loc": { "start": { "line": 135, "column": 21 }, "end": { "line": 139, "column": 58 } } }, "range": [ 4564, 4985 ], "loc": { "start": { "line": 133, "column": 19 }, "end": { "line": 139, "column": 59 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cell_data", "range": [ 5013, 5022 ], "loc": { "start": { "line": 140, "column": 24 }, "end": { "line": 140, "column": 33 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5025, 5027 ], "loc": { "start": { "line": 140, "column": 36 }, "end": { "line": 140, "column": 38 } } }, "property": { "type": "Identifier", "name": "getCellData", "range": [ 5028, 5039 ], "loc": { "start": { "line": 140, "column": 39 }, "end": { "line": 140, "column": 50 } } }, "range": [ 5025, 5039 ], "loc": { "start": { "line": 140, "column": 36 }, "end": { "line": 140, "column": 50 } } }, "arguments": [ { "type": "Identifier", "name": "j", "range": [ 5040, 5041 ], "loc": { "start": { "line": 140, "column": 51 }, "end": { "line": 140, "column": 52 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "cells", "range": [ 5043, 5048 ], "loc": { "start": { "line": 140, "column": 54 }, "end": { "line": 140, "column": 59 } } }, "property": { "type": "Identifier", "name": "j", "range": [ 5049, 5050 ], "loc": { "start": { "line": 140, "column": 60 }, "end": { "line": 140, "column": 61 } } }, "range": [ 5043, 5051 ], "loc": { "start": { "line": 140, "column": 54 }, "end": { "line": 140, "column": 62 } } } ], "range": [ 5025, 5052 ], "loc": { "start": { "line": 140, "column": 36 }, "end": { "line": 140, "column": 63 } } }, "range": [ 5013, 5052 ], "loc": { "start": { "line": 140, "column": 24 }, "end": { "line": 140, "column": 63 } } } ], "kind": "var", "range": [ 5009, 5053 ], "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 140, "column": 64 } }, "trailingComments": [ { "type": "Line", "value": "Vary Peter's patch", "range": [ 5075, 5095 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 40 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cell_string", "range": [ 5121, 5132 ], "loc": { "start": { "line": 142, "column": 24 }, "end": { "line": 142, "column": 35 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 5135, 5138 ], "loc": { "start": { "line": 142, "column": 38 }, "end": { "line": 142, "column": 41 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 5139, 5148 ], "loc": { "start": { "line": 142, "column": 42 }, "end": { "line": 142, "column": 51 } } }, "range": [ 5135, 5148 ], "loc": { "start": { "line": 142, "column": 38 }, "end": { "line": 142, "column": 51 } } }, "arguments": [ { "type": "Identifier", "name": "cell_data", "range": [ 5175, 5184 ], "loc": { "start": { "line": 143, "column": 24 }, "end": { "line": 143, "column": 33 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5186, 5188 ], "loc": { "start": { "line": 143, "column": 35 }, "end": { "line": 143, "column": 37 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 5189, 5198 ], "loc": { "start": { "line": 143, "column": 38 }, "end": { "line": 143, "column": 47 } } }, "range": [ 5186, 5198 ], "loc": { "start": { "line": 143, "column": 35 }, "end": { "line": 143, "column": 47 } } } ], "range": [ 5135, 5199 ], "loc": { "start": { "line": 142, "column": 38 }, "end": { "line": 143, "column": 48 } } }, "range": [ 5121, 5199 ], "loc": { "start": { "line": 142, "column": 24 }, "end": { "line": 143, "column": 48 } } } ], "kind": "var", "range": [ 5117, 5200 ], "loc": { "start": { "line": 142, "column": 20 }, "end": { "line": 143, "column": 49 } }, "leadingComments": [ { "type": "Line", "value": "Vary Peter's patch", "range": [ 5075, 5095 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 40 } } } ], "trailingComments": [ { "type": "Line", "value": " checks if celldata is already in array", "range": [ 5222, 5263 ], "loc": { "start": { "line": 144, "column": 20 }, "end": { "line": 144, "column": 61 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 5289, 5292 ], "loc": { "start": { "line": 145, "column": 24 }, "end": { "line": 145, "column": 27 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 5293, 5296 ], "loc": { "start": { "line": 145, "column": 28 }, "end": { "line": 145, "column": 31 } } }, "range": [ 5289, 5296 ], "loc": { "start": { "line": 145, "column": 24 }, "end": { "line": 145, "column": 31 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5297, 5301 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 36 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 5302, 5306 ], "loc": { "start": { "line": 145, "column": 37 }, "end": { "line": 145, "column": 41 } } }, "range": [ 5297, 5306 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 41 } } }, { "type": "Identifier", "name": "cell_string", "range": [ 5308, 5319 ], "loc": { "start": { "line": 145, "column": 43 }, "end": { "line": 145, "column": 54 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5321, 5323 ], "loc": { "start": { "line": 145, "column": 56 }, "end": { "line": 145, "column": 58 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 5324, 5333 ], "loc": { "start": { "line": 145, "column": 59 }, "end": { "line": 145, "column": 68 } } }, "range": [ 5321, 5333 ], "loc": { "start": { "line": 145, "column": 56 }, "end": { "line": 145, "column": 68 } } } ], "range": [ 5289, 5334 ], "loc": { "start": { "line": 145, "column": 24 }, "end": { "line": 145, "column": 69 } } }, "prefix": true, "range": [ 5288, 5334 ], "loc": { "start": { "line": 145, "column": 23 }, "end": { "line": 145, "column": 69 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5362, 5366 ], "loc": { "start": { "line": 146, "column": 24 }, "end": { "line": 146, "column": 28 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 5367, 5371 ], "loc": { "start": { "line": 146, "column": 29 }, "end": { "line": 146, "column": 33 } } }, "range": [ 5362, 5371 ], "loc": { "start": { "line": 146, "column": 24 }, "end": { "line": 146, "column": 33 } } }, "property": { "type": "Identifier", "name": "push", "range": [ 5372, 5376 ], "loc": { "start": { "line": 146, "column": 34 }, "end": { "line": 146, "column": 38 } } }, "range": [ 5362, 5376 ], "loc": { "start": { "line": 146, "column": 24 }, "end": { "line": 146, "column": 38 } } }, "arguments": [ { "type": "Identifier", "name": "cell_data", "range": [ 5377, 5386 ], "loc": { "start": { "line": 146, "column": 39 }, "end": { "line": 146, "column": 48 } } } ], "range": [ 5362, 5387 ], "loc": { "start": { "line": 146, "column": 24 }, "end": { "line": 146, "column": 49 } } }, "range": [ 5362, 5388 ], "loc": { "start": { "line": 146, "column": 24 }, "end": { "line": 146, "column": 50 } } } ], "range": [ 5335, 5411 ], "loc": { "start": { "line": 145, "column": 70 }, "end": { "line": 147, "column": 21 } } }, "alternate": null, "range": [ 5285, 5411 ], "loc": { "start": { "line": 145, "column": 20 }, "end": { "line": 147, "column": 21 } }, "leadingComments": [ { "type": "Line", "value": " checks if celldata is already in array", "range": [ 5222, 5263 ], "loc": { "start": { "line": 144, "column": 20 }, "end": { "line": 144, "column": 61 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "filteredCol", "range": [ 5437, 5448 ], "loc": { "start": { "line": 148, "column": 24 }, "end": { "line": 148, "column": 35 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "filteredDataCol", "range": [ 5451, 5466 ], "loc": { "start": { "line": 148, "column": 38 }, "end": { "line": 148, "column": 53 } } }, "property": { "type": "Identifier", "name": "j", "range": [ 5467, 5468 ], "loc": { "start": { "line": 148, "column": 54 }, "end": { "line": 148, "column": 55 } } }, "range": [ 5451, 5469 ], "loc": { "start": { "line": 148, "column": 38 }, "end": { "line": 148, "column": 56 } } }, "range": [ 5437, 5469 ], "loc": { "start": { "line": 148, "column": 24 }, "end": { "line": 148, "column": 56 } } } ], "kind": "var", "range": [ 5433, 5470 ], "loc": { "start": { "line": 148, "column": 20 }, "end": { "line": 148, "column": 57 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5495, 5497 ], "loc": { "start": { "line": 149, "column": 23 }, "end": { "line": 149, "column": 25 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 5498, 5511 ], "loc": { "start": { "line": 149, "column": 26 }, "end": { "line": 149, "column": 39 } } }, "range": [ 5495, 5511 ], "loc": { "start": { "line": 149, "column": 23 }, "end": { "line": 149, "column": 39 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5515, 5517 ], "loc": { "start": { "line": 149, "column": 43 }, "end": { "line": 149, "column": 45 } } }, "property": { "type": "Identifier", "name": "disableExcludedOptions", "range": [ 5518, 5540 ], "loc": { "start": { "line": 149, "column": 46 }, "end": { "line": 149, "column": 68 } } }, "range": [ 5515, 5540 ], "loc": { "start": { "line": 149, "column": 43 }, "end": { "line": 149, "column": 68 } } }, "range": [ 5495, 5540 ], "loc": { "start": { "line": 149, "column": 23 }, "end": { "line": 149, "column": 68 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "filteredCol", "range": [ 5572, 5583 ], "loc": { "start": { "line": 150, "column": 28 }, "end": { "line": 150, "column": 39 } } }, "prefix": true, "range": [ 5571, 5583 ], "loc": { "start": { "line": 150, "column": 27 }, "end": { "line": 150, "column": 39 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "filteredCol", "range": [ 5615, 5626 ], "loc": { "start": { "line": 151, "column": 28 }, "end": { "line": 151, "column": 39 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5629, 5631 ], "loc": { "start": { "line": 151, "column": 42 }, "end": { "line": 151, "column": 44 } } }, "property": { "type": "Identifier", "name": "getFilteredDataCol", "range": [ 5632, 5650 ], "loc": { "start": { "line": 151, "column": 45 }, "end": { "line": 151, "column": 63 } } }, "range": [ 5629, 5650 ], "loc": { "start": { "line": 151, "column": 42 }, "end": { "line": 151, "column": 63 } } }, "arguments": [ { "type": "Identifier", "name": "j", "range": [ 5651, 5652 ], "loc": { "start": { "line": 151, "column": 64 }, "end": { "line": 151, "column": 65 } } } ], "range": [ 5629, 5653 ], "loc": { "start": { "line": 151, "column": 42 }, "end": { "line": 151, "column": 66 } } }, "range": [ 5615, 5653 ], "loc": { "start": { "line": 151, "column": 28 }, "end": { "line": 151, "column": 66 } } }, "range": [ 5615, 5654 ], "loc": { "start": { "line": 151, "column": 28 }, "end": { "line": 151, "column": 67 } } } ], "range": [ 5584, 5681 ], "loc": { "start": { "line": 150, "column": 40 }, "end": { "line": 152, "column": 25 } } }, "alternate": null, "range": [ 5568, 5681 ], "loc": { "start": { "line": 150, "column": 24 }, "end": { "line": 152, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 5711, 5714 ], "loc": { "start": { "line": 153, "column": 28 }, "end": { "line": 153, "column": 31 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 5715, 5718 ], "loc": { "start": { "line": 153, "column": 32 }, "end": { "line": 153, "column": 35 } } }, "range": [ 5711, 5718 ], "loc": { "start": { "line": 153, "column": 28 }, "end": { "line": 153, "column": 35 } } }, "arguments": [ { "type": "Identifier", "name": "filteredCol", "range": [ 5719, 5730 ], "loc": { "start": { "line": 153, "column": 36 }, "end": { "line": 153, "column": 47 } } }, { "type": "Identifier", "name": "cell_string", "range": [ 5761, 5772 ], "loc": { "start": { "line": 154, "column": 28 }, "end": { "line": 154, "column": 39 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5774, 5776 ], "loc": { "start": { "line": 154, "column": 41 }, "end": { "line": 154, "column": 43 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 5777, 5786 ], "loc": { "start": { "line": 154, "column": 44 }, "end": { "line": 154, "column": 53 } } }, "range": [ 5774, 5786 ], "loc": { "start": { "line": 154, "column": 41 }, "end": { "line": 154, "column": 53 } } } ], "range": [ 5711, 5787 ], "loc": { "start": { "line": 153, "column": 28 }, "end": { "line": 154, "column": 54 } } }, "prefix": true, "range": [ 5710, 5787 ], "loc": { "start": { "line": 153, "column": 27 }, "end": { "line": 154, "column": 54 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 5821, 5824 ], "loc": { "start": { "line": 155, "column": 29 }, "end": { "line": 155, "column": 32 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 5825, 5828 ], "loc": { "start": { "line": 155, "column": 33 }, "end": { "line": 155, "column": 36 } } }, "range": [ 5821, 5828 ], "loc": { "start": { "line": 155, "column": 29 }, "end": { "line": 155, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5829, 5833 ], "loc": { "start": { "line": 155, "column": 37 }, "end": { "line": 155, "column": 41 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 5834, 5846 ], "loc": { "start": { "line": 155, "column": 42 }, "end": { "line": 155, "column": 54 } } }, "range": [ 5829, 5846 ], "loc": { "start": { "line": 155, "column": 37 }, "end": { "line": 155, "column": 54 } } }, { "type": "Identifier", "name": "cell_string", "range": [ 5881, 5892 ], "loc": { "start": { "line": 156, "column": 32 }, "end": { "line": 156, "column": 43 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5894, 5896 ], "loc": { "start": { "line": 156, "column": 45 }, "end": { "line": 156, "column": 47 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 5897, 5906 ], "loc": { "start": { "line": 156, "column": 48 }, "end": { "line": 156, "column": 57 } } }, "range": [ 5894, 5906 ], "loc": { "start": { "line": 156, "column": 45 }, "end": { "line": 156, "column": 57 } } } ], "range": [ 5821, 5907 ], "loc": { "start": { "line": 155, "column": 29 }, "end": { "line": 156, "column": 58 } } }, "prefix": true, "range": [ 5820, 5907 ], "loc": { "start": { "line": 155, "column": 28 }, "end": { "line": 156, "column": 58 } } }, "range": [ 5710, 5907 ], "loc": { "start": { "line": 153, "column": 27 }, "end": { "line": 156, "column": 58 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5941, 5943 ], "loc": { "start": { "line": 157, "column": 29 }, "end": { "line": 157, "column": 31 } } }, "property": { "type": "Identifier", "name": "isFirstLoad", "range": [ 5944, 5955 ], "loc": { "start": { "line": 157, "column": 32 }, "end": { "line": 157, "column": 43 } } }, "range": [ 5941, 5955 ], "loc": { "start": { "line": 157, "column": 29 }, "end": { "line": 157, "column": 43 } } }, "prefix": true, "range": [ 5940, 5955 ], "loc": { "start": { "line": 157, "column": 28 }, "end": { "line": 157, "column": 43 } } }, "range": [ 5710, 5955 ], "loc": { "start": { "line": 153, "column": 27 }, "end": { "line": 157, "column": 43 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5987, 5991 ], "loc": { "start": { "line": 158, "column": 28 }, "end": { "line": 158, "column": 32 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 5992, 6004 ], "loc": { "start": { "line": 158, "column": 33 }, "end": { "line": 158, "column": 45 } } }, "range": [ 5987, 6004 ], "loc": { "start": { "line": 158, "column": 28 }, "end": { "line": 158, "column": 45 } } }, "property": { "type": "Identifier", "name": "push", "range": [ 6005, 6009 ], "loc": { "start": { "line": 158, "column": 46 }, "end": { "line": 158, "column": 50 } } }, "range": [ 5987, 6009 ], "loc": { "start": { "line": 158, "column": 28 }, "end": { "line": 158, "column": 50 } } }, "arguments": [ { "type": "Identifier", "name": "cell_data", "range": [ 6010, 6019 ], "loc": { "start": { "line": 158, "column": 51 }, "end": { "line": 158, "column": 60 } } } ], "range": [ 5987, 6020 ], "loc": { "start": { "line": 158, "column": 28 }, "end": { "line": 158, "column": 61 } } }, "range": [ 5987, 6021 ], "loc": { "start": { "line": 158, "column": 28 }, "end": { "line": 158, "column": 62 } } } ], "range": [ 5956, 6048 ], "loc": { "start": { "line": 157, "column": 44 }, "end": { "line": 159, "column": 25 } } }, "alternate": null, "range": [ 5707, 6048 ], "loc": { "start": { "line": 153, "column": 24 }, "end": { "line": 159, "column": 25 } } } ], "range": [ 5541, 6071 ], "loc": { "start": { "line": 149, "column": 69 }, "end": { "line": 160, "column": 21 } } }, "alternate": null, "range": [ 5492, 6071 ], "loc": { "start": { "line": 149, "column": 20 }, "end": { "line": 160, "column": 21 } } } ], "range": [ 4986, 6090 ], "loc": { "start": { "line": 139, "column": 60 }, "end": { "line": 161, "column": 17 } } }, "alternate": null, "range": [ 4561, 6090 ], "loc": { "start": { "line": 133, "column": 16 }, "end": { "line": 161, "column": 17 } }, "leadingComments": [ { "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ 4506, 4543 ], "loc": { "start": { "line": 132, "column": 16 }, "end": { "line": 132, "column": 53 } } } ] } ], "range": [ 4487, 6105 ], "loc": { "start": { "line": 131, "column": 39 }, "end": { "line": 162, "column": 13 } } }, "range": [ 4460, 6105 ], "loc": { "start": { "line": 131, "column": 12 }, "end": { "line": 162, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " this loop retrieves cell data", "range": [ 4414, 4446 ], "loc": { "start": { "line": 130, "column": 12 }, "end": { "line": 130, "column": 44 } } } ] } ], "range": [ 3953, 6116 ], "loc": { "start": { "line": 115, "column": 46 }, "end": { "line": 163, "column": 9 } } }, "range": [ 3915, 6116 ], "loc": { "start": { "line": 115, "column": 8 }, "end": { "line": 163, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": "Retrieves custom values", "range": [ 6128, 6153 ], "loc": { "start": { "line": 165, "column": 8 }, "end": { "line": 165, "column": 33 } } } ] }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6166, 6170 ], "loc": { "start": { "line": 166, "column": 11 }, "end": { "line": 166, "column": 15 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 6171, 6179 ], "loc": { "start": { "line": 166, "column": 16 }, "end": { "line": 166, "column": 24 } } }, "range": [ 6166, 6179 ], "loc": { "start": { "line": 166, "column": 11 }, "end": { "line": 166, "column": 24 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "customValues", "range": [ 6199, 6211 ], "loc": { "start": { "line": 167, "column": 16 }, "end": { "line": 167, "column": 28 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6214, 6216 ], "loc": { "start": { "line": 167, "column": 31 }, "end": { "line": 167, "column": 33 } } }, "property": { "type": "Identifier", "name": "getCustomOptions", "range": [ 6217, 6233 ], "loc": { "start": { "line": 167, "column": 34 }, "end": { "line": 167, "column": 50 } } }, "range": [ 6214, 6233 ], "loc": { "start": { "line": 167, "column": 31 }, "end": { "line": 167, "column": 50 } } }, "arguments": [ { "type": "Identifier", "name": "colIndex", "range": [ 6234, 6242 ], "loc": { "start": { "line": 167, "column": 51 }, "end": { "line": 167, "column": 59 } } } ], "range": [ 6214, 6243 ], "loc": { "start": { "line": 167, "column": 31 }, "end": { "line": 167, "column": 60 } } }, "range": [ 6199, 6243 ], "loc": { "start": { "line": 167, "column": 16 }, "end": { "line": 167, "column": 60 } } } ], "kind": "var", "range": [ 6195, 6244 ], "loc": { "start": { "line": 167, "column": 12 }, "end": { "line": 167, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6258, 6262 ], "loc": { "start": { "line": 168, "column": 12 }, "end": { "line": 168, "column": 16 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 6263, 6267 ], "loc": { "start": { "line": 168, "column": 17 }, "end": { "line": 168, "column": 21 } } }, "range": [ 6258, 6267 ], "loc": { "start": { "line": 168, "column": 12 }, "end": { "line": 168, "column": 21 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "customValues", "range": [ 6270, 6282 ], "loc": { "start": { "line": 168, "column": 24 }, "end": { "line": 168, "column": 36 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 6283, 6284 ], "loc": { "start": { "line": 168, "column": 37 }, "end": { "line": 168, "column": 38 } } }, "range": [ 6270, 6285 ], "loc": { "start": { "line": 168, "column": 24 }, "end": { "line": 168, "column": 39 } } }, "range": [ 6258, 6285 ], "loc": { "start": { "line": 168, "column": 12 }, "end": { "line": 168, "column": 39 } } }, "range": [ 6258, 6286 ], "loc": { "start": { "line": 168, "column": 12 }, "end": { "line": 168, "column": 40 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6300, 6304 ], "loc": { "start": { "line": 169, "column": 12 }, "end": { "line": 169, "column": 16 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 6305, 6312 ], "loc": { "start": { "line": 169, "column": 17 }, "end": { "line": 169, "column": 24 } } }, "range": [ 6300, 6312 ], "loc": { "start": { "line": 169, "column": 12 }, "end": { "line": 169, "column": 24 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "customValues", "range": [ 6315, 6327 ], "loc": { "start": { "line": 169, "column": 27 }, "end": { "line": 169, "column": 39 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6328, 6329 ], "loc": { "start": { "line": 169, "column": 40 }, "end": { "line": 169, "column": 41 } } }, "range": [ 6315, 6330 ], "loc": { "start": { "line": 169, "column": 27 }, "end": { "line": 169, "column": 42 } } }, "range": [ 6300, 6330 ], "loc": { "start": { "line": 169, "column": 12 }, "end": { "line": 169, "column": 42 } } }, "range": [ 6300, 6331 ], "loc": { "start": { "line": 169, "column": 12 }, "end": { "line": 169, "column": 43 } } } ], "range": [ 6180, 6342 ], "loc": { "start": { "line": 166, "column": 25 }, "end": { "line": 170, "column": 9 } } }, "alternate": null, "range": [ 6163, 6342 ], "loc": { "start": { "line": 166, "column": 8 }, "end": { "line": 170, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "Retrieves custom values", "range": [ 6128, 6153 ], "loc": { "start": { "line": 165, "column": 8 }, "end": { "line": 165, "column": 33 } } } ] }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6357, 6359 ], "loc": { "start": { "line": 172, "column": 11 }, "end": { "line": 172, "column": 13 } } }, "property": { "type": "Identifier", "name": "sortSlc", "range": [ 6360, 6367 ], "loc": { "start": { "line": 172, "column": 14 }, "end": { "line": 172, "column": 21 } } }, "range": [ 6357, 6367 ], "loc": { "start": { "line": 172, "column": 11 }, "end": { "line": 172, "column": 21 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6372, 6376 ], "loc": { "start": { "line": 172, "column": 26 }, "end": { "line": 172, "column": 30 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 6377, 6385 ], "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 39 } } }, "range": [ 6372, 6385 ], "loc": { "start": { "line": 172, "column": 26 }, "end": { "line": 172, "column": 39 } } }, "prefix": true, "range": [ 6371, 6385 ], "loc": { "start": { "line": 172, "column": 25 }, "end": { "line": 172, "column": 39 } } }, "range": [ 6357, 6385 ], "loc": { "start": { "line": 172, "column": 11 }, "end": { "line": 172, "column": 39 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6406, 6408 ], "loc": { "start": { "line": 173, "column": 17 }, "end": { "line": 173, "column": 19 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 6409, 6418 ], "loc": { "start": { "line": 173, "column": 20 }, "end": { "line": 173, "column": 29 } } }, "range": [ 6406, 6418 ], "loc": { "start": { "line": 173, "column": 17 }, "end": { "line": 173, "column": 29 } } }, "prefix": true, "range": [ 6405, 6418 ], "loc": { "start": { "line": 173, "column": 16 }, "end": { "line": 173, "column": 29 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6438, 6442 ], "loc": { "start": { "line": 174, "column": 16 }, "end": { "line": 174, "column": 20 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 6443, 6447 ], "loc": { "start": { "line": 174, "column": 21 }, "end": { "line": 174, "column": 25 } } }, "range": [ 6438, 6447 ], "loc": { "start": { "line": 174, "column": 16 }, "end": { "line": 174, "column": 25 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 6448, 6452 ], "loc": { "start": { "line": 174, "column": 26 }, "end": { "line": 174, "column": 30 } } }, "range": [ 6438, 6452 ], "loc": { "start": { "line": 174, "column": 16 }, "end": { "line": 174, "column": 30 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Sort", "range": [ 6453, 6457 ], "loc": { "start": { "line": 174, "column": 31 }, "end": { "line": 174, "column": 35 } } }, "property": { "type": "Identifier", "name": "ignoreCase", "range": [ 6458, 6468 ], "loc": { "start": { "line": 174, "column": 36 }, "end": { "line": 174, "column": 46 } } }, "range": [ 6453, 6468 ], "loc": { "start": { "line": 174, "column": 31 }, "end": { "line": 174, "column": 46 } } } ], "range": [ 6438, 6469 ], "loc": { "start": { "line": 174, "column": 16 }, "end": { "line": 174, "column": 47 } } }, "range": [ 6438, 6470 ], "loc": { "start": { "line": 174, "column": 16 }, "end": { "line": 174, "column": 48 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6491, 6495 ], "loc": { "start": { "line": 175, "column": 19 }, "end": { "line": 175, "column": 23 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 6496, 6508 ], "loc": { "start": { "line": 175, "column": 24 }, "end": { "line": 175, "column": 36 } } }, "range": [ 6491, 6508 ], "loc": { "start": { "line": 175, "column": 19 }, "end": { "line": 175, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6532, 6536 ], "loc": { "start": { "line": 176, "column": 20 }, "end": { "line": 176, "column": 24 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 6537, 6549 ], "loc": { "start": { "line": 176, "column": 25 }, "end": { "line": 176, "column": 37 } } }, "range": [ 6532, 6549 ], "loc": { "start": { "line": 176, "column": 20 }, "end": { "line": 176, "column": 37 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 6550, 6554 ], "loc": { "start": { "line": 176, "column": 38 }, "end": { "line": 176, "column": 42 } } }, "range": [ 6532, 6554 ], "loc": { "start": { "line": 176, "column": 20 }, "end": { "line": 176, "column": 42 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Sort", "range": [ 6555, 6559 ], "loc": { "start": { "line": 176, "column": 43 }, "end": { "line": 176, "column": 47 } } }, "property": { "type": "Identifier", "name": "ignoreCase", "range": [ 6560, 6570 ], "loc": { "start": { "line": 176, "column": 48 }, "end": { "line": 176, "column": 58 } } }, "range": [ 6555, 6570 ], "loc": { "start": { "line": 176, "column": 43 }, "end": { "line": 176, "column": 58 } } } ], "range": [ 6532, 6571 ], "loc": { "start": { "line": 176, "column": 20 }, "end": { "line": 176, "column": 59 } } }, "range": [ 6532, 6572 ], "loc": { "start": { "line": 176, "column": 20 }, "end": { "line": 176, "column": 60 } } } ], "range": [ 6509, 6591 ], "loc": { "start": { "line": 175, "column": 37 }, "end": { "line": 177, "column": 17 } } }, "alternate": null, "range": [ 6488, 6591 ], "loc": { "start": { "line": 175, "column": 16 }, "end": { "line": 177, "column": 17 } } } ], "range": [ 6419, 6606 ], "loc": { "start": { "line": 173, "column": 30 }, "end": { "line": 178, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6631, 6635 ], "loc": { "start": { "line": 179, "column": 16 }, "end": { "line": 179, "column": 20 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 6636, 6640 ], "loc": { "start": { "line": 179, "column": 21 }, "end": { "line": 179, "column": 25 } } }, "range": [ 6631, 6640 ], "loc": { "start": { "line": 179, "column": 16 }, "end": { "line": 179, "column": 25 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 6641, 6645 ], "loc": { "start": { "line": 179, "column": 26 }, "end": { "line": 179, "column": 30 } } }, "range": [ 6631, 6645 ], "loc": { "start": { "line": 179, "column": 16 }, "end": { "line": 179, "column": 30 } } }, "arguments": [], "range": [ 6631, 6647 ], "loc": { "start": { "line": 179, "column": 16 }, "end": { "line": 179, "column": 32 } } }, "range": [ 6631, 6648 ], "loc": { "start": { "line": 179, "column": 16 }, "end": { "line": 179, "column": 33 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6669, 6673 ], "loc": { "start": { "line": 180, "column": 19 }, "end": { "line": 180, "column": 23 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 6674, 6686 ], "loc": { "start": { "line": 180, "column": 24 }, "end": { "line": 180, "column": 36 } } }, "range": [ 6669, 6686 ], "loc": { "start": { "line": 180, "column": 19 }, "end": { "line": 180, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6710, 6714 ], "loc": { "start": { "line": 181, "column": 20 }, "end": { "line": 181, "column": 24 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 6715, 6727 ], "loc": { "start": { "line": 181, "column": 25 }, "end": { "line": 181, "column": 37 } } }, "range": [ 6710, 6727 ], "loc": { "start": { "line": 181, "column": 20 }, "end": { "line": 181, "column": 37 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 6728, 6732 ], "loc": { "start": { "line": 181, "column": 38 }, "end": { "line": 181, "column": 42 } } }, "range": [ 6710, 6732 ], "loc": { "start": { "line": 181, "column": 20 }, "end": { "line": 181, "column": 42 } } }, "arguments": [], "range": [ 6710, 6734 ], "loc": { "start": { "line": 181, "column": 20 }, "end": { "line": 181, "column": 44 } } }, "range": [ 6710, 6735 ], "loc": { "start": { "line": 181, "column": 20 }, "end": { "line": 181, "column": 45 } } } ], "range": [ 6687, 6754 ], "loc": { "start": { "line": 180, "column": 37 }, "end": { "line": 182, "column": 17 } } }, "alternate": null, "range": [ 6666, 6754 ], "loc": { "start": { "line": 180, "column": 16 }, "end": { "line": 182, "column": 17 } } } ], "range": [ 6612, 6769 ], "loc": { "start": { "line": 178, "column": 19 }, "end": { "line": 183, "column": 13 } } }, "range": [ 6401, 6769 ], "loc": { "start": { "line": 173, "column": 12 }, "end": { "line": 183, "column": 13 } } } ], "range": [ 6386, 6780 ], "loc": { "start": { "line": 172, "column": 40 }, "end": { "line": 184, "column": 9 } } }, "alternate": null, "range": [ 6354, 6780 ], "loc": { "start": { "line": 172, "column": 8 }, "end": { "line": 184, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": "asc sort", "range": [ 6790, 6800 ], "loc": { "start": { "line": 185, "column": 8 }, "end": { "line": 185, "column": 18 } } } ] }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6813, 6815 ], "loc": { "start": { "line": 186, "column": 11 }, "end": { "line": 186, "column": 13 } } }, "property": { "type": "Identifier", "name": "sortNumAsc", "range": [ 6816, 6826 ], "loc": { "start": { "line": 186, "column": 14 }, "end": { "line": 186, "column": 24 } } }, "range": [ 6813, 6826 ], "loc": { "start": { "line": 186, "column": 11 }, "end": { "line": 186, "column": 24 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 6830, 6833 ], "loc": { "start": { "line": 186, "column": 28 }, "end": { "line": 186, "column": 31 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 6834, 6837 ], "loc": { "start": { "line": 186, "column": 32 }, "end": { "line": 186, "column": 35 } } }, "range": [ 6830, 6837 ], "loc": { "start": { "line": 186, "column": 28 }, "end": { "line": 186, "column": 35 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6838, 6840 ], "loc": { "start": { "line": 186, "column": 36 }, "end": { "line": 186, "column": 38 } } }, "property": { "type": "Identifier", "name": "sortNumAsc", "range": [ 6841, 6851 ], "loc": { "start": { "line": 186, "column": 39 }, "end": { "line": 186, "column": 49 } } }, "range": [ 6838, 6851 ], "loc": { "start": { "line": 186, "column": 36 }, "end": { "line": 186, "column": 49 } } }, { "type": "Identifier", "name": "colIndex", "range": [ 6853, 6861 ], "loc": { "start": { "line": 186, "column": 51 }, "end": { "line": 186, "column": 59 } } } ], "range": [ 6830, 6862 ], "loc": { "start": { "line": 186, "column": 28 }, "end": { "line": 186, "column": 60 } } }, "range": [ 6813, 6862 ], "loc": { "start": { "line": 186, "column": 11 }, "end": { "line": 186, "column": 60 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "TryStatement", "block": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6900, 6904 ], "loc": { "start": { "line": 188, "column": 16 }, "end": { "line": 188, "column": 20 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 6905, 6909 ], "loc": { "start": { "line": 188, "column": 21 }, "end": { "line": 188, "column": 25 } } }, "range": [ 6900, 6909 ], "loc": { "start": { "line": 188, "column": 16 }, "end": { "line": 188, "column": 25 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 6910, 6914 ], "loc": { "start": { "line": 188, "column": 26 }, "end": { "line": 188, "column": 30 } } }, "range": [ 6900, 6914 ], "loc": { "start": { "line": 188, "column": 16 }, "end": { "line": 188, "column": 30 } } }, "arguments": [ { "type": "Identifier", "name": "numSortAsc", "range": [ 6915, 6925 ], "loc": { "start": { "line": 188, "column": 31 }, "end": { "line": 188, "column": 41 } } } ], "range": [ 6900, 6926 ], "loc": { "start": { "line": 188, "column": 16 }, "end": { "line": 188, "column": 42 } } }, "range": [ 6900, 6927 ], "loc": { "start": { "line": 188, "column": 16 }, "end": { "line": 188, "column": 43 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6948, 6952 ], "loc": { "start": { "line": 189, "column": 19 }, "end": { "line": 189, "column": 23 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 6953, 6965 ], "loc": { "start": { "line": 189, "column": 24 }, "end": { "line": 189, "column": 36 } } }, "range": [ 6948, 6965 ], "loc": { "start": { "line": 189, "column": 19 }, "end": { "line": 189, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6989, 6993 ], "loc": { "start": { "line": 190, "column": 20 }, "end": { "line": 190, "column": 24 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 6994, 7006 ], "loc": { "start": { "line": 190, "column": 25 }, "end": { "line": 190, "column": 37 } } }, "range": [ 6989, 7006 ], "loc": { "start": { "line": 190, "column": 20 }, "end": { "line": 190, "column": 37 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7007, 7011 ], "loc": { "start": { "line": 190, "column": 38 }, "end": { "line": 190, "column": 42 } } }, "range": [ 6989, 7011 ], "loc": { "start": { "line": 190, "column": 20 }, "end": { "line": 190, "column": 42 } } }, "arguments": [ { "type": "Identifier", "name": "numSortAsc", "range": [ 7012, 7022 ], "loc": { "start": { "line": 190, "column": 43 }, "end": { "line": 190, "column": 53 } } } ], "range": [ 6989, 7023 ], "loc": { "start": { "line": 190, "column": 20 }, "end": { "line": 190, "column": 54 } } }, "range": [ 6989, 7024 ], "loc": { "start": { "line": 190, "column": 20 }, "end": { "line": 190, "column": 55 } } } ], "range": [ 6966, 7043 ], "loc": { "start": { "line": 189, "column": 37 }, "end": { "line": 191, "column": 17 } } }, "alternate": null, "range": [ 6945, 7043 ], "loc": { "start": { "line": 189, "column": 16 }, "end": { "line": 191, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7064, 7068 ], "loc": { "start": { "line": 192, "column": 19 }, "end": { "line": 192, "column": 23 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 7069, 7077 ], "loc": { "start": { "line": 192, "column": 24 }, "end": { "line": 192, "column": 32 } } }, "range": [ 7064, 7077 ], "loc": { "start": { "line": 192, "column": 19 }, "end": { "line": 192, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7101, 7105 ], "loc": { "start": { "line": 193, "column": 20 }, "end": { "line": 193, "column": 24 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 7106, 7113 ], "loc": { "start": { "line": 193, "column": 25 }, "end": { "line": 193, "column": 32 } } }, "range": [ 7101, 7113 ], "loc": { "start": { "line": 193, "column": 20 }, "end": { "line": 193, "column": 32 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7114, 7118 ], "loc": { "start": { "line": 193, "column": 33 }, "end": { "line": 193, "column": 37 } } }, "range": [ 7101, 7118 ], "loc": { "start": { "line": 193, "column": 20 }, "end": { "line": 193, "column": 37 } } }, "arguments": [ { "type": "Identifier", "name": "numSortAsc", "range": [ 7119, 7129 ], "loc": { "start": { "line": 193, "column": 38 }, "end": { "line": 193, "column": 48 } } } ], "range": [ 7101, 7130 ], "loc": { "start": { "line": 193, "column": 20 }, "end": { "line": 193, "column": 49 } } }, "range": [ 7101, 7131 ], "loc": { "start": { "line": 193, "column": 20 }, "end": { "line": 193, "column": 50 } } } ], "range": [ 7078, 7150 ], "loc": { "start": { "line": 192, "column": 33 }, "end": { "line": 194, "column": 17 } } }, "alternate": null, "range": [ 7061, 7150 ], "loc": { "start": { "line": 192, "column": 16 }, "end": { "line": 194, "column": 17 } } } ], "range": [ 6881, 7165 ], "loc": { "start": { "line": 187, "column": 15 }, "end": { "line": 195, "column": 13 } } }, "handler": { "type": "CatchClause", "param": { "type": "Identifier", "name": "e", "range": [ 7172, 7173 ], "loc": { "start": { "line": 195, "column": 20 }, "end": { "line": 195, "column": 21 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7194, 7198 ], "loc": { "start": { "line": 196, "column": 16 }, "end": { "line": 196, "column": 20 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 7199, 7203 ], "loc": { "start": { "line": 196, "column": 21 }, "end": { "line": 196, "column": 25 } } }, "range": [ 7194, 7203 ], "loc": { "start": { "line": 196, "column": 16 }, "end": { "line": 196, "column": 25 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7204, 7208 ], "loc": { "start": { "line": 196, "column": 26 }, "end": { "line": 196, "column": 30 } } }, "range": [ 7194, 7208 ], "loc": { "start": { "line": 196, "column": 16 }, "end": { "line": 196, "column": 30 } } }, "arguments": [], "range": [ 7194, 7210 ], "loc": { "start": { "line": 196, "column": 16 }, "end": { "line": 196, "column": 32 } } }, "range": [ 7194, 7211 ], "loc": { "start": { "line": 196, "column": 16 }, "end": { "line": 196, "column": 33 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7232, 7236 ], "loc": { "start": { "line": 197, "column": 19 }, "end": { "line": 197, "column": 23 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 7237, 7249 ], "loc": { "start": { "line": 197, "column": 24 }, "end": { "line": 197, "column": 36 } } }, "range": [ 7232, 7249 ], "loc": { "start": { "line": 197, "column": 19 }, "end": { "line": 197, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7273, 7277 ], "loc": { "start": { "line": 198, "column": 20 }, "end": { "line": 198, "column": 24 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 7278, 7290 ], "loc": { "start": { "line": 198, "column": 25 }, "end": { "line": 198, "column": 37 } } }, "range": [ 7273, 7290 ], "loc": { "start": { "line": 198, "column": 20 }, "end": { "line": 198, "column": 37 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7291, 7295 ], "loc": { "start": { "line": 198, "column": 38 }, "end": { "line": 198, "column": 42 } } }, "range": [ 7273, 7295 ], "loc": { "start": { "line": 198, "column": 20 }, "end": { "line": 198, "column": 42 } } }, "arguments": [], "range": [ 7273, 7297 ], "loc": { "start": { "line": 198, "column": 20 }, "end": { "line": 198, "column": 44 } } }, "range": [ 7273, 7298 ], "loc": { "start": { "line": 198, "column": 20 }, "end": { "line": 198, "column": 45 } } } ], "range": [ 7250, 7317 ], "loc": { "start": { "line": 197, "column": 37 }, "end": { "line": 199, "column": 17 } } }, "alternate": null, "range": [ 7229, 7317 ], "loc": { "start": { "line": 197, "column": 16 }, "end": { "line": 199, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7338, 7342 ], "loc": { "start": { "line": 200, "column": 19 }, "end": { "line": 200, "column": 23 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 7343, 7351 ], "loc": { "start": { "line": 200, "column": 24 }, "end": { "line": 200, "column": 32 } } }, "range": [ 7338, 7351 ], "loc": { "start": { "line": 200, "column": 19 }, "end": { "line": 200, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7375, 7379 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 24 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 7380, 7387 ], "loc": { "start": { "line": 201, "column": 25 }, "end": { "line": 201, "column": 32 } } }, "range": [ 7375, 7387 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 32 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7388, 7392 ], "loc": { "start": { "line": 201, "column": 33 }, "end": { "line": 201, "column": 37 } } }, "range": [ 7375, 7392 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 37 } } }, "arguments": [], "range": [ 7375, 7394 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 39 } } }, "range": [ 7375, 7395 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 40 } } } ], "range": [ 7352, 7414 ], "loc": { "start": { "line": 200, "column": 33 }, "end": { "line": 202, "column": 17 } } }, "alternate": null, "range": [ 7335, 7414 ], "loc": { "start": { "line": 200, "column": 16 }, "end": { "line": 202, "column": 17 } } } ], "range": [ 7175, 7429 ], "loc": { "start": { "line": 195, "column": 23 }, "end": { "line": 203, "column": 13 } } }, "range": [ 7166, 7429 ], "loc": { "start": { "line": 195, "column": 14 }, "end": { "line": 203, "column": 13 } } }, "finalizer": null, "range": [ 6878, 7429 ], "loc": { "start": { "line": 187, "column": 12 }, "end": { "line": 203, "column": 13 } }, "trailingComments": [ { "type": "Line", "value": "in case there are alphanumeric values", "range": [ 7429, 7468 ], "loc": { "start": { "line": 203, "column": 13 }, "end": { "line": 203, "column": 52 } } } ] } ], "range": [ 6863, 7479 ], "loc": { "start": { "line": 186, "column": 61 }, "end": { "line": 204, "column": 9 } } }, "alternate": null, "range": [ 6810, 7479 ], "loc": { "start": { "line": 186, "column": 8 }, "end": { "line": 204, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "asc sort", "range": [ 6790, 6800 ], "loc": { "start": { "line": 185, "column": 8 }, "end": { "line": 185, "column": 18 } } } ], "trailingComments": [ { "type": "Line", "value": "desc sort", "range": [ 7489, 7500 ], "loc": { "start": { "line": 205, "column": 8 }, "end": { "line": 205, "column": 19 } } } ] }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 7513, 7515 ], "loc": { "start": { "line": 206, "column": 11 }, "end": { "line": 206, "column": 13 } } }, "property": { "type": "Identifier", "name": "sortNumDesc", "range": [ 7516, 7527 ], "loc": { "start": { "line": 206, "column": 14 }, "end": { "line": 206, "column": 25 } } }, "range": [ 7513, 7527 ], "loc": { "start": { "line": 206, "column": 11 }, "end": { "line": 206, "column": 25 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 7531, 7534 ], "loc": { "start": { "line": 206, "column": 29 }, "end": { "line": 206, "column": 32 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 7535, 7538 ], "loc": { "start": { "line": 206, "column": 33 }, "end": { "line": 206, "column": 36 } } }, "range": [ 7531, 7538 ], "loc": { "start": { "line": 206, "column": 29 }, "end": { "line": 206, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 7539, 7541 ], "loc": { "start": { "line": 206, "column": 37 }, "end": { "line": 206, "column": 39 } } }, "property": { "type": "Identifier", "name": "sortNumDesc", "range": [ 7542, 7553 ], "loc": { "start": { "line": 206, "column": 40 }, "end": { "line": 206, "column": 51 } } }, "range": [ 7539, 7553 ], "loc": { "start": { "line": 206, "column": 37 }, "end": { "line": 206, "column": 51 } } }, { "type": "Identifier", "name": "colIndex", "range": [ 7555, 7563 ], "loc": { "start": { "line": 206, "column": 53 }, "end": { "line": 206, "column": 61 } } } ], "range": [ 7531, 7564 ], "loc": { "start": { "line": 206, "column": 29 }, "end": { "line": 206, "column": 62 } } }, "range": [ 7513, 7564 ], "loc": { "start": { "line": 206, "column": 11 }, "end": { "line": 206, "column": 62 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "TryStatement", "block": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7602, 7606 ], "loc": { "start": { "line": 208, "column": 16 }, "end": { "line": 208, "column": 20 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 7607, 7611 ], "loc": { "start": { "line": 208, "column": 21 }, "end": { "line": 208, "column": 25 } } }, "range": [ 7602, 7611 ], "loc": { "start": { "line": 208, "column": 16 }, "end": { "line": 208, "column": 25 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7612, 7616 ], "loc": { "start": { "line": 208, "column": 26 }, "end": { "line": 208, "column": 30 } } }, "range": [ 7602, 7616 ], "loc": { "start": { "line": 208, "column": 16 }, "end": { "line": 208, "column": 30 } } }, "arguments": [ { "type": "Identifier", "name": "numSortDesc", "range": [ 7617, 7628 ], "loc": { "start": { "line": 208, "column": 31 }, "end": { "line": 208, "column": 42 } } } ], "range": [ 7602, 7629 ], "loc": { "start": { "line": 208, "column": 16 }, "end": { "line": 208, "column": 43 } } }, "range": [ 7602, 7630 ], "loc": { "start": { "line": 208, "column": 16 }, "end": { "line": 208, "column": 44 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7651, 7655 ], "loc": { "start": { "line": 209, "column": 19 }, "end": { "line": 209, "column": 23 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 7656, 7668 ], "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 36 } } }, "range": [ 7651, 7668 ], "loc": { "start": { "line": 209, "column": 19 }, "end": { "line": 209, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7692, 7696 ], "loc": { "start": { "line": 210, "column": 20 }, "end": { "line": 210, "column": 24 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 7697, 7709 ], "loc": { "start": { "line": 210, "column": 25 }, "end": { "line": 210, "column": 37 } } }, "range": [ 7692, 7709 ], "loc": { "start": { "line": 210, "column": 20 }, "end": { "line": 210, "column": 37 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7710, 7714 ], "loc": { "start": { "line": 210, "column": 38 }, "end": { "line": 210, "column": 42 } } }, "range": [ 7692, 7714 ], "loc": { "start": { "line": 210, "column": 20 }, "end": { "line": 210, "column": 42 } } }, "arguments": [ { "type": "Identifier", "name": "numSortDesc", "range": [ 7715, 7726 ], "loc": { "start": { "line": 210, "column": 43 }, "end": { "line": 210, "column": 54 } } } ], "range": [ 7692, 7727 ], "loc": { "start": { "line": 210, "column": 20 }, "end": { "line": 210, "column": 55 } } }, "range": [ 7692, 7728 ], "loc": { "start": { "line": 210, "column": 20 }, "end": { "line": 210, "column": 56 } } } ], "range": [ 7669, 7747 ], "loc": { "start": { "line": 209, "column": 37 }, "end": { "line": 211, "column": 17 } } }, "alternate": null, "range": [ 7648, 7747 ], "loc": { "start": { "line": 209, "column": 16 }, "end": { "line": 211, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7768, 7772 ], "loc": { "start": { "line": 212, "column": 19 }, "end": { "line": 212, "column": 23 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 7773, 7781 ], "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 32 } } }, "range": [ 7768, 7781 ], "loc": { "start": { "line": 212, "column": 19 }, "end": { "line": 212, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7805, 7809 ], "loc": { "start": { "line": 213, "column": 20 }, "end": { "line": 213, "column": 24 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 7810, 7817 ], "loc": { "start": { "line": 213, "column": 25 }, "end": { "line": 213, "column": 32 } } }, "range": [ 7805, 7817 ], "loc": { "start": { "line": 213, "column": 20 }, "end": { "line": 213, "column": 32 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7818, 7822 ], "loc": { "start": { "line": 213, "column": 33 }, "end": { "line": 213, "column": 37 } } }, "range": [ 7805, 7822 ], "loc": { "start": { "line": 213, "column": 20 }, "end": { "line": 213, "column": 37 } } }, "arguments": [ { "type": "Identifier", "name": "numSortDesc", "range": [ 7823, 7834 ], "loc": { "start": { "line": 213, "column": 38 }, "end": { "line": 213, "column": 49 } } } ], "range": [ 7805, 7835 ], "loc": { "start": { "line": 213, "column": 20 }, "end": { "line": 213, "column": 50 } } }, "range": [ 7805, 7836 ], "loc": { "start": { "line": 213, "column": 20 }, "end": { "line": 213, "column": 51 } } } ], "range": [ 7782, 7855 ], "loc": { "start": { "line": 212, "column": 33 }, "end": { "line": 214, "column": 17 } } }, "alternate": null, "range": [ 7765, 7855 ], "loc": { "start": { "line": 212, "column": 16 }, "end": { "line": 214, "column": 17 } } } ], "range": [ 7583, 7870 ], "loc": { "start": { "line": 207, "column": 15 }, "end": { "line": 215, "column": 13 } } }, "handler": { "type": "CatchClause", "param": { "type": "Identifier", "name": "e", "range": [ 7877, 7878 ], "loc": { "start": { "line": 215, "column": 20 }, "end": { "line": 215, "column": 21 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7899, 7903 ], "loc": { "start": { "line": 216, "column": 16 }, "end": { "line": 216, "column": 20 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 7904, 7908 ], "loc": { "start": { "line": 216, "column": 21 }, "end": { "line": 216, "column": 25 } } }, "range": [ 7899, 7908 ], "loc": { "start": { "line": 216, "column": 16 }, "end": { "line": 216, "column": 25 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7909, 7913 ], "loc": { "start": { "line": 216, "column": 26 }, "end": { "line": 216, "column": 30 } } }, "range": [ 7899, 7913 ], "loc": { "start": { "line": 216, "column": 16 }, "end": { "line": 216, "column": 30 } } }, "arguments": [], "range": [ 7899, 7915 ], "loc": { "start": { "line": 216, "column": 16 }, "end": { "line": 216, "column": 32 } } }, "range": [ 7899, 7916 ], "loc": { "start": { "line": 216, "column": 16 }, "end": { "line": 216, "column": 33 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7937, 7941 ], "loc": { "start": { "line": 217, "column": 19 }, "end": { "line": 217, "column": 23 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 7942, 7954 ], "loc": { "start": { "line": 217, "column": 24 }, "end": { "line": 217, "column": 36 } } }, "range": [ 7937, 7954 ], "loc": { "start": { "line": 217, "column": 19 }, "end": { "line": 217, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7978, 7982 ], "loc": { "start": { "line": 218, "column": 20 }, "end": { "line": 218, "column": 24 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 7983, 7995 ], "loc": { "start": { "line": 218, "column": 25 }, "end": { "line": 218, "column": 37 } } }, "range": [ 7978, 7995 ], "loc": { "start": { "line": 218, "column": 20 }, "end": { "line": 218, "column": 37 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 7996, 8000 ], "loc": { "start": { "line": 218, "column": 38 }, "end": { "line": 218, "column": 42 } } }, "range": [ 7978, 8000 ], "loc": { "start": { "line": 218, "column": 20 }, "end": { "line": 218, "column": 42 } } }, "arguments": [], "range": [ 7978, 8002 ], "loc": { "start": { "line": 218, "column": 20 }, "end": { "line": 218, "column": 44 } } }, "range": [ 7978, 8003 ], "loc": { "start": { "line": 218, "column": 20 }, "end": { "line": 218, "column": 45 } } } ], "range": [ 7955, 8005 ], "loc": { "start": { "line": 217, "column": 37 }, "end": { "line": 218, "column": 47 } } }, "alternate": null, "range": [ 7934, 8005 ], "loc": { "start": { "line": 217, "column": 16 }, "end": { "line": 218, "column": 47 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8026, 8030 ], "loc": { "start": { "line": 219, "column": 19 }, "end": { "line": 219, "column": 23 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 8031, 8039 ], "loc": { "start": { "line": 219, "column": 24 }, "end": { "line": 219, "column": 32 } } }, "range": [ 8026, 8039 ], "loc": { "start": { "line": 219, "column": 19 }, "end": { "line": 219, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8063, 8067 ], "loc": { "start": { "line": 220, "column": 20 }, "end": { "line": 220, "column": 24 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 8068, 8075 ], "loc": { "start": { "line": 220, "column": 25 }, "end": { "line": 220, "column": 32 } } }, "range": [ 8063, 8075 ], "loc": { "start": { "line": 220, "column": 20 }, "end": { "line": 220, "column": 32 } } }, "property": { "type": "Identifier", "name": "sort", "range": [ 8076, 8080 ], "loc": { "start": { "line": 220, "column": 33 }, "end": { "line": 220, "column": 37 } } }, "range": [ 8063, 8080 ], "loc": { "start": { "line": 220, "column": 20 }, "end": { "line": 220, "column": 37 } } }, "arguments": [], "range": [ 8063, 8082 ], "loc": { "start": { "line": 220, "column": 20 }, "end": { "line": 220, "column": 39 } } }, "range": [ 8063, 8083 ], "loc": { "start": { "line": 220, "column": 20 }, "end": { "line": 220, "column": 40 } } } ], "range": [ 8040, 8102 ], "loc": { "start": { "line": 219, "column": 33 }, "end": { "line": 221, "column": 17 } } }, "alternate": null, "range": [ 8023, 8102 ], "loc": { "start": { "line": 219, "column": 16 }, "end": { "line": 221, "column": 17 } } } ], "range": [ 7880, 8117 ], "loc": { "start": { "line": 215, "column": 23 }, "end": { "line": 222, "column": 13 } } }, "range": [ 7871, 8117 ], "loc": { "start": { "line": 215, "column": 14 }, "end": { "line": 222, "column": 13 } } }, "finalizer": null, "range": [ 7580, 8117 ], "loc": { "start": { "line": 207, "column": 12 }, "end": { "line": 222, "column": 13 } }, "trailingComments": [ { "type": "Line", "value": "in case there are alphanumeric values", "range": [ 8117, 8156 ], "loc": { "start": { "line": 222, "column": 13 }, "end": { "line": 222, "column": 52 } } } ] } ], "range": [ 7565, 8167 ], "loc": { "start": { "line": 206, "column": 63 }, "end": { "line": 223, "column": 9 } } }, "alternate": null, "range": [ 7510, 8167 ], "loc": { "start": { "line": 206, "column": 8 }, "end": { "line": 223, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "in case there are alphanumeric values", "range": [ 7429, 7468 ], "loc": { "start": { "line": 203, "column": 13 }, "end": { "line": 203, "column": 52 } } }, { "type": "Line", "value": "desc sort", "range": [ 7489, 7500 ], "loc": { "start": { "line": 205, "column": 8 }, "end": { "line": 205, "column": 19 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8179, 8183 ], "loc": { "start": { "line": 225, "column": 8 }, "end": { "line": 225, "column": 12 } } }, "property": { "type": "Identifier", "name": "addChecks", "range": [ 8184, 8193 ], "loc": { "start": { "line": 225, "column": 13 }, "end": { "line": 225, "column": 22 } } }, "range": [ 8179, 8193 ], "loc": { "start": { "line": 225, "column": 8 }, "end": { "line": 225, "column": 22 } } }, "arguments": [ { "type": "Identifier", "name": "colIndex", "range": [ 8194, 8202 ], "loc": { "start": { "line": 225, "column": 23 }, "end": { "line": 225, "column": 31 } } }, { "type": "Identifier", "name": "ul", "range": [ 8204, 8206 ], "loc": { "start": { "line": 225, "column": 33 }, "end": { "line": 225, "column": 35 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8208, 8210 ], "loc": { "start": { "line": 225, "column": 37 }, "end": { "line": 225, "column": 39 } } }, "property": { "type": "Identifier", "name": "separator", "range": [ 8211, 8220 ], "loc": { "start": { "line": 225, "column": 40 }, "end": { "line": 225, "column": 49 } } }, "range": [ 8208, 8220 ], "loc": { "start": { "line": 225, "column": 37 }, "end": { "line": 225, "column": 49 } } } ], "range": [ 8179, 8221 ], "loc": { "start": { "line": 225, "column": 8 }, "end": { "line": 225, "column": 50 } } }, "range": [ 8179, 8222 ], "loc": { "start": { "line": 225, "column": 8 }, "end": { "line": 225, "column": 51 } }, "leadingComments": [ { "type": "Line", "value": "in case there are alphanumeric values", "range": [ 8117, 8156 ], "loc": { "start": { "line": 222, "column": 13 }, "end": { "line": 222, "column": 52 } } } ] }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8237, 8239 ], "loc": { "start": { "line": 227, "column": 11 }, "end": { "line": 227, "column": 13 } } }, "property": { "type": "Identifier", "name": "fillSlcOnDemand", "range": [ 8240, 8255 ], "loc": { "start": { "line": 227, "column": 14 }, "end": { "line": 227, "column": 29 } } }, "range": [ 8237, 8255 ], "loc": { "start": { "line": 227, "column": 11 }, "end": { "line": 227, "column": 29 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "flt", "range": [ 8271, 8274 ], "loc": { "start": { "line": 228, "column": 12 }, "end": { "line": 228, "column": 15 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 8275, 8284 ], "loc": { "start": { "line": 228, "column": 16 }, "end": { "line": 228, "column": 25 } } }, "range": [ 8271, 8284 ], "loc": { "start": { "line": 228, "column": 12 }, "end": { "line": 228, "column": 25 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 8287, 8289 ], "loc": { "start": { "line": 228, "column": 28 }, "end": { "line": 228, "column": 30 } } }, "range": [ 8271, 8289 ], "loc": { "start": { "line": 228, "column": 12 }, "end": { "line": 228, "column": 30 } } }, "range": [ 8271, 8290 ], "loc": { "start": { "line": 228, "column": 12 }, "end": { "line": 228, "column": 31 } } } ], "range": [ 8256, 8301 ], "loc": { "start": { "line": 227, "column": 30 }, "end": { "line": 229, "column": 9 } } }, "alternate": null, "range": [ 8234, 8301 ], "loc": { "start": { "line": 227, "column": 8 }, "end": { "line": 229, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "flt", "range": [ 8311, 8314 ], "loc": { "start": { "line": 230, "column": 8 }, "end": { "line": 230, "column": 11 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 8315, 8326 ], "loc": { "start": { "line": 230, "column": 12 }, "end": { "line": 230, "column": 23 } } }, "range": [ 8311, 8326 ], "loc": { "start": { "line": 230, "column": 8 }, "end": { "line": 230, "column": 23 } } }, "arguments": [ { "type": "Identifier", "name": "ul", "range": [ 8327, 8329 ], "loc": { "start": { "line": 230, "column": 24 }, "end": { "line": 230, "column": 26 } } } ], "range": [ 8311, 8330 ], "loc": { "start": { "line": 230, "column": 8 }, "end": { "line": 230, "column": 27 } } }, "range": [ 8311, 8331 ], "loc": { "start": { "line": 230, "column": 8 }, "end": { "line": 230, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "flt", "range": [ 8341, 8344 ], "loc": { "start": { "line": 231, "column": 8 }, "end": { "line": 231, "column": 11 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 8345, 8357 ], "loc": { "start": { "line": 231, "column": 12 }, "end": { "line": 231, "column": 24 } } }, "range": [ 8341, 8357 ], "loc": { "start": { "line": 231, "column": 8 }, "end": { "line": 231, "column": 24 } } }, "arguments": [ { "type": "Literal", "value": "filled", "raw": "'filled'", "range": [ 8358, 8366 ], "loc": { "start": { "line": 231, "column": 25 }, "end": { "line": 231, "column": 33 } } }, { "type": "Literal", "value": "1", "raw": "'1'", "range": [ 8368, 8371 ], "loc": { "start": { "line": 231, "column": 35 }, "end": { "line": 231, "column": 38 } } } ], "range": [ 8341, 8372 ], "loc": { "start": { "line": 231, "column": 8 }, "end": { "line": 231, "column": 39 } } }, "range": [ 8341, 8373 ], "loc": { "start": { "line": 231, "column": 8 }, "end": { "line": 231, "column": 40 } } } ], "range": [ 2836, 8380 ], "loc": { "start": { "line": 82, "column": 53 }, "end": { "line": 232, "column": 5 } } }, "generator": false, "expression": false, "range": [ 2793, 8380 ], "loc": { "start": { "line": 82, "column": 10 }, "end": { "line": 232, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 2787, 8380 ], "loc": { "start": { "line": 82, "column": 4 }, "end": { "line": 232, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Build checklist UI\r\n * @param {Number} colIndex Column index\r\n * @param {Boolean} isExternal Render in external container\r\n * @param {String} extFltId External container id\r\n ", "range": [ 2567, 2781 ], "loc": { "start": { "line": 76, "column": 4 }, "end": { "line": 81, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Add checklist options\r\n * @param {Number} colIndex Column index\r\n * @param {Object} ul Ul element\r\n ", "range": [ 8388, 8522 ], "loc": { "start": { "line": 234, "column": 4 }, "end": { "line": 238, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "addChecks", "range": [ 8528, 8537 ], "loc": { "start": { "line": 239, "column": 4 }, "end": { "line": 239, "column": 13 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "colIndex", "range": [ 8538, 8546 ], "loc": { "start": { "line": 239, "column": 14 }, "end": { "line": 239, "column": 22 } } }, { "type": "Identifier", "name": "ul", "range": [ 8548, 8550 ], "loc": { "start": { "line": 239, "column": 24 }, "end": { "line": 239, "column": 26 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 8566, 8568 ], "loc": { "start": { "line": 240, "column": 12 }, "end": { "line": 240, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8571, 8575 ], "loc": { "start": { "line": 240, "column": 17 }, "end": { "line": 240, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 8576, 8578 ], "loc": { "start": { "line": 240, "column": 22 }, "end": { "line": 240, "column": 24 } } }, "range": [ 8571, 8578 ], "loc": { "start": { "line": 240, "column": 17 }, "end": { "line": 240, "column": 24 } } }, "range": [ 8566, 8578 ], "loc": { "start": { "line": 240, "column": 12 }, "end": { "line": 240, "column": 24 } } } ], "kind": "var", "range": [ 8562, 8579 ], "loc": { "start": { "line": 240, "column": 8 }, "end": { "line": 240, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "chkCt", "range": [ 8593, 8598 ], "loc": { "start": { "line": 241, "column": 12 }, "end": { "line": 241, "column": 17 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8601, 8605 ], "loc": { "start": { "line": 241, "column": 20 }, "end": { "line": 241, "column": 24 } } }, "property": { "type": "Identifier", "name": "addTChecks", "range": [ 8606, 8616 ], "loc": { "start": { "line": 241, "column": 25 }, "end": { "line": 241, "column": 35 } } }, "range": [ 8601, 8616 ], "loc": { "start": { "line": 241, "column": 20 }, "end": { "line": 241, "column": 35 } } }, "arguments": [ { "type": "Identifier", "name": "colIndex", "range": [ 8617, 8625 ], "loc": { "start": { "line": 241, "column": 36 }, "end": { "line": 241, "column": 44 } } }, { "type": "Identifier", "name": "ul", "range": [ 8627, 8629 ], "loc": { "start": { "line": 241, "column": 46 }, "end": { "line": 241, "column": 48 } } } ], "range": [ 8601, 8630 ], "loc": { "start": { "line": 241, "column": 20 }, "end": { "line": 241, "column": 49 } } }, "range": [ 8593, 8630 ], "loc": { "start": { "line": 241, "column": 12 }, "end": { "line": 241, "column": 49 } } } ], "kind": "var", "range": [ 8589, 8631 ], "loc": { "start": { "line": 241, "column": 8 }, "end": { "line": 241, "column": 50 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fltArr", "range": [ 8645, 8651 ], "loc": { "start": { "line": 242, "column": 12 }, "end": { "line": 242, "column": 18 } } }, "init": { "type": "ArrayExpression", "elements": [], "range": [ 8654, 8656 ], "loc": { "start": { "line": 242, "column": 21 }, "end": { "line": 242, "column": 23 } } }, "range": [ 8645, 8656 ], "loc": { "start": { "line": 242, "column": 12 }, "end": { "line": 242, "column": 23 } } } ], "kind": "var", "range": [ 8641, 8657 ], "loc": { "start": { "line": 242, "column": 8 }, "end": { "line": 242, "column": 24 } }, "trailingComments": [ { "type": "Line", "value": "remember grid values", "range": [ 8658, 8680 ], "loc": { "start": { "line": 242, "column": 25 }, "end": { "line": 242, "column": 47 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "store", "range": [ 8694, 8699 ], "loc": { "start": { "line": 243, "column": 12 }, "end": { "line": 243, "column": 17 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8702, 8704 ], "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 243, "column": 22 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 8705, 8712 ], "loc": { "start": { "line": 243, "column": 23 }, "end": { "line": 243, "column": 30 } } }, "range": [ 8702, 8712 ], "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 243, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "store", "raw": "'store'", "range": [ 8713, 8720 ], "loc": { "start": { "line": 243, "column": 31 }, "end": { "line": 243, "column": 38 } } } ], "range": [ 8702, 8721 ], "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 243, "column": 39 } } }, "range": [ 8694, 8721 ], "loc": { "start": { "line": 243, "column": 12 }, "end": { "line": 243, "column": 39 } } } ], "kind": "var", "range": [ 8690, 8722 ], "loc": { "start": { "line": 243, "column": 8 }, "end": { "line": 243, "column": 40 } }, "leadingComments": [ { "type": "Line", "value": "remember grid values", "range": [ 8658, 8680 ], "loc": { "start": { "line": 242, "column": 25 }, "end": { "line": 242, "column": 47 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tmpVal", "range": [ 8736, 8742 ], "loc": { "start": { "line": 244, "column": 12 }, "end": { "line": 244, "column": 18 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "Identifier", "name": "store", "range": [ 8745, 8750 ], "loc": { "start": { "line": 244, "column": 21 }, "end": { "line": 244, "column": 26 } } }, "consequent": { "type": "MemberExpression", "computed": true, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "store", "range": [ 8770, 8775 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 21 } } }, "property": { "type": "Identifier", "name": "getFilterValues", "range": [ 8776, 8791 ], "loc": { "start": { "line": 245, "column": 22 }, "end": { "line": 245, "column": 37 } } }, "range": [ 8770, 8791 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 37 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8792, 8794 ], "loc": { "start": { "line": 245, "column": 38 }, "end": { "line": 245, "column": 40 } } }, "property": { "type": "Identifier", "name": "fltsValuesCookie", "range": [ 8795, 8811 ], "loc": { "start": { "line": 245, "column": 41 }, "end": { "line": 245, "column": 57 } } }, "range": [ 8792, 8811 ], "loc": { "start": { "line": 245, "column": 38 }, "end": { "line": 245, "column": 57 } } } ], "range": [ 8770, 8812 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 58 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 8813, 8821 ], "loc": { "start": { "line": 245, "column": 59 }, "end": { "line": 245, "column": 67 } } }, "range": [ 8770, 8822 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 68 } } }, "alternate": { "type": "Literal", "value": null, "raw": "null", "range": [ 8825, 8829 ], "loc": { "start": { "line": 245, "column": 71 }, "end": { "line": 245, "column": 75 } } }, "range": [ 8745, 8829 ], "loc": { "start": { "line": 244, "column": 21 }, "end": { "line": 245, "column": 75 } } }, "range": [ 8736, 8829 ], "loc": { "start": { "line": 244, "column": 12 }, "end": { "line": 245, "column": 75 } } } ], "kind": "var", "range": [ 8732, 8830 ], "loc": { "start": { "line": 244, "column": 8 }, "end": { "line": 245, "column": 76 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "Identifier", "name": "tmpVal", "range": [ 8843, 8849 ], "loc": { "start": { "line": 246, "column": 11 }, "end": { "line": 246, "column": 17 } } }, "right": { "type": "BinaryExpression", "operator": ">", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 8853, 8856 ], "loc": { "start": { "line": 246, "column": 21 }, "end": { "line": 246, "column": 24 } } }, "property": { "type": "Identifier", "name": "trim", "range": [ 8857, 8861 ], "loc": { "start": { "line": 246, "column": 25 }, "end": { "line": 246, "column": 29 } } }, "range": [ 8853, 8861 ], "loc": { "start": { "line": 246, "column": 21 }, "end": { "line": 246, "column": 29 } } }, "arguments": [ { "type": "Identifier", "name": "tmpVal", "range": [ 8862, 8868 ], "loc": { "start": { "line": 246, "column": 30 }, "end": { "line": 246, "column": 36 } } } ], "range": [ 8853, 8869 ], "loc": { "start": { "line": 246, "column": 21 }, "end": { "line": 246, "column": 37 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 8870, 8876 ], "loc": { "start": { "line": 246, "column": 38 }, "end": { "line": 246, "column": 44 } } }, "range": [ 8853, 8876 ], "loc": { "start": { "line": 246, "column": 21 }, "end": { "line": 246, "column": 44 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 8879, 8880 ], "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 48 } } }, "range": [ 8853, 8880 ], "loc": { "start": { "line": 246, "column": 21 }, "end": { "line": 246, "column": 48 } } }, "range": [ 8843, 8880 ], "loc": { "start": { "line": 246, "column": 11 }, "end": { "line": 246, "column": 48 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8899, 8901 ], "loc": { "start": { "line": 247, "column": 15 }, "end": { "line": 247, "column": 17 } } }, "property": { "type": "Identifier", "name": "hasCustomSlcOptions", "range": [ 8902, 8921 ], "loc": { "start": { "line": 247, "column": 18 }, "end": { "line": 247, "column": 37 } } }, "range": [ 8899, 8921 ], "loc": { "start": { "line": 247, "column": 15 }, "end": { "line": 247, "column": 37 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 8942, 8945 ], "loc": { "start": { "line": 248, "column": 16 }, "end": { "line": 248, "column": 19 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 8946, 8949 ], "loc": { "start": { "line": 248, "column": 20 }, "end": { "line": 248, "column": 23 } } }, "range": [ 8942, 8949 ], "loc": { "start": { "line": 248, "column": 16 }, "end": { "line": 248, "column": 23 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8950, 8952 ], "loc": { "start": { "line": 248, "column": 24 }, "end": { "line": 248, "column": 26 } } }, "property": { "type": "Identifier", "name": "customSlcOptions", "range": [ 8953, 8969 ], "loc": { "start": { "line": 248, "column": 27 }, "end": { "line": 248, "column": 43 } } }, "range": [ 8950, 8969 ], "loc": { "start": { "line": 248, "column": 24 }, "end": { "line": 248, "column": 43 } } }, "property": { "type": "Identifier", "name": "cols", "range": [ 8970, 8974 ], "loc": { "start": { "line": 248, "column": 44 }, "end": { "line": 248, "column": 48 } } }, "range": [ 8950, 8974 ], "loc": { "start": { "line": 248, "column": 24 }, "end": { "line": 248, "column": 48 } } }, { "type": "Identifier", "name": "colIndex", "range": [ 8976, 8984 ], "loc": { "start": { "line": 248, "column": 50 }, "end": { "line": 248, "column": 58 } } } ], "range": [ 8942, 8985 ], "loc": { "start": { "line": 248, "column": 16 }, "end": { "line": 248, "column": 59 } } }, "range": [ 8899, 8985 ], "loc": { "start": { "line": 247, "column": 15 }, "end": { "line": 248, "column": 59 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fltArr", "range": [ 9005, 9011 ], "loc": { "start": { "line": 249, "column": 16 }, "end": { "line": 249, "column": 22 } } }, "property": { "type": "Identifier", "name": "push", "range": [ 9012, 9016 ], "loc": { "start": { "line": 249, "column": 23 }, "end": { "line": 249, "column": 27 } } }, "range": [ 9005, 9016 ], "loc": { "start": { "line": 249, "column": 16 }, "end": { "line": 249, "column": 27 } } }, "arguments": [ { "type": "Identifier", "name": "tmpVal", "range": [ 9017, 9023 ], "loc": { "start": { "line": 249, "column": 28 }, "end": { "line": 249, "column": 34 } } } ], "range": [ 9005, 9024 ], "loc": { "start": { "line": 249, "column": 16 }, "end": { "line": 249, "column": 35 } } }, "range": [ 9005, 9025 ], "loc": { "start": { "line": 249, "column": 16 }, "end": { "line": 249, "column": 36 } } } ], "range": [ 8986, 9040 ], "loc": { "start": { "line": 248, "column": 60 }, "end": { "line": 250, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "fltArr", "range": [ 9065, 9071 ], "loc": { "start": { "line": 251, "column": 16 }, "end": { "line": 251, "column": 22 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tmpVal", "range": [ 9074, 9080 ], "loc": { "start": { "line": 251, "column": 25 }, "end": { "line": 251, "column": 31 } } }, "property": { "type": "Identifier", "name": "split", "range": [ 9081, 9086 ], "loc": { "start": { "line": 251, "column": 32 }, "end": { "line": 251, "column": 37 } } }, "range": [ 9074, 9086 ], "loc": { "start": { "line": 251, "column": 25 }, "end": { "line": 251, "column": 37 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 9087, 9090 ], "loc": { "start": { "line": 251, "column": 38 }, "end": { "line": 251, "column": 41 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9091, 9093 ], "loc": { "start": { "line": 251, "column": 42 }, "end": { "line": 251, "column": 44 } } }, "property": { "type": "Identifier", "name": "orOperator", "range": [ 9094, 9104 ], "loc": { "start": { "line": 251, "column": 45 }, "end": { "line": 251, "column": 55 } } }, "range": [ 9091, 9104 ], "loc": { "start": { "line": 251, "column": 42 }, "end": { "line": 251, "column": 55 } } }, "range": [ 9087, 9104 ], "loc": { "start": { "line": 251, "column": 38 }, "end": { "line": 251, "column": 55 } } }, "right": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 9105, 9108 ], "loc": { "start": { "line": 251, "column": 56 }, "end": { "line": 251, "column": 59 } } }, "range": [ 9087, 9108 ], "loc": { "start": { "line": 251, "column": 38 }, "end": { "line": 251, "column": 59 } } } ], "range": [ 9074, 9109 ], "loc": { "start": { "line": 251, "column": 25 }, "end": { "line": 251, "column": 60 } } }, "range": [ 9065, 9109 ], "loc": { "start": { "line": 251, "column": 16 }, "end": { "line": 251, "column": 60 } } }, "range": [ 9065, 9110 ], "loc": { "start": { "line": 251, "column": 16 }, "end": { "line": 251, "column": 61 } } } ], "range": [ 9046, 9125 ], "loc": { "start": { "line": 250, "column": 19 }, "end": { "line": 252, "column": 13 } } }, "range": [ 8896, 9125 ], "loc": { "start": { "line": 247, "column": 12 }, "end": { "line": 252, "column": 13 } } } ], "range": [ 8881, 9136 ], "loc": { "start": { "line": 246, "column": 49 }, "end": { "line": 253, "column": 9 } } }, "alternate": null, "range": [ 8840, 9136 ], "loc": { "start": { "line": 246, "column": 8 }, "end": { "line": 253, "column": 9 } } }, { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "y", "range": [ 9156, 9157 ], "loc": { "start": { "line": 255, "column": 16 }, "end": { "line": 255, "column": 17 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 9158, 9159 ], "loc": { "start": { "line": 255, "column": 18 }, "end": { "line": 255, "column": 19 } } }, "range": [ 9156, 9159 ], "loc": { "start": { "line": 255, "column": 16 }, "end": { "line": 255, "column": 19 } } } ], "kind": "var", "range": [ 9152, 9159 ], "loc": { "start": { "line": 255, "column": 12 }, "end": { "line": 255, "column": 19 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "y", "range": [ 9161, 9162 ], "loc": { "start": { "line": 255, "column": 21 }, "end": { "line": 255, "column": 22 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9163, 9167 ], "loc": { "start": { "line": 255, "column": 23 }, "end": { "line": 255, "column": 27 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 9168, 9172 ], "loc": { "start": { "line": 255, "column": 28 }, "end": { "line": 255, "column": 32 } } }, "range": [ 9163, 9172 ], "loc": { "start": { "line": 255, "column": 23 }, "end": { "line": 255, "column": 32 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 9173, 9179 ], "loc": { "start": { "line": 255, "column": 33 }, "end": { "line": 255, "column": 39 } } }, "range": [ 9163, 9179 ], "loc": { "start": { "line": 255, "column": 23 }, "end": { "line": 255, "column": 39 } } }, "range": [ 9161, 9179 ], "loc": { "start": { "line": 255, "column": 21 }, "end": { "line": 255, "column": 39 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "y", "range": [ 9181, 9182 ], "loc": { "start": { "line": 255, "column": 41 }, "end": { "line": 255, "column": 42 } } }, "prefix": false, "range": [ 9181, 9184 ], "loc": { "start": { "line": 255, "column": 41 }, "end": { "line": 255, "column": 44 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "val", "range": [ 9204, 9207 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 19 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9210, 9214 ], "loc": { "start": { "line": 256, "column": 22 }, "end": { "line": 256, "column": 26 } } }, "property": { "type": "Identifier", "name": "opts", "range": [ 9215, 9219 ], "loc": { "start": { "line": 256, "column": 27 }, "end": { "line": 256, "column": 31 } } }, "range": [ 9210, 9219 ], "loc": { "start": { "line": 256, "column": 22 }, "end": { "line": 256, "column": 31 } } }, "property": { "type": "Identifier", "name": "y", "range": [ 9220, 9221 ], "loc": { "start": { "line": 256, "column": 32 }, "end": { "line": 256, "column": 33 } } }, "range": [ 9210, 9222 ], "loc": { "start": { "line": 256, "column": 22 }, "end": { "line": 256, "column": 34 } } }, "range": [ 9204, 9222 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 34 } } } ], "kind": "var", "range": [ 9200, 9223 ], "loc": { "start": { "line": 256, "column": 12 }, "end": { "line": 256, "column": 35 } }, "trailingComments": [ { "type": "Line", "value": "item value", "range": [ 9224, 9236 ], "loc": { "start": { "line": 256, "column": 36 }, "end": { "line": 256, "column": 48 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "lbl", "range": [ 9254, 9257 ], "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 19 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9260, 9264 ], "loc": { "start": { "line": 257, "column": 22 }, "end": { "line": 257, "column": 26 } } }, "property": { "type": "Identifier", "name": "isCustom", "range": [ 9265, 9273 ], "loc": { "start": { "line": 257, "column": 27 }, "end": { "line": 257, "column": 35 } } }, "range": [ 9260, 9273 ], "loc": { "start": { "line": 257, "column": 22 }, "end": { "line": 257, "column": 35 } } }, "consequent": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9276, 9280 ], "loc": { "start": { "line": 257, "column": 38 }, "end": { "line": 257, "column": 42 } } }, "property": { "type": "Identifier", "name": "optsTxt", "range": [ 9281, 9288 ], "loc": { "start": { "line": 257, "column": 43 }, "end": { "line": 257, "column": 50 } } }, "range": [ 9276, 9288 ], "loc": { "start": { "line": 257, "column": 38 }, "end": { "line": 257, "column": 50 } } }, "property": { "type": "Identifier", "name": "y", "range": [ 9289, 9290 ], "loc": { "start": { "line": 257, "column": 51 }, "end": { "line": 257, "column": 52 } } }, "range": [ 9276, 9291 ], "loc": { "start": { "line": 257, "column": 38 }, "end": { "line": 257, "column": 53 } } }, "alternate": { "type": "Identifier", "name": "val", "range": [ 9294, 9297 ], "loc": { "start": { "line": 257, "column": 56 }, "end": { "line": 257, "column": 59 } } }, "range": [ 9260, 9297 ], "loc": { "start": { "line": 257, "column": 22 }, "end": { "line": 257, "column": 59 } } }, "range": [ 9254, 9297 ], "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 59 } } } ], "kind": "var", "range": [ 9250, 9298 ], "loc": { "start": { "line": 257, "column": 12 }, "end": { "line": 257, "column": 60 } }, "leadingComments": [ { "type": "Line", "value": "item value", "range": [ 9224, 9236 ], "loc": { "start": { "line": 256, "column": 36 }, "end": { "line": 256, "column": 48 } } } ], "trailingComments": [ { "type": "Line", "value": "item text", "range": [ 9299, 9310 ], "loc": { "start": { "line": 257, "column": 61 }, "end": { "line": 257, "column": 72 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "li", "range": [ 9328, 9330 ], "loc": { "start": { "line": 258, "column": 16 }, "end": { "line": 258, "column": 18 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 9333, 9336 ], "loc": { "start": { "line": 258, "column": 21 }, "end": { "line": 258, "column": 24 } } }, "property": { "type": "Identifier", "name": "createCheckItem", "range": [ 9337, 9352 ], "loc": { "start": { "line": 258, "column": 25 }, "end": { "line": 258, "column": 40 } } }, "range": [ 9333, 9352 ], "loc": { "start": { "line": 258, "column": 21 }, "end": { "line": 258, "column": 40 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9379, 9381 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 26 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 9382, 9388 ], "loc": { "start": { "line": 259, "column": 27 }, "end": { "line": 259, "column": 33 } } }, "range": [ 9379, 9388 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 33 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 9389, 9397 ], "loc": { "start": { "line": 259, "column": 34 }, "end": { "line": 259, "column": 42 } } }, "range": [ 9379, 9398 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 43 } } }, "right": { "type": "Literal", "value": "_", "raw": "'_'", "range": [ 9399, 9402 ], "loc": { "start": { "line": 259, "column": 44 }, "end": { "line": 259, "column": 47 } } }, "range": [ 9379, 9402 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 47 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "y", "range": [ 9404, 9405 ], "loc": { "start": { "line": 259, "column": 49 }, "end": { "line": 259, "column": 50 } } }, "right": { "type": "Identifier", "name": "chkCt", "range": [ 9406, 9411 ], "loc": { "start": { "line": 259, "column": 51 }, "end": { "line": 259, "column": 56 } } }, "range": [ 9404, 9411 ], "loc": { "start": { "line": 259, "column": 49 }, "end": { "line": 259, "column": 56 } } }, "range": [ 9379, 9412 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 57 } } }, { "type": "Identifier", "name": "val", "range": [ 9414, 9417 ], "loc": { "start": { "line": 259, "column": 59 }, "end": { "line": 259, "column": 62 } } }, { "type": "Identifier", "name": "lbl", "range": [ 9419, 9422 ], "loc": { "start": { "line": 259, "column": 64 }, "end": { "line": 259, "column": 67 } } } ], "range": [ 9333, 9423 ], "loc": { "start": { "line": 258, "column": 21 }, "end": { "line": 259, "column": 68 } } }, "range": [ 9328, 9423 ], "loc": { "start": { "line": 258, "column": 16 }, "end": { "line": 259, "column": 68 } } } ], "kind": "var", "range": [ 9324, 9424 ], "loc": { "start": { "line": 258, "column": 12 }, "end": { "line": 259, "column": 69 } }, "leadingComments": [ { "type": "Line", "value": "item text", "range": [ 9299, 9310 ], "loc": { "start": { "line": 257, "column": 61 }, "end": { "line": 257, "column": 72 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 9438, 9440 ], "loc": { "start": { "line": 260, "column": 12 }, "end": { "line": 260, "column": 14 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 9441, 9450 ], "loc": { "start": { "line": 260, "column": 15 }, "end": { "line": 260, "column": 24 } } }, "range": [ 9438, 9450 ], "loc": { "start": { "line": 260, "column": 12 }, "end": { "line": 260, "column": 24 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9453, 9457 ], "loc": { "start": { "line": 260, "column": 27 }, "end": { "line": 260, "column": 31 } } }, "property": { "type": "Identifier", "name": "checkListItemCssClass", "range": [ 9458, 9479 ], "loc": { "start": { "line": 260, "column": 32 }, "end": { "line": 260, "column": 53 } } }, "range": [ 9453, 9479 ], "loc": { "start": { "line": 260, "column": 27 }, "end": { "line": 260, "column": 53 } } }, "range": [ 9438, 9479 ], "loc": { "start": { "line": 260, "column": 12 }, "end": { "line": 260, "column": 53 } } }, "range": [ 9438, 9480 ], "loc": { "start": { "line": 260, "column": 12 }, "end": { "line": 260, "column": 54 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9497, 9499 ], "loc": { "start": { "line": 261, "column": 15 }, "end": { "line": 261, "column": 17 } } }, "property": { "type": "Identifier", "name": "linkedFilters", "range": [ 9500, 9513 ], "loc": { "start": { "line": 261, "column": 18 }, "end": { "line": 261, "column": 31 } } }, "range": [ 9497, 9513 ], "loc": { "start": { "line": 261, "column": 15 }, "end": { "line": 261, "column": 31 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9517, 9519 ], "loc": { "start": { "line": 261, "column": 35 }, "end": { "line": 261, "column": 37 } } }, "property": { "type": "Identifier", "name": "disableExcludedOptions", "range": [ 9520, 9542 ], "loc": { "start": { "line": 261, "column": 38 }, "end": { "line": 261, "column": 60 } } }, "range": [ 9517, 9542 ], "loc": { "start": { "line": 261, "column": 35 }, "end": { "line": 261, "column": 60 } } }, "range": [ 9497, 9542 ], "loc": { "start": { "line": 261, "column": 15 }, "end": { "line": 261, "column": 60 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 9563, 9566 ], "loc": { "start": { "line": 262, "column": 16 }, "end": { "line": 262, "column": 19 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 9567, 9570 ], "loc": { "start": { "line": 262, "column": 20 }, "end": { "line": 262, "column": 23 } } }, "range": [ 9563, 9570 ], "loc": { "start": { "line": 262, "column": 16 }, "end": { "line": 262, "column": 23 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9571, 9575 ], "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 28 } } }, "property": { "type": "Identifier", "name": "excludedOpts", "range": [ 9576, 9588 ], "loc": { "start": { "line": 262, "column": 29 }, "end": { "line": 262, "column": 41 } } }, "range": [ 9571, 9588 ], "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 41 } } }, { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 9615, 9618 ], "loc": { "start": { "line": 263, "column": 24 }, "end": { "line": 263, "column": 27 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 9619, 9628 ], "loc": { "start": { "line": 263, "column": 28 }, "end": { "line": 263, "column": 37 } } }, "range": [ 9615, 9628 ], "loc": { "start": { "line": 263, "column": 24 }, "end": { "line": 263, "column": 37 } } }, "arguments": [ { "type": "Identifier", "name": "val", "range": [ 9629, 9632 ], "loc": { "start": { "line": 263, "column": 38 }, "end": { "line": 263, "column": 41 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9634, 9636 ], "loc": { "start": { "line": 263, "column": 43 }, "end": { "line": 263, "column": 45 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 9637, 9646 ], "loc": { "start": { "line": 263, "column": 46 }, "end": { "line": 263, "column": 55 } } }, "range": [ 9634, 9646 ], "loc": { "start": { "line": 263, "column": 43 }, "end": { "line": 263, "column": 55 } } } ], "range": [ 9615, 9647 ], "loc": { "start": { "line": 263, "column": 24 }, "end": { "line": 263, "column": 56 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9649, 9651 ], "loc": { "start": { "line": 263, "column": 58 }, "end": { "line": 263, "column": 60 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 9652, 9661 ], "loc": { "start": { "line": 263, "column": 61 }, "end": { "line": 263, "column": 70 } } }, "range": [ 9649, 9661 ], "loc": { "start": { "line": 263, "column": 58 }, "end": { "line": 263, "column": 70 } } } ], "range": [ 9563, 9662 ], "loc": { "start": { "line": 262, "column": 16 }, "end": { "line": 263, "column": 71 } } }, "range": [ 9497, 9662 ], "loc": { "start": { "line": 261, "column": 15 }, "end": { "line": 263, "column": 71 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 9686, 9689 ], "loc": { "start": { "line": 264, "column": 20 }, "end": { "line": 264, "column": 23 } } }, "property": { "type": "Identifier", "name": "addClass", "range": [ 9690, 9698 ], "loc": { "start": { "line": 264, "column": 24 }, "end": { "line": 264, "column": 32 } } }, "range": [ 9686, 9698 ], "loc": { "start": { "line": 264, "column": 20 }, "end": { "line": 264, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "li", "range": [ 9699, 9701 ], "loc": { "start": { "line": 264, "column": 33 }, "end": { "line": 264, "column": 35 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9703, 9707 ], "loc": { "start": { "line": 264, "column": 37 }, "end": { "line": 264, "column": 41 } } }, "property": { "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ 9708, 9737 ], "loc": { "start": { "line": 264, "column": 42 }, "end": { "line": 264, "column": 71 } } }, "range": [ 9703, 9737 ], "loc": { "start": { "line": 264, "column": 37 }, "end": { "line": 264, "column": 71 } } } ], "range": [ 9686, 9738 ], "loc": { "start": { "line": 264, "column": 20 }, "end": { "line": 264, "column": 72 } } }, "range": [ 9686, 9739 ], "loc": { "start": { "line": 264, "column": 20 }, "end": { "line": 264, "column": 73 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 9761, 9763 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 22 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 9764, 9769 ], "loc": { "start": { "line": 265, "column": 23 }, "end": { "line": 265, "column": 28 } } }, "range": [ 9761, 9769 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 28 } } }, "property": { "type": "Identifier", "name": "disabled", "range": [ 9770, 9778 ], "loc": { "start": { "line": 265, "column": 29 }, "end": { "line": 265, "column": 37 } } }, "range": [ 9761, 9778 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 37 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 9781, 9785 ], "loc": { "start": { "line": 265, "column": 40 }, "end": { "line": 265, "column": 44 } } }, "range": [ 9761, 9785 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 44 } } }, "range": [ 9761, 9786 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 45 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 9808, 9810 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 266, "column": 22 } } }, "property": { "type": "Identifier", "name": "disabled", "range": [ 9811, 9819 ], "loc": { "start": { "line": 266, "column": 23 }, "end": { "line": 266, "column": 31 } } }, "range": [ 9808, 9819 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 266, "column": 31 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 9822, 9826 ], "loc": { "start": { "line": 266, "column": 34 }, "end": { "line": 266, "column": 38 } } }, "range": [ 9808, 9826 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 266, "column": 38 } } }, "range": [ 9808, 9827 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 266, "column": 39 } } } ], "range": [ 9663, 9842 ], "loc": { "start": { "line": 263, "column": 72 }, "end": { "line": 267, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 9867, 9872 ], "loc": { "start": { "line": 268, "column": 16 }, "end": { "line": 268, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 9873, 9876 ], "loc": { "start": { "line": 268, "column": 22 }, "end": { "line": 268, "column": 25 } } }, "range": [ 9867, 9876 ], "loc": { "start": { "line": 268, "column": 16 }, "end": { "line": 268, "column": 25 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 9877, 9879 ], "loc": { "start": { "line": 268, "column": 26 }, "end": { "line": 268, "column": 28 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 9880, 9885 ], "loc": { "start": { "line": 268, "column": 29 }, "end": { "line": 268, "column": 34 } } }, "range": [ 9877, 9885 ], "loc": { "start": { "line": 268, "column": 26 }, "end": { "line": 268, "column": 34 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 9887, 9894 ], "loc": { "start": { "line": 268, "column": 36 }, "end": { "line": 268, "column": 43 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 9918, 9921 ], "loc": { "start": { "line": 269, "column": 21 }, "end": { "line": 269, "column": 24 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9928, 9932 ], "loc": { "start": { "line": 269, "column": 31 }, "end": { "line": 269, "column": 35 } } }, "property": { "type": "Identifier", "name": "optionClick", "range": [ 9933, 9944 ], "loc": { "start": { "line": 269, "column": 36 }, "end": { "line": 269, "column": 47 } } }, "range": [ 9928, 9944 ], "loc": { "start": { "line": 269, "column": 31 }, "end": { "line": 269, "column": 47 } } }, "arguments": [ { "type": "Identifier", "name": "evt", "range": [ 9945, 9948 ], "loc": { "start": { "line": 269, "column": 48 }, "end": { "line": 269, "column": 51 } } } ], "range": [ 9928, 9949 ], "loc": { "start": { "line": 269, "column": 31 }, "end": { "line": 269, "column": 52 } } }, "range": [ 9928, 9950 ], "loc": { "start": { "line": 269, "column": 31 }, "end": { "line": 269, "column": 53 } } } ], "range": [ 9926, 9952 ], "loc": { "start": { "line": 269, "column": 29 }, "end": { "line": 269, "column": 55 } } }, "generator": false, "expression": false, "range": [ 9917, 9952 ], "loc": { "start": { "line": 269, "column": 20 }, "end": { "line": 269, "column": 55 } } } ], "range": [ 9867, 9953 ], "loc": { "start": { "line": 268, "column": 16 }, "end": { "line": 269, "column": 56 } } }, "range": [ 9867, 9954 ], "loc": { "start": { "line": 268, "column": 16 }, "end": { "line": 269, "column": 57 } } } ], "range": [ 9848, 9969 ], "loc": { "start": { "line": 267, "column": 19 }, "end": { "line": 270, "column": 13 } } }, "range": [ 9494, 9969 ], "loc": { "start": { "line": 261, "column": 12 }, "end": { "line": 270, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ul", "range": [ 9983, 9985 ], "loc": { "start": { "line": 271, "column": 12 }, "end": { "line": 271, "column": 14 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 9986, 9997 ], "loc": { "start": { "line": 271, "column": 15 }, "end": { "line": 271, "column": 26 } } }, "range": [ 9983, 9997 ], "loc": { "start": { "line": 271, "column": 12 }, "end": { "line": 271, "column": 26 } } }, "arguments": [ { "type": "Identifier", "name": "li", "range": [ 9998, 10000 ], "loc": { "start": { "line": 271, "column": 27 }, "end": { "line": 271, "column": 29 } } } ], "range": [ 9983, 10001 ], "loc": { "start": { "line": 271, "column": 12 }, "end": { "line": 271, "column": 30 } } }, "range": [ 9983, 10002 ], "loc": { "start": { "line": 271, "column": 12 }, "end": { "line": 271, "column": 31 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "val", "range": [ 10021, 10024 ], "loc": { "start": { "line": 273, "column": 15 }, "end": { "line": 273, "column": 18 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 10027, 10029 ], "loc": { "start": { "line": 273, "column": 21 }, "end": { "line": 273, "column": 23 } } }, "range": [ 10021, 10029 ], "loc": { "start": { "line": 273, "column": 15 }, "end": { "line": 273, "column": 23 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 10083, 10085 ], "loc": { "start": { "line": 275, "column": 16 }, "end": { "line": 275, "column": 18 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 10086, 10091 ], "loc": { "start": { "line": 275, "column": 19 }, "end": { "line": 275, "column": 24 } } }, "range": [ 10083, 10091 ], "loc": { "start": { "line": 275, "column": 16 }, "end": { "line": 275, "column": 24 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 10092, 10099 ], "loc": { "start": { "line": 275, "column": 25 }, "end": { "line": 275, "column": 32 } } }, "range": [ 10083, 10099 ], "loc": { "start": { "line": 275, "column": 16 }, "end": { "line": 275, "column": 32 } } }, "right": { "type": "Literal", "value": "none", "raw": "'none'", "range": [ 10102, 10108 ], "loc": { "start": { "line": 275, "column": 35 }, "end": { "line": 275, "column": 41 } } }, "range": [ 10083, 10108 ], "loc": { "start": { "line": 275, "column": 16 }, "end": { "line": 275, "column": 41 } } }, "range": [ 10083, 10109 ], "loc": { "start": { "line": 275, "column": 16 }, "end": { "line": 275, "column": 42 } }, "leadingComments": [ { "type": "Line", "value": "item is hidden", "range": [ 10049, 10065 ], "loc": { "start": { "line": 274, "column": 16 }, "end": { "line": 274, "column": 32 } } } ] } ], "range": [ 10030, 10124 ], "loc": { "start": { "line": 273, "column": 24 }, "end": { "line": 276, "column": 13 } } }, "alternate": null, "range": [ 10018, 10124 ], "loc": { "start": { "line": 273, "column": 12 }, "end": { "line": 276, "column": 13 } }, "trailingComments": [ { "type": "Block", "value": "** remember grid values **", "range": [ 10140, 10170 ], "loc": { "start": { "line": 278, "column": 12 }, "end": { "line": 278, "column": 42 } } } ] }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10187, 10189 ], "loc": { "start": { "line": 279, "column": 15 }, "end": { "line": 279, "column": 17 } } }, "property": { "type": "Identifier", "name": "rememberGridValues", "range": [ 10190, 10208 ], "loc": { "start": { "line": 279, "column": 18 }, "end": { "line": 279, "column": 36 } } }, "range": [ 10187, 10208 ], "loc": { "start": { "line": 279, "column": 15 }, "end": { "line": 279, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10232, 10234 ], "loc": { "start": { "line": 280, "column": 20 }, "end": { "line": 280, "column": 22 } } }, "property": { "type": "Identifier", "name": "hasCustomSlcOptions", "range": [ 10235, 10254 ], "loc": { "start": { "line": 280, "column": 23 }, "end": { "line": 280, "column": 42 } } }, "range": [ 10232, 10254 ], "loc": { "start": { "line": 280, "column": 20 }, "end": { "line": 280, "column": 42 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 10279, 10282 ], "loc": { "start": { "line": 281, "column": 20 }, "end": { "line": 281, "column": 23 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 10283, 10286 ], "loc": { "start": { "line": 281, "column": 24 }, "end": { "line": 281, "column": 27 } } }, "range": [ 10279, 10286 ], "loc": { "start": { "line": 281, "column": 20 }, "end": { "line": 281, "column": 27 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10287, 10289 ], "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 30 } } }, "property": { "type": "Identifier", "name": "customSlcOptions", "range": [ 10290, 10306 ], "loc": { "start": { "line": 281, "column": 31 }, "end": { "line": 281, "column": 47 } } }, "range": [ 10287, 10306 ], "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 47 } } }, "property": { "type": "Identifier", "name": "cols", "range": [ 10307, 10311 ], "loc": { "start": { "line": 281, "column": 48 }, "end": { "line": 281, "column": 52 } } }, "range": [ 10287, 10311 ], "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 52 } } }, { "type": "Identifier", "name": "colIndex", "range": [ 10313, 10321 ], "loc": { "start": { "line": 281, "column": 54 }, "end": { "line": 281, "column": 62 } } } ], "range": [ 10279, 10322 ], "loc": { "start": { "line": 281, "column": 20 }, "end": { "line": 281, "column": 63 } } }, "range": [ 10232, 10322 ], "loc": { "start": { "line": 280, "column": 20 }, "end": { "line": 281, "column": 63 } } }, "right": { "type": "BinaryExpression", "operator": "!=", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fltArr", "range": [ 10347, 10353 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 26 } } }, "property": { "type": "Identifier", "name": "toString", "range": [ 10354, 10362 ], "loc": { "start": { "line": 282, "column": 27 }, "end": { "line": 282, "column": 35 } } }, "range": [ 10347, 10362 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 35 } } }, "arguments": [], "range": [ 10347, 10364 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 37 } } }, "property": { "type": "Identifier", "name": "indexOf", "range": [ 10365, 10372 ], "loc": { "start": { "line": 282, "column": 38 }, "end": { "line": 282, "column": 45 } } }, "range": [ 10347, 10372 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 45 } } }, "arguments": [ { "type": "Identifier", "name": "val", "range": [ 10373, 10376 ], "loc": { "start": { "line": 282, "column": 46 }, "end": { "line": 282, "column": 49 } } } ], "range": [ 10347, 10377 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 50 } } }, "right": { "type": "UnaryExpression", "operator": "-", "argument": { "type": "Literal", "value": 1, "raw": "1", "range": [ 10381, 10382 ], "loc": { "start": { "line": 282, "column": 54 }, "end": { "line": 282, "column": 55 } } }, "prefix": true, "range": [ 10380, 10382 ], "loc": { "start": { "line": 282, "column": 53 }, "end": { "line": 282, "column": 55 } } }, "range": [ 10347, 10382 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 55 } } }, "range": [ 10232, 10382 ], "loc": { "start": { "line": 280, "column": 20 }, "end": { "line": 282, "column": 55 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 10408, 10411 ], "loc": { "start": { "line": 283, "column": 20 }, "end": { "line": 283, "column": 23 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 10412, 10415 ], "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 27 } } }, "range": [ 10408, 10415 ], "loc": { "start": { "line": 283, "column": 20 }, "end": { "line": 283, "column": 27 } } }, "arguments": [ { "type": "Identifier", "name": "fltArr", "range": [ 10416, 10422 ], "loc": { "start": { "line": 283, "column": 28 }, "end": { "line": 283, "column": 34 } } }, { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 10449, 10452 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 27 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 10453, 10462 ], "loc": { "start": { "line": 284, "column": 28 }, "end": { "line": 284, "column": 37 } } }, "range": [ 10449, 10462 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 37 } } }, "arguments": [ { "type": "Identifier", "name": "val", "range": [ 10463, 10466 ], "loc": { "start": { "line": 284, "column": 38 }, "end": { "line": 284, "column": 41 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10468, 10470 ], "loc": { "start": { "line": 284, "column": 43 }, "end": { "line": 284, "column": 45 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 10471, 10480 ], "loc": { "start": { "line": 284, "column": 46 }, "end": { "line": 284, "column": 55 } } }, "range": [ 10468, 10480 ], "loc": { "start": { "line": 284, "column": 43 }, "end": { "line": 284, "column": 55 } } } ], "range": [ 10449, 10481 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 56 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10483, 10485 ], "loc": { "start": { "line": 284, "column": 58 }, "end": { "line": 284, "column": 60 } } }, "property": { "type": "Identifier", "name": "matchCase", "range": [ 10486, 10495 ], "loc": { "start": { "line": 284, "column": 61 }, "end": { "line": 284, "column": 70 } } }, "range": [ 10483, 10495 ], "loc": { "start": { "line": 284, "column": 58 }, "end": { "line": 284, "column": 70 } } } ], "range": [ 10408, 10496 ], "loc": { "start": { "line": 283, "column": 20 }, "end": { "line": 284, "column": 71 } } }, "range": [ 10231, 10496 ], "loc": { "start": { "line": 280, "column": 19 }, "end": { "line": 284, "column": 71 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 10520, 10522 ], "loc": { "start": { "line": 285, "column": 20 }, "end": { "line": 285, "column": 22 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 10523, 10528 ], "loc": { "start": { "line": 285, "column": 23 }, "end": { "line": 285, "column": 28 } } }, "range": [ 10520, 10528 ], "loc": { "start": { "line": 285, "column": 20 }, "end": { "line": 285, "column": 28 } } }, "property": { "type": "Identifier", "name": "checked", "range": [ 10529, 10536 ], "loc": { "start": { "line": 285, "column": 29 }, "end": { "line": 285, "column": 36 } } }, "range": [ 10520, 10536 ], "loc": { "start": { "line": 285, "column": 20 }, "end": { "line": 285, "column": 36 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 10539, 10543 ], "loc": { "start": { "line": 285, "column": 39 }, "end": { "line": 285, "column": 43 } } }, "range": [ 10520, 10543 ], "loc": { "start": { "line": 285, "column": 20 }, "end": { "line": 285, "column": 43 } } }, "range": [ 10520, 10544 ], "loc": { "start": { "line": 285, "column": 20 }, "end": { "line": 285, "column": 44 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10566, 10570 ], "loc": { "start": { "line": 286, "column": 20 }, "end": { "line": 286, "column": 24 } } }, "property": { "type": "Identifier", "name": "setCheckListValues", "range": [ 10571, 10589 ], "loc": { "start": { "line": 286, "column": 25 }, "end": { "line": 286, "column": 43 } } }, "range": [ 10566, 10589 ], "loc": { "start": { "line": 286, "column": 20 }, "end": { "line": 286, "column": 43 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 10590, 10592 ], "loc": { "start": { "line": 286, "column": 44 }, "end": { "line": 286, "column": 46 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 10593, 10598 ], "loc": { "start": { "line": 286, "column": 47 }, "end": { "line": 286, "column": 52 } } }, "range": [ 10590, 10598 ], "loc": { "start": { "line": 286, "column": 44 }, "end": { "line": 286, "column": 52 } } } ], "range": [ 10566, 10599 ], "loc": { "start": { "line": 286, "column": 20 }, "end": { "line": 286, "column": 53 } } }, "range": [ 10566, 10600 ], "loc": { "start": { "line": 286, "column": 20 }, "end": { "line": 286, "column": 54 } } } ], "range": [ 10497, 10619 ], "loc": { "start": { "line": 284, "column": 72 }, "end": { "line": 287, "column": 17 } } }, "alternate": null, "range": [ 10228, 10619 ], "loc": { "start": { "line": 280, "column": 16 }, "end": { "line": 287, "column": 17 } } } ], "range": [ 10209, 10634 ], "loc": { "start": { "line": 279, "column": 37 }, "end": { "line": 288, "column": 13 } } }, "alternate": null, "range": [ 10184, 10634 ], "loc": { "start": { "line": 279, "column": 12 }, "end": { "line": 288, "column": 13 } }, "leadingComments": [ { "type": "Block", "value": "** remember grid values **", "range": [ 10140, 10170 ], "loc": { "start": { "line": 278, "column": 12 }, "end": { "line": 278, "column": 42 } } } ] } ], "range": [ 9185, 10645 ], "loc": { "start": { "line": 255, "column": 45 }, "end": { "line": 289, "column": 9 } } }, "range": [ 9148, 10645 ], "loc": { "start": { "line": 255, "column": 8 }, "end": { "line": 289, "column": 9 } } } ], "range": [ 8551, 10652 ], "loc": { "start": { "line": 239, "column": 27 }, "end": { "line": 290, "column": 5 } } }, "generator": false, "expression": false, "range": [ 8537, 10652 ], "loc": { "start": { "line": 239, "column": 13 }, "end": { "line": 290, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 8528, 10652 ], "loc": { "start": { "line": 239, "column": 4 }, "end": { "line": 290, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Add checklist options\r\n * @param {Number} colIndex Column index\r\n * @param {Object} ul Ul element\r\n ", "range": [ 8388, 8522 ], "loc": { "start": { "line": 234, "column": 4 }, "end": { "line": 238, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Add checklist header option\r\n * @param {Number} colIndex Column index\r\n * @param {Object} ul Ul element\r\n ", "range": [ 10660, 10798 ], "loc": { "start": { "line": 292, "column": 4 }, "end": { "line": 296, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "addTChecks", "range": [ 10804, 10814 ], "loc": { "start": { "line": 297, "column": 4 }, "end": { "line": 297, "column": 14 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "colIndex", "range": [ 10815, 10823 ], "loc": { "start": { "line": 297, "column": 15 }, "end": { "line": 297, "column": 23 } } }, { "type": "Identifier", "name": "ul", "range": [ 10825, 10827 ], "loc": { "start": { "line": 297, "column": 25 }, "end": { "line": 297, "column": 27 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 10843, 10845 ], "loc": { "start": { "line": 298, "column": 12 }, "end": { "line": 298, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10848, 10852 ], "loc": { "start": { "line": 298, "column": 17 }, "end": { "line": 298, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 10853, 10855 ], "loc": { "start": { "line": 298, "column": 22 }, "end": { "line": 298, "column": 24 } } }, "range": [ 10848, 10855 ], "loc": { "start": { "line": 298, "column": 17 }, "end": { "line": 298, "column": 24 } } }, "range": [ 10843, 10855 ], "loc": { "start": { "line": 298, "column": 12 }, "end": { "line": 298, "column": 24 } } } ], "kind": "var", "range": [ 10839, 10856 ], "loc": { "start": { "line": 298, "column": 8 }, "end": { "line": 298, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "chkCt", "range": [ 10870, 10875 ], "loc": { "start": { "line": 299, "column": 12 }, "end": { "line": 299, "column": 17 } } }, "init": { "type": "Literal", "value": 1, "raw": "1", "range": [ 10878, 10879 ], "loc": { "start": { "line": 299, "column": 20 }, "end": { "line": 299, "column": 21 } } }, "range": [ 10870, 10879 ], "loc": { "start": { "line": 299, "column": 12 }, "end": { "line": 299, "column": 21 } } } ], "kind": "var", "range": [ 10866, 10880 ], "loc": { "start": { "line": 299, "column": 8 }, "end": { "line": 299, "column": 22 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "li0", "range": [ 10894, 10897 ], "loc": { "start": { "line": 300, "column": 12 }, "end": { "line": 300, "column": 15 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 10900, 10903 ], "loc": { "start": { "line": 300, "column": 18 }, "end": { "line": 300, "column": 21 } } }, "property": { "type": "Identifier", "name": "createCheckItem", "range": [ 10904, 10919 ], "loc": { "start": { "line": 300, "column": 22 }, "end": { "line": 300, "column": 37 } } }, "range": [ 10900, 10919 ], "loc": { "start": { "line": 300, "column": 18 }, "end": { "line": 300, "column": 37 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10942, 10944 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 22 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 10945, 10951 ], "loc": { "start": { "line": 301, "column": 23 }, "end": { "line": 301, "column": 29 } } }, "range": [ 10942, 10951 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 29 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 10952, 10960 ], "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 38 } } }, "range": [ 10942, 10961 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 39 } } }, "right": { "type": "Literal", "value": "_0", "raw": "'_0'", "range": [ 10962, 10966 ], "loc": { "start": { "line": 301, "column": 40 }, "end": { "line": 301, "column": 44 } } }, "range": [ 10942, 10966 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 44 } } }, { "type": "Literal", "value": "", "raw": "''", "range": [ 10968, 10970 ], "loc": { "start": { "line": 301, "column": 46 }, "end": { "line": 301, "column": 48 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10972, 10974 ], "loc": { "start": { "line": 301, "column": 50 }, "end": { "line": 301, "column": 52 } } }, "property": { "type": "Identifier", "name": "displayAllText", "range": [ 10975, 10989 ], "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 67 } } }, "range": [ 10972, 10989 ], "loc": { "start": { "line": 301, "column": 50 }, "end": { "line": 301, "column": 67 } } } ], "range": [ 10900, 10990 ], "loc": { "start": { "line": 300, "column": 18 }, "end": { "line": 301, "column": 68 } } }, "range": [ 10894, 10990 ], "loc": { "start": { "line": 300, "column": 12 }, "end": { "line": 301, "column": 68 } } } ], "kind": "var", "range": [ 10890, 10991 ], "loc": { "start": { "line": 300, "column": 8 }, "end": { "line": 301, "column": 69 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li0", "range": [ 11001, 11004 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 11 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 11005, 11014 ], "loc": { "start": { "line": 302, "column": 12 }, "end": { "line": 302, "column": 21 } } }, "range": [ 11001, 11014 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 21 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11017, 11021 ], "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 28 } } }, "property": { "type": "Identifier", "name": "checkListItemCssClass", "range": [ 11022, 11043 ], "loc": { "start": { "line": 302, "column": 29 }, "end": { "line": 302, "column": 50 } } }, "range": [ 11017, 11043 ], "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 50 } } }, "range": [ 11001, 11043 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 50 } } }, "range": [ 11001, 11044 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 51 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ul", "range": [ 11054, 11056 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 10 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 11057, 11068 ], "loc": { "start": { "line": 303, "column": 11 }, "end": { "line": 303, "column": 22 } } }, "range": [ 11054, 11068 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 22 } } }, "arguments": [ { "type": "Identifier", "name": "li0", "range": [ 11069, 11072 ], "loc": { "start": { "line": 303, "column": 23 }, "end": { "line": 303, "column": 26 } } } ], "range": [ 11054, 11073 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 27 } } }, "range": [ 11054, 11074 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 11086, 11091 ], "loc": { "start": { "line": 305, "column": 8 }, "end": { "line": 305, "column": 13 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 11092, 11095 ], "loc": { "start": { "line": 305, "column": 14 }, "end": { "line": 305, "column": 17 } } }, "range": [ 11086, 11095 ], "loc": { "start": { "line": 305, "column": 8 }, "end": { "line": 305, "column": 17 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li0", "range": [ 11096, 11099 ], "loc": { "start": { "line": 305, "column": 18 }, "end": { "line": 305, "column": 21 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 11100, 11105 ], "loc": { "start": { "line": 305, "column": 22 }, "end": { "line": 305, "column": 27 } } }, "range": [ 11096, 11105 ], "loc": { "start": { "line": 305, "column": 18 }, "end": { "line": 305, "column": 27 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 11107, 11114 ], "loc": { "start": { "line": 305, "column": 29 }, "end": { "line": 305, "column": 36 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 11117, 11120 ], "loc": { "start": { "line": 305, "column": 39 }, "end": { "line": 305, "column": 42 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11140, 11144 ], "loc": { "start": { "line": 306, "column": 12 }, "end": { "line": 306, "column": 16 } } }, "property": { "type": "Identifier", "name": "optionClick", "range": [ 11145, 11156 ], "loc": { "start": { "line": 306, "column": 17 }, "end": { "line": 306, "column": 28 } } }, "range": [ 11140, 11156 ], "loc": { "start": { "line": 306, "column": 12 }, "end": { "line": 306, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "evt", "range": [ 11157, 11160 ], "loc": { "start": { "line": 306, "column": 29 }, "end": { "line": 306, "column": 32 } } } ], "range": [ 11140, 11161 ], "loc": { "start": { "line": 306, "column": 12 }, "end": { "line": 306, "column": 33 } } }, "range": [ 11140, 11162 ], "loc": { "start": { "line": 306, "column": 12 }, "end": { "line": 306, "column": 34 } } } ], "range": [ 11125, 11173 ], "loc": { "start": { "line": 305, "column": 47 }, "end": { "line": 307, "column": 9 } } }, "generator": false, "expression": false, "range": [ 11116, 11173 ], "loc": { "start": { "line": 305, "column": 38 }, "end": { "line": 307, "column": 9 } } } ], "range": [ 11086, 11174 ], "loc": { "start": { "line": 305, "column": 8 }, "end": { "line": 307, "column": 10 } } }, "range": [ 11086, 11175 ], "loc": { "start": { "line": 305, "column": 8 }, "end": { "line": 307, "column": 11 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11191, 11195 ], "loc": { "start": { "line": 309, "column": 12 }, "end": { "line": 309, "column": 16 } } }, "property": { "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ 11196, 11222 ], "loc": { "start": { "line": 309, "column": 17 }, "end": { "line": 309, "column": 43 } } }, "range": [ 11191, 11222 ], "loc": { "start": { "line": 309, "column": 12 }, "end": { "line": 309, "column": 43 } } }, "prefix": true, "range": [ 11190, 11222 ], "loc": { "start": { "line": 309, "column": 11 }, "end": { "line": 309, "column": 43 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li0", "range": [ 11238, 11241 ], "loc": { "start": { "line": 310, "column": 12 }, "end": { "line": 310, "column": 15 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 11242, 11247 ], "loc": { "start": { "line": 310, "column": 16 }, "end": { "line": 310, "column": 21 } } }, "range": [ 11238, 11247 ], "loc": { "start": { "line": 310, "column": 12 }, "end": { "line": 310, "column": 21 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 11248, 11255 ], "loc": { "start": { "line": 310, "column": 22 }, "end": { "line": 310, "column": 29 } } }, "range": [ 11238, 11255 ], "loc": { "start": { "line": 310, "column": 12 }, "end": { "line": 310, "column": 29 } } }, "right": { "type": "Literal", "value": "none", "raw": "'none'", "range": [ 11258, 11264 ], "loc": { "start": { "line": 310, "column": 32 }, "end": { "line": 310, "column": 38 } } }, "range": [ 11238, 11264 ], "loc": { "start": { "line": 310, "column": 12 }, "end": { "line": 310, "column": 38 } } }, "range": [ 11238, 11265 ], "loc": { "start": { "line": 310, "column": 12 }, "end": { "line": 310, "column": 39 } } } ], "range": [ 11223, 11276 ], "loc": { "start": { "line": 309, "column": 44 }, "end": { "line": 311, "column": 9 } } }, "alternate": null, "range": [ 11187, 11276 ], "loc": { "start": { "line": 309, "column": 8 }, "end": { "line": 311, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11291, 11293 ], "loc": { "start": { "line": 313, "column": 11 }, "end": { "line": 313, "column": 13 } } }, "property": { "type": "Identifier", "name": "enableEmptyOption", "range": [ 11294, 11311 ], "loc": { "start": { "line": 313, "column": 14 }, "end": { "line": 313, "column": 31 } } }, "range": [ 11291, 11311 ], "loc": { "start": { "line": 313, "column": 11 }, "end": { "line": 313, "column": 31 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "li1", "range": [ 11331, 11334 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 314, "column": 19 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 11337, 11340 ], "loc": { "start": { "line": 314, "column": 22 }, "end": { "line": 314, "column": 25 } } }, "property": { "type": "Identifier", "name": "createCheckItem", "range": [ 11341, 11356 ], "loc": { "start": { "line": 314, "column": 26 }, "end": { "line": 314, "column": 41 } } }, "range": [ 11337, 11356 ], "loc": { "start": { "line": 314, "column": 22 }, "end": { "line": 314, "column": 41 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11379, 11381 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 22 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 11382, 11388 ], "loc": { "start": { "line": 315, "column": 23 }, "end": { "line": 315, "column": 29 } } }, "range": [ 11379, 11388 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 29 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 11389, 11397 ], "loc": { "start": { "line": 315, "column": 30 }, "end": { "line": 315, "column": 38 } } }, "range": [ 11379, 11398 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 39 } } }, "right": { "type": "Literal", "value": "_1", "raw": "'_1'", "range": [ 11399, 11403 ], "loc": { "start": { "line": 315, "column": 40 }, "end": { "line": 315, "column": 44 } } }, "range": [ 11379, 11403 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 44 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11405, 11407 ], "loc": { "start": { "line": 315, "column": 46 }, "end": { "line": 315, "column": 48 } } }, "property": { "type": "Identifier", "name": "emOperator", "range": [ 11408, 11418 ], "loc": { "start": { "line": 315, "column": 49 }, "end": { "line": 315, "column": 59 } } }, "range": [ 11405, 11418 ], "loc": { "start": { "line": 315, "column": 46 }, "end": { "line": 315, "column": 59 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11420, 11422 ], "loc": { "start": { "line": 315, "column": 61 }, "end": { "line": 315, "column": 63 } } }, "property": { "type": "Identifier", "name": "emptyText", "range": [ 11423, 11432 ], "loc": { "start": { "line": 315, "column": 64 }, "end": { "line": 315, "column": 73 } } }, "range": [ 11420, 11432 ], "loc": { "start": { "line": 315, "column": 61 }, "end": { "line": 315, "column": 73 } } } ], "range": [ 11337, 11433 ], "loc": { "start": { "line": 314, "column": 22 }, "end": { "line": 315, "column": 74 } } }, "range": [ 11331, 11433 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 315, "column": 74 } } } ], "kind": "var", "range": [ 11327, 11434 ], "loc": { "start": { "line": 314, "column": 12 }, "end": { "line": 315, "column": 75 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li1", "range": [ 11448, 11451 ], "loc": { "start": { "line": 316, "column": 12 }, "end": { "line": 316, "column": 15 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 11452, 11461 ], "loc": { "start": { "line": 316, "column": 16 }, "end": { "line": 316, "column": 25 } } }, "range": [ 11448, 11461 ], "loc": { "start": { "line": 316, "column": 12 }, "end": { "line": 316, "column": 25 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11464, 11468 ], "loc": { "start": { "line": 316, "column": 28 }, "end": { "line": 316, "column": 32 } } }, "property": { "type": "Identifier", "name": "checkListItemCssClass", "range": [ 11469, 11490 ], "loc": { "start": { "line": 316, "column": 33 }, "end": { "line": 316, "column": 54 } } }, "range": [ 11464, 11490 ], "loc": { "start": { "line": 316, "column": 28 }, "end": { "line": 316, "column": 54 } } }, "range": [ 11448, 11490 ], "loc": { "start": { "line": 316, "column": 12 }, "end": { "line": 316, "column": 54 } } }, "range": [ 11448, 11491 ], "loc": { "start": { "line": 316, "column": 12 }, "end": { "line": 316, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ul", "range": [ 11505, 11507 ], "loc": { "start": { "line": 317, "column": 12 }, "end": { "line": 317, "column": 14 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 11508, 11519 ], "loc": { "start": { "line": 317, "column": 15 }, "end": { "line": 317, "column": 26 } } }, "range": [ 11505, 11519 ], "loc": { "start": { "line": 317, "column": 12 }, "end": { "line": 317, "column": 26 } } }, "arguments": [ { "type": "Identifier", "name": "li1", "range": [ 11520, 11523 ], "loc": { "start": { "line": 317, "column": 27 }, "end": { "line": 317, "column": 30 } } } ], "range": [ 11505, 11524 ], "loc": { "start": { "line": 317, "column": 12 }, "end": { "line": 317, "column": 31 } } }, "range": [ 11505, 11525 ], "loc": { "start": { "line": 317, "column": 12 }, "end": { "line": 317, "column": 32 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 11539, 11544 ], "loc": { "start": { "line": 318, "column": 12 }, "end": { "line": 318, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 11545, 11548 ], "loc": { "start": { "line": 318, "column": 18 }, "end": { "line": 318, "column": 21 } } }, "range": [ 11539, 11548 ], "loc": { "start": { "line": 318, "column": 12 }, "end": { "line": 318, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li1", "range": [ 11549, 11552 ], "loc": { "start": { "line": 318, "column": 22 }, "end": { "line": 318, "column": 25 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 11553, 11558 ], "loc": { "start": { "line": 318, "column": 26 }, "end": { "line": 318, "column": 31 } } }, "range": [ 11549, 11558 ], "loc": { "start": { "line": 318, "column": 22 }, "end": { "line": 318, "column": 31 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 11560, 11567 ], "loc": { "start": { "line": 318, "column": 33 }, "end": { "line": 318, "column": 40 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 11570, 11573 ], "loc": { "start": { "line": 318, "column": 43 }, "end": { "line": 318, "column": 46 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11597, 11601 ], "loc": { "start": { "line": 319, "column": 16 }, "end": { "line": 319, "column": 20 } } }, "property": { "type": "Identifier", "name": "optionClick", "range": [ 11602, 11613 ], "loc": { "start": { "line": 319, "column": 21 }, "end": { "line": 319, "column": 32 } } }, "range": [ 11597, 11613 ], "loc": { "start": { "line": 319, "column": 16 }, "end": { "line": 319, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "evt", "range": [ 11614, 11617 ], "loc": { "start": { "line": 319, "column": 33 }, "end": { "line": 319, "column": 36 } } } ], "range": [ 11597, 11618 ], "loc": { "start": { "line": 319, "column": 16 }, "end": { "line": 319, "column": 37 } } }, "range": [ 11597, 11619 ], "loc": { "start": { "line": 319, "column": 16 }, "end": { "line": 319, "column": 38 } } } ], "range": [ 11578, 11634 ], "loc": { "start": { "line": 318, "column": 51 }, "end": { "line": 320, "column": 13 } } }, "generator": false, "expression": false, "range": [ 11569, 11634 ], "loc": { "start": { "line": 318, "column": 42 }, "end": { "line": 320, "column": 13 } } } ], "range": [ 11539, 11635 ], "loc": { "start": { "line": 318, "column": 12 }, "end": { "line": 320, "column": 14 } } }, "range": [ 11539, 11636 ], "loc": { "start": { "line": 318, "column": 12 }, "end": { "line": 320, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "chkCt", "range": [ 11650, 11655 ], "loc": { "start": { "line": 321, "column": 12 }, "end": { "line": 321, "column": 17 } } }, "prefix": false, "range": [ 11650, 11657 ], "loc": { "start": { "line": 321, "column": 12 }, "end": { "line": 321, "column": 19 } } }, "range": [ 11650, 11658 ], "loc": { "start": { "line": 321, "column": 12 }, "end": { "line": 321, "column": 20 } } } ], "range": [ 11312, 11669 ], "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 322, "column": 9 } } }, "alternate": null, "range": [ 11288, 11669 ], "loc": { "start": { "line": 313, "column": 8 }, "end": { "line": 322, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11684, 11686 ], "loc": { "start": { "line": 324, "column": 11 }, "end": { "line": 324, "column": 13 } } }, "property": { "type": "Identifier", "name": "enableNonEmptyOption", "range": [ 11687, 11707 ], "loc": { "start": { "line": 324, "column": 14 }, "end": { "line": 324, "column": 34 } } }, "range": [ 11684, 11707 ], "loc": { "start": { "line": 324, "column": 11 }, "end": { "line": 324, "column": 34 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "li2", "range": [ 11727, 11730 ], "loc": { "start": { "line": 325, "column": 16 }, "end": { "line": 325, "column": 19 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 11733, 11736 ], "loc": { "start": { "line": 325, "column": 22 }, "end": { "line": 325, "column": 25 } } }, "property": { "type": "Identifier", "name": "createCheckItem", "range": [ 11737, 11752 ], "loc": { "start": { "line": 325, "column": 26 }, "end": { "line": 325, "column": 41 } } }, "range": [ 11733, 11752 ], "loc": { "start": { "line": 325, "column": 22 }, "end": { "line": 325, "column": 41 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11771, 11773 ], "loc": { "start": { "line": 326, "column": 16 }, "end": { "line": 326, "column": 18 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 11774, 11780 ], "loc": { "start": { "line": 326, "column": 19 }, "end": { "line": 326, "column": 25 } } }, "range": [ 11771, 11780 ], "loc": { "start": { "line": 326, "column": 16 }, "end": { "line": 326, "column": 25 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 11781, 11789 ], "loc": { "start": { "line": 326, "column": 26 }, "end": { "line": 326, "column": 34 } } }, "range": [ 11771, 11790 ], "loc": { "start": { "line": 326, "column": 16 }, "end": { "line": 326, "column": 35 } } }, "right": { "type": "Literal", "value": "_2", "raw": "'_2'", "range": [ 11791, 11795 ], "loc": { "start": { "line": 326, "column": 36 }, "end": { "line": 326, "column": 40 } } }, "range": [ 11771, 11795 ], "loc": { "start": { "line": 326, "column": 16 }, "end": { "line": 326, "column": 40 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11814, 11816 ], "loc": { "start": { "line": 327, "column": 16 }, "end": { "line": 327, "column": 18 } } }, "property": { "type": "Identifier", "name": "nmOperator", "range": [ 11817, 11827 ], "loc": { "start": { "line": 327, "column": 19 }, "end": { "line": 327, "column": 29 } } }, "range": [ 11814, 11827 ], "loc": { "start": { "line": 327, "column": 16 }, "end": { "line": 327, "column": 29 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11846, 11848 ], "loc": { "start": { "line": 328, "column": 16 }, "end": { "line": 328, "column": 18 } } }, "property": { "type": "Identifier", "name": "nonEmptyText", "range": [ 11849, 11861 ], "loc": { "start": { "line": 328, "column": 19 }, "end": { "line": 328, "column": 31 } } }, "range": [ 11846, 11861 ], "loc": { "start": { "line": 328, "column": 16 }, "end": { "line": 328, "column": 31 } } } ], "range": [ 11733, 11876 ], "loc": { "start": { "line": 325, "column": 22 }, "end": { "line": 329, "column": 13 } } }, "range": [ 11727, 11876 ], "loc": { "start": { "line": 325, "column": 16 }, "end": { "line": 329, "column": 13 } } } ], "kind": "var", "range": [ 11723, 11877 ], "loc": { "start": { "line": 325, "column": 12 }, "end": { "line": 329, "column": 14 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li2", "range": [ 11891, 11894 ], "loc": { "start": { "line": 330, "column": 12 }, "end": { "line": 330, "column": 15 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 11895, 11904 ], "loc": { "start": { "line": 330, "column": 16 }, "end": { "line": 330, "column": 25 } } }, "range": [ 11891, 11904 ], "loc": { "start": { "line": 330, "column": 12 }, "end": { "line": 330, "column": 25 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11907, 11911 ], "loc": { "start": { "line": 330, "column": 28 }, "end": { "line": 330, "column": 32 } } }, "property": { "type": "Identifier", "name": "checkListItemCssClass", "range": [ 11912, 11933 ], "loc": { "start": { "line": 330, "column": 33 }, "end": { "line": 330, "column": 54 } } }, "range": [ 11907, 11933 ], "loc": { "start": { "line": 330, "column": 28 }, "end": { "line": 330, "column": 54 } } }, "range": [ 11891, 11933 ], "loc": { "start": { "line": 330, "column": 12 }, "end": { "line": 330, "column": 54 } } }, "range": [ 11891, 11934 ], "loc": { "start": { "line": 330, "column": 12 }, "end": { "line": 330, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ul", "range": [ 11948, 11950 ], "loc": { "start": { "line": 331, "column": 12 }, "end": { "line": 331, "column": 14 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 11951, 11962 ], "loc": { "start": { "line": 331, "column": 15 }, "end": { "line": 331, "column": 26 } } }, "range": [ 11948, 11962 ], "loc": { "start": { "line": 331, "column": 12 }, "end": { "line": 331, "column": 26 } } }, "arguments": [ { "type": "Identifier", "name": "li2", "range": [ 11963, 11966 ], "loc": { "start": { "line": 331, "column": 27 }, "end": { "line": 331, "column": 30 } } } ], "range": [ 11948, 11967 ], "loc": { "start": { "line": 331, "column": 12 }, "end": { "line": 331, "column": 31 } } }, "range": [ 11948, 11968 ], "loc": { "start": { "line": 331, "column": 12 }, "end": { "line": 331, "column": 32 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 11982, 11987 ], "loc": { "start": { "line": 332, "column": 12 }, "end": { "line": 332, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 11988, 11991 ], "loc": { "start": { "line": 332, "column": 18 }, "end": { "line": 332, "column": 21 } } }, "range": [ 11982, 11991 ], "loc": { "start": { "line": 332, "column": 12 }, "end": { "line": 332, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li2", "range": [ 11992, 11995 ], "loc": { "start": { "line": 332, "column": 22 }, "end": { "line": 332, "column": 25 } } }, "property": { "type": "Identifier", "name": "check", "range": [ 11996, 12001 ], "loc": { "start": { "line": 332, "column": 26 }, "end": { "line": 332, "column": 31 } } }, "range": [ 11992, 12001 ], "loc": { "start": { "line": 332, "column": 22 }, "end": { "line": 332, "column": 31 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 12003, 12010 ], "loc": { "start": { "line": 332, "column": 33 }, "end": { "line": 332, "column": 40 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "evt", "range": [ 12013, 12016 ], "loc": { "start": { "line": 332, "column": 43 }, "end": { "line": 332, "column": 46 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12040, 12044 ], "loc": { "start": { "line": 333, "column": 16 }, "end": { "line": 333, "column": 20 } } }, "property": { "type": "Identifier", "name": "optionClick", "range": [ 12045, 12056 ], "loc": { "start": { "line": 333, "column": 21 }, "end": { "line": 333, "column": 32 } } }, "range": [ 12040, 12056 ], "loc": { "start": { "line": 333, "column": 16 }, "end": { "line": 333, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "evt", "range": [ 12057, 12060 ], "loc": { "start": { "line": 333, "column": 33 }, "end": { "line": 333, "column": 36 } } } ], "range": [ 12040, 12061 ], "loc": { "start": { "line": 333, "column": 16 }, "end": { "line": 333, "column": 37 } } }, "range": [ 12040, 12062 ], "loc": { "start": { "line": 333, "column": 16 }, "end": { "line": 333, "column": 38 } } } ], "range": [ 12021, 12077 ], "loc": { "start": { "line": 332, "column": 51 }, "end": { "line": 334, "column": 13 } } }, "generator": false, "expression": false, "range": [ 12012, 12077 ], "loc": { "start": { "line": 332, "column": 42 }, "end": { "line": 334, "column": 13 } } } ], "range": [ 11982, 12078 ], "loc": { "start": { "line": 332, "column": 12 }, "end": { "line": 334, "column": 14 } } }, "range": [ 11982, 12079 ], "loc": { "start": { "line": 332, "column": 12 }, "end": { "line": 334, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "chkCt", "range": [ 12093, 12098 ], "loc": { "start": { "line": 335, "column": 12 }, "end": { "line": 335, "column": 17 } } }, "prefix": false, "range": [ 12093, 12100 ], "loc": { "start": { "line": 335, "column": 12 }, "end": { "line": 335, "column": 19 } } }, "range": [ 12093, 12101 ], "loc": { "start": { "line": 335, "column": 12 }, "end": { "line": 335, "column": 20 } } } ], "range": [ 11708, 12112 ], "loc": { "start": { "line": 324, "column": 35 }, "end": { "line": 336, "column": 9 } } }, "alternate": null, "range": [ 11681, 12112 ], "loc": { "start": { "line": 324, "column": 8 }, "end": { "line": 336, "column": 9 } } }, { "type": "ReturnStatement", "argument": { "type": "Identifier", "name": "chkCt", "range": [ 12129, 12134 ], "loc": { "start": { "line": 337, "column": 15 }, "end": { "line": 337, "column": 20 } } }, "range": [ 12122, 12135 ], "loc": { "start": { "line": 337, "column": 8 }, "end": { "line": 337, "column": 21 } } } ], "range": [ 10828, 12142 ], "loc": { "start": { "line": 297, "column": 28 }, "end": { "line": 338, "column": 5 } } }, "generator": false, "expression": false, "range": [ 10814, 12142 ], "loc": { "start": { "line": 297, "column": 14 }, "end": { "line": 338, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 10804, 12142 ], "loc": { "start": { "line": 297, "column": 4 }, "end": { "line": 338, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Add checklist header option\r\n * @param {Number} colIndex Column index\r\n * @param {Object} ul Ul element\r\n ", "range": [ 10660, 10798 ], "loc": { "start": { "line": 292, "column": 4 }, "end": { "line": 296, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Store checked options in DOM element attribute\r\n * @param {Object} o checklist option DOM element\r\n ", "range": [ 12150, 12272 ], "loc": { "start": { "line": 340, "column": 4 }, "end": { "line": 343, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "setCheckListValues", "range": [ 12278, 12296 ], "loc": { "start": { "line": 344, "column": 4 }, "end": { "line": 344, "column": 22 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "o", "range": [ 12297, 12298 ], "loc": { "start": { "line": 344, "column": 23 }, "end": { "line": 344, "column": 24 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "o", "range": [ 12314, 12315 ], "loc": { "start": { "line": 345, "column": 12 }, "end": { "line": 345, "column": 13 } } }, "prefix": true, "range": [ 12313, 12315 ], "loc": { "start": { "line": 345, "column": 11 }, "end": { "line": 345, "column": 13 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 12331, 12338 ], "loc": { "start": { "line": 346, "column": 12 }, "end": { "line": 346, "column": 19 } } } ], "range": [ 12316, 12349 ], "loc": { "start": { "line": 345, "column": 14 }, "end": { "line": 347, "column": 9 } } }, "alternate": null, "range": [ 12310, 12349 ], "loc": { "start": { "line": 345, "column": 8 }, "end": { "line": 347, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 12363, 12365 ], "loc": { "start": { "line": 348, "column": 12 }, "end": { "line": 348, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12368, 12372 ], "loc": { "start": { "line": 348, "column": 17 }, "end": { "line": 348, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 12373, 12375 ], "loc": { "start": { "line": 348, "column": 22 }, "end": { "line": 348, "column": 24 } } }, "range": [ 12368, 12375 ], "loc": { "start": { "line": 348, "column": 17 }, "end": { "line": 348, "column": 24 } } }, "range": [ 12363, 12375 ], "loc": { "start": { "line": 348, "column": 12 }, "end": { "line": 348, "column": 24 } } } ], "kind": "var", "range": [ 12359, 12376 ], "loc": { "start": { "line": 348, "column": 8 }, "end": { "line": 348, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "chkValue", "range": [ 12390, 12398 ], "loc": { "start": { "line": 349, "column": 12 }, "end": { "line": 349, "column": 20 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 12401, 12402 ], "loc": { "start": { "line": 349, "column": 23 }, "end": { "line": 349, "column": 24 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 12403, 12408 ], "loc": { "start": { "line": 349, "column": 25 }, "end": { "line": 349, "column": 30 } } }, "range": [ 12401, 12408 ], "loc": { "start": { "line": 349, "column": 23 }, "end": { "line": 349, "column": 30 } } }, "range": [ 12390, 12408 ], "loc": { "start": { "line": 349, "column": 12 }, "end": { "line": 349, "column": 30 } } } ], "kind": "var", "range": [ 12386, 12409 ], "loc": { "start": { "line": 349, "column": 8 }, "end": { "line": 349, "column": 31 } }, "trailingComments": [ { "type": "Line", "value": "checked item value", "range": [ 12410, 12430 ], "loc": { "start": { "line": 349, "column": 32 }, "end": { "line": 349, "column": 52 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "chkIndex", "range": [ 12444, 12452 ], "loc": { "start": { "line": 350, "column": 12 }, "end": { "line": 350, "column": 20 } } }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 12455, 12463 ], "loc": { "start": { "line": 350, "column": 23 }, "end": { "line": 350, "column": 31 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 12464, 12465 ], "loc": { "start": { "line": 350, "column": 32 }, "end": { "line": 350, "column": 33 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 12466, 12468 ], "loc": { "start": { "line": 350, "column": 34 }, "end": { "line": 350, "column": 36 } } }, "range": [ 12464, 12468 ], "loc": { "start": { "line": 350, "column": 32 }, "end": { "line": 350, "column": 36 } } }, "property": { "type": "Identifier", "name": "split", "range": [ 12469, 12474 ], "loc": { "start": { "line": 350, "column": 37 }, "end": { "line": 350, "column": 42 } } }, "range": [ 12464, 12474 ], "loc": { "start": { "line": 350, "column": 32 }, "end": { "line": 350, "column": 42 } } }, "arguments": [ { "type": "Literal", "value": "_", "raw": "'_'", "range": [ 12475, 12478 ], "loc": { "start": { "line": 350, "column": 43 }, "end": { "line": 350, "column": 46 } } } ], "range": [ 12464, 12479 ], "loc": { "start": { "line": 350, "column": 32 }, "end": { "line": 350, "column": 47 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 12480, 12481 ], "loc": { "start": { "line": 350, "column": 48 }, "end": { "line": 350, "column": 49 } } }, "range": [ 12464, 12482 ], "loc": { "start": { "line": 350, "column": 32 }, "end": { "line": 350, "column": 50 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 12484, 12486 ], "loc": { "start": { "line": 350, "column": 52 }, "end": { "line": 350, "column": 54 } } } ], "range": [ 12455, 12487 ], "loc": { "start": { "line": 350, "column": 23 }, "end": { "line": 350, "column": 55 } } }, "range": [ 12444, 12487 ], "loc": { "start": { "line": 350, "column": 12 }, "end": { "line": 350, "column": 55 } } } ], "kind": "var", "range": [ 12440, 12488 ], "loc": { "start": { "line": 350, "column": 8 }, "end": { "line": 350, "column": 56 } }, "leadingComments": [ { "type": "Line", "value": "checked item value", "range": [ 12410, 12430 ], "loc": { "start": { "line": 349, "column": 32 }, "end": { "line": 349, "column": 52 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "filterTag", "range": [ 12502, 12511 ], "loc": { "start": { "line": 351, "column": 12 }, "end": { "line": 351, "column": 21 } } }, "init": { "type": "Literal", "value": "ul", "raw": "'ul'", "range": [ 12514, 12518 ], "loc": { "start": { "line": 351, "column": 24 }, "end": { "line": 351, "column": 28 } } }, "range": [ 12502, 12518 ], "loc": { "start": { "line": 351, "column": 12 }, "end": { "line": 351, "column": 28 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "itemTag", "range": [ 12520, 12527 ], "loc": { "start": { "line": 351, "column": 30 }, "end": { "line": 351, "column": 37 } } }, "init": { "type": "Literal", "value": "li", "raw": "'li'", "range": [ 12530, 12534 ], "loc": { "start": { "line": 351, "column": 40 }, "end": { "line": 351, "column": 44 } } }, "range": [ 12520, 12534 ], "loc": { "start": { "line": 351, "column": 30 }, "end": { "line": 351, "column": 44 } } } ], "kind": "var", "range": [ 12498, 12535 ], "loc": { "start": { "line": 351, "column": 8 }, "end": { "line": 351, "column": 45 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "n", "range": [ 12549, 12550 ], "loc": { "start": { "line": 352, "column": 12 }, "end": { "line": 352, "column": 13 } } }, "init": { "type": "Identifier", "name": "o", "range": [ 12553, 12554 ], "loc": { "start": { "line": 352, "column": 16 }, "end": { "line": 352, "column": 17 } } }, "range": [ 12549, 12554 ], "loc": { "start": { "line": 352, "column": 12 }, "end": { "line": 352, "column": 17 } } } ], "kind": "var", "range": [ 12545, 12555 ], "loc": { "start": { "line": 352, "column": 8 }, "end": { "line": 352, "column": 18 } }, "trailingComments": [ { "type": "Line", "value": "ul tag search", "range": [ 12567, 12582 ], "loc": { "start": { "line": 354, "column": 8 }, "end": { "line": 354, "column": 23 } } } ] }, { "type": "WhileStatement", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 12598, 12601 ], "loc": { "start": { "line": 355, "column": 14 }, "end": { "line": 355, "column": 17 } } }, "property": { "type": "Identifier", "name": "lower", "range": [ 12602, 12607 ], "loc": { "start": { "line": 355, "column": 18 }, "end": { "line": 355, "column": 23 } } }, "range": [ 12598, 12607 ], "loc": { "start": { "line": 355, "column": 14 }, "end": { "line": 355, "column": 23 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 12608, 12609 ], "loc": { "start": { "line": 355, "column": 24 }, "end": { "line": 355, "column": 25 } } }, "property": { "type": "Identifier", "name": "nodeName", "range": [ 12610, 12618 ], "loc": { "start": { "line": 355, "column": 26 }, "end": { "line": 355, "column": 34 } } }, "range": [ 12608, 12618 ], "loc": { "start": { "line": 355, "column": 24 }, "end": { "line": 355, "column": 34 } } } ], "range": [ 12598, 12619 ], "loc": { "start": { "line": 355, "column": 14 }, "end": { "line": 355, "column": 35 } } }, "right": { "type": "Identifier", "name": "filterTag", "range": [ 12622, 12631 ], "loc": { "start": { "line": 355, "column": 38 }, "end": { "line": 355, "column": 47 } } }, "range": [ 12598, 12631 ], "loc": { "start": { "line": 355, "column": 14 }, "end": { "line": 355, "column": 47 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "n", "range": [ 12647, 12648 ], "loc": { "start": { "line": 356, "column": 12 }, "end": { "line": 356, "column": 13 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 12651, 12652 ], "loc": { "start": { "line": 356, "column": 16 }, "end": { "line": 356, "column": 17 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 12653, 12663 ], "loc": { "start": { "line": 356, "column": 18 }, "end": { "line": 356, "column": 28 } } }, "range": [ 12651, 12663 ], "loc": { "start": { "line": 356, "column": 16 }, "end": { "line": 356, "column": 28 } } }, "range": [ 12647, 12663 ], "loc": { "start": { "line": 356, "column": 12 }, "end": { "line": 356, "column": 28 } } }, "range": [ 12647, 12664 ], "loc": { "start": { "line": 356, "column": 12 }, "end": { "line": 356, "column": 29 } } } ], "range": [ 12632, 12675 ], "loc": { "start": { "line": 355, "column": 48 }, "end": { "line": 357, "column": 9 } } }, "range": [ 12592, 12675 ], "loc": { "start": { "line": 355, "column": 8 }, "end": { "line": 357, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "ul tag search", "range": [ 12567, 12582 ], "loc": { "start": { "line": 354, "column": 8 }, "end": { "line": 354, "column": 23 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "li", "range": [ 12691, 12693 ], "loc": { "start": { "line": 359, "column": 12 }, "end": { "line": 359, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 12696, 12697 ], "loc": { "start": { "line": 359, "column": 17 }, "end": { "line": 359, "column": 18 } } }, "property": { "type": "Identifier", "name": "childNodes", "range": [ 12698, 12708 ], "loc": { "start": { "line": 359, "column": 19 }, "end": { "line": 359, "column": 29 } } }, "range": [ 12696, 12708 ], "loc": { "start": { "line": 359, "column": 17 }, "end": { "line": 359, "column": 29 } } }, "property": { "type": "Identifier", "name": "chkIndex", "range": [ 12709, 12717 ], "loc": { "start": { "line": 359, "column": 30 }, "end": { "line": 359, "column": 38 } } }, "range": [ 12696, 12718 ], "loc": { "start": { "line": 359, "column": 17 }, "end": { "line": 359, "column": 39 } } }, "range": [ 12691, 12718 ], "loc": { "start": { "line": 359, "column": 12 }, "end": { "line": 359, "column": 39 } } } ], "kind": "var", "range": [ 12687, 12719 ], "loc": { "start": { "line": 359, "column": 8 }, "end": { "line": 359, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "colIndex", "range": [ 12733, 12741 ], "loc": { "start": { "line": 360, "column": 12 }, "end": { "line": 360, "column": 20 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 12744, 12745 ], "loc": { "start": { "line": 360, "column": 23 }, "end": { "line": 360, "column": 24 } } }, "property": { "type": "Identifier", "name": "getAttribute", "range": [ 12746, 12758 ], "loc": { "start": { "line": 360, "column": 25 }, "end": { "line": 360, "column": 37 } } }, "range": [ 12744, 12758 ], "loc": { "start": { "line": 360, "column": 23 }, "end": { "line": 360, "column": 37 } } }, "arguments": [ { "type": "Literal", "value": "colIndex", "raw": "'colIndex'", "range": [ 12759, 12769 ], "loc": { "start": { "line": 360, "column": 38 }, "end": { "line": 360, "column": 48 } } } ], "range": [ 12744, 12770 ], "loc": { "start": { "line": 360, "column": 23 }, "end": { "line": 360, "column": 49 } } }, "range": [ 12733, 12770 ], "loc": { "start": { "line": 360, "column": 12 }, "end": { "line": 360, "column": 49 } } } ], "kind": "var", "range": [ 12729, 12771 ], "loc": { "start": { "line": 360, "column": 8 }, "end": { "line": 360, "column": 50 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fltValue", "range": [ 12785, 12793 ], "loc": { "start": { "line": 361, "column": 12 }, "end": { "line": 361, "column": 20 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 12796, 12797 ], "loc": { "start": { "line": 361, "column": 23 }, "end": { "line": 361, "column": 24 } } }, "property": { "type": "Identifier", "name": "getAttribute", "range": [ 12798, 12810 ], "loc": { "start": { "line": 361, "column": 25 }, "end": { "line": 361, "column": 37 } } }, "range": [ 12796, 12810 ], "loc": { "start": { "line": 361, "column": 23 }, "end": { "line": 361, "column": 37 } } }, "arguments": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 12811, 12818 ], "loc": { "start": { "line": 361, "column": 38 }, "end": { "line": 361, "column": 45 } } } ], "range": [ 12796, 12819 ], "loc": { "start": { "line": 361, "column": 23 }, "end": { "line": 361, "column": 46 } } }, "range": [ 12785, 12819 ], "loc": { "start": { "line": 361, "column": 12 }, "end": { "line": 361, "column": 46 } } } ], "kind": "var", "range": [ 12781, 12820 ], "loc": { "start": { "line": 361, "column": 8 }, "end": { "line": 361, "column": 47 } }, "trailingComments": [ { "type": "Line", "value": "filter value (ul tag)", "range": [ 12821, 12844 ], "loc": { "start": { "line": 361, "column": 48 }, "end": { "line": 361, "column": 71 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fltIndexes", "range": [ 12858, 12868 ], "loc": { "start": { "line": 362, "column": 12 }, "end": { "line": 362, "column": 22 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 12871, 12872 ], "loc": { "start": { "line": 362, "column": 25 }, "end": { "line": 362, "column": 26 } } }, "property": { "type": "Identifier", "name": "getAttribute", "range": [ 12873, 12885 ], "loc": { "start": { "line": 362, "column": 27 }, "end": { "line": 362, "column": 39 } } }, "range": [ 12871, 12885 ], "loc": { "start": { "line": 362, "column": 25 }, "end": { "line": 362, "column": 39 } } }, "arguments": [ { "type": "Literal", "value": "indexes", "raw": "'indexes'", "range": [ 12886, 12895 ], "loc": { "start": { "line": 362, "column": 40 }, "end": { "line": 362, "column": 49 } } } ], "range": [ 12871, 12896 ], "loc": { "start": { "line": 362, "column": 25 }, "end": { "line": 362, "column": 50 } } }, "range": [ 12858, 12896 ], "loc": { "start": { "line": 362, "column": 12 }, "end": { "line": 362, "column": 50 } } } ], "kind": "var", "range": [ 12854, 12897 ], "loc": { "start": { "line": 362, "column": 8 }, "end": { "line": 362, "column": 51 } }, "leadingComments": [ { "type": "Line", "value": "filter value (ul tag)", "range": [ 12821, 12844 ], "loc": { "start": { "line": 361, "column": 48 }, "end": { "line": 361, "column": 71 } } } ], "trailingComments": [ { "type": "Line", "value": "selected items (ul tag)", "range": [ 12898, 12923 ], "loc": { "start": { "line": 362, "column": 52 }, "end": { "line": 362, "column": 77 } } } ] }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 12938, 12939 ], "loc": { "start": { "line": 364, "column": 11 }, "end": { "line": 364, "column": 12 } } }, "property": { "type": "Identifier", "name": "checked", "range": [ 12940, 12947 ], "loc": { "start": { "line": 364, "column": 13 }, "end": { "line": 364, "column": 20 } } }, "range": [ 12938, 12947 ], "loc": { "start": { "line": 364, "column": 11 }, "end": { "line": 364, "column": 20 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "chkValue", "range": [ 12995, 13003 ], "loc": { "start": { "line": 366, "column": 15 }, "end": { "line": 366, "column": 23 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 13006, 13008 ], "loc": { "start": { "line": 366, "column": 26 }, "end": { "line": 366, "column": 28 } } }, "range": [ 12995, 13008 ], "loc": { "start": { "line": 366, "column": 15 }, "end": { "line": 366, "column": 28 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "Identifier", "name": "fltIndexes", "range": [ 13032, 13042 ], "loc": { "start": { "line": 367, "column": 20 }, "end": { "line": 367, "column": 30 } } }, "right": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "fltIndexes", "range": [ 13046, 13056 ], "loc": { "start": { "line": 367, "column": 34 }, "end": { "line": 367, "column": 44 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 13059, 13061 ], "loc": { "start": { "line": 367, "column": 47 }, "end": { "line": 367, "column": 49 } } }, "range": [ 13046, 13061 ], "loc": { "start": { "line": 367, "column": 34 }, "end": { "line": 367, "column": 49 } } }, "range": [ 13032, 13061 ], "loc": { "start": { "line": 367, "column": 20 }, "end": { "line": 367, "column": 49 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "indSplit", "range": [ 13127, 13135 ], "loc": { "start": { "line": 369, "column": 24 }, "end": { "line": 369, "column": 32 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fltIndexes", "range": [ 13138, 13148 ], "loc": { "start": { "line": 369, "column": 35 }, "end": { "line": 369, "column": 45 } } }, "property": { "type": "Identifier", "name": "split", "range": [ 13149, 13154 ], "loc": { "start": { "line": 369, "column": 46 }, "end": { "line": 369, "column": 51 } } }, "range": [ 13138, 13154 ], "loc": { "start": { "line": 369, "column": 35 }, "end": { "line": 369, "column": 51 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13155, 13157 ], "loc": { "start": { "line": 369, "column": 52 }, "end": { "line": 369, "column": 54 } } }, "property": { "type": "Identifier", "name": "separator", "range": [ 13158, 13167 ], "loc": { "start": { "line": 369, "column": 55 }, "end": { "line": 369, "column": 64 } } }, "range": [ 13155, 13167 ], "loc": { "start": { "line": 369, "column": 52 }, "end": { "line": 369, "column": 64 } } } ], "range": [ 13138, 13168 ], "loc": { "start": { "line": 369, "column": 35 }, "end": { "line": 369, "column": 65 } } }, "range": [ 13127, 13168 ], "loc": { "start": { "line": 369, "column": 24 }, "end": { "line": 369, "column": 65 } } } ], "kind": "var", "range": [ 13123, 13169 ], "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 66 } }, "leadingComments": [ { "type": "Line", "value": "items indexes", "range": [ 13086, 13101 ], "loc": { "start": { "line": 368, "column": 20 }, "end": { "line": 368, "column": 35 } } } ], "trailingComments": [ { "type": "Line", "value": "checked items loop", "range": [ 13191, 13211 ], "loc": { "start": { "line": 370, "column": 20 }, "end": { "line": 370, "column": 40 } } } ] }, { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "u", "range": [ 13241, 13242 ], "loc": { "start": { "line": 371, "column": 28 }, "end": { "line": 371, "column": 29 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 13243, 13244 ], "loc": { "start": { "line": 371, "column": 30 }, "end": { "line": 371, "column": 31 } } }, "range": [ 13241, 13244 ], "loc": { "start": { "line": 371, "column": 28 }, "end": { "line": 371, "column": 31 } } } ], "kind": "var", "range": [ 13237, 13244 ], "loc": { "start": { "line": 371, "column": 24 }, "end": { "line": 371, "column": 31 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "u", "range": [ 13246, 13247 ], "loc": { "start": { "line": 371, "column": 33 }, "end": { "line": 371, "column": 34 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "indSplit", "range": [ 13248, 13256 ], "loc": { "start": { "line": 371, "column": 35 }, "end": { "line": 371, "column": 43 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 13257, 13263 ], "loc": { "start": { "line": 371, "column": 44 }, "end": { "line": 371, "column": 50 } } }, "range": [ 13248, 13263 ], "loc": { "start": { "line": 371, "column": 35 }, "end": { "line": 371, "column": 50 } } }, "range": [ 13246, 13263 ], "loc": { "start": { "line": 371, "column": 33 }, "end": { "line": 371, "column": 50 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "u", "range": [ 13265, 13266 ], "loc": { "start": { "line": 371, "column": 52 }, "end": { "line": 371, "column": 53 } } }, "prefix": false, "range": [ 13265, 13268 ], "loc": { "start": { "line": 371, "column": 52 }, "end": { "line": 371, "column": 55 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cChk", "range": [ 13340, 13344 ], "loc": { "start": { "line": 373, "column": 28 }, "end": { "line": 373, "column": 32 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 13347, 13350 ], "loc": { "start": { "line": 373, "column": 35 }, "end": { "line": 373, "column": 38 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 13351, 13353 ], "loc": { "start": { "line": 373, "column": 39 }, "end": { "line": 373, "column": 41 } } }, "range": [ 13347, 13353 ], "loc": { "start": { "line": 373, "column": 35 }, "end": { "line": 373, "column": 41 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13354, 13356 ], "loc": { "start": { "line": 373, "column": 42 }, "end": { "line": 373, "column": 44 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 13357, 13363 ], "loc": { "start": { "line": 373, "column": 45 }, "end": { "line": 373, "column": 51 } } }, "range": [ 13354, 13363 ], "loc": { "start": { "line": 373, "column": 42 }, "end": { "line": 373, "column": 51 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 13364, 13372 ], "loc": { "start": { "line": 373, "column": 52 }, "end": { "line": 373, "column": 60 } } }, "range": [ 13354, 13373 ], "loc": { "start": { "line": 373, "column": 42 }, "end": { "line": 373, "column": 61 } } }, "right": { "type": "Literal", "value": "_", "raw": "'_'", "range": [ 13374, 13377 ], "loc": { "start": { "line": 373, "column": 62 }, "end": { "line": 373, "column": 65 } } }, "range": [ 13354, 13377 ], "loc": { "start": { "line": 373, "column": 42 }, "end": { "line": 373, "column": 65 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "indSplit", "range": [ 13378, 13386 ], "loc": { "start": { "line": 373, "column": 66 }, "end": { "line": 373, "column": 74 } } }, "property": { "type": "Identifier", "name": "u", "range": [ 13387, 13388 ], "loc": { "start": { "line": 373, "column": 75 }, "end": { "line": 373, "column": 76 } } }, "range": [ 13378, 13389 ], "loc": { "start": { "line": 373, "column": 66 }, "end": { "line": 373, "column": 77 } } }, "range": [ 13354, 13389 ], "loc": { "start": { "line": 373, "column": 42 }, "end": { "line": 373, "column": 77 } } } ], "range": [ 13347, 13390 ], "loc": { "start": { "line": 373, "column": 35 }, "end": { "line": 373, "column": 78 } } }, "range": [ 13340, 13390 ], "loc": { "start": { "line": 373, "column": 28 }, "end": { "line": 373, "column": 78 } } } ], "kind": "var", "range": [ 13336, 13391 ], "loc": { "start": { "line": 373, "column": 24 }, "end": { "line": 373, "column": 79 } }, "leadingComments": [ { "type": "Line", "value": "checked item", "range": [ 13296, 13310 ], "loc": { "start": { "line": 372, "column": 24 }, "end": { "line": 372, "column": 38 } } } ] }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "cChk", "range": [ 13420, 13424 ], "loc": { "start": { "line": 374, "column": 27 }, "end": { "line": 374, "column": 31 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cChk", "range": [ 13456, 13460 ], "loc": { "start": { "line": 375, "column": 28 }, "end": { "line": 375, "column": 32 } } }, "property": { "type": "Identifier", "name": "checked", "range": [ 13461, 13468 ], "loc": { "start": { "line": 375, "column": 33 }, "end": { "line": 375, "column": 40 } } }, "range": [ 13456, 13468 ], "loc": { "start": { "line": 375, "column": 28 }, "end": { "line": 375, "column": 40 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 13471, 13476 ], "loc": { "start": { "line": 375, "column": 43 }, "end": { "line": 375, "column": 48 } } }, "range": [ 13456, 13476 ], "loc": { "start": { "line": 375, "column": 28 }, "end": { "line": 375, "column": 48 } } }, "range": [ 13456, 13477 ], "loc": { "start": { "line": 375, "column": 28 }, "end": { "line": 375, "column": 49 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 13507, 13510 ], "loc": { "start": { "line": 376, "column": 28 }, "end": { "line": 376, "column": 31 } } }, "property": { "type": "Identifier", "name": "removeClass", "range": [ 13511, 13522 ], "loc": { "start": { "line": 376, "column": 32 }, "end": { "line": 376, "column": 43 } } }, "range": [ 13507, 13522 ], "loc": { "start": { "line": 376, "column": 28 }, "end": { "line": 376, "column": 43 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 13557, 13558 ], "loc": { "start": { "line": 377, "column": 32 }, "end": { "line": 377, "column": 33 } } }, "property": { "type": "Identifier", "name": "childNodes", "range": [ 13559, 13569 ], "loc": { "start": { "line": 377, "column": 34 }, "end": { "line": 377, "column": 44 } } }, "range": [ 13557, 13569 ], "loc": { "start": { "line": 377, "column": 32 }, "end": { "line": 377, "column": 44 } } }, "property": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "indSplit", "range": [ 13570, 13578 ], "loc": { "start": { "line": 377, "column": 45 }, "end": { "line": 377, "column": 53 } } }, "property": { "type": "Identifier", "name": "u", "range": [ 13579, 13580 ], "loc": { "start": { "line": 377, "column": 54 }, "end": { "line": 377, "column": 55 } } }, "range": [ 13570, 13581 ], "loc": { "start": { "line": 377, "column": 45 }, "end": { "line": 377, "column": 56 } } }, "range": [ 13557, 13582 ], "loc": { "start": { "line": 377, "column": 32 }, "end": { "line": 377, "column": 57 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13617, 13621 ], "loc": { "start": { "line": 378, "column": 32 }, "end": { "line": 378, "column": 36 } } }, "property": { "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ 13622, 13646 ], "loc": { "start": { "line": 378, "column": 37 }, "end": { "line": 378, "column": 61 } } }, "range": [ 13617, 13646 ], "loc": { "start": { "line": 378, "column": 32 }, "end": { "line": 378, "column": 61 } } } ], "range": [ 13507, 13677 ], "loc": { "start": { "line": 376, "column": 28 }, "end": { "line": 379, "column": 29 } } }, "range": [ 13507, 13678 ], "loc": { "start": { "line": 376, "column": 28 }, "end": { "line": 379, "column": 30 } } } ], "range": [ 13425, 13705 ], "loc": { "start": { "line": 374, "column": 32 }, "end": { "line": 380, "column": 25 } } }, "alternate": null, "range": [ 13417, 13705 ], "loc": { "start": { "line": 374, "column": 24 }, "end": { "line": 380, "column": 25 } } } ], "range": [ 13269, 13728 ], "loc": { "start": { "line": 371, "column": 56 }, "end": { "line": 381, "column": 21 } } }, "range": [ 13233, 13728 ], "loc": { "start": { "line": 371, "column": 20 }, "end": { "line": 381, "column": 21 } }, "leadingComments": [ { "type": "Line", "value": "checked items loop", "range": [ 13191, 13211 ], "loc": { "start": { "line": 370, "column": 20 }, "end": { "line": 370, "column": 40 } } } ] } ], "range": [ 13063, 13747 ], "loc": { "start": { "line": 367, "column": 51 }, "end": { "line": 382, "column": 17 } } }, "alternate": null, "range": [ 13028, 13747 ], "loc": { "start": { "line": 367, "column": 16 }, "end": { "line": 382, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 13765, 13766 ], "loc": { "start": { "line": 383, "column": 16 }, "end": { "line": 383, "column": 17 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 13767, 13779 ], "loc": { "start": { "line": 383, "column": 18 }, "end": { "line": 383, "column": 30 } } }, "range": [ 13765, 13779 ], "loc": { "start": { "line": 383, "column": 16 }, "end": { "line": 383, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 13780, 13787 ], "loc": { "start": { "line": 383, "column": 31 }, "end": { "line": 383, "column": 38 } } }, { "type": "Literal", "value": "", "raw": "''", "range": [ 13789, 13791 ], "loc": { "start": { "line": 383, "column": 40 }, "end": { "line": 383, "column": 42 } } } ], "range": [ 13765, 13792 ], "loc": { "start": { "line": 383, "column": 16 }, "end": { "line": 383, "column": 43 } } }, "range": [ 13765, 13793 ], "loc": { "start": { "line": 383, "column": 16 }, "end": { "line": 383, "column": 44 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 13811, 13812 ], "loc": { "start": { "line": 384, "column": 16 }, "end": { "line": 384, "column": 17 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 13813, 13825 ], "loc": { "start": { "line": 384, "column": 18 }, "end": { "line": 384, "column": 30 } } }, "range": [ 13811, 13825 ], "loc": { "start": { "line": 384, "column": 16 }, "end": { "line": 384, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "indexes", "raw": "'indexes'", "range": [ 13826, 13835 ], "loc": { "start": { "line": 384, "column": 31 }, "end": { "line": 384, "column": 40 } } }, { "type": "Literal", "value": "", "raw": "''", "range": [ 13837, 13839 ], "loc": { "start": { "line": 384, "column": 42 }, "end": { "line": 384, "column": 44 } } } ], "range": [ 13811, 13840 ], "loc": { "start": { "line": 384, "column": 16 }, "end": { "line": 384, "column": 45 } } }, "range": [ 13811, 13841 ], "loc": { "start": { "line": 384, "column": 16 }, "end": { "line": 384, "column": 46 } } } ], "range": [ 13009, 13858 ], "loc": { "start": { "line": 366, "column": 29 }, "end": { "line": 386, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "fltValue", "range": [ 13883, 13891 ], "loc": { "start": { "line": 387, "column": 16 }, "end": { "line": 387, "column": 24 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "Identifier", "name": "fltValue", "range": [ 13895, 13903 ], "loc": { "start": { "line": 387, "column": 28 }, "end": { "line": 387, "column": 36 } } }, "consequent": { "type": "Identifier", "name": "fltValue", "range": [ 13907, 13915 ], "loc": { "start": { "line": 387, "column": 40 }, "end": { "line": 387, "column": 48 } } }, "alternate": { "type": "Literal", "value": "", "raw": "''", "range": [ 13918, 13920 ], "loc": { "start": { "line": 387, "column": 51 }, "end": { "line": 387, "column": 53 } } }, "range": [ 13894, 13920 ], "loc": { "start": { "line": 387, "column": 27 }, "end": { "line": 387, "column": 53 } } }, "range": [ 13883, 13920 ], "loc": { "start": { "line": 387, "column": 16 }, "end": { "line": 387, "column": 53 } } }, "range": [ 13883, 13921 ], "loc": { "start": { "line": 387, "column": 16 }, "end": { "line": 387, "column": 54 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "chkValue", "range": [ 13939, 13947 ], "loc": { "start": { "line": 388, "column": 16 }, "end": { "line": 388, "column": 24 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 13950, 13953 ], "loc": { "start": { "line": 388, "column": 27 }, "end": { "line": 388, "column": 30 } } }, "property": { "type": "Identifier", "name": "trim", "range": [ 13954, 13958 ], "loc": { "start": { "line": 388, "column": 31 }, "end": { "line": 388, "column": 35 } } }, "range": [ 13950, 13958 ], "loc": { "start": { "line": 388, "column": 27 }, "end": { "line": 388, "column": 35 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "fltValue", "range": [ 13981, 13989 ], "loc": { "start": { "line": 389, "column": 20 }, "end": { "line": 389, "column": 28 } } }, "right": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 13990, 13993 ], "loc": { "start": { "line": 389, "column": 29 }, "end": { "line": 389, "column": 32 } } }, "range": [ 13981, 13993 ], "loc": { "start": { "line": 389, "column": 20 }, "end": { "line": 389, "column": 32 } } }, "right": { "type": "Identifier", "name": "chkValue", "range": [ 13994, 14002 ], "loc": { "start": { "line": 389, "column": 33 }, "end": { "line": 389, "column": 41 } } }, "range": [ 13981, 14002 ], "loc": { "start": { "line": 389, "column": 20 }, "end": { "line": 389, "column": 41 } } }, "right": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 14003, 14006 ], "loc": { "start": { "line": 389, "column": 42 }, "end": { "line": 389, "column": 45 } } }, "range": [ 13981, 14006 ], "loc": { "start": { "line": 389, "column": 20 }, "end": { "line": 389, "column": 45 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14007, 14009 ], "loc": { "start": { "line": 389, "column": 46 }, "end": { "line": 389, "column": 48 } } }, "property": { "type": "Identifier", "name": "orOperator", "range": [ 14010, 14020 ], "loc": { "start": { "line": 389, "column": 49 }, "end": { "line": 389, "column": 59 } } }, "range": [ 14007, 14020 ], "loc": { "start": { "line": 389, "column": 46 }, "end": { "line": 389, "column": 59 } } }, "range": [ 13981, 14020 ], "loc": { "start": { "line": 389, "column": 20 }, "end": { "line": 389, "column": 59 } } } ], "range": [ 13950, 14021 ], "loc": { "start": { "line": 388, "column": 27 }, "end": { "line": 389, "column": 60 } } }, "range": [ 13939, 14021 ], "loc": { "start": { "line": 388, "column": 16 }, "end": { "line": 389, "column": 60 } } }, "range": [ 13939, 14022 ], "loc": { "start": { "line": 388, "column": 16 }, "end": { "line": 389, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "chkIndex", "range": [ 14040, 14048 ], "loc": { "start": { "line": 390, "column": 16 }, "end": { "line": 390, "column": 24 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "fltIndexes", "range": [ 14051, 14061 ], "loc": { "start": { "line": 390, "column": 27 }, "end": { "line": 390, "column": 37 } } }, "right": { "type": "Identifier", "name": "chkIndex", "range": [ 14064, 14072 ], "loc": { "start": { "line": 390, "column": 40 }, "end": { "line": 390, "column": 48 } } }, "range": [ 14051, 14072 ], "loc": { "start": { "line": 390, "column": 27 }, "end": { "line": 390, "column": 48 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14075, 14077 ], "loc": { "start": { "line": 390, "column": 51 }, "end": { "line": 390, "column": 53 } } }, "property": { "type": "Identifier", "name": "separator", "range": [ 14078, 14087 ], "loc": { "start": { "line": 390, "column": 54 }, "end": { "line": 390, "column": 63 } } }, "range": [ 14075, 14087 ], "loc": { "start": { "line": 390, "column": 51 }, "end": { "line": 390, "column": 63 } } }, "range": [ 14051, 14087 ], "loc": { "start": { "line": 390, "column": 27 }, "end": { "line": 390, "column": 63 } } }, "range": [ 14040, 14087 ], "loc": { "start": { "line": 390, "column": 16 }, "end": { "line": 390, "column": 63 } } }, "range": [ 14040, 14088 ], "loc": { "start": { "line": 390, "column": 16 }, "end": { "line": 390, "column": 64 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 14106, 14107 ], "loc": { "start": { "line": 391, "column": 16 }, "end": { "line": 391, "column": 17 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 14108, 14120 ], "loc": { "start": { "line": 391, "column": 18 }, "end": { "line": 391, "column": 30 } } }, "range": [ 14106, 14120 ], "loc": { "start": { "line": 391, "column": 16 }, "end": { "line": 391, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 14121, 14128 ], "loc": { "start": { "line": 391, "column": 31 }, "end": { "line": 391, "column": 38 } } }, { "type": "Identifier", "name": "chkValue", "range": [ 14130, 14138 ], "loc": { "start": { "line": 391, "column": 40 }, "end": { "line": 391, "column": 48 } } } ], "range": [ 14106, 14140 ], "loc": { "start": { "line": 391, "column": 16 }, "end": { "line": 391, "column": 50 } } }, "range": [ 14106, 14141 ], "loc": { "start": { "line": 391, "column": 16 }, "end": { "line": 391, "column": 51 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 14159, 14160 ], "loc": { "start": { "line": 392, "column": 16 }, "end": { "line": 392, "column": 17 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 14161, 14173 ], "loc": { "start": { "line": 392, "column": 18 }, "end": { "line": 392, "column": 30 } } }, "range": [ 14159, 14173 ], "loc": { "start": { "line": 392, "column": 16 }, "end": { "line": 392, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "indexes", "raw": "'indexes'", "range": [ 14174, 14183 ], "loc": { "start": { "line": 392, "column": 31 }, "end": { "line": 392, "column": 40 } } }, { "type": "Identifier", "name": "chkIndex", "range": [ 14185, 14193 ], "loc": { "start": { "line": 392, "column": 42 }, "end": { "line": 392, "column": 50 } } } ], "range": [ 14159, 14194 ], "loc": { "start": { "line": 392, "column": 16 }, "end": { "line": 392, "column": 51 } } }, "range": [ 14159, 14195 ], "loc": { "start": { "line": 392, "column": 16 }, "end": { "line": 392, "column": 52 } }, "trailingComments": [ { "type": "Line", "value": "1st option unchecked", "range": [ 14213, 14235 ], "loc": { "start": { "line": 393, "column": 16 }, "end": { "line": 393, "column": 38 } } } ] }, { "type": "IfStatement", "test": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 14256, 14259 ], "loc": { "start": { "line": 394, "column": 19 }, "end": { "line": 394, "column": 22 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 14260, 14262 ], "loc": { "start": { "line": 394, "column": 23 }, "end": { "line": 394, "column": 25 } } }, "range": [ 14256, 14262 ], "loc": { "start": { "line": 394, "column": 19 }, "end": { "line": 394, "column": 25 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14263, 14265 ], "loc": { "start": { "line": 394, "column": 26 }, "end": { "line": 394, "column": 28 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 14266, 14272 ], "loc": { "start": { "line": 394, "column": 29 }, "end": { "line": 394, "column": 35 } } }, "range": [ 14263, 14272 ], "loc": { "start": { "line": 394, "column": 26 }, "end": { "line": 394, "column": 35 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 14273, 14281 ], "loc": { "start": { "line": 394, "column": 36 }, "end": { "line": 394, "column": 44 } } }, "range": [ 14263, 14282 ], "loc": { "start": { "line": 394, "column": 26 }, "end": { "line": 394, "column": 45 } } }, "right": { "type": "Literal", "value": "_0", "raw": "'_0'", "range": [ 14283, 14287 ], "loc": { "start": { "line": 394, "column": 46 }, "end": { "line": 394, "column": 50 } } }, "range": [ 14263, 14287 ], "loc": { "start": { "line": 394, "column": 26 }, "end": { "line": 394, "column": 50 } } } ], "range": [ 14256, 14288 ], "loc": { "start": { "line": 394, "column": 19 }, "end": { "line": 394, "column": 51 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 14312, 14315 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 23 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 14316, 14318 ], "loc": { "start": { "line": 395, "column": 24 }, "end": { "line": 395, "column": 26 } } }, "range": [ 14312, 14318 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 26 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14319, 14321 ], "loc": { "start": { "line": 395, "column": 27 }, "end": { "line": 395, "column": 29 } } }, "property": { "type": "Identifier", "name": "fltIds", "range": [ 14322, 14328 ], "loc": { "start": { "line": 395, "column": 30 }, "end": { "line": 395, "column": 36 } } }, "range": [ 14319, 14328 ], "loc": { "start": { "line": 395, "column": 27 }, "end": { "line": 395, "column": 36 } } }, "property": { "type": "Identifier", "name": "colIndex", "range": [ 14329, 14337 ], "loc": { "start": { "line": 395, "column": 37 }, "end": { "line": 395, "column": 45 } } }, "range": [ 14319, 14338 ], "loc": { "start": { "line": 395, "column": 27 }, "end": { "line": 395, "column": 46 } } }, "right": { "type": "Literal", "value": "_0", "raw": "'_0'", "range": [ 14339, 14343 ], "loc": { "start": { "line": 395, "column": 47 }, "end": { "line": 395, "column": 51 } } }, "range": [ 14319, 14343 ], "loc": { "start": { "line": 395, "column": 27 }, "end": { "line": 395, "column": 51 } } } ], "range": [ 14312, 14344 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 52 } } }, "property": { "type": "Identifier", "name": "checked", "range": [ 14345, 14352 ], "loc": { "start": { "line": 395, "column": 53 }, "end": { "line": 395, "column": 60 } } }, "range": [ 14312, 14352 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 60 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 14355, 14360 ], "loc": { "start": { "line": 395, "column": 63 }, "end": { "line": 395, "column": 68 } } }, "range": [ 14312, 14360 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 68 } } }, "range": [ 14312, 14361 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 69 } } } ], "range": [ 14289, 14380 ], "loc": { "start": { "line": 394, "column": 52 }, "end": { "line": 396, "column": 17 } } }, "alternate": null, "range": [ 14253, 14380 ], "loc": { "start": { "line": 394, "column": 16 }, "end": { "line": 396, "column": 17 } }, "leadingComments": [ { "type": "Line", "value": "1st option unchecked", "range": [ 14213, 14235 ], "loc": { "start": { "line": 393, "column": 16 }, "end": { "line": 393, "column": 38 } } } ] } ], "range": [ 13864, 14395 ], "loc": { "start": { "line": 386, "column": 19 }, "end": { "line": 397, "column": 13 } } }, "range": [ 12992, 14395 ], "loc": { "start": { "line": 366, "column": 12 }, "end": { "line": 397, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": "show all item", "range": [ 12963, 12978 ], "loc": { "start": { "line": 365, "column": 12 }, "end": { "line": 365, "column": 27 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 14414, 14417 ], "loc": { "start": { "line": 399, "column": 15 }, "end": { "line": 399, "column": 18 } } }, "property": { "type": "Identifier", "name": "lower", "range": [ 14418, 14423 ], "loc": { "start": { "line": 399, "column": 19 }, "end": { "line": 399, "column": 24 } } }, "range": [ 14414, 14423 ], "loc": { "start": { "line": 399, "column": 15 }, "end": { "line": 399, "column": 24 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 14424, 14426 ], "loc": { "start": { "line": 399, "column": 25 }, "end": { "line": 399, "column": 27 } } }, "property": { "type": "Identifier", "name": "nodeName", "range": [ 14427, 14435 ], "loc": { "start": { "line": 399, "column": 28 }, "end": { "line": 399, "column": 36 } } }, "range": [ 14424, 14435 ], "loc": { "start": { "line": 399, "column": 25 }, "end": { "line": 399, "column": 36 } } } ], "range": [ 14414, 14436 ], "loc": { "start": { "line": 399, "column": 15 }, "end": { "line": 399, "column": 37 } } }, "right": { "type": "Identifier", "name": "itemTag", "range": [ 14441, 14448 ], "loc": { "start": { "line": 399, "column": 42 }, "end": { "line": 399, "column": 49 } } }, "range": [ 14414, 14448 ], "loc": { "start": { "line": 399, "column": 15 }, "end": { "line": 399, "column": 49 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 14468, 14471 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 19 } } }, "property": { "type": "Identifier", "name": "removeClass", "range": [ 14472, 14483 ], "loc": { "start": { "line": 400, "column": 20 }, "end": { "line": 400, "column": 31 } } }, "range": [ 14468, 14483 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 31 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 14506, 14507 ], "loc": { "start": { "line": 401, "column": 20 }, "end": { "line": 401, "column": 21 } } }, "property": { "type": "Identifier", "name": "childNodes", "range": [ 14508, 14518 ], "loc": { "start": { "line": 401, "column": 22 }, "end": { "line": 401, "column": 32 } } }, "range": [ 14506, 14518 ], "loc": { "start": { "line": 401, "column": 20 }, "end": { "line": 401, "column": 32 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 14519, 14520 ], "loc": { "start": { "line": 401, "column": 33 }, "end": { "line": 401, "column": 34 } } }, "range": [ 14506, 14521 ], "loc": { "start": { "line": 401, "column": 20 }, "end": { "line": 401, "column": 35 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14523, 14527 ], "loc": { "start": { "line": 401, "column": 37 }, "end": { "line": 401, "column": 41 } } }, "property": { "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ 14528, 14552 ], "loc": { "start": { "line": 401, "column": 42 }, "end": { "line": 401, "column": 66 } } }, "range": [ 14523, 14552 ], "loc": { "start": { "line": 401, "column": 37 }, "end": { "line": 401, "column": 66 } } } ], "range": [ 14468, 14553 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 401, "column": 67 } } }, "range": [ 14468, 14554 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 401, "column": 68 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 14572, 14575 ], "loc": { "start": { "line": 402, "column": 16 }, "end": { "line": 402, "column": 19 } } }, "property": { "type": "Identifier", "name": "addClass", "range": [ 14576, 14584 ], "loc": { "start": { "line": 402, "column": 20 }, "end": { "line": 402, "column": 28 } } }, "range": [ 14572, 14584 ], "loc": { "start": { "line": 402, "column": 16 }, "end": { "line": 402, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "li", "range": [ 14585, 14587 ], "loc": { "start": { "line": 402, "column": 29 }, "end": { "line": 402, "column": 31 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14589, 14593 ], "loc": { "start": { "line": 402, "column": 33 }, "end": { "line": 402, "column": 37 } } }, "property": { "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ 14594, 14618 ], "loc": { "start": { "line": 402, "column": 38 }, "end": { "line": 402, "column": 62 } } }, "range": [ 14589, 14618 ], "loc": { "start": { "line": 402, "column": 33 }, "end": { "line": 402, "column": 62 } } } ], "range": [ 14572, 14619 ], "loc": { "start": { "line": 402, "column": 16 }, "end": { "line": 402, "column": 63 } } }, "range": [ 14572, 14620 ], "loc": { "start": { "line": 402, "column": 16 }, "end": { "line": 402, "column": 64 } } } ], "range": [ 14449, 14635 ], "loc": { "start": { "line": 399, "column": 50 }, "end": { "line": 403, "column": 13 } } }, "alternate": null, "range": [ 14411, 14635 ], "loc": { "start": { "line": 399, "column": 12 }, "end": { "line": 403, "column": 13 } } } ], "range": [ 12948, 14646 ], "loc": { "start": { "line": 364, "column": 21 }, "end": { "line": 404, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "chkValue", "range": [ 14699, 14707 ], "loc": { "start": { "line": 405, "column": 15 }, "end": { "line": 405, "column": 23 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 14710, 14712 ], "loc": { "start": { "line": 405, "column": 26 }, "end": { "line": 405, "column": 28 } } }, "range": [ 14699, 14712 ], "loc": { "start": { "line": 405, "column": 15 }, "end": { "line": 405, "column": 28 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "replaceValue", "range": [ 14736, 14748 ], "loc": { "start": { "line": 406, "column": 20 }, "end": { "line": 406, "column": 32 } } }, "init": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "RegExp", "range": [ 14755, 14761 ], "loc": { "start": { "line": 406, "column": 39 }, "end": { "line": 406, "column": 45 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 14788, 14791 ], "loc": { "start": { "line": 407, "column": 24 }, "end": { "line": 407, "column": 27 } } }, "property": { "type": "Identifier", "name": "rgxEsc", "range": [ 14792, 14798 ], "loc": { "start": { "line": 407, "column": 28 }, "end": { "line": 407, "column": 34 } } }, "range": [ 14788, 14798 ], "loc": { "start": { "line": 407, "column": 24 }, "end": { "line": 407, "column": 34 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "chkValue", "range": [ 14799, 14807 ], "loc": { "start": { "line": 407, "column": 35 }, "end": { "line": 407, "column": 43 } } }, "right": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 14808, 14811 ], "loc": { "start": { "line": 407, "column": 44 }, "end": { "line": 407, "column": 47 } } }, "range": [ 14799, 14811 ], "loc": { "start": { "line": 407, "column": 35 }, "end": { "line": 407, "column": 47 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14812, 14814 ], "loc": { "start": { "line": 407, "column": 48 }, "end": { "line": 407, "column": 50 } } }, "property": { "type": "Identifier", "name": "orOperator", "range": [ 14815, 14825 ], "loc": { "start": { "line": 407, "column": 51 }, "end": { "line": 407, "column": 61 } } }, "range": [ 14812, 14825 ], "loc": { "start": { "line": 407, "column": 48 }, "end": { "line": 407, "column": 61 } } }, "range": [ 14799, 14825 ], "loc": { "start": { "line": 407, "column": 35 }, "end": { "line": 407, "column": 61 } } } ], "range": [ 14788, 14826 ], "loc": { "start": { "line": 407, "column": 24 }, "end": { "line": 407, "column": 62 } } } ], "range": [ 14751, 14827 ], "loc": { "start": { "line": 406, "column": 35 }, "end": { "line": 407, "column": 63 } } }, "range": [ 14736, 14827 ], "loc": { "start": { "line": 406, "column": 20 }, "end": { "line": 407, "column": 63 } } } ], "kind": "var", "range": [ 14732, 14828 ], "loc": { "start": { "line": 406, "column": 16 }, "end": { "line": 407, "column": 64 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "fltValue", "range": [ 14846, 14854 ], "loc": { "start": { "line": 408, "column": 16 }, "end": { "line": 408, "column": 24 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fltValue", "range": [ 14857, 14865 ], "loc": { "start": { "line": 408, "column": 27 }, "end": { "line": 408, "column": 35 } } }, "property": { "type": "Identifier", "name": "replace", "range": [ 14866, 14873 ], "loc": { "start": { "line": 408, "column": 36 }, "end": { "line": 408, "column": 43 } } }, "range": [ 14857, 14873 ], "loc": { "start": { "line": 408, "column": 27 }, "end": { "line": 408, "column": 43 } } }, "arguments": [ { "type": "Identifier", "name": "replaceValue", "range": [ 14874, 14886 ], "loc": { "start": { "line": 408, "column": 44 }, "end": { "line": 408, "column": 56 } } }, { "type": "Literal", "value": "", "raw": "''", "range": [ 14887, 14889 ], "loc": { "start": { "line": 408, "column": 57 }, "end": { "line": 408, "column": 59 } } } ], "range": [ 14857, 14890 ], "loc": { "start": { "line": 408, "column": 27 }, "end": { "line": 408, "column": 60 } } }, "range": [ 14846, 14890 ], "loc": { "start": { "line": 408, "column": 16 }, "end": { "line": 408, "column": 60 } } }, "range": [ 14846, 14891 ], "loc": { "start": { "line": 408, "column": 16 }, "end": { "line": 408, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 14909, 14910 ], "loc": { "start": { "line": 409, "column": 16 }, "end": { "line": 409, "column": 17 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 14911, 14923 ], "loc": { "start": { "line": 409, "column": 18 }, "end": { "line": 409, "column": 30 } } }, "range": [ 14909, 14923 ], "loc": { "start": { "line": 409, "column": 16 }, "end": { "line": 409, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 14924, 14931 ], "loc": { "start": { "line": 409, "column": 31 }, "end": { "line": 409, "column": 38 } } }, { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 14933, 14936 ], "loc": { "start": { "line": 409, "column": 40 }, "end": { "line": 409, "column": 43 } } }, "property": { "type": "Identifier", "name": "trim", "range": [ 14937, 14941 ], "loc": { "start": { "line": 409, "column": 44 }, "end": { "line": 409, "column": 48 } } }, "range": [ 14933, 14941 ], "loc": { "start": { "line": 409, "column": 40 }, "end": { "line": 409, "column": 48 } } }, "arguments": [ { "type": "Identifier", "name": "fltValue", "range": [ 14942, 14950 ], "loc": { "start": { "line": 409, "column": 49 }, "end": { "line": 409, "column": 57 } } } ], "range": [ 14933, 14951 ], "loc": { "start": { "line": 409, "column": 40 }, "end": { "line": 409, "column": 58 } } } ], "range": [ 14909, 14952 ], "loc": { "start": { "line": 409, "column": 16 }, "end": { "line": 409, "column": 59 } } }, "range": [ 14909, 14953 ], "loc": { "start": { "line": 409, "column": 16 }, "end": { "line": 409, "column": 60 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "replaceIndex", "range": [ 14977, 14989 ], "loc": { "start": { "line": 411, "column": 20 }, "end": { "line": 411, "column": 32 } } }, "init": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "RegExp", "range": [ 14996, 15002 ], "loc": { "start": { "line": 411, "column": 39 }, "end": { "line": 411, "column": 45 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 15029, 15032 ], "loc": { "start": { "line": 412, "column": 24 }, "end": { "line": 412, "column": 27 } } }, "property": { "type": "Identifier", "name": "rgxEsc", "range": [ 15033, 15039 ], "loc": { "start": { "line": 412, "column": 28 }, "end": { "line": 412, "column": 34 } } }, "range": [ 15029, 15039 ], "loc": { "start": { "line": 412, "column": 24 }, "end": { "line": 412, "column": 34 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "chkIndex", "range": [ 15040, 15048 ], "loc": { "start": { "line": 412, "column": 35 }, "end": { "line": 412, "column": 43 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 15051, 15053 ], "loc": { "start": { "line": 412, "column": 46 }, "end": { "line": 412, "column": 48 } } }, "property": { "type": "Identifier", "name": "separator", "range": [ 15054, 15063 ], "loc": { "start": { "line": 412, "column": 49 }, "end": { "line": 412, "column": 58 } } }, "range": [ 15051, 15063 ], "loc": { "start": { "line": 412, "column": 46 }, "end": { "line": 412, "column": 58 } } }, "range": [ 15040, 15063 ], "loc": { "start": { "line": 412, "column": 35 }, "end": { "line": 412, "column": 58 } } } ], "range": [ 15029, 15064 ], "loc": { "start": { "line": 412, "column": 24 }, "end": { "line": 412, "column": 59 } } } ], "range": [ 14992, 15065 ], "loc": { "start": { "line": 411, "column": 35 }, "end": { "line": 412, "column": 60 } } }, "range": [ 14977, 15065 ], "loc": { "start": { "line": 411, "column": 20 }, "end": { "line": 412, "column": 60 } } } ], "kind": "var", "range": [ 14973, 15066 ], "loc": { "start": { "line": 411, "column": 16 }, "end": { "line": 412, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "fltIndexes", "range": [ 15084, 15094 ], "loc": { "start": { "line": 413, "column": 16 }, "end": { "line": 413, "column": 26 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fltIndexes", "range": [ 15097, 15107 ], "loc": { "start": { "line": 413, "column": 29 }, "end": { "line": 413, "column": 39 } } }, "property": { "type": "Identifier", "name": "replace", "range": [ 15108, 15115 ], "loc": { "start": { "line": 413, "column": 40 }, "end": { "line": 413, "column": 47 } } }, "range": [ 15097, 15115 ], "loc": { "start": { "line": 413, "column": 29 }, "end": { "line": 413, "column": 47 } } }, "arguments": [ { "type": "Identifier", "name": "replaceIndex", "range": [ 15116, 15128 ], "loc": { "start": { "line": 413, "column": 48 }, "end": { "line": 413, "column": 60 } } }, { "type": "Literal", "value": "", "raw": "''", "range": [ 15130, 15132 ], "loc": { "start": { "line": 413, "column": 62 }, "end": { "line": 413, "column": 64 } } } ], "range": [ 15097, 15133 ], "loc": { "start": { "line": 413, "column": 29 }, "end": { "line": 413, "column": 65 } } }, "range": [ 15084, 15133 ], "loc": { "start": { "line": 413, "column": 16 }, "end": { "line": 413, "column": 65 } } }, "range": [ 15084, 15134 ], "loc": { "start": { "line": 413, "column": 16 }, "end": { "line": 413, "column": 66 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "n", "range": [ 15152, 15153 ], "loc": { "start": { "line": 414, "column": 16 }, "end": { "line": 414, "column": 17 } } }, "property": { "type": "Identifier", "name": "setAttribute", "range": [ 15154, 15166 ], "loc": { "start": { "line": 414, "column": 18 }, "end": { "line": 414, "column": 30 } } }, "range": [ 15152, 15166 ], "loc": { "start": { "line": 414, "column": 16 }, "end": { "line": 414, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "indexes", "raw": "'indexes'", "range": [ 15167, 15176 ], "loc": { "start": { "line": 414, "column": 31 }, "end": { "line": 414, "column": 40 } } }, { "type": "Identifier", "name": "fltIndexes", "range": [ 15178, 15188 ], "loc": { "start": { "line": 414, "column": 42 }, "end": { "line": 414, "column": 52 } } } ], "range": [ 15152, 15189 ], "loc": { "start": { "line": 414, "column": 16 }, "end": { "line": 414, "column": 53 } } }, "range": [ 15152, 15190 ], "loc": { "start": { "line": 414, "column": 16 }, "end": { "line": 414, "column": 54 } } } ], "range": [ 14713, 15205 ], "loc": { "start": { "line": 405, "column": 29 }, "end": { "line": 415, "column": 13 } } }, "alternate": null, "range": [ 14696, 15205 ], "loc": { "start": { "line": 405, "column": 12 }, "end": { "line": 415, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": "removes values and indexes", "range": [ 14654, 14682 ], "loc": { "start": { "line": 404, "column": 17 }, "end": { "line": 404, "column": 45 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 15222, 15225 ], "loc": { "start": { "line": 416, "column": 15 }, "end": { "line": 416, "column": 18 } } }, "property": { "type": "Identifier", "name": "lower", "range": [ 15226, 15231 ], "loc": { "start": { "line": 416, "column": 19 }, "end": { "line": 416, "column": 24 } } }, "range": [ 15222, 15231 ], "loc": { "start": { "line": 416, "column": 15 }, "end": { "line": 416, "column": 24 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "li", "range": [ 15232, 15234 ], "loc": { "start": { "line": 416, "column": 25 }, "end": { "line": 416, "column": 27 } } }, "property": { "type": "Identifier", "name": "nodeName", "range": [ 15235, 15243 ], "loc": { "start": { "line": 416, "column": 28 }, "end": { "line": 416, "column": 36 } } }, "range": [ 15232, 15243 ], "loc": { "start": { "line": 416, "column": 25 }, "end": { "line": 416, "column": 36 } } } ], "range": [ 15222, 15244 ], "loc": { "start": { "line": 416, "column": 15 }, "end": { "line": 416, "column": 37 } } }, "right": { "type": "Identifier", "name": "itemTag", "range": [ 15247, 15254 ], "loc": { "start": { "line": 416, "column": 40 }, "end": { "line": 416, "column": 47 } } }, "range": [ 15222, 15254 ], "loc": { "start": { "line": 416, "column": 15 }, "end": { "line": 416, "column": 47 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 15274, 15277 ], "loc": { "start": { "line": 417, "column": 16 }, "end": { "line": 417, "column": 19 } } }, "property": { "type": "Identifier", "name": "removeClass", "range": [ 15278, 15289 ], "loc": { "start": { "line": 417, "column": 20 }, "end": { "line": 417, "column": 31 } } }, "range": [ 15274, 15289 ], "loc": { "start": { "line": 417, "column": 16 }, "end": { "line": 417, "column": 31 } } }, "arguments": [ { "type": "Identifier", "name": "li", "range": [ 15290, 15292 ], "loc": { "start": { "line": 417, "column": 32 }, "end": { "line": 417, "column": 34 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15294, 15298 ], "loc": { "start": { "line": 417, "column": 36 }, "end": { "line": 417, "column": 40 } } }, "property": { "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ 15299, 15323 ], "loc": { "start": { "line": 417, "column": 41 }, "end": { "line": 417, "column": 65 } } }, "range": [ 15294, 15323 ], "loc": { "start": { "line": 417, "column": 36 }, "end": { "line": 417, "column": 65 } } } ], "range": [ 15274, 15324 ], "loc": { "start": { "line": 417, "column": 16 }, "end": { "line": 417, "column": 66 } } }, "range": [ 15274, 15325 ], "loc": { "start": { "line": 417, "column": 16 }, "end": { "line": 417, "column": 67 } } } ], "range": [ 15255, 15340 ], "loc": { "start": { "line": 416, "column": 48 }, "end": { "line": 418, "column": 13 } } }, "alternate": null, "range": [ 15219, 15340 ], "loc": { "start": { "line": 416, "column": 12 }, "end": { "line": 418, "column": 13 } } } ], "range": [ 14652, 15351 ], "loc": { "start": { "line": 404, "column": 15 }, "end": { "line": 419, "column": 9 } } }, "range": [ 12935, 15351 ], "loc": { "start": { "line": 364, "column": 8 }, "end": { "line": 419, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "selected items (ul tag)", "range": [ 12898, 12923 ], "loc": { "start": { "line": 362, "column": 52 }, "end": { "line": 362, "column": 77 } } } ] } ], "range": [ 12299, 15358 ], "loc": { "start": { "line": 344, "column": 25 }, "end": { "line": 420, "column": 5 } } }, "generator": false, "expression": false, "range": [ 12296, 15358 ], "loc": { "start": { "line": 344, "column": 22 }, "end": { "line": 420, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 12278, 15358 ], "loc": { "start": { "line": 344, "column": 4 }, "end": { "line": 420, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Store checked options in DOM element attribute\r\n * @param {Object} o checklist option DOM element\r\n ", "range": [ 12150, 12272 ], "loc": { "start": { "line": 340, "column": 4 }, "end": { "line": 343, "column": 7 } } } ], "static": false } ], "range": [ 170, 15361 ], "loc": { "start": { "line": 7, "column": 22 }, "end": { "line": 421, "column": 1 } } }, "range": [ 155, 15361 ], "loc": { "start": { "line": 7, "column": 7 }, "end": { "line": 421, "column": 1 } }, "leadingComments": [], "trailingComments": [] }, "specifiers": [], "source": null, "range": [ 148, 15361 ], "loc": { "start": { "line": 7, "column": 0 }, "end": { "line": 421, "column": 1 } } } ], "sourceType": "module", "range": [ 0, 15361 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 421, "column": 1 } }, "comments": [ { "type": "Block", "value": "*\r\n * Checklist UI component\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 179, 270 ], "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 12, "column": 7 } } }, { "type": "Line", "value": " Configuration object", "range": [ 302, 325 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 31 } } }, { "type": "Line", "value": "checklist container div", "range": [ 391, 416 ], "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 17, "column": 57 } } }, { "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ 426, 481 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 63 } } }, { "type": "Line", "value": "defines css class for checklist filters", "range": [ 587, 628 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 49 } } }, { "type": "Line", "value": "defines css class for checklist item (li)", "range": [ 714, 757 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 51 } } }, { "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ 870, 922 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 60 } } }, { "type": "Line", "value": "Load on demand text", "range": [ 1051, 1072 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 29 } } }, { "type": "Line", "value": "defines css class for checklist filters", "range": [ 1190, 1231 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 49 } } }, { "type": "Line", "value": "checklist filter container div", "range": [ 1495, 1527 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 40 } } }, { "type": "Line", "value": " TODO: move event here", "range": [ 1736, 1760 ], "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 49, "column": 28 } } }, { "type": "Block", "value": "*\r\n * Build checklist UI asynchronously\r\n * @param {Number} colIndex Column index\r\n * @param {Boolean} isExternal Render in external container\r\n * @param {String} extFltId External container id\r\n ", "range": [ 2105, 2334 ], "loc": { "start": { "line": 62, "column": 4 }, "end": { "line": 67, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Build checklist UI\r\n * @param {Number} colIndex Column index\r\n * @param {Boolean} isExternal Render in external container\r\n * @param {String} extFltId External container id\r\n ", "range": [ 2567, 2781 ], "loc": { "start": { "line": 76, "column": 4 }, "end": { "line": 81, "column": 7 } } }, { "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ 3968, 4032 ], "loc": { "start": { "line": 116, "column": 12 }, "end": { "line": 116, "column": 76 } } }, { "type": "Line", "value": " valid", "range": [ 4046, 4054 ], "loc": { "start": { "line": 117, "column": 12 }, "end": { "line": 117, "column": 20 } } }, { "type": "Line", "value": " checks if row has exact cell #", "range": [ 4266, 4299 ], "loc": { "start": { "line": 125, "column": 12 }, "end": { "line": 125, "column": 45 } } }, { "type": "Line", "value": " this loop retrieves cell data", "range": [ 4414, 4446 ], "loc": { "start": { "line": 130, "column": 12 }, "end": { "line": 130, "column": 44 } } }, { "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ 4506, 4543 ], "loc": { "start": { "line": 132, "column": 16 }, "end": { "line": 132, "column": 53 } } }, { "type": "Line", "value": "Vary Peter's patch", "range": [ 5075, 5095 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 40 } } }, { "type": "Line", "value": " checks if celldata is already in array", "range": [ 5222, 5263 ], "loc": { "start": { "line": 144, "column": 20 }, "end": { "line": 144, "column": 61 } } }, { "type": "Line", "value": "Retrieves custom values", "range": [ 6128, 6153 ], "loc": { "start": { "line": 165, "column": 8 }, "end": { "line": 165, "column": 33 } } }, { "type": "Line", "value": "asc sort", "range": [ 6790, 6800 ], "loc": { "start": { "line": 185, "column": 8 }, "end": { "line": 185, "column": 18 } } }, { "type": "Line", "value": "in case there are alphanumeric values", "range": [ 7429, 7468 ], "loc": { "start": { "line": 203, "column": 13 }, "end": { "line": 203, "column": 52 } } }, { "type": "Line", "value": "desc sort", "range": [ 7489, 7500 ], "loc": { "start": { "line": 205, "column": 8 }, "end": { "line": 205, "column": 19 } } }, { "type": "Line", "value": "in case there are alphanumeric values", "range": [ 8117, 8156 ], "loc": { "start": { "line": 222, "column": 13 }, "end": { "line": 222, "column": 52 } } }, { "type": "Block", "value": "*\r\n * Add checklist options\r\n * @param {Number} colIndex Column index\r\n * @param {Object} ul Ul element\r\n ", "range": [ 8388, 8522 ], "loc": { "start": { "line": 234, "column": 4 }, "end": { "line": 238, "column": 7 } } }, { "type": "Line", "value": "remember grid values", "range": [ 8658, 8680 ], "loc": { "start": { "line": 242, "column": 25 }, "end": { "line": 242, "column": 47 } } }, { "type": "Line", "value": "item value", "range": [ 9224, 9236 ], "loc": { "start": { "line": 256, "column": 36 }, "end": { "line": 256, "column": 48 } } }, { "type": "Line", "value": "item text", "range": [ 9299, 9310 ], "loc": { "start": { "line": 257, "column": 61 }, "end": { "line": 257, "column": 72 } } }, { "type": "Line", "value": "item is hidden", "range": [ 10049, 10065 ], "loc": { "start": { "line": 274, "column": 16 }, "end": { "line": 274, "column": 32 } } }, { "type": "Block", "value": "** remember grid values **", "range": [ 10140, 10170 ], "loc": { "start": { "line": 278, "column": 12 }, "end": { "line": 278, "column": 42 } } }, { "type": "Block", "value": "*\r\n * Add checklist header option\r\n * @param {Number} colIndex Column index\r\n * @param {Object} ul Ul element\r\n ", "range": [ 10660, 10798 ], "loc": { "start": { "line": 292, "column": 4 }, "end": { "line": 296, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Store checked options in DOM element attribute\r\n * @param {Object} o checklist option DOM element\r\n ", "range": [ 12150, 12272 ], "loc": { "start": { "line": 340, "column": 4 }, "end": { "line": 343, "column": 7 } } }, { "type": "Line", "value": "checked item value", "range": [ 12410, 12430 ], "loc": { "start": { "line": 349, "column": 32 }, "end": { "line": 349, "column": 52 } } }, { "type": "Line", "value": "ul tag search", "range": [ 12567, 12582 ], "loc": { "start": { "line": 354, "column": 8 }, "end": { "line": 354, "column": 23 } } }, { "type": "Line", "value": "filter value (ul tag)", "range": [ 12821, 12844 ], "loc": { "start": { "line": 361, "column": 48 }, "end": { "line": 361, "column": 71 } } }, { "type": "Line", "value": "selected items (ul tag)", "range": [ 12898, 12923 ], "loc": { "start": { "line": 362, "column": 52 }, "end": { "line": 362, "column": 77 } } }, { "type": "Line", "value": "show all item", "range": [ 12963, 12978 ], "loc": { "start": { "line": 365, "column": 12 }, "end": { "line": 365, "column": 27 } } }, { "type": "Line", "value": "items indexes", "range": [ 13086, 13101 ], "loc": { "start": { "line": 368, "column": 20 }, "end": { "line": 368, "column": 35 } } }, { "type": "Line", "value": "checked items loop", "range": [ 13191, 13211 ], "loc": { "start": { "line": 370, "column": 20 }, "end": { "line": 370, "column": 40 } } }, { "type": "Line", "value": "checked item", "range": [ 13296, 13310 ], "loc": { "start": { "line": 372, "column": 24 }, "end": { "line": 372, "column": 38 } } }, { "type": "Line", "value": "1st option unchecked", "range": [ 14213, 14235 ], "loc": { "start": { "line": 393, "column": 16 }, "end": { "line": 393, "column": 38 } } }, { "type": "Line", "value": "removes values and indexes", "range": [ 14654, 14682 ], "loc": { "start": { "line": 404, "column": 17 }, "end": { "line": 404, "column": 45 } } } ] }