{ "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": "Types", "range": [ 34, 39 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 12 } } }, "range": [ 34, 39 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 12 } } } ], "source": { "type": "Literal", "value": "../types", "raw": "'../types'", "range": [ 45, 55 ], "loc": { "start": { "line": 2, "column": 18 }, "end": { "line": 2, "column": 28 } } }, "range": [ 27, 56 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 29 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Str", "range": [ 65, 68 ], "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 10 } } }, "range": [ 65, 68 ], "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 10 } } } ], "source": { "type": "Literal", "value": "../string", "raw": "'../string'", "range": [ 74, 85 ], "loc": { "start": { "line": 3, "column": 16 }, "end": { "line": 3, "column": 27 } } }, "range": [ 58, 86 ], "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 28 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Event", "range": [ 95, 100 ], "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 12 } } }, "range": [ 95, 100 ], "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 12 } } } ], "source": { "type": "Literal", "value": "../event", "raw": "'../event'", "range": [ 106, 116 ], "loc": { "start": { "line": 4, "column": 18 }, "end": { "line": 4, "column": 28 } } }, "range": [ 88, 117 ], "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 29 } } }, { "type": "ExportNamedDeclaration", "declaration": { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "Paging", "range": [ 134, 140 ], "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 19 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "constructor", "range": [ 244, 255 ], "loc": { "start": { "line": 12, "column": 4 }, "end": { "line": 12, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "tf", "range": [ 256, 258 ], "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 18 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "f", "range": [ 307, 308 ], "loc": { "start": { "line": 14, "column": 12 }, "end": { "line": 14, "column": 13 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 311, 313 ], "loc": { "start": { "line": 14, "column": 16 }, "end": { "line": 14, "column": 18 } } }, "property": { "type": "Identifier", "name": "config", "range": [ 314, 320 ], "loc": { "start": { "line": 14, "column": 19 }, "end": { "line": 14, "column": 25 } } }, "range": [ 311, 320 ], "loc": { "start": { "line": 14, "column": 16 }, "end": { "line": 14, "column": 25 } } }, "arguments": [], "range": [ 311, 322 ], "loc": { "start": { "line": 14, "column": 16 }, "end": { "line": 14, "column": 27 } } }, "range": [ 307, 322 ], "loc": { "start": { "line": 14, "column": 12 }, "end": { "line": 14, "column": 27 } } } ], "kind": "var", "range": [ 303, 323 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 28 } }, "leadingComments": [ { "type": "Line", "value": " Configuration object", "range": [ 270, 293 ], "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 31 } } } ], "trailingComments": [ { "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ 335, 386 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 59 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 396, 400 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnPageCssClass", "range": [ 401, 416 ], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 28 } } }, "range": [ 396, 416 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 419, 420 ], "loc": { "start": { "line": 17, "column": 31 }, "end": { "line": 17, "column": 32 } } }, "property": { "type": "Identifier", "name": "paging_btn_css_class", "range": [ 421, 441 ], "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 53 } } }, "range": [ 419, 441 ], "loc": { "start": { "line": 17, "column": 31 }, "end": { "line": 17, "column": 53 } } }, "right": { "type": "Literal", "value": "pgInp", "raw": "'pgInp'", "range": [ 445, 452 ], "loc": { "start": { "line": 17, "column": 57 }, "end": { "line": 17, "column": 64 } } }, "range": [ 419, 452 ], "loc": { "start": { "line": 17, "column": 31 }, "end": { "line": 17, "column": 64 } } }, "range": [ 396, 452 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 64 } } }, "range": [ 396, 453 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 65 } }, "leadingComments": [ { "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ 335, 386 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 59 } } } ], "trailingComments": [ { "type": "Line", "value": "stores paging select element", "range": [ 463, 493 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 38 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 503, 507 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 12 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 508, 517 ], "loc": { "start": { "line": 19, "column": 13 }, "end": { "line": 19, "column": 22 } } }, "range": [ 503, 517 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 22 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 520, 524 ], "loc": { "start": { "line": 19, "column": 25 }, "end": { "line": 19, "column": 29 } } }, "range": [ 503, 524 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 29 } } }, "range": [ 503, 525 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 30 } }, "leadingComments": [ { "type": "Line", "value": "stores paging select element", "range": [ 463, 493 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 38 } } } ], "trailingComments": [ { "type": "Line", "value": "results per page select element", "range": [ 535, 568 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 41 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 578, 582 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 583, 600 ], "loc": { "start": { "line": 21, "column": 13 }, "end": { "line": 21, "column": 30 } } }, "range": [ 578, 600 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 30 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 603, 607 ], "loc": { "start": { "line": 21, "column": 33 }, "end": { "line": 21, "column": 37 } } }, "range": [ 578, 607 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 37 } } }, "range": [ 578, 608 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 38 } }, "leadingComments": [ { "type": "Line", "value": "results per page select element", "range": [ 535, 568 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 41 } } } ], "trailingComments": [ { "type": "Line", "value": "id of container element", "range": [ 618, 643 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 33 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 653, 657 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 12 } } }, "property": { "type": "Identifier", "name": "pagingTgtId", "range": [ 658, 669 ], "loc": { "start": { "line": 23, "column": 13 }, "end": { "line": 23, "column": 24 } } }, "range": [ 653, 669 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 24 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 672, 673 ], "loc": { "start": { "line": 23, "column": 27 }, "end": { "line": 23, "column": 28 } } }, "property": { "type": "Identifier", "name": "paging_target_id", "range": [ 674, 690 ], "loc": { "start": { "line": 23, "column": 29 }, "end": { "line": 23, "column": 45 } } }, "range": [ 672, 690 ], "loc": { "start": { "line": 23, "column": 27 }, "end": { "line": 23, "column": 45 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 694, 698 ], "loc": { "start": { "line": 23, "column": 49 }, "end": { "line": 23, "column": 53 } } }, "range": [ 672, 698 ], "loc": { "start": { "line": 23, "column": 27 }, "end": { "line": 23, "column": 53 } } }, "range": [ 653, 698 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 53 } } }, "range": [ 653, 699 ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 54 } }, "leadingComments": [ { "type": "Line", "value": "id of container element", "range": [ 618, 643 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 33 } } } ], "trailingComments": [ { "type": "Line", "value": "defines table paging length", "range": [ 709, 738 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 37 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 748, 752 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 12 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 753, 765 ], "loc": { "start": { "line": 25, "column": 13 }, "end": { "line": 25, "column": 25 } } }, "range": [ 748, 765 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 25 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "isNaN", "range": [ 769, 774 ], "loc": { "start": { "line": 25, "column": 29 }, "end": { "line": 25, "column": 34 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 775, 776 ], "loc": { "start": { "line": 25, "column": 35 }, "end": { "line": 25, "column": 36 } } }, "property": { "type": "Identifier", "name": "paging_length", "range": [ 777, 790 ], "loc": { "start": { "line": 25, "column": 37 }, "end": { "line": 25, "column": 50 } } }, "range": [ 775, 790 ], "loc": { "start": { "line": 25, "column": 35 }, "end": { "line": 25, "column": 50 } } } ], "range": [ 769, 791 ], "loc": { "start": { "line": 25, "column": 29 }, "end": { "line": 25, "column": 51 } } }, "prefix": true, "range": [ 768, 791 ], "loc": { "start": { "line": 25, "column": 28 }, "end": { "line": 25, "column": 51 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 794, 795 ], "loc": { "start": { "line": 25, "column": 54 }, "end": { "line": 25, "column": 55 } } }, "property": { "type": "Identifier", "name": "paging_length", "range": [ 796, 809 ], "loc": { "start": { "line": 25, "column": 56 }, "end": { "line": 25, "column": 69 } } }, "range": [ 794, 809 ], "loc": { "start": { "line": 25, "column": 54 }, "end": { "line": 25, "column": 69 } } }, "alternate": { "type": "Literal", "value": 10, "raw": "10", "range": [ 812, 814 ], "loc": { "start": { "line": 25, "column": 72 }, "end": { "line": 25, "column": 74 } } }, "range": [ 768, 814 ], "loc": { "start": { "line": 25, "column": 28 }, "end": { "line": 25, "column": 74 } } }, "range": [ 748, 814 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 74 } } }, "range": [ 748, 815 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 75 } }, "leadingComments": [ { "type": "Line", "value": "defines table paging length", "range": [ 709, 738 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 37 } } } ], "trailingComments": [ { "type": "Line", "value": "id of container element", "range": [ 825, 850 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 33 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 860, 864 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 27, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ 865, 884 ], "loc": { "start": { "line": 27, "column": 13 }, "end": { "line": 27, "column": 32 } } }, "range": [ 860, 884 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 27, "column": 32 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 887, 888 ], "loc": { "start": { "line": 27, "column": 35 }, "end": { "line": 27, "column": 36 } } }, "property": { "type": "Identifier", "name": "results_per_page_target_id", "range": [ 889, 915 ], "loc": { "start": { "line": 27, "column": 37 }, "end": { "line": 27, "column": 63 } } }, "range": [ 887, 915 ], "loc": { "start": { "line": 27, "column": 35 }, "end": { "line": 27, "column": 63 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 919, 923 ], "loc": { "start": { "line": 27, "column": 67 }, "end": { "line": 27, "column": 71 } } }, "range": [ 887, 923 ], "loc": { "start": { "line": 27, "column": 35 }, "end": { "line": 27, "column": 71 } } }, "range": [ 860, 923 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 27, "column": 71 } } }, "range": [ 860, 924 ], "loc": { "start": { "line": 27, "column": 8 }, "end": { "line": 27, "column": 72 } }, "leadingComments": [ { "type": "Line", "value": "id of container element", "range": [ 825, 850 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 33 } } } ], "trailingComments": [ { "type": "Line", "value": "css class for paging select element", "range": [ 934, 971 ], "loc": { "start": { "line": 28, "column": 8 }, "end": { "line": 28, "column": 45 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 981, 985 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 12 } } }, "property": { "type": "Identifier", "name": "pgSlcCssClass", "range": [ 986, 999 ], "loc": { "start": { "line": 29, "column": 13 }, "end": { "line": 29, "column": 26 } } }, "range": [ 981, 999 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 26 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1002, 1003 ], "loc": { "start": { "line": 29, "column": 29 }, "end": { "line": 29, "column": 30 } } }, "property": { "type": "Identifier", "name": "paging_slc_css_class", "range": [ 1004, 1024 ], "loc": { "start": { "line": 29, "column": 31 }, "end": { "line": 29, "column": 51 } } }, "range": [ 1002, 1024 ], "loc": { "start": { "line": 29, "column": 29 }, "end": { "line": 29, "column": 51 } } }, "right": { "type": "Literal", "value": "pgSlc", "raw": "'pgSlc'", "range": [ 1028, 1035 ], "loc": { "start": { "line": 29, "column": 55 }, "end": { "line": 29, "column": 62 } } }, "range": [ 1002, 1035 ], "loc": { "start": { "line": 29, "column": 29 }, "end": { "line": 29, "column": 62 } } }, "range": [ 981, 1035 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 62 } } }, "range": [ 981, 1036 ], "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 63 } }, "leadingComments": [ { "type": "Line", "value": "css class for paging select element", "range": [ 934, 971 ], "loc": { "start": { "line": 28, "column": 8 }, "end": { "line": 28, "column": 45 } } } ], "trailingComments": [ { "type": "Line", "value": "css class for paging input element", "range": [ 1046, 1082 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 44 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1092, 1096 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 12 } } }, "property": { "type": "Identifier", "name": "pgInpCssClass", "range": [ 1097, 1110 ], "loc": { "start": { "line": 31, "column": 13 }, "end": { "line": 31, "column": 26 } } }, "range": [ 1092, 1110 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 26 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1113, 1114 ], "loc": { "start": { "line": 31, "column": 29 }, "end": { "line": 31, "column": 30 } } }, "property": { "type": "Identifier", "name": "paging_inp_css_class", "range": [ 1115, 1135 ], "loc": { "start": { "line": 31, "column": 31 }, "end": { "line": 31, "column": 51 } } }, "range": [ 1113, 1135 ], "loc": { "start": { "line": 31, "column": 29 }, "end": { "line": 31, "column": 51 } } }, "right": { "type": "Literal", "value": "pgNbInp", "raw": "'pgNbInp'", "range": [ 1139, 1148 ], "loc": { "start": { "line": 31, "column": 55 }, "end": { "line": 31, "column": 64 } } }, "range": [ 1113, 1148 ], "loc": { "start": { "line": 31, "column": 29 }, "end": { "line": 31, "column": 64 } } }, "range": [ 1092, 1148 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 64 } } }, "range": [ 1092, 1149 ], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 65 } }, "leadingComments": [ { "type": "Line", "value": "css class for paging input element", "range": [ 1046, 1082 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 44 } } } ], "trailingComments": [ { "type": "Line", "value": "stores results per page text and values", "range": [ 1159, 1200 ], "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": [ 1210, 1214 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 1215, 1229 ], "loc": { "start": { "line": 33, "column": 13 }, "end": { "line": 33, "column": 27 } } }, "range": [ 1210, 1229 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 27 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1232, 1233 ], "loc": { "start": { "line": 33, "column": 30 }, "end": { "line": 33, "column": 31 } } }, "property": { "type": "Identifier", "name": "results_per_page", "range": [ 1234, 1250 ], "loc": { "start": { "line": 33, "column": 32 }, "end": { "line": 33, "column": 48 } } }, "range": [ 1232, 1250 ], "loc": { "start": { "line": 33, "column": 30 }, "end": { "line": 33, "column": 48 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1254, 1258 ], "loc": { "start": { "line": 33, "column": 52 }, "end": { "line": 33, "column": 56 } } }, "range": [ 1232, 1258 ], "loc": { "start": { "line": 33, "column": 30 }, "end": { "line": 33, "column": 56 } } }, "range": [ 1210, 1258 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 56 } } }, "range": [ 1210, 1259 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 57 } }, "leadingComments": [ { "type": "Line", "value": "stores results per page text and values", "range": [ 1159, 1200 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 49 } } } ], "trailingComments": [ { "type": "Line", "value": "enables/disables results per page drop-down", "range": [ 1269, 1314 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 53 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1324, 1328 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 12 } } }, "property": { "type": "Identifier", "name": "hasResultsPerPage", "range": [ 1329, 1346 ], "loc": { "start": { "line": 35, "column": 13 }, "end": { "line": 35, "column": 30 } } }, "range": [ 1324, 1346 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 30 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Types", "range": [ 1349, 1354 ], "loc": { "start": { "line": 35, "column": 33 }, "end": { "line": 35, "column": 38 } } }, "property": { "type": "Identifier", "name": "isArray", "range": [ 1355, 1362 ], "loc": { "start": { "line": 35, "column": 39 }, "end": { "line": 35, "column": 46 } } }, "range": [ 1349, 1362 ], "loc": { "start": { "line": 35, "column": 33 }, "end": { "line": 35, "column": 46 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1363, 1367 ], "loc": { "start": { "line": 35, "column": 47 }, "end": { "line": 35, "column": 51 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 1368, 1382 ], "loc": { "start": { "line": 35, "column": 52 }, "end": { "line": 35, "column": 66 } } }, "range": [ 1363, 1382 ], "loc": { "start": { "line": 35, "column": 47 }, "end": { "line": 35, "column": 66 } } } ], "range": [ 1349, 1383 ], "loc": { "start": { "line": 35, "column": 33 }, "end": { "line": 35, "column": 67 } } }, "range": [ 1324, 1383 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 67 } } }, "range": [ 1324, 1384 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 35, "column": 68 } }, "leadingComments": [ { "type": "Line", "value": "enables/disables results per page drop-down", "range": [ 1269, 1314 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 53 } } } ], "trailingComments": [ { "type": "Line", "value": "defines css class for results per page select", "range": [ 1394, 1441 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 55 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1451, 1455 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsSlcCssClass", "range": [ 1456, 1474 ], "loc": { "start": { "line": 37, "column": 13 }, "end": { "line": 37, "column": 31 } } }, "range": [ 1451, 1474 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 31 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1477, 1478 ], "loc": { "start": { "line": 37, "column": 34 }, "end": { "line": 37, "column": 35 } } }, "property": { "type": "Identifier", "name": "results_slc_css_class", "range": [ 1479, 1500 ], "loc": { "start": { "line": 37, "column": 36 }, "end": { "line": 37, "column": 57 } } }, "range": [ 1477, 1500 ], "loc": { "start": { "line": 37, "column": 34 }, "end": { "line": 37, "column": 57 } } }, "right": { "type": "Literal", "value": "rspg", "raw": "'rspg'", "range": [ 1504, 1510 ], "loc": { "start": { "line": 37, "column": 61 }, "end": { "line": 37, "column": 67 } } }, "range": [ 1477, 1510 ], "loc": { "start": { "line": 37, "column": 34 }, "end": { "line": 37, "column": 67 } } }, "range": [ 1451, 1510 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 67 } } }, "range": [ 1451, 1511 ], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 68 } }, "leadingComments": [ { "type": "Line", "value": "defines css class for results per page select", "range": [ 1394, 1441 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 55 } } } ], "trailingComments": [ { "type": "Line", "value": "css class for label preceding results per page select", "range": [ 1521, 1576 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 63 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1586, 1590 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsSpanCssClass", "range": [ 1591, 1610 ], "loc": { "start": { "line": 39, "column": 13 }, "end": { "line": 39, "column": 32 } } }, "range": [ 1586, 1610 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 32 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1613, 1614 ], "loc": { "start": { "line": 39, "column": 35 }, "end": { "line": 39, "column": 36 } } }, "property": { "type": "Identifier", "name": "results_span_css_class", "range": [ 1615, 1637 ], "loc": { "start": { "line": 39, "column": 37 }, "end": { "line": 39, "column": 59 } } }, "range": [ 1613, 1637 ], "loc": { "start": { "line": 39, "column": 35 }, "end": { "line": 39, "column": 59 } } }, "right": { "type": "Literal", "value": "rspgSpan", "raw": "'rspgSpan'", "range": [ 1641, 1651 ], "loc": { "start": { "line": 39, "column": 63 }, "end": { "line": 39, "column": 73 } } }, "range": [ 1613, 1651 ], "loc": { "start": { "line": 39, "column": 35 }, "end": { "line": 39, "column": 73 } } }, "range": [ 1586, 1651 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 73 } } }, "range": [ 1586, 1652 ], "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 74 } }, "leadingComments": [ { "type": "Line", "value": "css class for label preceding results per page select", "range": [ 1521, 1576 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 63 } } } ], "trailingComments": [ { "type": "Line", "value": "1st row index of current page", "range": [ 1662, 1693 ], "loc": { "start": { "line": 40, "column": 8 }, "end": { "line": 40, "column": 39 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1703, 1707 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 12 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 1708, 1722 ], "loc": { "start": { "line": 41, "column": 13 }, "end": { "line": 41, "column": 27 } } }, "range": [ 1703, 1722 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 27 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 1725, 1726 ], "loc": { "start": { "line": 41, "column": 30 }, "end": { "line": 41, "column": 31 } } }, "range": [ 1703, 1726 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 31 } } }, "range": [ 1703, 1727 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 32 } }, "leadingComments": [ { "type": "Line", "value": "1st row index of current page", "range": [ 1662, 1693 ], "loc": { "start": { "line": 40, "column": 8 }, "end": { "line": 40, "column": 39 } } } ], "trailingComments": [ { "type": "Line", "value": "total nb of pages", "range": [ 1737, 1756 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 27 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1766, 1770 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 12 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 1771, 1778 ], "loc": { "start": { "line": 43, "column": 13 }, "end": { "line": 43, "column": 20 } } }, "range": [ 1766, 1778 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 20 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 1781, 1782 ], "loc": { "start": { "line": 43, "column": 23 }, "end": { "line": 43, "column": 24 } } }, "range": [ 1766, 1782 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 24 } } }, "range": [ 1766, 1783 ], "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 25 } }, "leadingComments": [ { "type": "Line", "value": "total nb of pages", "range": [ 1737, 1756 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 27 } } } ], "trailingComments": [ { "type": "Line", "value": "current page nb", "range": [ 1793, 1810 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 25 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1820, 1824 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 12 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 1825, 1838 ], "loc": { "start": { "line": 45, "column": 13 }, "end": { "line": 45, "column": 26 } } }, "range": [ 1820, 1838 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 26 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 1841, 1842 ], "loc": { "start": { "line": 45, "column": 29 }, "end": { "line": 45, "column": 30 } } }, "range": [ 1820, 1842 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 30 } } }, "range": [ 1820, 1843 ], "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 31 } }, "leadingComments": [ { "type": "Line", "value": "current page nb", "range": [ 1793, 1810 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 25 } } } ], "trailingComments": [ { "type": "Line", "value": "defines next page button text", "range": [ 1853, 1884 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 39 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1894, 1898 ], "loc": { "start": { "line": 47, "column": 8 }, "end": { "line": 47, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnNextPageText", "range": [ 1899, 1914 ], "loc": { "start": { "line": 47, "column": 13 }, "end": { "line": 47, "column": 28 } } }, "range": [ 1894, 1914 ], "loc": { "start": { "line": 47, "column": 8 }, "end": { "line": 47, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 1917, 1918 ], "loc": { "start": { "line": 47, "column": 31 }, "end": { "line": 47, "column": 32 } } }, "property": { "type": "Identifier", "name": "btn_next_page_text", "range": [ 1919, 1937 ], "loc": { "start": { "line": 47, "column": 33 }, "end": { "line": 47, "column": 51 } } }, "range": [ 1917, 1937 ], "loc": { "start": { "line": 47, "column": 31 }, "end": { "line": 47, "column": 51 } } }, "right": { "type": "Literal", "value": ">", "raw": "'>'", "range": [ 1941, 1944 ], "loc": { "start": { "line": 47, "column": 55 }, "end": { "line": 47, "column": 58 } } }, "range": [ 1917, 1944 ], "loc": { "start": { "line": 47, "column": 31 }, "end": { "line": 47, "column": 58 } } }, "range": [ 1894, 1944 ], "loc": { "start": { "line": 47, "column": 8 }, "end": { "line": 47, "column": 58 } } }, "range": [ 1894, 1945 ], "loc": { "start": { "line": 47, "column": 8 }, "end": { "line": 47, "column": 59 } }, "leadingComments": [ { "type": "Line", "value": "defines next page button text", "range": [ 1853, 1884 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 39 } } } ], "trailingComments": [ { "type": "Line", "value": "defines previous page button text", "range": [ 1955, 1990 ], "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 48, "column": 43 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2000, 2004 ], "loc": { "start": { "line": 49, "column": 8 }, "end": { "line": 49, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnPrevPageText", "range": [ 2005, 2020 ], "loc": { "start": { "line": 49, "column": 13 }, "end": { "line": 49, "column": 28 } } }, "range": [ 2000, 2020 ], "loc": { "start": { "line": 49, "column": 8 }, "end": { "line": 49, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 2023, 2024 ], "loc": { "start": { "line": 49, "column": 31 }, "end": { "line": 49, "column": 32 } } }, "property": { "type": "Identifier", "name": "btn_prev_page_text", "range": [ 2025, 2043 ], "loc": { "start": { "line": 49, "column": 33 }, "end": { "line": 49, "column": 51 } } }, "range": [ 2023, 2043 ], "loc": { "start": { "line": 49, "column": 31 }, "end": { "line": 49, "column": 51 } } }, "right": { "type": "Literal", "value": "<", "raw": "'<'", "range": [ 2047, 2050 ], "loc": { "start": { "line": 49, "column": 55 }, "end": { "line": 49, "column": 58 } } }, "range": [ 2023, 2050 ], "loc": { "start": { "line": 49, "column": 31 }, "end": { "line": 49, "column": 58 } } }, "range": [ 2000, 2050 ], "loc": { "start": { "line": 49, "column": 8 }, "end": { "line": 49, "column": 58 } } }, "range": [ 2000, 2051 ], "loc": { "start": { "line": 49, "column": 8 }, "end": { "line": 49, "column": 59 } }, "leadingComments": [ { "type": "Line", "value": "defines previous page button text", "range": [ 1955, 1990 ], "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 48, "column": 43 } } } ], "trailingComments": [ { "type": "Line", "value": "defines last page button text", "range": [ 2061, 2092 ], "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 39 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2102, 2106 ], "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnLastPageText", "range": [ 2107, 2122 ], "loc": { "start": { "line": 51, "column": 13 }, "end": { "line": 51, "column": 28 } } }, "range": [ 2102, 2122 ], "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 2125, 2126 ], "loc": { "start": { "line": 51, "column": 31 }, "end": { "line": 51, "column": 32 } } }, "property": { "type": "Identifier", "name": "btn_last_page_text", "range": [ 2127, 2145 ], "loc": { "start": { "line": 51, "column": 33 }, "end": { "line": 51, "column": 51 } } }, "range": [ 2125, 2145 ], "loc": { "start": { "line": 51, "column": 31 }, "end": { "line": 51, "column": 51 } } }, "right": { "type": "Literal", "value": ">|", "raw": "'>|'", "range": [ 2149, 2153 ], "loc": { "start": { "line": 51, "column": 55 }, "end": { "line": 51, "column": 59 } } }, "range": [ 2125, 2153 ], "loc": { "start": { "line": 51, "column": 31 }, "end": { "line": 51, "column": 59 } } }, "range": [ 2102, 2153 ], "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 59 } } }, "range": [ 2102, 2154 ], "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 60 } }, "leadingComments": [ { "type": "Line", "value": "defines last page button text", "range": [ 2061, 2092 ], "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 39 } } } ], "trailingComments": [ { "type": "Line", "value": "defines first page button text", "range": [ 2164, 2196 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 40 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2206, 2210 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnFirstPageText", "range": [ 2211, 2227 ], "loc": { "start": { "line": 53, "column": 13 }, "end": { "line": 53, "column": 29 } } }, "range": [ 2206, 2227 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 29 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 2230, 2231 ], "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 33 } } }, "property": { "type": "Identifier", "name": "btn_first_page_text", "range": [ 2232, 2251 ], "loc": { "start": { "line": 53, "column": 34 }, "end": { "line": 53, "column": 53 } } }, "range": [ 2230, 2251 ], "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 53 } } }, "right": { "type": "Literal", "value": "|<", "raw": "'|<'", "range": [ 2255, 2259 ], "loc": { "start": { "line": 53, "column": 57 }, "end": { "line": 53, "column": 61 } } }, "range": [ 2230, 2259 ], "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 61 } } }, "range": [ 2206, 2259 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 61 } } }, "range": [ 2206, 2260 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 53, "column": 62 } }, "leadingComments": [ { "type": "Line", "value": "defines first page button text", "range": [ 2164, 2196 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 40 } } } ], "trailingComments": [ { "type": "Line", "value": "defines next page button html", "range": [ 2270, 2301 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 39 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2311, 2315 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 55, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnNextPageHtml", "range": [ 2316, 2331 ], "loc": { "start": { "line": 55, "column": 13 }, "end": { "line": 55, "column": 28 } } }, "range": [ 2311, 2331 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 55, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 2334, 2335 ], "loc": { "start": { "line": 55, "column": 31 }, "end": { "line": 55, "column": 32 } } }, "property": { "type": "Identifier", "name": "btn_next_page_html", "range": [ 2336, 2354 ], "loc": { "start": { "line": 55, "column": 33 }, "end": { "line": 55, "column": 51 } } }, "range": [ 2334, 2354 ], "loc": { "start": { "line": 55, "column": 31 }, "end": { "line": 55, "column": 51 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2373, 2375 ], "loc": { "start": { "line": 56, "column": 14 }, "end": { "line": 56, "column": 16 } } }, "property": { "type": "Identifier", "name": "enableIcons", "range": [ 2376, 2387 ], "loc": { "start": { "line": 56, "column": 17 }, "end": { "line": 56, "column": 28 } } }, "range": [ 2373, 2387 ], "loc": { "start": { "line": 56, "column": 14 }, "end": { "line": 56, "column": 28 } } }, "prefix": true, "range": [ 2372, 2387 ], "loc": { "start": { "line": 56, "column": 13 }, "end": { "line": 56, "column": 28 } } }, "consequent": { "type": "Literal", "value": null, "raw": "null", "range": [ 2390, 2394 ], "loc": { "start": { "line": 56, "column": 31 }, "end": { "line": 56, "column": 35 } } }, "alternate": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ 2486, 2519 ], "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 45 } } }, "range": [ 2410, 2519 ], "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 58, "column": 45 } } }, "range": [ 2372, 2519 ], "loc": { "start": { "line": 56, "column": 13 }, "end": { "line": 58, "column": 45 } } }, "range": [ 2334, 2520 ], "loc": { "start": { "line": 55, "column": 31 }, "end": { "line": 58, "column": 46 } } }, "range": [ 2311, 2520 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 58, "column": 46 } } }, "range": [ 2311, 2521 ], "loc": { "start": { "line": 55, "column": 8 }, "end": { "line": 58, "column": 47 } }, "leadingComments": [ { "type": "Line", "value": "defines next page button html", "range": [ 2270, 2301 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 39 } } } ], "trailingComments": [ { "type": "Line", "value": "defines previous page button html", "range": [ 2531, 2566 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 43 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2576, 2580 ], "loc": { "start": { "line": 60, "column": 8 }, "end": { "line": 60, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnPrevPageHtml", "range": [ 2581, 2596 ], "loc": { "start": { "line": 60, "column": 13 }, "end": { "line": 60, "column": 28 } } }, "range": [ 2576, 2596 ], "loc": { "start": { "line": 60, "column": 8 }, "end": { "line": 60, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 2599, 2600 ], "loc": { "start": { "line": 60, "column": 31 }, "end": { "line": 60, "column": 32 } } }, "property": { "type": "Identifier", "name": "btn_prev_page_html", "range": [ 2601, 2619 ], "loc": { "start": { "line": 60, "column": 33 }, "end": { "line": 60, "column": 51 } } }, "range": [ 2599, 2619 ], "loc": { "start": { "line": 60, "column": 31 }, "end": { "line": 60, "column": 51 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2638, 2640 ], "loc": { "start": { "line": 61, "column": 14 }, "end": { "line": 61, "column": 16 } } }, "property": { "type": "Identifier", "name": "enableIcons", "range": [ 2641, 2652 ], "loc": { "start": { "line": 61, "column": 17 }, "end": { "line": 61, "column": 28 } } }, "range": [ 2638, 2652 ], "loc": { "start": { "line": 61, "column": 14 }, "end": { "line": 61, "column": 28 } } }, "prefix": true, "range": [ 2637, 2652 ], "loc": { "start": { "line": 61, "column": 13 }, "end": { "line": 61, "column": 28 } } }, "consequent": { "type": "Literal", "value": null, "raw": "null", "range": [ 2655, 2659 ], "loc": { "start": { "line": 61, "column": 31 }, "end": { "line": 61, "column": 35 } } }, "alternate": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ 2751, 2792 ], "loc": { "start": { "line": 63, "column": 12 }, "end": { "line": 63, "column": 53 } } }, "range": [ 2675, 2792 ], "loc": { "start": { "line": 62, "column": 12 }, "end": { "line": 63, "column": 53 } } }, "range": [ 2637, 2792 ], "loc": { "start": { "line": 61, "column": 13 }, "end": { "line": 63, "column": 53 } } }, "range": [ 2599, 2793 ], "loc": { "start": { "line": 60, "column": 31 }, "end": { "line": 63, "column": 54 } } }, "range": [ 2576, 2793 ], "loc": { "start": { "line": 60, "column": 8 }, "end": { "line": 63, "column": 54 } } }, "range": [ 2576, 2794 ], "loc": { "start": { "line": 60, "column": 8 }, "end": { "line": 63, "column": 55 } }, "leadingComments": [ { "type": "Line", "value": "defines previous page button html", "range": [ 2531, 2566 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 43 } } } ], "trailingComments": [ { "type": "Line", "value": "defines last page button html", "range": [ 2804, 2835 ], "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 39 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 2845, 2849 ], "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 65, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnFirstPageHtml", "range": [ 2850, 2866 ], "loc": { "start": { "line": 65, "column": 13 }, "end": { "line": 65, "column": 29 } } }, "range": [ 2845, 2866 ], "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 65, "column": 29 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 2869, 2870 ], "loc": { "start": { "line": 65, "column": 32 }, "end": { "line": 65, "column": 33 } } }, "property": { "type": "Identifier", "name": "btn_first_page_html", "range": [ 2871, 2890 ], "loc": { "start": { "line": 65, "column": 34 }, "end": { "line": 65, "column": 53 } } }, "range": [ 2869, 2890 ], "loc": { "start": { "line": 65, "column": 32 }, "end": { "line": 65, "column": 53 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2909, 2911 ], "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 16 } } }, "property": { "type": "Identifier", "name": "enableIcons", "range": [ 2912, 2923 ], "loc": { "start": { "line": 66, "column": 17 }, "end": { "line": 66, "column": 28 } } }, "range": [ 2909, 2923 ], "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 28 } } }, "prefix": true, "range": [ 2908, 2923 ], "loc": { "start": { "line": 66, "column": 13 }, "end": { "line": 66, "column": 28 } } }, "consequent": { "type": "Literal", "value": null, "raw": "null", "range": [ 2926, 2930 ], "loc": { "start": { "line": 66, "column": 31 }, "end": { "line": 66, "column": 35 } } }, "alternate": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ 3022, 3057 ], "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 47 } } }, "range": [ 2946, 3057 ], "loc": { "start": { "line": 67, "column": 12 }, "end": { "line": 68, "column": 47 } } }, "range": [ 2908, 3057 ], "loc": { "start": { "line": 66, "column": 13 }, "end": { "line": 68, "column": 47 } } }, "range": [ 2869, 3058 ], "loc": { "start": { "line": 65, "column": 32 }, "end": { "line": 68, "column": 48 } } }, "range": [ 2845, 3058 ], "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 68, "column": 48 } } }, "range": [ 2845, 3059 ], "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 68, "column": 49 } }, "leadingComments": [ { "type": "Line", "value": "defines last page button html", "range": [ 2804, 2835 ], "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 39 } } } ], "trailingComments": [ { "type": "Line", "value": "defines previous page button html", "range": [ 3069, 3104 ], "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 43 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3114, 3118 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 12 } } }, "property": { "type": "Identifier", "name": "btnLastPageHtml", "range": [ 3119, 3134 ], "loc": { "start": { "line": 70, "column": 13 }, "end": { "line": 70, "column": 28 } } }, "range": [ 3114, 3134 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 28 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3137, 3138 ], "loc": { "start": { "line": 70, "column": 31 }, "end": { "line": 70, "column": 32 } } }, "property": { "type": "Identifier", "name": "btn_last_page_html", "range": [ 3139, 3157 ], "loc": { "start": { "line": 70, "column": 33 }, "end": { "line": 70, "column": 51 } } }, "range": [ 3137, 3157 ], "loc": { "start": { "line": 70, "column": 31 }, "end": { "line": 70, "column": 51 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3176, 3178 ], "loc": { "start": { "line": 71, "column": 14 }, "end": { "line": 71, "column": 16 } } }, "property": { "type": "Identifier", "name": "enableIcons", "range": [ 3179, 3190 ], "loc": { "start": { "line": 71, "column": 17 }, "end": { "line": 71, "column": 28 } } }, "range": [ 3176, 3190 ], "loc": { "start": { "line": 71, "column": 14 }, "end": { "line": 71, "column": 28 } } }, "prefix": true, "range": [ 3175, 3190 ], "loc": { "start": { "line": 71, "column": 13 }, "end": { "line": 71, "column": 28 } } }, "consequent": { "type": "Literal", "value": null, "raw": "null", "range": [ 3193, 3197 ], "loc": { "start": { "line": 71, "column": 31 }, "end": { "line": 71, "column": 35 } } }, "alternate": { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ 3289, 3322 ], "loc": { "start": { "line": 73, "column": 12 }, "end": { "line": 73, "column": 45 } } }, "range": [ 3213, 3322 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 73, "column": 45 } } }, "range": [ 3175, 3322 ], "loc": { "start": { "line": 71, "column": 13 }, "end": { "line": 73, "column": 45 } } }, "range": [ 3137, 3323 ], "loc": { "start": { "line": 70, "column": 31 }, "end": { "line": 73, "column": 46 } } }, "range": [ 3114, 3323 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 73, "column": 46 } } }, "range": [ 3114, 3324 ], "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 73, "column": 47 } }, "leadingComments": [ { "type": "Line", "value": "defines previous page button html", "range": [ 3069, 3104 ], "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 43 } } } ], "trailingComments": [ { "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ 3334, 3383 ], "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 57 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3393, 3397 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 12 } } }, "property": { "type": "Identifier", "name": "pageText", "range": [ 3398, 3406 ], "loc": { "start": { "line": 75, "column": 13 }, "end": { "line": 75, "column": 21 } } }, "range": [ 3393, 3406 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 21 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3409, 3410 ], "loc": { "start": { "line": 75, "column": 24 }, "end": { "line": 75, "column": 25 } } }, "property": { "type": "Identifier", "name": "page_text", "range": [ 3411, 3420 ], "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 35 } } }, "range": [ 3409, 3420 ], "loc": { "start": { "line": 75, "column": 24 }, "end": { "line": 75, "column": 35 } } }, "right": { "type": "Literal", "value": " Page ", "raw": "' Page '", "range": [ 3424, 3432 ], "loc": { "start": { "line": 75, "column": 39 }, "end": { "line": 75, "column": 47 } } }, "range": [ 3409, 3432 ], "loc": { "start": { "line": 75, "column": 24 }, "end": { "line": 75, "column": 47 } } }, "range": [ 3393, 3432 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 47 } } }, "range": [ 3393, 3433 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 48 } }, "leadingComments": [ { "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ 3334, 3383 ], "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 57 } } } ], "trailingComments": [ { "type": "Line", "value": "defines text after page selector drop-down", "range": [ 3443, 3487 ], "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 52 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3497, 3501 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 12 } } }, "property": { "type": "Identifier", "name": "ofText", "range": [ 3502, 3508 ], "loc": { "start": { "line": 77, "column": 13 }, "end": { "line": 77, "column": 19 } } }, "range": [ 3497, 3508 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 19 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3511, 3512 ], "loc": { "start": { "line": 77, "column": 22 }, "end": { "line": 77, "column": 23 } } }, "property": { "type": "Identifier", "name": "of_text", "range": [ 3513, 3520 ], "loc": { "start": { "line": 77, "column": 24 }, "end": { "line": 77, "column": 31 } } }, "range": [ 3511, 3520 ], "loc": { "start": { "line": 77, "column": 22 }, "end": { "line": 77, "column": 31 } } }, "right": { "type": "Literal", "value": " of ", "raw": "' of '", "range": [ 3524, 3530 ], "loc": { "start": { "line": 77, "column": 35 }, "end": { "line": 77, "column": 41 } } }, "range": [ 3511, 3530 ], "loc": { "start": { "line": 77, "column": 22 }, "end": { "line": 77, "column": 41 } } }, "range": [ 3497, 3530 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 41 } } }, "range": [ 3497, 3531 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 42 } }, "leadingComments": [ { "type": "Line", "value": "defines text after page selector drop-down", "range": [ 3443, 3487 ], "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 52 } } } ], "trailingComments": [ { "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ 3541, 3588 ], "loc": { "start": { "line": 78, "column": 8 }, "end": { "line": 78, "column": 55 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3598, 3602 ], "loc": { "start": { "line": 79, "column": 8 }, "end": { "line": 79, "column": 12 } } }, "property": { "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ 3603, 3619 ], "loc": { "start": { "line": 79, "column": 13 }, "end": { "line": 79, "column": 29 } } }, "range": [ 3598, 3619 ], "loc": { "start": { "line": 79, "column": 8 }, "end": { "line": 79, "column": 29 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3622, 3623 ], "loc": { "start": { "line": 79, "column": 32 }, "end": { "line": 79, "column": 33 } } }, "property": { "type": "Identifier", "name": "nb_pages_css_class", "range": [ 3624, 3642 ], "loc": { "start": { "line": 79, "column": 34 }, "end": { "line": 79, "column": 52 } } }, "range": [ 3622, 3642 ], "loc": { "start": { "line": 79, "column": 32 }, "end": { "line": 79, "column": 52 } } }, "right": { "type": "Literal", "value": "nbpg", "raw": "'nbpg'", "range": [ 3646, 3652 ], "loc": { "start": { "line": 79, "column": 56 }, "end": { "line": 79, "column": 62 } } }, "range": [ 3622, 3652 ], "loc": { "start": { "line": 79, "column": 32 }, "end": { "line": 79, "column": 62 } } }, "range": [ 3598, 3652 ], "loc": { "start": { "line": 79, "column": 8 }, "end": { "line": 79, "column": 62 } } }, "range": [ 3598, 3653 ], "loc": { "start": { "line": 79, "column": 8 }, "end": { "line": 79, "column": 63 } }, "leadingComments": [ { "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ 3541, 3588 ], "loc": { "start": { "line": 78, "column": 8 }, "end": { "line": 78, "column": 55 } } } ], "trailingComments": [ { "type": "Line", "value": "enables/disables paging buttons", "range": [ 3663, 3696 ], "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 41 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3706, 3710 ], "loc": { "start": { "line": 81, "column": 8 }, "end": { "line": 81, "column": 12 } } }, "property": { "type": "Identifier", "name": "hasPagingBtns", "range": [ 3711, 3724 ], "loc": { "start": { "line": 81, "column": 13 }, "end": { "line": 81, "column": 26 } } }, "range": [ 3706, 3724 ], "loc": { "start": { "line": 81, "column": 8 }, "end": { "line": 81, "column": 26 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3727, 3728 ], "loc": { "start": { "line": 81, "column": 29 }, "end": { "line": 81, "column": 30 } } }, "property": { "type": "Identifier", "name": "paging_btns", "range": [ 3729, 3740 ], "loc": { "start": { "line": 81, "column": 31 }, "end": { "line": 81, "column": 42 } } }, "range": [ 3727, 3740 ], "loc": { "start": { "line": 81, "column": 29 }, "end": { "line": 81, "column": 42 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 3743, 3748 ], "loc": { "start": { "line": 81, "column": 45 }, "end": { "line": 81, "column": 50 } } }, "range": [ 3727, 3748 ], "loc": { "start": { "line": 81, "column": 29 }, "end": { "line": 81, "column": 50 } } }, "consequent": { "type": "Literal", "value": false, "raw": "false", "range": [ 3751, 3756 ], "loc": { "start": { "line": 81, "column": 53 }, "end": { "line": 81, "column": 58 } } }, "alternate": { "type": "Literal", "value": true, "raw": "true", "range": [ 3759, 3763 ], "loc": { "start": { "line": 81, "column": 61 }, "end": { "line": 81, "column": 65 } } }, "range": [ 3727, 3763 ], "loc": { "start": { "line": 81, "column": 29 }, "end": { "line": 81, "column": 65 } } }, "range": [ 3706, 3763 ], "loc": { "start": { "line": 81, "column": 8 }, "end": { "line": 81, "column": 65 } } }, "range": [ 3706, 3764 ], "loc": { "start": { "line": 81, "column": 8 }, "end": { "line": 81, "column": 66 } }, "leadingComments": [ { "type": "Line", "value": "enables/disables paging buttons", "range": [ 3663, 3696 ], "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 41 } } } ], "trailingComments": [ { "type": "Line", "value": "defines previous page button html", "range": [ 3774, 3809 ], "loc": { "start": { "line": 82, "column": 8 }, "end": { "line": 82, "column": 43 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3819, 3823 ], "loc": { "start": { "line": 83, "column": 8 }, "end": { "line": 83, "column": 12 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 3824, 3840 ], "loc": { "start": { "line": 83, "column": 13 }, "end": { "line": 83, "column": 29 } } }, "range": [ 3819, 3840 ], "loc": { "start": { "line": 83, "column": 8 }, "end": { "line": 83, "column": 29 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3843, 3844 ], "loc": { "start": { "line": 83, "column": 32 }, "end": { "line": 83, "column": 33 } } }, "property": { "type": "Identifier", "name": "page_selector_type", "range": [ 3845, 3863 ], "loc": { "start": { "line": 83, "column": 34 }, "end": { "line": 83, "column": 52 } } }, "range": [ 3843, 3863 ], "loc": { "start": { "line": 83, "column": 32 }, "end": { "line": 83, "column": 52 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3867, 3869 ], "loc": { "start": { "line": 83, "column": 56 }, "end": { "line": 83, "column": 58 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 3870, 3880 ], "loc": { "start": { "line": 83, "column": 59 }, "end": { "line": 83, "column": 69 } } }, "range": [ 3867, 3880 ], "loc": { "start": { "line": 83, "column": 56 }, "end": { "line": 83, "column": 69 } } }, "range": [ 3843, 3880 ], "loc": { "start": { "line": 83, "column": 32 }, "end": { "line": 83, "column": 69 } } }, "range": [ 3819, 3880 ], "loc": { "start": { "line": 83, "column": 8 }, "end": { "line": 83, "column": 69 } } }, "range": [ 3819, 3881 ], "loc": { "start": { "line": 83, "column": 8 }, "end": { "line": 83, "column": 70 } }, "leadingComments": [ { "type": "Line", "value": "defines previous page button html", "range": [ 3774, 3809 ], "loc": { "start": { "line": 82, "column": 8 }, "end": { "line": 82, "column": 43 } } } ], "trailingComments": [ { "type": "Line", "value": "calls function before page is changed", "range": [ 3891, 3930 ], "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 47 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 3940, 3944 ], "loc": { "start": { "line": 85, "column": 8 }, "end": { "line": 85, "column": 12 } } }, "property": { "type": "Identifier", "name": "onBeforeChangePage", "range": [ 3945, 3963 ], "loc": { "start": { "line": 85, "column": 13 }, "end": { "line": 85, "column": 31 } } }, "range": [ 3940, 3963 ], "loc": { "start": { "line": 85, "column": 8 }, "end": { "line": 85, "column": 31 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Types", "range": [ 3966, 3971 ], "loc": { "start": { "line": 85, "column": 34 }, "end": { "line": 85, "column": 39 } } }, "property": { "type": "Identifier", "name": "isFn", "range": [ 3972, 3976 ], "loc": { "start": { "line": 85, "column": 40 }, "end": { "line": 85, "column": 44 } } }, "range": [ 3966, 3976 ], "loc": { "start": { "line": 85, "column": 34 }, "end": { "line": 85, "column": 44 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 3977, 3978 ], "loc": { "start": { "line": 85, "column": 45 }, "end": { "line": 85, "column": 46 } } }, "property": { "type": "Identifier", "name": "on_before_change_page", "range": [ 3979, 4000 ], "loc": { "start": { "line": 85, "column": 47 }, "end": { "line": 85, "column": 68 } } }, "range": [ 3977, 4000 ], "loc": { "start": { "line": 85, "column": 45 }, "end": { "line": 85, "column": 68 } } } ], "range": [ 3966, 4001 ], "loc": { "start": { "line": 85, "column": 34 }, "end": { "line": 85, "column": 69 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 4017, 4018 ], "loc": { "start": { "line": 86, "column": 12 }, "end": { "line": 86, "column": 13 } } }, "property": { "type": "Identifier", "name": "on_before_change_page", "range": [ 4019, 4040 ], "loc": { "start": { "line": 86, "column": 14 }, "end": { "line": 86, "column": 35 } } }, "range": [ 4017, 4040 ], "loc": { "start": { "line": 86, "column": 12 }, "end": { "line": 86, "column": 35 } } }, "alternate": { "type": "Literal", "value": null, "raw": "null", "range": [ 4043, 4047 ], "loc": { "start": { "line": 86, "column": 38 }, "end": { "line": 86, "column": 42 } } }, "range": [ 3966, 4047 ], "loc": { "start": { "line": 85, "column": 34 }, "end": { "line": 86, "column": 42 } } }, "range": [ 3940, 4047 ], "loc": { "start": { "line": 85, "column": 8 }, "end": { "line": 86, "column": 42 } } }, "range": [ 3940, 4048 ], "loc": { "start": { "line": 85, "column": 8 }, "end": { "line": 86, "column": 43 } }, "leadingComments": [ { "type": "Line", "value": "calls function before page is changed", "range": [ 3891, 3930 ], "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 47 } } } ], "trailingComments": [ { "type": "Line", "value": "calls function before page is changed", "range": [ 4058, 4097 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 47 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4107, 4111 ], "loc": { "start": { "line": 88, "column": 8 }, "end": { "line": 88, "column": 12 } } }, "property": { "type": "Identifier", "name": "onAfterChangePage", "range": [ 4112, 4129 ], "loc": { "start": { "line": 88, "column": 13 }, "end": { "line": 88, "column": 30 } } }, "range": [ 4107, 4129 ], "loc": { "start": { "line": 88, "column": 8 }, "end": { "line": 88, "column": 30 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Types", "range": [ 4132, 4137 ], "loc": { "start": { "line": 88, "column": 33 }, "end": { "line": 88, "column": 38 } } }, "property": { "type": "Identifier", "name": "isFn", "range": [ 4138, 4142 ], "loc": { "start": { "line": 88, "column": 39 }, "end": { "line": 88, "column": 43 } } }, "range": [ 4132, 4142 ], "loc": { "start": { "line": 88, "column": 33 }, "end": { "line": 88, "column": 43 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 4143, 4144 ], "loc": { "start": { "line": 88, "column": 44 }, "end": { "line": 88, "column": 45 } } }, "property": { "type": "Identifier", "name": "on_after_change_page", "range": [ 4145, 4165 ], "loc": { "start": { "line": 88, "column": 46 }, "end": { "line": 88, "column": 66 } } }, "range": [ 4143, 4165 ], "loc": { "start": { "line": 88, "column": 44 }, "end": { "line": 88, "column": 66 } } } ], "range": [ 4132, 4166 ], "loc": { "start": { "line": 88, "column": 33 }, "end": { "line": 88, "column": 67 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "f", "range": [ 4182, 4183 ], "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 13 } } }, "property": { "type": "Identifier", "name": "on_after_change_page", "range": [ 4184, 4204 ], "loc": { "start": { "line": 89, "column": 14 }, "end": { "line": 89, "column": 34 } } }, "range": [ 4182, 4204 ], "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 34 } } }, "alternate": { "type": "Literal", "value": null, "raw": "null", "range": [ 4207, 4211 ], "loc": { "start": { "line": 89, "column": 37 }, "end": { "line": 89, "column": 41 } } }, "range": [ 4132, 4211 ], "loc": { "start": { "line": 88, "column": 33 }, "end": { "line": 89, "column": 41 } } }, "range": [ 4107, 4211 ], "loc": { "start": { "line": 88, "column": 8 }, "end": { "line": 89, "column": 41 } } }, "range": [ 4107, 4212 ], "loc": { "start": { "line": 88, "column": 8 }, "end": { "line": 89, "column": 42 } }, "leadingComments": [ { "type": "Line", "value": "calls function before page is changed", "range": [ 4058, 4097 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 47 } } } ], "trailingComments": [ { "type": "Line", "value": "pages select", "range": [ 4224, 4238 ], "loc": { "start": { "line": 91, "column": 8 }, "end": { "line": 91, "column": 22 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4248, 4252 ], "loc": { "start": { "line": 92, "column": 8 }, "end": { "line": 92, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxSlcPages", "range": [ 4253, 4265 ], "loc": { "start": { "line": 92, "column": 13 }, "end": { "line": 92, "column": 25 } } }, "range": [ 4248, 4265 ], "loc": { "start": { "line": 92, "column": 8 }, "end": { "line": 92, "column": 25 } } }, "right": { "type": "Literal", "value": "slcPages_", "raw": "'slcPages_'", "range": [ 4268, 4279 ], "loc": { "start": { "line": 92, "column": 28 }, "end": { "line": 92, "column": 39 } } }, "range": [ 4248, 4279 ], "loc": { "start": { "line": 92, "column": 8 }, "end": { "line": 92, "column": 39 } } }, "range": [ 4248, 4280 ], "loc": { "start": { "line": 92, "column": 8 }, "end": { "line": 92, "column": 40 } }, "leadingComments": [ { "type": "Line", "value": "pages select", "range": [ 4224, 4238 ], "loc": { "start": { "line": 91, "column": 8 }, "end": { "line": 91, "column": 22 } } } ], "trailingComments": [ { "type": "Line", "value": "results per page select", "range": [ 4290, 4315 ], "loc": { "start": { "line": 93, "column": 8 }, "end": { "line": 93, "column": 33 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4325, 4329 ], "loc": { "start": { "line": 94, "column": 8 }, "end": { "line": 94, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxSlcResults", "range": [ 4330, 4344 ], "loc": { "start": { "line": 94, "column": 13 }, "end": { "line": 94, "column": 27 } } }, "range": [ 4325, 4344 ], "loc": { "start": { "line": 94, "column": 8 }, "end": { "line": 94, "column": 27 } } }, "right": { "type": "Literal", "value": "slcResults_", "raw": "'slcResults_'", "range": [ 4347, 4360 ], "loc": { "start": { "line": 94, "column": 30 }, "end": { "line": 94, "column": 43 } } }, "range": [ 4325, 4360 ], "loc": { "start": { "line": 94, "column": 8 }, "end": { "line": 94, "column": 43 } } }, "range": [ 4325, 4361 ], "loc": { "start": { "line": 94, "column": 8 }, "end": { "line": 94, "column": 44 } }, "leadingComments": [ { "type": "Line", "value": "results per page select", "range": [ 4290, 4315 ], "loc": { "start": { "line": 93, "column": 8 }, "end": { "line": 93, "column": 33 } } } ], "trailingComments": [ { "type": "Line", "value": "label preciding results per page select", "range": [ 4371, 4412 ], "loc": { "start": { "line": 95, "column": 8 }, "end": { "line": 95, "column": 49 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4422, 4426 ], "loc": { "start": { "line": 96, "column": 8 }, "end": { "line": 96, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ 4427, 4444 ], "loc": { "start": { "line": 96, "column": 13 }, "end": { "line": 96, "column": 30 } } }, "range": [ 4422, 4444 ], "loc": { "start": { "line": 96, "column": 8 }, "end": { "line": 96, "column": 30 } } }, "right": { "type": "Literal", "value": "slcResultsTxt_", "raw": "'slcResultsTxt_'", "range": [ 4447, 4463 ], "loc": { "start": { "line": 96, "column": 33 }, "end": { "line": 96, "column": 49 } } }, "range": [ 4422, 4463 ], "loc": { "start": { "line": 96, "column": 8 }, "end": { "line": 96, "column": 49 } } }, "range": [ 4422, 4464 ], "loc": { "start": { "line": 96, "column": 8 }, "end": { "line": 96, "column": 50 } }, "leadingComments": [ { "type": "Line", "value": "label preciding results per page select", "range": [ 4371, 4412 ], "loc": { "start": { "line": 95, "column": 8 }, "end": { "line": 95, "column": 49 } } } ], "trailingComments": [ { "type": "Line", "value": "span containing next page button", "range": [ 4474, 4508 ], "loc": { "start": { "line": 97, "column": 8 }, "end": { "line": 97, "column": 42 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4518, 4522 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ 4523, 4538 ], "loc": { "start": { "line": 98, "column": 13 }, "end": { "line": 98, "column": 28 } } }, "range": [ 4518, 4538 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 28 } } }, "right": { "type": "Literal", "value": "btnNextSpan_", "raw": "'btnNextSpan_'", "range": [ 4541, 4555 ], "loc": { "start": { "line": 98, "column": 31 }, "end": { "line": 98, "column": 45 } } }, "range": [ 4518, 4555 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 45 } } }, "range": [ 4518, 4556 ], "loc": { "start": { "line": 98, "column": 8 }, "end": { "line": 98, "column": 46 } }, "leadingComments": [ { "type": "Line", "value": "span containing next page button", "range": [ 4474, 4508 ], "loc": { "start": { "line": 97, "column": 8 }, "end": { "line": 97, "column": 42 } } } ], "trailingComments": [ { "type": "Line", "value": "span containing previous page button", "range": [ 4566, 4604 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 46 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4614, 4618 ], "loc": { "start": { "line": 100, "column": 8 }, "end": { "line": 100, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ 4619, 4634 ], "loc": { "start": { "line": 100, "column": 13 }, "end": { "line": 100, "column": 28 } } }, "range": [ 4614, 4634 ], "loc": { "start": { "line": 100, "column": 8 }, "end": { "line": 100, "column": 28 } } }, "right": { "type": "Literal", "value": "btnPrevSpan_", "raw": "'btnPrevSpan_'", "range": [ 4637, 4651 ], "loc": { "start": { "line": 100, "column": 31 }, "end": { "line": 100, "column": 45 } } }, "range": [ 4614, 4651 ], "loc": { "start": { "line": 100, "column": 8 }, "end": { "line": 100, "column": 45 } } }, "range": [ 4614, 4652 ], "loc": { "start": { "line": 100, "column": 8 }, "end": { "line": 100, "column": 46 } }, "leadingComments": [ { "type": "Line", "value": "span containing previous page button", "range": [ 4566, 4604 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 46 } } } ], "trailingComments": [ { "type": "Line", "value": "span containing last page button", "range": [ 4662, 4696 ], "loc": { "start": { "line": 101, "column": 8 }, "end": { "line": 101, "column": 42 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4706, 4710 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ 4711, 4726 ], "loc": { "start": { "line": 102, "column": 13 }, "end": { "line": 102, "column": 28 } } }, "range": [ 4706, 4726 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 28 } } }, "right": { "type": "Literal", "value": "btnLastSpan_", "raw": "'btnLastSpan_'", "range": [ 4729, 4743 ], "loc": { "start": { "line": 102, "column": 31 }, "end": { "line": 102, "column": 45 } } }, "range": [ 4706, 4743 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 45 } } }, "range": [ 4706, 4744 ], "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 46 } }, "leadingComments": [ { "type": "Line", "value": "span containing last page button", "range": [ 4662, 4696 ], "loc": { "start": { "line": 101, "column": 8 }, "end": { "line": 101, "column": 42 } } } ], "trailingComments": [ { "type": "Line", "value": "span containing first page button", "range": [ 4754, 4789 ], "loc": { "start": { "line": 103, "column": 8 }, "end": { "line": 103, "column": 43 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4799, 4803 ], "loc": { "start": { "line": 104, "column": 8 }, "end": { "line": 104, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ 4804, 4820 ], "loc": { "start": { "line": 104, "column": 13 }, "end": { "line": 104, "column": 29 } } }, "range": [ 4799, 4820 ], "loc": { "start": { "line": 104, "column": 8 }, "end": { "line": 104, "column": 29 } } }, "right": { "type": "Literal", "value": "btnFirstSpan_", "raw": "'btnFirstSpan_'", "range": [ 4823, 4838 ], "loc": { "start": { "line": 104, "column": 32 }, "end": { "line": 104, "column": 47 } } }, "range": [ 4799, 4838 ], "loc": { "start": { "line": 104, "column": 8 }, "end": { "line": 104, "column": 47 } } }, "range": [ 4799, 4839 ], "loc": { "start": { "line": 104, "column": 8 }, "end": { "line": 104, "column": 48 } }, "leadingComments": [ { "type": "Line", "value": "span containing first page button", "range": [ 4754, 4789 ], "loc": { "start": { "line": 103, "column": 8 }, "end": { "line": 103, "column": 43 } } } ], "trailingComments": [ { "type": "Line", "value": "next button", "range": [ 4849, 4862 ], "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 21 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4872, 4876 ], "loc": { "start": { "line": 106, "column": 8 }, "end": { "line": 106, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnNext", "range": [ 4877, 4888 ], "loc": { "start": { "line": 106, "column": 13 }, "end": { "line": 106, "column": 24 } } }, "range": [ 4872, 4888 ], "loc": { "start": { "line": 106, "column": 8 }, "end": { "line": 106, "column": 24 } } }, "right": { "type": "Literal", "value": "btnNext_", "raw": "'btnNext_'", "range": [ 4891, 4901 ], "loc": { "start": { "line": 106, "column": 27 }, "end": { "line": 106, "column": 37 } } }, "range": [ 4872, 4901 ], "loc": { "start": { "line": 106, "column": 8 }, "end": { "line": 106, "column": 37 } } }, "range": [ 4872, 4902 ], "loc": { "start": { "line": 106, "column": 8 }, "end": { "line": 106, "column": 38 } }, "leadingComments": [ { "type": "Line", "value": "next button", "range": [ 4849, 4862 ], "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 21 } } } ], "trailingComments": [ { "type": "Line", "value": "previous button", "range": [ 4912, 4929 ], "loc": { "start": { "line": 107, "column": 8 }, "end": { "line": 107, "column": 25 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 4939, 4943 ], "loc": { "start": { "line": 108, "column": 8 }, "end": { "line": 108, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnPrev", "range": [ 4944, 4955 ], "loc": { "start": { "line": 108, "column": 13 }, "end": { "line": 108, "column": 24 } } }, "range": [ 4939, 4955 ], "loc": { "start": { "line": 108, "column": 8 }, "end": { "line": 108, "column": 24 } } }, "right": { "type": "Literal", "value": "btnPrev_", "raw": "'btnPrev_'", "range": [ 4958, 4968 ], "loc": { "start": { "line": 108, "column": 27 }, "end": { "line": 108, "column": 37 } } }, "range": [ 4939, 4968 ], "loc": { "start": { "line": 108, "column": 8 }, "end": { "line": 108, "column": 37 } } }, "range": [ 4939, 4969 ], "loc": { "start": { "line": 108, "column": 8 }, "end": { "line": 108, "column": 38 } }, "leadingComments": [ { "type": "Line", "value": "previous button", "range": [ 4912, 4929 ], "loc": { "start": { "line": 107, "column": 8 }, "end": { "line": 107, "column": 25 } } } ], "trailingComments": [ { "type": "Line", "value": "last button", "range": [ 4979, 4992 ], "loc": { "start": { "line": 109, "column": 8 }, "end": { "line": 109, "column": 21 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5002, 5006 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnLast", "range": [ 5007, 5018 ], "loc": { "start": { "line": 110, "column": 13 }, "end": { "line": 110, "column": 24 } } }, "range": [ 5002, 5018 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 24 } } }, "right": { "type": "Literal", "value": "btnLast_", "raw": "'btnLast_'", "range": [ 5021, 5031 ], "loc": { "start": { "line": 110, "column": 27 }, "end": { "line": 110, "column": 37 } } }, "range": [ 5002, 5031 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 37 } } }, "range": [ 5002, 5032 ], "loc": { "start": { "line": 110, "column": 8 }, "end": { "line": 110, "column": 38 } }, "leadingComments": [ { "type": "Line", "value": "last button", "range": [ 4979, 4992 ], "loc": { "start": { "line": 109, "column": 8 }, "end": { "line": 109, "column": 21 } } } ], "trailingComments": [ { "type": "Line", "value": "first button", "range": [ 5042, 5056 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 22 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5066, 5070 ], "loc": { "start": { "line": 112, "column": 8 }, "end": { "line": 112, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxBtnFirst", "range": [ 5071, 5083 ], "loc": { "start": { "line": 112, "column": 13 }, "end": { "line": 112, "column": 25 } } }, "range": [ 5066, 5083 ], "loc": { "start": { "line": 112, "column": 8 }, "end": { "line": 112, "column": 25 } } }, "right": { "type": "Literal", "value": "btnFirst_", "raw": "'btnFirst_'", "range": [ 5086, 5097 ], "loc": { "start": { "line": 112, "column": 28 }, "end": { "line": 112, "column": 39 } } }, "range": [ 5066, 5097 ], "loc": { "start": { "line": 112, "column": 8 }, "end": { "line": 112, "column": 39 } } }, "range": [ 5066, 5098 ], "loc": { "start": { "line": 112, "column": 8 }, "end": { "line": 112, "column": 40 } }, "leadingComments": [ { "type": "Line", "value": "first button", "range": [ 5042, 5056 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 22 } } } ], "trailingComments": [ { "type": "Line", "value": "span for tot nb pages", "range": [ 5108, 5131 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 31 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5141, 5145 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxPgSpan", "range": [ 5146, 5156 ], "loc": { "start": { "line": 114, "column": 13 }, "end": { "line": 114, "column": 23 } } }, "range": [ 5141, 5156 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 23 } } }, "right": { "type": "Literal", "value": "pgspan_", "raw": "'pgspan_'", "range": [ 5159, 5168 ], "loc": { "start": { "line": 114, "column": 26 }, "end": { "line": 114, "column": 35 } } }, "range": [ 5141, 5168 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 35 } } }, "range": [ 5141, 5169 ], "loc": { "start": { "line": 114, "column": 8 }, "end": { "line": 114, "column": 36 } }, "leadingComments": [ { "type": "Line", "value": "span for tot nb pages", "range": [ 5108, 5131 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 31 } } } ], "trailingComments": [ { "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ 5179, 5226 ], "loc": { "start": { "line": 115, "column": 8 }, "end": { "line": 115, "column": 55 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5236, 5240 ], "loc": { "start": { "line": 116, "column": 8 }, "end": { "line": 116, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ 5241, 5257 ], "loc": { "start": { "line": 116, "column": 13 }, "end": { "line": 116, "column": 29 } } }, "range": [ 5236, 5257 ], "loc": { "start": { "line": 116, "column": 8 }, "end": { "line": 116, "column": 29 } } }, "right": { "type": "Literal", "value": "pgbeforespan_", "raw": "'pgbeforespan_'", "range": [ 5260, 5275 ], "loc": { "start": { "line": 116, "column": 32 }, "end": { "line": 116, "column": 47 } } }, "range": [ 5236, 5275 ], "loc": { "start": { "line": 116, "column": 8 }, "end": { "line": 116, "column": 47 } } }, "range": [ 5236, 5276 ], "loc": { "start": { "line": 116, "column": 8 }, "end": { "line": 116, "column": 48 } }, "leadingComments": [ { "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ 5179, 5226 ], "loc": { "start": { "line": 115, "column": 8 }, "end": { "line": 115, "column": 55 } } } ], "trailingComments": [ { "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ 5286, 5333 ], "loc": { "start": { "line": 117, "column": 8 }, "end": { "line": 117, "column": 55 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5343, 5347 ], "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 12 } } }, "property": { "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ 5348, 5363 ], "loc": { "start": { "line": 118, "column": 13 }, "end": { "line": 118, "column": 28 } } }, "range": [ 5343, 5363 ], "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 28 } } }, "right": { "type": "Literal", "value": "pgafterspan_", "raw": "'pgafterspan_'", "range": [ 5366, 5380 ], "loc": { "start": { "line": 118, "column": 31 }, "end": { "line": 118, "column": 45 } } }, "range": [ 5343, 5380 ], "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 45 } } }, "range": [ 5343, 5381 ], "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 46 } }, "leadingComments": [ { "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ 5286, 5333 ], "loc": { "start": { "line": 117, "column": 8 }, "end": { "line": 117, "column": 55 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "start_row", "range": [ 5397, 5406 ], "loc": { "start": { "line": 120, "column": 12 }, "end": { "line": 120, "column": 21 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5409, 5413 ], "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 28 } } }, "property": { "type": "Identifier", "name": "refRow", "range": [ 5414, 5420 ], "loc": { "start": { "line": 120, "column": 29 }, "end": { "line": 120, "column": 35 } } }, "range": [ 5409, 5420 ], "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 35 } } }, "range": [ 5397, 5420 ], "loc": { "start": { "line": 120, "column": 12 }, "end": { "line": 120, "column": 35 } } } ], "kind": "var", "range": [ 5393, 5421 ], "loc": { "start": { "line": 120, "column": 8 }, "end": { "line": 120, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "nrows", "range": [ 5435, 5440 ], "loc": { "start": { "line": 121, "column": 12 }, "end": { "line": 121, "column": 17 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5443, 5447 ], "loc": { "start": { "line": 121, "column": 20 }, "end": { "line": 121, "column": 24 } } }, "property": { "type": "Identifier", "name": "nbRows", "range": [ 5448, 5454 ], "loc": { "start": { "line": 121, "column": 25 }, "end": { "line": 121, "column": 31 } } }, "range": [ 5443, 5454 ], "loc": { "start": { "line": 121, "column": 20 }, "end": { "line": 121, "column": 31 } } }, "range": [ 5435, 5454 ], "loc": { "start": { "line": 121, "column": 12 }, "end": { "line": 121, "column": 31 } } } ], "kind": "var", "range": [ 5431, 5455 ], "loc": { "start": { "line": 121, "column": 8 }, "end": { "line": 121, "column": 32 } }, "trailingComments": [ { "type": "Line", "value": "calculates page nb", "range": [ 5465, 5485 ], "loc": { "start": { "line": 122, "column": 8 }, "end": { "line": 122, "column": 28 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5495, 5499 ], "loc": { "start": { "line": 123, "column": 8 }, "end": { "line": 123, "column": 12 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 5500, 5507 ], "loc": { "start": { "line": 123, "column": 13 }, "end": { "line": 123, "column": 20 } } }, "range": [ 5495, 5507 ], "loc": { "start": { "line": 123, "column": 8 }, "end": { "line": 123, "column": 20 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Math", "range": [ 5510, 5514 ], "loc": { "start": { "line": 123, "column": 23 }, "end": { "line": 123, "column": 27 } } }, "property": { "type": "Identifier", "name": "ceil", "range": [ 5515, 5519 ], "loc": { "start": { "line": 123, "column": 28 }, "end": { "line": 123, "column": 32 } } }, "range": [ 5510, 5519 ], "loc": { "start": { "line": 123, "column": 23 }, "end": { "line": 123, "column": 32 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "/", "left": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "nrows", "range": [ 5521, 5526 ], "loc": { "start": { "line": 123, "column": 34 }, "end": { "line": 123, "column": 39 } } }, "right": { "type": "Identifier", "name": "start_row", "range": [ 5527, 5536 ], "loc": { "start": { "line": 123, "column": 40 }, "end": { "line": 123, "column": 49 } } }, "range": [ 5521, 5536 ], "loc": { "start": { "line": 123, "column": 34 }, "end": { "line": 123, "column": 49 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5538, 5542 ], "loc": { "start": { "line": 123, "column": 51 }, "end": { "line": 123, "column": 55 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 5543, 5555 ], "loc": { "start": { "line": 123, "column": 56 }, "end": { "line": 123, "column": 68 } } }, "range": [ 5538, 5555 ], "loc": { "start": { "line": 123, "column": 51 }, "end": { "line": 123, "column": 68 } } }, "range": [ 5520, 5555 ], "loc": { "start": { "line": 123, "column": 33 }, "end": { "line": 123, "column": 68 } } } ], "range": [ 5510, 5556 ], "loc": { "start": { "line": 123, "column": 23 }, "end": { "line": 123, "column": 69 } } }, "range": [ 5495, 5556 ], "loc": { "start": { "line": 123, "column": 8 }, "end": { "line": 123, "column": 69 } } }, "range": [ 5495, 5557 ], "loc": { "start": { "line": 123, "column": 8 }, "end": { "line": 123, "column": 70 } }, "leadingComments": [ { "type": "Line", "value": "calculates page nb", "range": [ 5465, 5485 ], "loc": { "start": { "line": 122, "column": 8 }, "end": { "line": 122, "column": 28 } } } ], "trailingComments": [ { "type": "Line", "value": "Paging elements events", "range": [ 5569, 5593 ], "loc": { "start": { "line": 125, "column": 8 }, "end": { "line": 125, "column": 32 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "o", "range": [ 5607, 5608 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 13 } } }, "init": { "type": "ThisExpression", "range": [ 5611, 5615 ], "loc": { "start": { "line": 126, "column": 16 }, "end": { "line": 126, "column": 20 } } }, "range": [ 5607, 5615 ], "loc": { "start": { "line": 126, "column": 12 }, "end": { "line": 126, "column": 20 } } } ], "kind": "var", "range": [ 5603, 5616 ], "loc": { "start": { "line": 126, "column": 8 }, "end": { "line": 126, "column": 21 } }, "leadingComments": [ { "type": "Line", "value": "Paging elements events", "range": [ 5569, 5593 ], "loc": { "start": { "line": 125, "column": 8 }, "end": { "line": 125, "column": 32 } } } ], "trailingComments": [ { "type": "Line", "value": " Paging DOM events", "range": [ 5626, 5646 ], "loc": { "start": { "line": 127, "column": 8 }, "end": { "line": 127, "column": 28 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 5656, 5660 ], "loc": { "start": { "line": 128, "column": 8 }, "end": { "line": 128, "column": 12 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 5661, 5664 ], "loc": { "start": { "line": 128, "column": 13 }, "end": { "line": 128, "column": 16 } } }, "range": [ 5656, 5664 ], "loc": { "start": { "line": 128, "column": 8 }, "end": { "line": 128, "column": 16 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "slcIndex", "range": [ 5682, 5690 ], "loc": { "start": { "line": 129, "column": 12 }, "end": { "line": 129, "column": 20 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 5719, 5720 ], "loc": { "start": { "line": 130, "column": 24 }, "end": { "line": 130, "column": 25 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 5721, 5737 ], "loc": { "start": { "line": 130, "column": 26 }, "end": { "line": 130, "column": 42 } } }, "range": [ 5719, 5737 ], "loc": { "start": { "line": 130, "column": 24 }, "end": { "line": 130, "column": 42 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5740, 5742 ], "loc": { "start": { "line": 130, "column": 45 }, "end": { "line": 130, "column": 47 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 5743, 5753 ], "loc": { "start": { "line": 130, "column": 48 }, "end": { "line": 130, "column": 58 } } }, "range": [ 5740, 5753 ], "loc": { "start": { "line": 130, "column": 45 }, "end": { "line": 130, "column": 58 } } }, "range": [ 5719, 5753 ], "loc": { "start": { "line": 130, "column": 24 }, "end": { "line": 130, "column": 58 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 5778, 5779 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 21 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 5780, 5789 ], "loc": { "start": { "line": 131, "column": 22 }, "end": { "line": 131, "column": 31 } } }, "range": [ 5778, 5789 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 31 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 5790, 5797 ], "loc": { "start": { "line": 131, "column": 32 }, "end": { "line": 131, "column": 39 } } }, "range": [ 5778, 5797 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 39 } } }, "property": { "type": "Identifier", "name": "selectedIndex", "range": [ 5798, 5811 ], "loc": { "start": { "line": 131, "column": 40 }, "end": { "line": 131, "column": 53 } } }, "range": [ 5778, 5811 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 53 } } }, "alternate": { "type": "BinaryExpression", "operator": "-", "left": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 5835, 5843 ], "loc": { "start": { "line": 132, "column": 20 }, "end": { "line": 132, "column": 28 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 5844, 5845 ], "loc": { "start": { "line": 132, "column": 29 }, "end": { "line": 132, "column": 30 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 5846, 5855 ], "loc": { "start": { "line": 132, "column": 31 }, "end": { "line": 132, "column": 40 } } }, "range": [ 5844, 5855 ], "loc": { "start": { "line": 132, "column": 29 }, "end": { "line": 132, "column": 40 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 5856, 5861 ], "loc": { "start": { "line": 132, "column": 41 }, "end": { "line": 132, "column": 46 } } }, "range": [ 5844, 5861 ], "loc": { "start": { "line": 132, "column": 29 }, "end": { "line": 132, "column": 46 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 5863, 5865 ], "loc": { "start": { "line": 132, "column": 48 }, "end": { "line": 132, "column": 50 } } } ], "range": [ 5835, 5866 ], "loc": { "start": { "line": 132, "column": 20 }, "end": { "line": 132, "column": 51 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 5867, 5868 ], "loc": { "start": { "line": 132, "column": 52 }, "end": { "line": 132, "column": 53 } } }, "range": [ 5835, 5868 ], "loc": { "start": { "line": 132, "column": 20 }, "end": { "line": 132, "column": 53 } } }, "range": [ 5718, 5868 ], "loc": { "start": { "line": 130, "column": 23 }, "end": { "line": 132, "column": 53 } } }, "range": [ 5711, 5869 ], "loc": { "start": { "line": 130, "column": 16 }, "end": { "line": 132, "column": 54 } } } ], "range": [ 5692, 5884 ], "loc": { "start": { "line": 129, "column": 22 }, "end": { "line": 133, "column": 13 } } }, "generator": false, "expression": false, "range": [ 5690, 5884 ], "loc": { "start": { "line": 129, "column": 20 }, "end": { "line": 133, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 5682, 5884 ], "loc": { "start": { "line": 129, "column": 12 }, "end": { "line": 133, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "nbOpts", "range": [ 5899, 5905 ], "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 18 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 5934, 5935 ], "loc": { "start": { "line": 135, "column": 24 }, "end": { "line": 135, "column": 25 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 5936, 5952 ], "loc": { "start": { "line": 135, "column": 26 }, "end": { "line": 135, "column": 42 } } }, "range": [ 5934, 5952 ], "loc": { "start": { "line": 135, "column": 24 }, "end": { "line": 135, "column": 42 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5955, 5957 ], "loc": { "start": { "line": 135, "column": 45 }, "end": { "line": 135, "column": 47 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 5958, 5968 ], "loc": { "start": { "line": 135, "column": 48 }, "end": { "line": 135, "column": 58 } } }, "range": [ 5955, 5968 ], "loc": { "start": { "line": 135, "column": 45 }, "end": { "line": 135, "column": 58 } } }, "range": [ 5934, 5968 ], "loc": { "start": { "line": 135, "column": 24 }, "end": { "line": 135, "column": 58 } } }, "consequent": { "type": "BinaryExpression", "operator": "-", "left": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 5993, 6001 ], "loc": { "start": { "line": 136, "column": 20 }, "end": { "line": 136, "column": 28 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6002, 6003 ], "loc": { "start": { "line": 136, "column": 29 }, "end": { "line": 136, "column": 30 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 6004, 6013 ], "loc": { "start": { "line": 136, "column": 31 }, "end": { "line": 136, "column": 40 } } }, "range": [ 6002, 6013 ], "loc": { "start": { "line": 136, "column": 29 }, "end": { "line": 136, "column": 40 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 6014, 6021 ], "loc": { "start": { "line": 136, "column": 41 }, "end": { "line": 136, "column": 48 } } }, "range": [ 6002, 6021 ], "loc": { "start": { "line": 136, "column": 29 }, "end": { "line": 136, "column": 48 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 6022, 6028 ], "loc": { "start": { "line": 136, "column": 49 }, "end": { "line": 136, "column": 55 } } }, "range": [ 6002, 6028 ], "loc": { "start": { "line": 136, "column": 29 }, "end": { "line": 136, "column": 55 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 6030, 6032 ], "loc": { "start": { "line": 136, "column": 57 }, "end": { "line": 136, "column": 59 } } } ], "range": [ 5993, 6033 ], "loc": { "start": { "line": 136, "column": 20 }, "end": { "line": 136, "column": 60 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6034, 6035 ], "loc": { "start": { "line": 136, "column": 61 }, "end": { "line": 136, "column": 62 } } }, "range": [ 5993, 6035 ], "loc": { "start": { "line": 136, "column": 20 }, "end": { "line": 136, "column": 62 } } }, "alternate": { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6060, 6061 ], "loc": { "start": { "line": 137, "column": 21 }, "end": { "line": 137, "column": 22 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 6062, 6069 ], "loc": { "start": { "line": 137, "column": 23 }, "end": { "line": 137, "column": 30 } } }, "range": [ 6060, 6069 ], "loc": { "start": { "line": 137, "column": 21 }, "end": { "line": 137, "column": 30 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6070, 6071 ], "loc": { "start": { "line": 137, "column": 31 }, "end": { "line": 137, "column": 32 } } }, "range": [ 6060, 6071 ], "loc": { "start": { "line": 137, "column": 21 }, "end": { "line": 137, "column": 32 } } }, "range": [ 5933, 6072 ], "loc": { "start": { "line": 135, "column": 23 }, "end": { "line": 137, "column": 33 } } }, "range": [ 5926, 6073 ], "loc": { "start": { "line": 135, "column": 16 }, "end": { "line": 137, "column": 34 } } } ], "range": [ 5907, 6088 ], "loc": { "start": { "line": 134, "column": 20 }, "end": { "line": 138, "column": 13 } } }, "generator": false, "expression": false, "range": [ 5905, 6088 ], "loc": { "start": { "line": 134, "column": 18 }, "end": { "line": 138, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 5899, 6088 ], "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 138, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "next", "range": [ 6103, 6107 ], "loc": { "start": { "line": 139, "column": 12 }, "end": { "line": 139, "column": 16 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "nextIndex", "range": [ 6132, 6141 ], "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 140, "column": 29 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6144, 6145 ], "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 140, "column": 33 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6146, 6149 ], "loc": { "start": { "line": 140, "column": 34 }, "end": { "line": 140, "column": 37 } } }, "range": [ 6144, 6149 ], "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 140, "column": 37 } } }, "property": { "type": "Identifier", "name": "slcIndex", "range": [ 6150, 6158 ], "loc": { "start": { "line": 140, "column": 38 }, "end": { "line": 140, "column": 46 } } }, "range": [ 6144, 6158 ], "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 140, "column": 46 } } }, "arguments": [], "range": [ 6144, 6160 ], "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 140, "column": 48 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6163, 6164 ], "loc": { "start": { "line": 140, "column": 51 }, "end": { "line": 140, "column": 52 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6165, 6168 ], "loc": { "start": { "line": 140, "column": 53 }, "end": { "line": 140, "column": 56 } } }, "range": [ 6163, 6168 ], "loc": { "start": { "line": 140, "column": 51 }, "end": { "line": 140, "column": 56 } } }, "property": { "type": "Identifier", "name": "nbOpts", "range": [ 6169, 6175 ], "loc": { "start": { "line": 140, "column": 57 }, "end": { "line": 140, "column": 63 } } }, "range": [ 6163, 6175 ], "loc": { "start": { "line": 140, "column": 51 }, "end": { "line": 140, "column": 63 } } }, "arguments": [], "range": [ 6163, 6177 ], "loc": { "start": { "line": 140, "column": 51 }, "end": { "line": 140, "column": 65 } } }, "range": [ 6144, 6177 ], "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 140, "column": 65 } } }, "consequent": { "type": "BinaryExpression", "operator": "+", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6201, 6202 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 21 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6203, 6206 ], "loc": { "start": { "line": 141, "column": 22 }, "end": { "line": 141, "column": 25 } } }, "range": [ 6201, 6206 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 25 } } }, "property": { "type": "Identifier", "name": "slcIndex", "range": [ 6207, 6215 ], "loc": { "start": { "line": 141, "column": 26 }, "end": { "line": 141, "column": 34 } } }, "range": [ 6201, 6215 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 34 } } }, "arguments": [], "range": [ 6201, 6217 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 36 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6218, 6219 ], "loc": { "start": { "line": 141, "column": 37 }, "end": { "line": 141, "column": 38 } } }, "range": [ 6201, 6219 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 38 } } }, "alternate": { "type": "Literal", "value": 0, "raw": "0", "range": [ 6222, 6223 ], "loc": { "start": { "line": 141, "column": 41 }, "end": { "line": 141, "column": 42 } } }, "range": [ 6144, 6223 ], "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 141, "column": 42 } } }, "range": [ 6132, 6223 ], "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 141, "column": 42 } } } ], "kind": "var", "range": [ 6128, 6224 ], "loc": { "start": { "line": 140, "column": 16 }, "end": { "line": 141, "column": 43 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6242, 6243 ], "loc": { "start": { "line": 142, "column": 16 }, "end": { "line": 142, "column": 17 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 6244, 6254 ], "loc": { "start": { "line": 142, "column": 18 }, "end": { "line": 142, "column": 28 } } }, "range": [ 6242, 6254 ], "loc": { "start": { "line": 142, "column": 16 }, "end": { "line": 142, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "nextIndex", "range": [ 6255, 6264 ], "loc": { "start": { "line": 142, "column": 29 }, "end": { "line": 142, "column": 38 } } } ], "range": [ 6242, 6265 ], "loc": { "start": { "line": 142, "column": 16 }, "end": { "line": 142, "column": 39 } } }, "range": [ 6242, 6266 ], "loc": { "start": { "line": 142, "column": 16 }, "end": { "line": 142, "column": 40 } } } ], "range": [ 6109, 6281 ], "loc": { "start": { "line": 139, "column": 18 }, "end": { "line": 143, "column": 13 } } }, "generator": false, "expression": false, "range": [ 6107, 6281 ], "loc": { "start": { "line": 139, "column": 16 }, "end": { "line": 143, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 6103, 6281 ], "loc": { "start": { "line": 139, "column": 12 }, "end": { "line": 143, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "prev", "range": [ 6296, 6300 ], "loc": { "start": { "line": 144, "column": 12 }, "end": { "line": 144, "column": 16 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "prevIndex", "range": [ 6325, 6334 ], "loc": { "start": { "line": 145, "column": 20 }, "end": { "line": 145, "column": 29 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": ">", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6337, 6338 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 33 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6339, 6342 ], "loc": { "start": { "line": 145, "column": 34 }, "end": { "line": 145, "column": 37 } } }, "range": [ 6337, 6342 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 37 } } }, "property": { "type": "Identifier", "name": "slcIndex", "range": [ 6343, 6351 ], "loc": { "start": { "line": 145, "column": 38 }, "end": { "line": 145, "column": 46 } } }, "range": [ 6337, 6351 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 46 } } }, "arguments": [], "range": [ 6337, 6353 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 48 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 6354, 6355 ], "loc": { "start": { "line": 145, "column": 49 }, "end": { "line": 145, "column": 50 } } }, "range": [ 6337, 6355 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 145, "column": 50 } } }, "consequent": { "type": "BinaryExpression", "operator": "-", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6379, 6380 ], "loc": { "start": { "line": 146, "column": 20 }, "end": { "line": 146, "column": 21 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6381, 6384 ], "loc": { "start": { "line": 146, "column": 22 }, "end": { "line": 146, "column": 25 } } }, "range": [ 6379, 6384 ], "loc": { "start": { "line": 146, "column": 20 }, "end": { "line": 146, "column": 25 } } }, "property": { "type": "Identifier", "name": "slcIndex", "range": [ 6385, 6393 ], "loc": { "start": { "line": 146, "column": 26 }, "end": { "line": 146, "column": 34 } } }, "range": [ 6379, 6393 ], "loc": { "start": { "line": 146, "column": 20 }, "end": { "line": 146, "column": 34 } } }, "arguments": [], "range": [ 6379, 6395 ], "loc": { "start": { "line": 146, "column": 20 }, "end": { "line": 146, "column": 36 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6396, 6397 ], "loc": { "start": { "line": 146, "column": 37 }, "end": { "line": 146, "column": 38 } } }, "range": [ 6379, 6397 ], "loc": { "start": { "line": 146, "column": 20 }, "end": { "line": 146, "column": 38 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6400, 6401 ], "loc": { "start": { "line": 146, "column": 41 }, "end": { "line": 146, "column": 42 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6402, 6405 ], "loc": { "start": { "line": 146, "column": 43 }, "end": { "line": 146, "column": 46 } } }, "range": [ 6400, 6405 ], "loc": { "start": { "line": 146, "column": 41 }, "end": { "line": 146, "column": 46 } } }, "property": { "type": "Identifier", "name": "nbOpts", "range": [ 6406, 6412 ], "loc": { "start": { "line": 146, "column": 47 }, "end": { "line": 146, "column": 53 } } }, "range": [ 6400, 6412 ], "loc": { "start": { "line": 146, "column": 41 }, "end": { "line": 146, "column": 53 } } }, "arguments": [], "range": [ 6400, 6414 ], "loc": { "start": { "line": 146, "column": 41 }, "end": { "line": 146, "column": 55 } } }, "range": [ 6337, 6414 ], "loc": { "start": { "line": 145, "column": 32 }, "end": { "line": 146, "column": 55 } } }, "range": [ 6325, 6414 ], "loc": { "start": { "line": 145, "column": 20 }, "end": { "line": 146, "column": 55 } } } ], "kind": "var", "range": [ 6321, 6415 ], "loc": { "start": { "line": 145, "column": 16 }, "end": { "line": 146, "column": 56 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6433, 6434 ], "loc": { "start": { "line": 147, "column": 16 }, "end": { "line": 147, "column": 17 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 6435, 6445 ], "loc": { "start": { "line": 147, "column": 18 }, "end": { "line": 147, "column": 28 } } }, "range": [ 6433, 6445 ], "loc": { "start": { "line": 147, "column": 16 }, "end": { "line": 147, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "prevIndex", "range": [ 6446, 6455 ], "loc": { "start": { "line": 147, "column": 29 }, "end": { "line": 147, "column": 38 } } } ], "range": [ 6433, 6456 ], "loc": { "start": { "line": 147, "column": 16 }, "end": { "line": 147, "column": 39 } } }, "range": [ 6433, 6457 ], "loc": { "start": { "line": 147, "column": 16 }, "end": { "line": 147, "column": 40 } } } ], "range": [ 6302, 6472 ], "loc": { "start": { "line": 144, "column": 18 }, "end": { "line": 148, "column": 13 } } }, "generator": false, "expression": false, "range": [ 6300, 6472 ], "loc": { "start": { "line": 144, "column": 16 }, "end": { "line": 148, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 6296, 6472 ], "loc": { "start": { "line": 144, "column": 12 }, "end": { "line": 148, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "last", "range": [ 6487, 6491 ], "loc": { "start": { "line": 149, "column": 12 }, "end": { "line": 149, "column": 16 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6512, 6513 ], "loc": { "start": { "line": 150, "column": 16 }, "end": { "line": 150, "column": 17 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 6514, 6524 ], "loc": { "start": { "line": 150, "column": 18 }, "end": { "line": 150, "column": 28 } } }, "range": [ 6512, 6524 ], "loc": { "start": { "line": 150, "column": 16 }, "end": { "line": 150, "column": 28 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6525, 6526 ], "loc": { "start": { "line": 150, "column": 29 }, "end": { "line": 150, "column": 30 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6527, 6530 ], "loc": { "start": { "line": 150, "column": 31 }, "end": { "line": 150, "column": 34 } } }, "range": [ 6525, 6530 ], "loc": { "start": { "line": 150, "column": 29 }, "end": { "line": 150, "column": 34 } } }, "property": { "type": "Identifier", "name": "nbOpts", "range": [ 6531, 6537 ], "loc": { "start": { "line": 150, "column": 35 }, "end": { "line": 150, "column": 41 } } }, "range": [ 6525, 6537 ], "loc": { "start": { "line": 150, "column": 29 }, "end": { "line": 150, "column": 41 } } }, "arguments": [], "range": [ 6525, 6539 ], "loc": { "start": { "line": 150, "column": 29 }, "end": { "line": 150, "column": 43 } } } ], "range": [ 6512, 6540 ], "loc": { "start": { "line": 150, "column": 16 }, "end": { "line": 150, "column": 44 } } }, "range": [ 6512, 6541 ], "loc": { "start": { "line": 150, "column": 16 }, "end": { "line": 150, "column": 45 } } } ], "range": [ 6493, 6556 ], "loc": { "start": { "line": 149, "column": 18 }, "end": { "line": 151, "column": 13 } } }, "generator": false, "expression": false, "range": [ 6491, 6556 ], "loc": { "start": { "line": 149, "column": 16 }, "end": { "line": 151, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 6487, 6556 ], "loc": { "start": { "line": 149, "column": 12 }, "end": { "line": 151, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "first", "range": [ 6571, 6576 ], "loc": { "start": { "line": 152, "column": 12 }, "end": { "line": 152, "column": 17 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6597, 6598 ], "loc": { "start": { "line": 153, "column": 16 }, "end": { "line": 153, "column": 17 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 6599, 6609 ], "loc": { "start": { "line": 153, "column": 18 }, "end": { "line": 153, "column": 28 } } }, "range": [ 6597, 6609 ], "loc": { "start": { "line": 153, "column": 16 }, "end": { "line": 153, "column": 28 } } }, "arguments": [ { "type": "Literal", "value": 0, "raw": "0", "range": [ 6610, 6611 ], "loc": { "start": { "line": 153, "column": 29 }, "end": { "line": 153, "column": 30 } } } ], "range": [ 6597, 6612 ], "loc": { "start": { "line": 153, "column": 16 }, "end": { "line": 153, "column": 31 } } }, "range": [ 6597, 6613 ], "loc": { "start": { "line": 153, "column": 16 }, "end": { "line": 153, "column": 32 } } } ], "range": [ 6578, 6628 ], "loc": { "start": { "line": 152, "column": 19 }, "end": { "line": 154, "column": 13 } } }, "generator": false, "expression": false, "range": [ 6576, 6628 ], "loc": { "start": { "line": 152, "column": 17 }, "end": { "line": 154, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 6571, 6628 ], "loc": { "start": { "line": 152, "column": 12 }, "end": { "line": 154, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "_detectKey", "range": [ 6643, 6653 ], "loc": { "start": { "line": 155, "column": 12 }, "end": { "line": 155, "column": 22 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "e", "range": [ 6654, 6655 ], "loc": { "start": { "line": 155, "column": 23 }, "end": { "line": 155, "column": 24 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "key", "range": [ 6679, 6682 ], "loc": { "start": { "line": 156, "column": 20 }, "end": { "line": 156, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 6685, 6690 ], "loc": { "start": { "line": 156, "column": 26 }, "end": { "line": 156, "column": 31 } } }, "property": { "type": "Identifier", "name": "keyCode", "range": [ 6691, 6698 ], "loc": { "start": { "line": 156, "column": 32 }, "end": { "line": 156, "column": 39 } } }, "range": [ 6685, 6698 ], "loc": { "start": { "line": 156, "column": 26 }, "end": { "line": 156, "column": 39 } } }, "arguments": [ { "type": "Identifier", "name": "e", "range": [ 6699, 6700 ], "loc": { "start": { "line": 156, "column": 40 }, "end": { "line": 156, "column": 41 } } } ], "range": [ 6685, 6701 ], "loc": { "start": { "line": 156, "column": 26 }, "end": { "line": 156, "column": 42 } } }, "range": [ 6679, 6701 ], "loc": { "start": { "line": 156, "column": 20 }, "end": { "line": 156, "column": 42 } } } ], "kind": "var", "range": [ 6675, 6702 ], "loc": { "start": { "line": 156, "column": 16 }, "end": { "line": 156, "column": 43 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "key", "range": [ 6723, 6726 ], "loc": { "start": { "line": 157, "column": 19 }, "end": { "line": 157, "column": 22 } } }, "right": { "type": "Literal", "value": 13, "raw": "13", "range": [ 6729, 6731 ], "loc": { "start": { "line": 157, "column": 25 }, "end": { "line": 157, "column": 27 } } }, "range": [ 6723, 6731 ], "loc": { "start": { "line": 157, "column": 19 }, "end": { "line": 157, "column": 27 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6758, 6760 ], "loc": { "start": { "line": 158, "column": 23 }, "end": { "line": 158, "column": 25 } } }, "property": { "type": "Identifier", "name": "sorted", "range": [ 6761, 6767 ], "loc": { "start": { "line": 158, "column": 26 }, "end": { "line": 158, "column": 32 } } }, "range": [ 6758, 6767 ], "loc": { "start": { "line": 158, "column": 23 }, "end": { "line": 158, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 6795, 6797 ], "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 26 } } }, "property": { "type": "Identifier", "name": "filter", "range": [ 6798, 6804 ], "loc": { "start": { "line": 159, "column": 27 }, "end": { "line": 159, "column": 33 } } }, "range": [ 6795, 6804 ], "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 33 } } }, "arguments": [], "range": [ 6795, 6806 ], "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 35 } } }, "range": [ 6795, 6807 ], "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6833, 6834 ], "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 25 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 6835, 6845 ], "loc": { "start": { "line": 160, "column": 26 }, "end": { "line": 160, "column": 36 } } }, "range": [ 6833, 6845 ], "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 36 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6846, 6847 ], "loc": { "start": { "line": 160, "column": 37 }, "end": { "line": 160, "column": 38 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 6848, 6851 ], "loc": { "start": { "line": 160, "column": 39 }, "end": { "line": 160, "column": 42 } } }, "range": [ 6846, 6851 ], "loc": { "start": { "line": 160, "column": 37 }, "end": { "line": 160, "column": 42 } } }, "property": { "type": "Identifier", "name": "slcIndex", "range": [ 6852, 6860 ], "loc": { "start": { "line": 160, "column": 43 }, "end": { "line": 160, "column": 51 } } }, "range": [ 6846, 6860 ], "loc": { "start": { "line": 160, "column": 37 }, "end": { "line": 160, "column": 51 } } }, "arguments": [], "range": [ 6846, 6862 ], "loc": { "start": { "line": 160, "column": 37 }, "end": { "line": 160, "column": 53 } } } ], "range": [ 6833, 6863 ], "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 54 } } }, "range": [ 6833, 6864 ], "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 55 } } } ], "range": [ 6768, 6887 ], "loc": { "start": { "line": 158, "column": 33 }, "end": { "line": 161, "column": 21 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "o", "range": [ 6919, 6920 ], "loc": { "start": { "line": 162, "column": 24 }, "end": { "line": 162, "column": 25 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 6921, 6931 ], "loc": { "start": { "line": 162, "column": 26 }, "end": { "line": 162, "column": 36 } } }, "range": [ 6919, 6931 ], "loc": { "start": { "line": 162, "column": 24 }, "end": { "line": 162, "column": 36 } } }, "arguments": [], "range": [ 6919, 6933 ], "loc": { "start": { "line": 162, "column": 24 }, "end": { "line": 162, "column": 38 } } }, "range": [ 6919, 6934 ], "loc": { "start": { "line": 162, "column": 24 }, "end": { "line": 162, "column": 39 } } } ], "range": [ 6892, 6957 ], "loc": { "start": { "line": 161, "column": 26 }, "end": { "line": 163, "column": 21 } } }, "range": [ 6755, 6957 ], "loc": { "start": { "line": 158, "column": 20 }, "end": { "line": 163, "column": 21 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 6979, 6983 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 24 } } }, "property": { "type": "Identifier", "name": "blur", "range": [ 6984, 6988 ], "loc": { "start": { "line": 164, "column": 25 }, "end": { "line": 164, "column": 29 } } }, "range": [ 6979, 6988 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 29 } } }, "arguments": [], "range": [ 6979, 6990 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 31 } } }, "range": [ 6979, 6991 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 32 } } } ], "range": [ 6732, 7010 ], "loc": { "start": { "line": 157, "column": 28 }, "end": { "line": 165, "column": 17 } } }, "alternate": null, "range": [ 6720, 7010 ], "loc": { "start": { "line": 157, "column": 16 }, "end": { "line": 165, "column": 17 } } } ], "range": [ 6656, 7025 ], "loc": { "start": { "line": 155, "column": 25 }, "end": { "line": 166, "column": 13 } } }, "generator": false, "expression": false, "range": [ 6653, 7025 ], "loc": { "start": { "line": 155, "column": 22 }, "end": { "line": 166, "column": 13 } } }, "kind": "init", "method": true, "shorthand": false, "computed": false, "range": [ 6643, 7025 ], "loc": { "start": { "line": 155, "column": 12 }, "end": { "line": 166, "column": 13 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "slcPagesChange", "range": [ 7040, 7054 ], "loc": { "start": { "line": 167, "column": 12 }, "end": { "line": 167, "column": 26 } } }, "value": { "type": "Literal", "value": null, "raw": "null", "range": [ 7056, 7060 ], "loc": { "start": { "line": 167, "column": 28 }, "end": { "line": 167, "column": 32 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 7040, 7060 ], "loc": { "start": { "line": 167, "column": 12 }, "end": { "line": 167, "column": 32 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "nextEvt", "range": [ 7075, 7082 ], "loc": { "start": { "line": 168, "column": 12 }, "end": { "line": 168, "column": 19 } } }, "value": { "type": "Literal", "value": null, "raw": "null", "range": [ 7084, 7088 ], "loc": { "start": { "line": 168, "column": 21 }, "end": { "line": 168, "column": 25 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 7075, 7088 ], "loc": { "start": { "line": 168, "column": 12 }, "end": { "line": 168, "column": 25 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "prevEvt", "range": [ 7103, 7110 ], "loc": { "start": { "line": 169, "column": 12 }, "end": { "line": 169, "column": 19 } } }, "value": { "type": "Literal", "value": null, "raw": "null", "range": [ 7112, 7116 ], "loc": { "start": { "line": 169, "column": 21 }, "end": { "line": 169, "column": 25 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 7103, 7116 ], "loc": { "start": { "line": 169, "column": 12 }, "end": { "line": 169, "column": 25 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "lastEvt", "range": [ 7131, 7138 ], "loc": { "start": { "line": 170, "column": 12 }, "end": { "line": 170, "column": 19 } } }, "value": { "type": "Literal", "value": null, "raw": "null", "range": [ 7140, 7144 ], "loc": { "start": { "line": 170, "column": 21 }, "end": { "line": 170, "column": 25 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 7131, 7144 ], "loc": { "start": { "line": 170, "column": 12 }, "end": { "line": 170, "column": 25 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "firstEvt", "range": [ 7159, 7167 ], "loc": { "start": { "line": 171, "column": 12 }, "end": { "line": 171, "column": 20 } } }, "value": { "type": "Literal", "value": null, "raw": "null", "range": [ 7169, 7173 ], "loc": { "start": { "line": 171, "column": 22 }, "end": { "line": 171, "column": 26 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 7159, 7173 ], "loc": { "start": { "line": 171, "column": 12 }, "end": { "line": 171, "column": 26 } } } ], "range": [ 5667, 7184 ], "loc": { "start": { "line": 128, "column": 19 }, "end": { "line": 172, "column": 9 } } }, "range": [ 5656, 7184 ], "loc": { "start": { "line": 128, "column": 8 }, "end": { "line": 172, "column": 9 } } }, "range": [ 5656, 7185 ], "loc": { "start": { "line": 128, "column": 8 }, "end": { "line": 172, "column": 10 } }, "leadingComments": [ { "type": "Line", "value": " Paging DOM events", "range": [ 5626, 5646 ], "loc": { "start": { "line": 127, "column": 8 }, "end": { "line": 127, "column": 28 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7197, 7201 ], "loc": { "start": { "line": 174, "column": 8 }, "end": { "line": 174, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 7202, 7204 ], "loc": { "start": { "line": 174, "column": 13 }, "end": { "line": 174, "column": 15 } } }, "range": [ 7197, 7204 ], "loc": { "start": { "line": 174, "column": 8 }, "end": { "line": 174, "column": 15 } } }, "right": { "type": "Identifier", "name": "tf", "range": [ 7207, 7209 ], "loc": { "start": { "line": 174, "column": 18 }, "end": { "line": 174, "column": 20 } } }, "range": [ 7197, 7209 ], "loc": { "start": { "line": 174, "column": 8 }, "end": { "line": 174, "column": 20 } } }, "range": [ 7197, 7210 ], "loc": { "start": { "line": 174, "column": 8 }, "end": { "line": 174, "column": 21 } } } ], "range": [ 259, 7217 ], "loc": { "start": { "line": 12, "column": 19 }, "end": { "line": 175, "column": 5 } } }, "generator": false, "expression": false, "range": [ 255, 7217 ], "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 175, "column": 5 } } }, "kind": "constructor", "computed": false, "range": [ 244, 7217 ], "loc": { "start": { "line": 12, "column": 4 }, "end": { "line": 175, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Pagination component\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 149, 238 ], "loc": { "start": { "line": 8, "column": 4 }, "end": { "line": 11, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Initialize DOM elements\r\n ", "range": [ 7225, 7269 ], "loc": { "start": { "line": 177, "column": 4 }, "end": { "line": 179, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "init", "range": [ 7275, 7279 ], "loc": { "start": { "line": 180, "column": 4 }, "end": { "line": 180, "column": 8 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcPages", "range": [ 7296, 7304 ], "loc": { "start": { "line": 181, "column": 12 }, "end": { "line": 181, "column": 20 } } }, "init": null, "range": [ 7296, 7304 ], "loc": { "start": { "line": 181, "column": 12 }, "end": { "line": 181, "column": 20 } } } ], "kind": "var", "range": [ 7292, 7305 ], "loc": { "start": { "line": 181, "column": 8 }, "end": { "line": 181, "column": 21 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 7319, 7321 ], "loc": { "start": { "line": 182, "column": 12 }, "end": { "line": 182, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7324, 7328 ], "loc": { "start": { "line": 182, "column": 17 }, "end": { "line": 182, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 7329, 7331 ], "loc": { "start": { "line": 182, "column": 22 }, "end": { "line": 182, "column": 24 } } }, "range": [ 7324, 7331 ], "loc": { "start": { "line": 182, "column": 17 }, "end": { "line": 182, "column": 24 } } }, "range": [ 7319, 7331 ], "loc": { "start": { "line": 182, "column": 12 }, "end": { "line": 182, "column": 24 } } } ], "kind": "var", "range": [ 7315, 7332 ], "loc": { "start": { "line": 182, "column": 8 }, "end": { "line": 182, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 7346, 7349 ], "loc": { "start": { "line": 183, "column": 12 }, "end": { "line": 183, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7352, 7356 ], "loc": { "start": { "line": 183, "column": 18 }, "end": { "line": 183, "column": 22 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 7357, 7360 ], "loc": { "start": { "line": 183, "column": 23 }, "end": { "line": 183, "column": 26 } } }, "range": [ 7352, 7360 ], "loc": { "start": { "line": 183, "column": 18 }, "end": { "line": 183, "column": 26 } } }, "range": [ 7346, 7360 ], "loc": { "start": { "line": 183, "column": 12 }, "end": { "line": 183, "column": 26 } } } ], "kind": "var", "range": [ 7342, 7361 ], "loc": { "start": { "line": 183, "column": 8 }, "end": { "line": 183, "column": 27 } }, "trailingComments": [ { "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ 7373, 7437 ], "loc": { "start": { "line": 185, "column": 8 }, "end": { "line": 185, "column": 72 } } }, { "type": "Line", "value": " results per page component", "range": [ 7447, 7476 ], "loc": { "start": { "line": 186, "column": 8 }, "end": { "line": 186, "column": 37 } } } ] }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7489, 7493 ], "loc": { "start": { "line": 187, "column": 11 }, "end": { "line": 187, "column": 15 } } }, "property": { "type": "Identifier", "name": "hasResultsPerPage", "range": [ 7494, 7511 ], "loc": { "start": { "line": 187, "column": 16 }, "end": { "line": 187, "column": 33 } } }, "range": [ 7489, 7511 ], "loc": { "start": { "line": 187, "column": 11 }, "end": { "line": 187, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7530, 7534 ], "loc": { "start": { "line": 188, "column": 15 }, "end": { "line": 188, "column": 19 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 7535, 7549 ], "loc": { "start": { "line": 188, "column": 20 }, "end": { "line": 188, "column": 34 } } }, "range": [ 7530, 7549 ], "loc": { "start": { "line": 188, "column": 15 }, "end": { "line": 188, "column": 34 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 7550, 7556 ], "loc": { "start": { "line": 188, "column": 35 }, "end": { "line": 188, "column": 41 } } }, "range": [ 7530, 7556 ], "loc": { "start": { "line": 188, "column": 15 }, "end": { "line": 188, "column": 41 } } }, "right": { "type": "Literal", "value": 2, "raw": "2", "range": [ 7557, 7558 ], "loc": { "start": { "line": 188, "column": 42 }, "end": { "line": 188, "column": 43 } } }, "range": [ 7530, 7558 ], "loc": { "start": { "line": 188, "column": 15 }, "end": { "line": 188, "column": 43 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7578, 7582 ], "loc": { "start": { "line": 189, "column": 16 }, "end": { "line": 189, "column": 20 } } }, "property": { "type": "Identifier", "name": "hasResultsPerPage", "range": [ 7583, 7600 ], "loc": { "start": { "line": 189, "column": 21 }, "end": { "line": 189, "column": 38 } } }, "range": [ 7578, 7600 ], "loc": { "start": { "line": 189, "column": 16 }, "end": { "line": 189, "column": 38 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 7603, 7608 ], "loc": { "start": { "line": 189, "column": 41 }, "end": { "line": 189, "column": 46 } } }, "range": [ 7578, 7608 ], "loc": { "start": { "line": 189, "column": 16 }, "end": { "line": 189, "column": 46 } } }, "range": [ 7578, 7609 ], "loc": { "start": { "line": 189, "column": 16 }, "end": { "line": 189, "column": 47 } } } ], "range": [ 7559, 7624 ], "loc": { "start": { "line": 188, "column": 44 }, "end": { "line": 190, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7649, 7653 ], "loc": { "start": { "line": 191, "column": 16 }, "end": { "line": 191, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 7654, 7666 ], "loc": { "start": { "line": 191, "column": 21 }, "end": { "line": 191, "column": 33 } } }, "range": [ 7649, 7666 ], "loc": { "start": { "line": 191, "column": 16 }, "end": { "line": 191, "column": 33 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7669, 7673 ], "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 40 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 7674, 7688 ], "loc": { "start": { "line": 191, "column": 41 }, "end": { "line": 191, "column": 55 } } }, "range": [ 7669, 7688 ], "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 55 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 7689, 7690 ], "loc": { "start": { "line": 191, "column": 56 }, "end": { "line": 191, "column": 57 } } }, "range": [ 7669, 7691 ], "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 58 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 7692, 7693 ], "loc": { "start": { "line": 191, "column": 59 }, "end": { "line": 191, "column": 60 } } }, "range": [ 7669, 7694 ], "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 61 } } }, "range": [ 7649, 7694 ], "loc": { "start": { "line": 191, "column": 16 }, "end": { "line": 191, "column": 61 } } }, "range": [ 7649, 7695 ], "loc": { "start": { "line": 191, "column": 16 }, "end": { "line": 191, "column": 62 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7713, 7717 ], "loc": { "start": { "line": 192, "column": 16 }, "end": { "line": 192, "column": 20 } } }, "property": { "type": "Identifier", "name": "setResultsPerPage", "range": [ 7718, 7735 ], "loc": { "start": { "line": 192, "column": 21 }, "end": { "line": 192, "column": 38 } } }, "range": [ 7713, 7735 ], "loc": { "start": { "line": 192, "column": 16 }, "end": { "line": 192, "column": 38 } } }, "arguments": [], "range": [ 7713, 7737 ], "loc": { "start": { "line": 192, "column": 16 }, "end": { "line": 192, "column": 40 } } }, "range": [ 7713, 7738 ], "loc": { "start": { "line": 192, "column": 16 }, "end": { "line": 192, "column": 41 } } } ], "range": [ 7630, 7753 ], "loc": { "start": { "line": 190, "column": 19 }, "end": { "line": 193, "column": 13 } } }, "range": [ 7527, 7753 ], "loc": { "start": { "line": 188, "column": 12 }, "end": { "line": 193, "column": 13 } } } ], "range": [ 7512, 7764 ], "loc": { "start": { "line": 187, "column": 34 }, "end": { "line": 194, "column": 9 } } }, "alternate": null, "range": [ 7486, 7764 ], "loc": { "start": { "line": 187, "column": 8 }, "end": { "line": 194, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ 7373, 7437 ], "loc": { "start": { "line": 185, "column": 8 }, "end": { "line": 185, "column": 72 } } }, { "type": "Line", "value": " results per page component", "range": [ 7447, 7476 ], "loc": { "start": { "line": 186, "column": 8 }, "end": { "line": 186, "column": 37 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 7776, 7779 ], "loc": { "start": { "line": 196, "column": 8 }, "end": { "line": 196, "column": 11 } } }, "property": { "type": "Identifier", "name": "slcPagesChange", "range": [ 7780, 7794 ], "loc": { "start": { "line": 196, "column": 12 }, "end": { "line": 196, "column": 26 } } }, "range": [ 7776, 7794 ], "loc": { "start": { "line": 196, "column": 8 }, "end": { "line": 196, "column": 26 } } }, "right": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "event", "range": [ 7798, 7803 ], "loc": { "start": { "line": 196, "column": 30 }, "end": { "line": 196, "column": 35 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slc", "range": [ 7827, 7830 ], "loc": { "start": { "line": 197, "column": 16 }, "end": { "line": 197, "column": 19 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "event", "range": [ 7833, 7838 ], "loc": { "start": { "line": 197, "column": 22 }, "end": { "line": 197, "column": 27 } } }, "property": { "type": "Identifier", "name": "target", "range": [ 7839, 7845 ], "loc": { "start": { "line": 197, "column": 28 }, "end": { "line": 197, "column": 34 } } }, "range": [ 7833, 7845 ], "loc": { "start": { "line": 197, "column": 22 }, "end": { "line": 197, "column": 34 } } }, "range": [ 7827, 7845 ], "loc": { "start": { "line": 197, "column": 16 }, "end": { "line": 197, "column": 34 } } } ], "kind": "var", "range": [ 7823, 7846 ], "loc": { "start": { "line": 197, "column": 12 }, "end": { "line": 197, "column": 35 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7860, 7864 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 16 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 7865, 7875 ], "loc": { "start": { "line": 198, "column": 17 }, "end": { "line": 198, "column": 27 } } }, "range": [ 7860, 7875 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 27 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slc", "range": [ 7876, 7879 ], "loc": { "start": { "line": 198, "column": 28 }, "end": { "line": 198, "column": 31 } } }, "property": { "type": "Identifier", "name": "selectedIndex", "range": [ 7880, 7893 ], "loc": { "start": { "line": 198, "column": 32 }, "end": { "line": 198, "column": 45 } } }, "range": [ 7876, 7893 ], "loc": { "start": { "line": 198, "column": 28 }, "end": { "line": 198, "column": 45 } } } ], "range": [ 7860, 7894 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 46 } } }, "range": [ 7860, 7895 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 47 } } } ], "range": [ 7808, 7906 ], "loc": { "start": { "line": 196, "column": 40 }, "end": { "line": 199, "column": 9 } } }, "generator": false, "expression": false, "range": [ 7797, 7906 ], "loc": { "start": { "line": 196, "column": 29 }, "end": { "line": 199, "column": 9 } } }, "range": [ 7776, 7906 ], "loc": { "start": { "line": 196, "column": 8 }, "end": { "line": 199, "column": 9 } } }, "range": [ 7776, 7907 ], "loc": { "start": { "line": 196, "column": 8 }, "end": { "line": 199, "column": 10 } }, "trailingComments": [ { "type": "Line", "value": " Paging drop-down list selector", "range": [ 7919, 7952 ], "loc": { "start": { "line": 201, "column": 8 }, "end": { "line": 201, "column": 41 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 7965, 7969 ], "loc": { "start": { "line": 202, "column": 11 }, "end": { "line": 202, "column": 15 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 7970, 7986 ], "loc": { "start": { "line": 202, "column": 16 }, "end": { "line": 202, "column": 32 } } }, "range": [ 7965, 7986 ], "loc": { "start": { "line": 202, "column": 11 }, "end": { "line": 202, "column": 32 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 7991, 7993 ], "loc": { "start": { "line": 202, "column": 37 }, "end": { "line": 202, "column": 39 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 7994, 8004 ], "loc": { "start": { "line": 202, "column": 40 }, "end": { "line": 202, "column": 50 } } }, "range": [ 7991, 8004 ], "loc": { "start": { "line": 202, "column": 37 }, "end": { "line": 202, "column": 50 } } }, "range": [ 7965, 8004 ], "loc": { "start": { "line": 202, "column": 11 }, "end": { "line": 202, "column": 50 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "slcPages", "range": [ 8020, 8028 ], "loc": { "start": { "line": 203, "column": 12 }, "end": { "line": 203, "column": 20 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 8031, 8034 ], "loc": { "start": { "line": 203, "column": 23 }, "end": { "line": 203, "column": 26 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 8035, 8041 ], "loc": { "start": { "line": 203, "column": 27 }, "end": { "line": 203, "column": 33 } } }, "range": [ 8031, 8041 ], "loc": { "start": { "line": 203, "column": 23 }, "end": { "line": 203, "column": 33 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8060, 8062 ], "loc": { "start": { "line": 204, "column": 16 }, "end": { "line": 204, "column": 18 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 8063, 8073 ], "loc": { "start": { "line": 204, "column": 19 }, "end": { "line": 204, "column": 29 } } }, "range": [ 8060, 8073 ], "loc": { "start": { "line": 204, "column": 16 }, "end": { "line": 204, "column": 29 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 8076, 8080 ], "loc": { "start": { "line": 204, "column": 32 }, "end": { "line": 204, "column": 36 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8082, 8086 ], "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 42 } } }, "property": { "type": "Identifier", "name": "prfxSlcPages", "range": [ 8087, 8099 ], "loc": { "start": { "line": 204, "column": 43 }, "end": { "line": 204, "column": 55 } } }, "range": [ 8082, 8099 ], "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 55 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8100, 8102 ], "loc": { "start": { "line": 204, "column": 56 }, "end": { "line": 204, "column": 58 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 8103, 8105 ], "loc": { "start": { "line": 204, "column": 59 }, "end": { "line": 204, "column": 61 } } }, "range": [ 8100, 8105 ], "loc": { "start": { "line": 204, "column": 56 }, "end": { "line": 204, "column": 61 } } }, "range": [ 8082, 8105 ], "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 61 } } } ], "range": [ 8075, 8106 ], "loc": { "start": { "line": 204, "column": 31 }, "end": { "line": 204, "column": 62 } } } ], "range": [ 8031, 8107 ], "loc": { "start": { "line": 203, "column": 23 }, "end": { "line": 204, "column": 63 } } }, "range": [ 8020, 8107 ], "loc": { "start": { "line": 203, "column": 12 }, "end": { "line": 204, "column": 63 } } }, "range": [ 8020, 8108 ], "loc": { "start": { "line": 203, "column": 12 }, "end": { "line": 204, "column": 64 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcPages", "range": [ 8122, 8130 ], "loc": { "start": { "line": 205, "column": 12 }, "end": { "line": 205, "column": 20 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 8131, 8140 ], "loc": { "start": { "line": 205, "column": 21 }, "end": { "line": 205, "column": 30 } } }, "range": [ 8122, 8140 ], "loc": { "start": { "line": 205, "column": 12 }, "end": { "line": 205, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8143, 8147 ], "loc": { "start": { "line": 205, "column": 33 }, "end": { "line": 205, "column": 37 } } }, "property": { "type": "Identifier", "name": "pgSlcCssClass", "range": [ 8148, 8161 ], "loc": { "start": { "line": 205, "column": 38 }, "end": { "line": 205, "column": 51 } } }, "range": [ 8143, 8161 ], "loc": { "start": { "line": 205, "column": 33 }, "end": { "line": 205, "column": 51 } } }, "range": [ 8122, 8161 ], "loc": { "start": { "line": 205, "column": 12 }, "end": { "line": 205, "column": 51 } } }, "range": [ 8122, 8162 ], "loc": { "start": { "line": 205, "column": 12 }, "end": { "line": 205, "column": 52 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 8176, 8181 ], "loc": { "start": { "line": 206, "column": 12 }, "end": { "line": 206, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 8182, 8185 ], "loc": { "start": { "line": 206, "column": 18 }, "end": { "line": 206, "column": 21 } } }, "range": [ 8176, 8185 ], "loc": { "start": { "line": 206, "column": 12 }, "end": { "line": 206, "column": 21 } } }, "arguments": [ { "type": "Identifier", "name": "slcPages", "range": [ 8186, 8194 ], "loc": { "start": { "line": 206, "column": 22 }, "end": { "line": 206, "column": 30 } } }, { "type": "Literal", "value": "change", "raw": "'change'", "range": [ 8196, 8204 ], "loc": { "start": { "line": 206, "column": 32 }, "end": { "line": 206, "column": 40 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 8206, 8209 ], "loc": { "start": { "line": 206, "column": 42 }, "end": { "line": 206, "column": 45 } } }, "property": { "type": "Identifier", "name": "slcPagesChange", "range": [ 8210, 8224 ], "loc": { "start": { "line": 206, "column": 46 }, "end": { "line": 206, "column": 60 } } }, "range": [ 8206, 8224 ], "loc": { "start": { "line": 206, "column": 42 }, "end": { "line": 206, "column": 60 } } } ], "range": [ 8176, 8225 ], "loc": { "start": { "line": 206, "column": 12 }, "end": { "line": 206, "column": 61 } } }, "range": [ 8176, 8226 ], "loc": { "start": { "line": 206, "column": 12 }, "end": { "line": 206, "column": 62 } } } ], "range": [ 8005, 8237 ], "loc": { "start": { "line": 202, "column": 51 }, "end": { "line": 207, "column": 9 } } }, "alternate": null, "range": [ 7962, 8237 ], "loc": { "start": { "line": 202, "column": 8 }, "end": { "line": 207, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": " Paging drop-down list selector", "range": [ 7919, 7952 ], "loc": { "start": { "line": 201, "column": 8 }, "end": { "line": 201, "column": 41 } } } ], "trailingComments": [ { "type": "Line", "value": " Paging input selector", "range": [ 8249, 8273 ], "loc": { "start": { "line": 209, "column": 8 }, "end": { "line": 209, "column": 32 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8286, 8290 ], "loc": { "start": { "line": 210, "column": 11 }, "end": { "line": 210, "column": 15 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 8291, 8307 ], "loc": { "start": { "line": 210, "column": 16 }, "end": { "line": 210, "column": 32 } } }, "range": [ 8286, 8307 ], "loc": { "start": { "line": 210, "column": 11 }, "end": { "line": 210, "column": 32 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8312, 8314 ], "loc": { "start": { "line": 210, "column": 37 }, "end": { "line": 210, "column": 39 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 8315, 8325 ], "loc": { "start": { "line": 210, "column": 40 }, "end": { "line": 210, "column": 50 } } }, "range": [ 8312, 8325 ], "loc": { "start": { "line": 210, "column": 37 }, "end": { "line": 210, "column": 50 } } }, "range": [ 8286, 8325 ], "loc": { "start": { "line": 210, "column": 11 }, "end": { "line": 210, "column": 50 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "slcPages", "range": [ 8341, 8349 ], "loc": { "start": { "line": 211, "column": 12 }, "end": { "line": 211, "column": 20 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 8352, 8355 ], "loc": { "start": { "line": 211, "column": 23 }, "end": { "line": 211, "column": 26 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 8356, 8362 ], "loc": { "start": { "line": 211, "column": 27 }, "end": { "line": 211, "column": 33 } } }, "range": [ 8352, 8362 ], "loc": { "start": { "line": 211, "column": 23 }, "end": { "line": 211, "column": 33 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8381, 8383 ], "loc": { "start": { "line": 212, "column": 16 }, "end": { "line": 212, "column": 18 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 8384, 8394 ], "loc": { "start": { "line": 212, "column": 19 }, "end": { "line": 212, "column": 29 } } }, "range": [ 8381, 8394 ], "loc": { "start": { "line": 212, "column": 16 }, "end": { "line": 212, "column": 29 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 8414, 8418 ], "loc": { "start": { "line": 213, "column": 17 }, "end": { "line": 213, "column": 21 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8420, 8424 ], "loc": { "start": { "line": 213, "column": 23 }, "end": { "line": 213, "column": 27 } } }, "property": { "type": "Identifier", "name": "prfxSlcPages", "range": [ 8425, 8437 ], "loc": { "start": { "line": 213, "column": 28 }, "end": { "line": 213, "column": 40 } } }, "range": [ 8420, 8437 ], "loc": { "start": { "line": 213, "column": 23 }, "end": { "line": 213, "column": 40 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8438, 8440 ], "loc": { "start": { "line": 213, "column": 41 }, "end": { "line": 213, "column": 43 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 8441, 8443 ], "loc": { "start": { "line": 213, "column": 44 }, "end": { "line": 213, "column": 46 } } }, "range": [ 8438, 8443 ], "loc": { "start": { "line": 213, "column": 41 }, "end": { "line": 213, "column": 46 } } }, "range": [ 8420, 8443 ], "loc": { "start": { "line": 213, "column": 23 }, "end": { "line": 213, "column": 46 } } } ], "range": [ 8413, 8444 ], "loc": { "start": { "line": 213, "column": 16 }, "end": { "line": 213, "column": 47 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 8464, 8471 ], "loc": { "start": { "line": 214, "column": 17 }, "end": { "line": 214, "column": 24 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8473, 8477 ], "loc": { "start": { "line": 214, "column": 26 }, "end": { "line": 214, "column": 30 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 8478, 8491 ], "loc": { "start": { "line": 214, "column": 31 }, "end": { "line": 214, "column": 44 } } }, "range": [ 8473, 8491 ], "loc": { "start": { "line": 214, "column": 26 }, "end": { "line": 214, "column": 44 } } } ], "range": [ 8463, 8492 ], "loc": { "start": { "line": 214, "column": 16 }, "end": { "line": 214, "column": 45 } } } ], "range": [ 8352, 8507 ], "loc": { "start": { "line": 211, "column": 23 }, "end": { "line": 215, "column": 13 } } }, "range": [ 8341, 8507 ], "loc": { "start": { "line": 211, "column": 12 }, "end": { "line": 215, "column": 13 } } }, "range": [ 8341, 8508 ], "loc": { "start": { "line": 211, "column": 12 }, "end": { "line": 215, "column": 14 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcPages", "range": [ 8522, 8530 ], "loc": { "start": { "line": 216, "column": 12 }, "end": { "line": 216, "column": 20 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 8531, 8540 ], "loc": { "start": { "line": 216, "column": 21 }, "end": { "line": 216, "column": 30 } } }, "range": [ 8522, 8540 ], "loc": { "start": { "line": 216, "column": 12 }, "end": { "line": 216, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8543, 8547 ], "loc": { "start": { "line": 216, "column": 33 }, "end": { "line": 216, "column": 37 } } }, "property": { "type": "Identifier", "name": "pgInpCssClass", "range": [ 8548, 8561 ], "loc": { "start": { "line": 216, "column": 38 }, "end": { "line": 216, "column": 51 } } }, "range": [ 8543, 8561 ], "loc": { "start": { "line": 216, "column": 33 }, "end": { "line": 216, "column": 51 } } }, "range": [ 8522, 8561 ], "loc": { "start": { "line": 216, "column": 12 }, "end": { "line": 216, "column": 51 } } }, "range": [ 8522, 8562 ], "loc": { "start": { "line": 216, "column": 12 }, "end": { "line": 216, "column": 52 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 8576, 8581 ], "loc": { "start": { "line": 217, "column": 12 }, "end": { "line": 217, "column": 17 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 8582, 8585 ], "loc": { "start": { "line": 217, "column": 18 }, "end": { "line": 217, "column": 21 } } }, "range": [ 8576, 8585 ], "loc": { "start": { "line": 217, "column": 12 }, "end": { "line": 217, "column": 21 } } }, "arguments": [ { "type": "Identifier", "name": "slcPages", "range": [ 8586, 8594 ], "loc": { "start": { "line": 217, "column": 22 }, "end": { "line": 217, "column": 30 } } }, { "type": "Literal", "value": "keypress", "raw": "'keypress'", "range": [ 8596, 8606 ], "loc": { "start": { "line": 217, "column": 32 }, "end": { "line": 217, "column": 42 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 8608, 8611 ], "loc": { "start": { "line": 217, "column": 44 }, "end": { "line": 217, "column": 47 } } }, "property": { "type": "Identifier", "name": "_detectKey", "range": [ 8612, 8622 ], "loc": { "start": { "line": 217, "column": 48 }, "end": { "line": 217, "column": 58 } } }, "range": [ 8608, 8622 ], "loc": { "start": { "line": 217, "column": 44 }, "end": { "line": 217, "column": 58 } } } ], "range": [ 8576, 8623 ], "loc": { "start": { "line": 217, "column": 12 }, "end": { "line": 217, "column": 59 } } }, "range": [ 8576, 8624 ], "loc": { "start": { "line": 217, "column": 12 }, "end": { "line": 217, "column": 60 } } } ], "range": [ 8326, 8635 ], "loc": { "start": { "line": 210, "column": 51 }, "end": { "line": 218, "column": 9 } } }, "alternate": null, "range": [ 8283, 8635 ], "loc": { "start": { "line": 210, "column": 8 }, "end": { "line": 218, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": " Paging input selector", "range": [ 8249, 8273 ], "loc": { "start": { "line": 209, "column": 8 }, "end": { "line": 209, "column": 32 } } } ], "trailingComments": [ { "type": "Line", "value": " btns containers", "range": [ 8647, 8665 ], "loc": { "start": { "line": 220, "column": 8 }, "end": { "line": 220, "column": 26 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnNextSpan", "range": [ 8679, 8690 ], "loc": { "start": { "line": 221, "column": 12 }, "end": { "line": 221, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 8693, 8696 ], "loc": { "start": { "line": 221, "column": 26 }, "end": { "line": 221, "column": 29 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 8697, 8703 ], "loc": { "start": { "line": 221, "column": 30 }, "end": { "line": 221, "column": 36 } } }, "range": [ 8693, 8703 ], "loc": { "start": { "line": 221, "column": 26 }, "end": { "line": 221, "column": 36 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 8718, 8724 ], "loc": { "start": { "line": 222, "column": 12 }, "end": { "line": 222, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 8726, 8730 ], "loc": { "start": { "line": 222, "column": 20 }, "end": { "line": 222, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8732, 8736 ], "loc": { "start": { "line": 222, "column": 26 }, "end": { "line": 222, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ 8737, 8752 ], "loc": { "start": { "line": 222, "column": 31 }, "end": { "line": 222, "column": 46 } } }, "range": [ 8732, 8752 ], "loc": { "start": { "line": 222, "column": 26 }, "end": { "line": 222, "column": 46 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8753, 8755 ], "loc": { "start": { "line": 222, "column": 47 }, "end": { "line": 222, "column": 49 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 8756, 8758 ], "loc": { "start": { "line": 222, "column": 50 }, "end": { "line": 222, "column": 52 } } }, "range": [ 8753, 8758 ], "loc": { "start": { "line": 222, "column": 47 }, "end": { "line": 222, "column": 52 } } }, "range": [ 8732, 8758 ], "loc": { "start": { "line": 222, "column": 26 }, "end": { "line": 222, "column": 52 } } } ], "range": [ 8725, 8759 ], "loc": { "start": { "line": 222, "column": 19 }, "end": { "line": 222, "column": 53 } } } ], "range": [ 8693, 8760 ], "loc": { "start": { "line": 221, "column": 26 }, "end": { "line": 222, "column": 54 } } }, "range": [ 8679, 8760 ], "loc": { "start": { "line": 221, "column": 12 }, "end": { "line": 222, "column": 54 } } } ], "kind": "var", "range": [ 8675, 8761 ], "loc": { "start": { "line": 221, "column": 8 }, "end": { "line": 222, "column": 55 } }, "leadingComments": [ { "type": "Line", "value": " btns containers", "range": [ 8647, 8665 ], "loc": { "start": { "line": 220, "column": 8 }, "end": { "line": 220, "column": 26 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnPrevSpan", "range": [ 8775, 8786 ], "loc": { "start": { "line": 223, "column": 12 }, "end": { "line": 223, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 8789, 8792 ], "loc": { "start": { "line": 223, "column": 26 }, "end": { "line": 223, "column": 29 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 8793, 8799 ], "loc": { "start": { "line": 223, "column": 30 }, "end": { "line": 223, "column": 36 } } }, "range": [ 8789, 8799 ], "loc": { "start": { "line": 223, "column": 26 }, "end": { "line": 223, "column": 36 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 8814, 8820 ], "loc": { "start": { "line": 224, "column": 12 }, "end": { "line": 224, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 8822, 8826 ], "loc": { "start": { "line": 224, "column": 20 }, "end": { "line": 224, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8828, 8832 ], "loc": { "start": { "line": 224, "column": 26 }, "end": { "line": 224, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ 8833, 8848 ], "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 46 } } }, "range": [ 8828, 8848 ], "loc": { "start": { "line": 224, "column": 26 }, "end": { "line": 224, "column": 46 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8849, 8851 ], "loc": { "start": { "line": 224, "column": 47 }, "end": { "line": 224, "column": 49 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 8852, 8854 ], "loc": { "start": { "line": 224, "column": 50 }, "end": { "line": 224, "column": 52 } } }, "range": [ 8849, 8854 ], "loc": { "start": { "line": 224, "column": 47 }, "end": { "line": 224, "column": 52 } } }, "range": [ 8828, 8854 ], "loc": { "start": { "line": 224, "column": 26 }, "end": { "line": 224, "column": 52 } } } ], "range": [ 8821, 8855 ], "loc": { "start": { "line": 224, "column": 19 }, "end": { "line": 224, "column": 53 } } } ], "range": [ 8789, 8856 ], "loc": { "start": { "line": 223, "column": 26 }, "end": { "line": 224, "column": 54 } } }, "range": [ 8775, 8856 ], "loc": { "start": { "line": 223, "column": 12 }, "end": { "line": 224, "column": 54 } } } ], "kind": "var", "range": [ 8771, 8857 ], "loc": { "start": { "line": 223, "column": 8 }, "end": { "line": 224, "column": 55 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnLastSpan", "range": [ 8871, 8882 ], "loc": { "start": { "line": 225, "column": 12 }, "end": { "line": 225, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 8885, 8888 ], "loc": { "start": { "line": 225, "column": 26 }, "end": { "line": 225, "column": 29 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 8889, 8895 ], "loc": { "start": { "line": 225, "column": 30 }, "end": { "line": 225, "column": 36 } } }, "range": [ 8885, 8895 ], "loc": { "start": { "line": 225, "column": 26 }, "end": { "line": 225, "column": 36 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 8910, 8916 ], "loc": { "start": { "line": 226, "column": 12 }, "end": { "line": 226, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 8918, 8922 ], "loc": { "start": { "line": 226, "column": 20 }, "end": { "line": 226, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 8924, 8928 ], "loc": { "start": { "line": 226, "column": 26 }, "end": { "line": 226, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ 8929, 8944 ], "loc": { "start": { "line": 226, "column": 31 }, "end": { "line": 226, "column": 46 } } }, "range": [ 8924, 8944 ], "loc": { "start": { "line": 226, "column": 26 }, "end": { "line": 226, "column": 46 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8945, 8947 ], "loc": { "start": { "line": 226, "column": 47 }, "end": { "line": 226, "column": 49 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 8948, 8950 ], "loc": { "start": { "line": 226, "column": 50 }, "end": { "line": 226, "column": 52 } } }, "range": [ 8945, 8950 ], "loc": { "start": { "line": 226, "column": 47 }, "end": { "line": 226, "column": 52 } } }, "range": [ 8924, 8950 ], "loc": { "start": { "line": 226, "column": 26 }, "end": { "line": 226, "column": 52 } } } ], "range": [ 8917, 8951 ], "loc": { "start": { "line": 226, "column": 19 }, "end": { "line": 226, "column": 53 } } } ], "range": [ 8885, 8952 ], "loc": { "start": { "line": 225, "column": 26 }, "end": { "line": 226, "column": 54 } } }, "range": [ 8871, 8952 ], "loc": { "start": { "line": 225, "column": 12 }, "end": { "line": 226, "column": 54 } } } ], "kind": "var", "range": [ 8867, 8953 ], "loc": { "start": { "line": 225, "column": 8 }, "end": { "line": 226, "column": 55 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnFirstSpan", "range": [ 8967, 8979 ], "loc": { "start": { "line": 227, "column": 12 }, "end": { "line": 227, "column": 24 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 8982, 8985 ], "loc": { "start": { "line": 227, "column": 27 }, "end": { "line": 227, "column": 30 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 8986, 8992 ], "loc": { "start": { "line": 227, "column": 31 }, "end": { "line": 227, "column": 37 } } }, "range": [ 8982, 8992 ], "loc": { "start": { "line": 227, "column": 27 }, "end": { "line": 227, "column": 37 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 9007, 9013 ], "loc": { "start": { "line": 228, "column": 12 }, "end": { "line": 228, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 9015, 9019 ], "loc": { "start": { "line": 228, "column": 20 }, "end": { "line": 228, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9021, 9025 ], "loc": { "start": { "line": 228, "column": 26 }, "end": { "line": 228, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ 9026, 9042 ], "loc": { "start": { "line": 228, "column": 31 }, "end": { "line": 228, "column": 47 } } }, "range": [ 9021, 9042 ], "loc": { "start": { "line": 228, "column": 26 }, "end": { "line": 228, "column": 47 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9043, 9045 ], "loc": { "start": { "line": 228, "column": 48 }, "end": { "line": 228, "column": 50 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 9046, 9048 ], "loc": { "start": { "line": 228, "column": 51 }, "end": { "line": 228, "column": 53 } } }, "range": [ 9043, 9048 ], "loc": { "start": { "line": 228, "column": 48 }, "end": { "line": 228, "column": 53 } } }, "range": [ 9021, 9048 ], "loc": { "start": { "line": 228, "column": 26 }, "end": { "line": 228, "column": 53 } } } ], "range": [ 9014, 9049 ], "loc": { "start": { "line": 228, "column": 19 }, "end": { "line": 228, "column": 54 } } } ], "range": [ 8982, 9050 ], "loc": { "start": { "line": 227, "column": 27 }, "end": { "line": 228, "column": 55 } } }, "range": [ 8967, 9050 ], "loc": { "start": { "line": 227, "column": 12 }, "end": { "line": 228, "column": 55 } } } ], "kind": "var", "range": [ 8963, 9051 ], "loc": { "start": { "line": 227, "column": 8 }, "end": { "line": 228, "column": 56 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9066, 9070 ], "loc": { "start": { "line": 230, "column": 11 }, "end": { "line": 230, "column": 15 } } }, "property": { "type": "Identifier", "name": "hasPagingBtns", "range": [ 9071, 9084 ], "loc": { "start": { "line": 230, "column": 16 }, "end": { "line": 230, "column": 29 } } }, "range": [ 9066, 9084 ], "loc": { "start": { "line": 230, "column": 11 }, "end": { "line": 230, "column": 29 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9132, 9136 ], "loc": { "start": { "line": 232, "column": 16 }, "end": { "line": 232, "column": 20 } } }, "property": { "type": "Identifier", "name": "btnNextPageHtml", "range": [ 9137, 9152 ], "loc": { "start": { "line": 232, "column": 21 }, "end": { "line": 232, "column": 36 } } }, "range": [ 9132, 9152 ], "loc": { "start": { "line": 232, "column": 16 }, "end": { "line": 232, "column": 36 } } }, "prefix": true, "range": [ 9131, 9152 ], "loc": { "start": { "line": 232, "column": 15 }, "end": { "line": 232, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btn_next", "range": [ 9176, 9184 ], "loc": { "start": { "line": 233, "column": 20 }, "end": { "line": 233, "column": 28 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 9187, 9190 ], "loc": { "start": { "line": 233, "column": 31 }, "end": { "line": 233, "column": 34 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 9191, 9197 ], "loc": { "start": { "line": 233, "column": 35 }, "end": { "line": 233, "column": 41 } } }, "range": [ 9187, 9197 ], "loc": { "start": { "line": 233, "column": 31 }, "end": { "line": 233, "column": 41 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9220, 9222 ], "loc": { "start": { "line": 234, "column": 20 }, "end": { "line": 234, "column": 22 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 9223, 9233 ], "loc": { "start": { "line": 234, "column": 23 }, "end": { "line": 234, "column": 33 } } }, "range": [ 9220, 9233 ], "loc": { "start": { "line": 234, "column": 20 }, "end": { "line": 234, "column": 33 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 9257, 9261 ], "loc": { "start": { "line": 235, "column": 21 }, "end": { "line": 235, "column": 25 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9263, 9267 ], "loc": { "start": { "line": 235, "column": 27 }, "end": { "line": 235, "column": 31 } } }, "property": { "type": "Identifier", "name": "prfxBtnNext", "range": [ 9268, 9279 ], "loc": { "start": { "line": 235, "column": 32 }, "end": { "line": 235, "column": 43 } } }, "range": [ 9263, 9279 ], "loc": { "start": { "line": 235, "column": 27 }, "end": { "line": 235, "column": 43 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9280, 9282 ], "loc": { "start": { "line": 235, "column": 44 }, "end": { "line": 235, "column": 46 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 9283, 9285 ], "loc": { "start": { "line": 235, "column": 47 }, "end": { "line": 235, "column": 49 } } }, "range": [ 9280, 9285 ], "loc": { "start": { "line": 235, "column": 44 }, "end": { "line": 235, "column": 49 } } }, "range": [ 9263, 9285 ], "loc": { "start": { "line": 235, "column": 27 }, "end": { "line": 235, "column": 49 } } } ], "range": [ 9256, 9286 ], "loc": { "start": { "line": 235, "column": 20 }, "end": { "line": 235, "column": 50 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "type", "raw": "'type'", "range": [ 9310, 9316 ], "loc": { "start": { "line": 236, "column": 21 }, "end": { "line": 236, "column": 27 } } }, { "type": "Literal", "value": "button", "raw": "'button'", "range": [ 9318, 9326 ], "loc": { "start": { "line": 236, "column": 29 }, "end": { "line": 236, "column": 37 } } } ], "range": [ 9309, 9327 ], "loc": { "start": { "line": 236, "column": 20 }, "end": { "line": 236, "column": 38 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 9351, 9358 ], "loc": { "start": { "line": 237, "column": 21 }, "end": { "line": 237, "column": 28 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9360, 9364 ], "loc": { "start": { "line": 237, "column": 30 }, "end": { "line": 237, "column": 34 } } }, "property": { "type": "Identifier", "name": "btnNextPageText", "range": [ 9365, 9380 ], "loc": { "start": { "line": 237, "column": 35 }, "end": { "line": 237, "column": 50 } } }, "range": [ 9360, 9380 ], "loc": { "start": { "line": 237, "column": 30 }, "end": { "line": 237, "column": 50 } } } ], "range": [ 9350, 9381 ], "loc": { "start": { "line": 237, "column": 20 }, "end": { "line": 237, "column": 51 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "title", "raw": "'title'", "range": [ 9405, 9412 ], "loc": { "start": { "line": 238, "column": 21 }, "end": { "line": 238, "column": 28 } } }, { "type": "Literal", "value": "Next", "raw": "'Next'", "range": [ 9414, 9420 ], "loc": { "start": { "line": 238, "column": 30 }, "end": { "line": 238, "column": 36 } } } ], "range": [ 9404, 9421 ], "loc": { "start": { "line": 238, "column": 20 }, "end": { "line": 238, "column": 37 } } } ], "range": [ 9187, 9440 ], "loc": { "start": { "line": 233, "column": 31 }, "end": { "line": 239, "column": 17 } } }, "range": [ 9176, 9440 ], "loc": { "start": { "line": 233, "column": 20 }, "end": { "line": 239, "column": 17 } } } ], "kind": "var", "range": [ 9172, 9441 ], "loc": { "start": { "line": 233, "column": 16 }, "end": { "line": 239, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btn_next", "range": [ 9459, 9467 ], "loc": { "start": { "line": 240, "column": 16 }, "end": { "line": 240, "column": 24 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 9468, 9477 ], "loc": { "start": { "line": 240, "column": 25 }, "end": { "line": 240, "column": 34 } } }, "range": [ 9459, 9477 ], "loc": { "start": { "line": 240, "column": 16 }, "end": { "line": 240, "column": 34 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9480, 9484 ], "loc": { "start": { "line": 240, "column": 37 }, "end": { "line": 240, "column": 41 } } }, "property": { "type": "Identifier", "name": "btnPageCssClass", "range": [ 9485, 9500 ], "loc": { "start": { "line": 240, "column": 42 }, "end": { "line": 240, "column": 57 } } }, "range": [ 9480, 9500 ], "loc": { "start": { "line": 240, "column": 37 }, "end": { "line": 240, "column": 57 } } }, "range": [ 9459, 9500 ], "loc": { "start": { "line": 240, "column": 16 }, "end": { "line": 240, "column": 57 } } }, "range": [ 9459, 9501 ], "loc": { "start": { "line": 240, "column": 16 }, "end": { "line": 240, "column": 58 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 9519, 9524 ], "loc": { "start": { "line": 241, "column": 16 }, "end": { "line": 241, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 9525, 9528 ], "loc": { "start": { "line": 241, "column": 22 }, "end": { "line": 241, "column": 25 } } }, "range": [ 9519, 9528 ], "loc": { "start": { "line": 241, "column": 16 }, "end": { "line": 241, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btn_next", "range": [ 9529, 9537 ], "loc": { "start": { "line": 241, "column": 26 }, "end": { "line": 241, "column": 34 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 9539, 9546 ], "loc": { "start": { "line": 241, "column": 36 }, "end": { "line": 241, "column": 43 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 9548, 9551 ], "loc": { "start": { "line": 241, "column": 45 }, "end": { "line": 241, "column": 48 } } }, "property": { "type": "Identifier", "name": "next", "range": [ 9552, 9556 ], "loc": { "start": { "line": 241, "column": 49 }, "end": { "line": 241, "column": 53 } } }, "range": [ 9548, 9556 ], "loc": { "start": { "line": 241, "column": 45 }, "end": { "line": 241, "column": 53 } } } ], "range": [ 9519, 9557 ], "loc": { "start": { "line": 241, "column": 16 }, "end": { "line": 241, "column": 54 } } }, "range": [ 9519, 9558 ], "loc": { "start": { "line": 241, "column": 16 }, "end": { "line": 241, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnNextSpan", "range": [ 9576, 9587 ], "loc": { "start": { "line": 242, "column": 16 }, "end": { "line": 242, "column": 27 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 9588, 9599 ], "loc": { "start": { "line": 242, "column": 28 }, "end": { "line": 242, "column": 39 } } }, "range": [ 9576, 9599 ], "loc": { "start": { "line": 242, "column": 16 }, "end": { "line": 242, "column": 39 } } }, "arguments": [ { "type": "Identifier", "name": "btn_next", "range": [ 9600, 9608 ], "loc": { "start": { "line": 242, "column": 40 }, "end": { "line": 242, "column": 48 } } } ], "range": [ 9576, 9609 ], "loc": { "start": { "line": 242, "column": 16 }, "end": { "line": 242, "column": 49 } } }, "range": [ 9576, 9610 ], "loc": { "start": { "line": 242, "column": 16 }, "end": { "line": 242, "column": 50 } } } ], "range": [ 9153, 9625 ], "loc": { "start": { "line": 232, "column": 37 }, "end": { "line": 243, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnNextSpan", "range": [ 9650, 9661 ], "loc": { "start": { "line": 244, "column": 16 }, "end": { "line": 244, "column": 27 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 9662, 9671 ], "loc": { "start": { "line": 244, "column": 28 }, "end": { "line": 244, "column": 37 } } }, "range": [ 9650, 9671 ], "loc": { "start": { "line": 244, "column": 16 }, "end": { "line": 244, "column": 37 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9674, 9678 ], "loc": { "start": { "line": 244, "column": 40 }, "end": { "line": 244, "column": 44 } } }, "property": { "type": "Identifier", "name": "btnNextPageHtml", "range": [ 9679, 9694 ], "loc": { "start": { "line": 244, "column": 45 }, "end": { "line": 244, "column": 60 } } }, "range": [ 9674, 9694 ], "loc": { "start": { "line": 244, "column": 40 }, "end": { "line": 244, "column": 60 } } }, "range": [ 9650, 9694 ], "loc": { "start": { "line": 244, "column": 16 }, "end": { "line": 244, "column": 60 } } }, "range": [ 9650, 9695 ], "loc": { "start": { "line": 244, "column": 16 }, "end": { "line": 244, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 9713, 9718 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 9719, 9722 ], "loc": { "start": { "line": 245, "column": 22 }, "end": { "line": 245, "column": 25 } } }, "range": [ 9713, 9722 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btnNextSpan", "range": [ 9723, 9734 ], "loc": { "start": { "line": 245, "column": 26 }, "end": { "line": 245, "column": 37 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 9736, 9743 ], "loc": { "start": { "line": 245, "column": 39 }, "end": { "line": 245, "column": 46 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 9745, 9748 ], "loc": { "start": { "line": 245, "column": 48 }, "end": { "line": 245, "column": 51 } } }, "property": { "type": "Identifier", "name": "next", "range": [ 9749, 9753 ], "loc": { "start": { "line": 245, "column": 52 }, "end": { "line": 245, "column": 56 } } }, "range": [ 9745, 9753 ], "loc": { "start": { "line": 245, "column": 48 }, "end": { "line": 245, "column": 56 } } } ], "range": [ 9713, 9754 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 57 } } }, "range": [ 9713, 9755 ], "loc": { "start": { "line": 245, "column": 16 }, "end": { "line": 245, "column": 58 } } } ], "range": [ 9631, 9770 ], "loc": { "start": { "line": 243, "column": 19 }, "end": { "line": 246, "column": 13 } } }, "range": [ 9128, 9770 ], "loc": { "start": { "line": 232, "column": 12 }, "end": { "line": 246, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " Next button", "range": [ 9100, 9114 ], "loc": { "start": { "line": 231, "column": 12 }, "end": { "line": 231, "column": 26 } } } ], "trailingComments": [ { "type": "Line", "value": " Previous button", "range": [ 9784, 9802 ], "loc": { "start": { "line": 247, "column": 12 }, "end": { "line": 247, "column": 30 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9820, 9824 ], "loc": { "start": { "line": 248, "column": 16 }, "end": { "line": 248, "column": 20 } } }, "property": { "type": "Identifier", "name": "btnPrevPageHtml", "range": [ 9825, 9840 ], "loc": { "start": { "line": 248, "column": 21 }, "end": { "line": 248, "column": 36 } } }, "range": [ 9820, 9840 ], "loc": { "start": { "line": 248, "column": 16 }, "end": { "line": 248, "column": 36 } } }, "prefix": true, "range": [ 9819, 9840 ], "loc": { "start": { "line": 248, "column": 15 }, "end": { "line": 248, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btn_prev", "range": [ 9864, 9872 ], "loc": { "start": { "line": 249, "column": 20 }, "end": { "line": 249, "column": 28 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 9875, 9878 ], "loc": { "start": { "line": 249, "column": 31 }, "end": { "line": 249, "column": 34 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 9879, 9885 ], "loc": { "start": { "line": 249, "column": 35 }, "end": { "line": 249, "column": 41 } } }, "range": [ 9875, 9885 ], "loc": { "start": { "line": 249, "column": 31 }, "end": { "line": 249, "column": 41 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9908, 9910 ], "loc": { "start": { "line": 250, "column": 20 }, "end": { "line": 250, "column": 22 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 9911, 9921 ], "loc": { "start": { "line": 250, "column": 23 }, "end": { "line": 250, "column": 33 } } }, "range": [ 9908, 9921 ], "loc": { "start": { "line": 250, "column": 20 }, "end": { "line": 250, "column": 33 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 9945, 9949 ], "loc": { "start": { "line": 251, "column": 21 }, "end": { "line": 251, "column": 25 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 9951, 9955 ], "loc": { "start": { "line": 251, "column": 27 }, "end": { "line": 251, "column": 31 } } }, "property": { "type": "Identifier", "name": "prfxBtnPrev", "range": [ 9956, 9967 ], "loc": { "start": { "line": 251, "column": 32 }, "end": { "line": 251, "column": 43 } } }, "range": [ 9951, 9967 ], "loc": { "start": { "line": 251, "column": 27 }, "end": { "line": 251, "column": 43 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9968, 9970 ], "loc": { "start": { "line": 251, "column": 44 }, "end": { "line": 251, "column": 46 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 9971, 9973 ], "loc": { "start": { "line": 251, "column": 47 }, "end": { "line": 251, "column": 49 } } }, "range": [ 9968, 9973 ], "loc": { "start": { "line": 251, "column": 44 }, "end": { "line": 251, "column": 49 } } }, "range": [ 9951, 9973 ], "loc": { "start": { "line": 251, "column": 27 }, "end": { "line": 251, "column": 49 } } } ], "range": [ 9944, 9974 ], "loc": { "start": { "line": 251, "column": 20 }, "end": { "line": 251, "column": 50 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "type", "raw": "'type'", "range": [ 9998, 10004 ], "loc": { "start": { "line": 252, "column": 21 }, "end": { "line": 252, "column": 27 } } }, { "type": "Literal", "value": "button", "raw": "'button'", "range": [ 10006, 10014 ], "loc": { "start": { "line": 252, "column": 29 }, "end": { "line": 252, "column": 37 } } } ], "range": [ 9997, 10015 ], "loc": { "start": { "line": 252, "column": 20 }, "end": { "line": 252, "column": 38 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 10039, 10046 ], "loc": { "start": { "line": 253, "column": 21 }, "end": { "line": 253, "column": 28 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10048, 10052 ], "loc": { "start": { "line": 253, "column": 30 }, "end": { "line": 253, "column": 34 } } }, "property": { "type": "Identifier", "name": "btnPrevPageText", "range": [ 10053, 10068 ], "loc": { "start": { "line": 253, "column": 35 }, "end": { "line": 253, "column": 50 } } }, "range": [ 10048, 10068 ], "loc": { "start": { "line": 253, "column": 30 }, "end": { "line": 253, "column": 50 } } } ], "range": [ 10038, 10069 ], "loc": { "start": { "line": 253, "column": 20 }, "end": { "line": 253, "column": 51 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "title", "raw": "'title'", "range": [ 10093, 10100 ], "loc": { "start": { "line": 254, "column": 21 }, "end": { "line": 254, "column": 28 } } }, { "type": "Literal", "value": "Previous", "raw": "'Previous'", "range": [ 10102, 10112 ], "loc": { "start": { "line": 254, "column": 30 }, "end": { "line": 254, "column": 40 } } } ], "range": [ 10092, 10113 ], "loc": { "start": { "line": 254, "column": 20 }, "end": { "line": 254, "column": 41 } } } ], "range": [ 9875, 10132 ], "loc": { "start": { "line": 249, "column": 31 }, "end": { "line": 255, "column": 17 } } }, "range": [ 9864, 10132 ], "loc": { "start": { "line": 249, "column": 20 }, "end": { "line": 255, "column": 17 } } } ], "kind": "var", "range": [ 9860, 10133 ], "loc": { "start": { "line": 249, "column": 16 }, "end": { "line": 255, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btn_prev", "range": [ 10151, 10159 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 24 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 10160, 10169 ], "loc": { "start": { "line": 256, "column": 25 }, "end": { "line": 256, "column": 34 } } }, "range": [ 10151, 10169 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 34 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10172, 10176 ], "loc": { "start": { "line": 256, "column": 37 }, "end": { "line": 256, "column": 41 } } }, "property": { "type": "Identifier", "name": "btnPageCssClass", "range": [ 10177, 10192 ], "loc": { "start": { "line": 256, "column": 42 }, "end": { "line": 256, "column": 57 } } }, "range": [ 10172, 10192 ], "loc": { "start": { "line": 256, "column": 37 }, "end": { "line": 256, "column": 57 } } }, "range": [ 10151, 10192 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 57 } } }, "range": [ 10151, 10193 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 58 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 10211, 10216 ], "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 10217, 10220 ], "loc": { "start": { "line": 257, "column": 22 }, "end": { "line": 257, "column": 25 } } }, "range": [ 10211, 10220 ], "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btn_prev", "range": [ 10221, 10229 ], "loc": { "start": { "line": 257, "column": 26 }, "end": { "line": 257, "column": 34 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 10231, 10238 ], "loc": { "start": { "line": 257, "column": 36 }, "end": { "line": 257, "column": 43 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 10240, 10243 ], "loc": { "start": { "line": 257, "column": 45 }, "end": { "line": 257, "column": 48 } } }, "property": { "type": "Identifier", "name": "prev", "range": [ 10244, 10248 ], "loc": { "start": { "line": 257, "column": 49 }, "end": { "line": 257, "column": 53 } } }, "range": [ 10240, 10248 ], "loc": { "start": { "line": 257, "column": 45 }, "end": { "line": 257, "column": 53 } } } ], "range": [ 10211, 10249 ], "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 54 } } }, "range": [ 10211, 10250 ], "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnPrevSpan", "range": [ 10268, 10279 ], "loc": { "start": { "line": 258, "column": 16 }, "end": { "line": 258, "column": 27 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 10280, 10291 ], "loc": { "start": { "line": 258, "column": 28 }, "end": { "line": 258, "column": 39 } } }, "range": [ 10268, 10291 ], "loc": { "start": { "line": 258, "column": 16 }, "end": { "line": 258, "column": 39 } } }, "arguments": [ { "type": "Identifier", "name": "btn_prev", "range": [ 10292, 10300 ], "loc": { "start": { "line": 258, "column": 40 }, "end": { "line": 258, "column": 48 } } } ], "range": [ 10268, 10301 ], "loc": { "start": { "line": 258, "column": 16 }, "end": { "line": 258, "column": 49 } } }, "range": [ 10268, 10302 ], "loc": { "start": { "line": 258, "column": 16 }, "end": { "line": 258, "column": 50 } } } ], "range": [ 9841, 10317 ], "loc": { "start": { "line": 248, "column": 37 }, "end": { "line": 259, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnPrevSpan", "range": [ 10342, 10353 ], "loc": { "start": { "line": 260, "column": 16 }, "end": { "line": 260, "column": 27 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 10354, 10363 ], "loc": { "start": { "line": 260, "column": 28 }, "end": { "line": 260, "column": 37 } } }, "range": [ 10342, 10363 ], "loc": { "start": { "line": 260, "column": 16 }, "end": { "line": 260, "column": 37 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10366, 10370 ], "loc": { "start": { "line": 260, "column": 40 }, "end": { "line": 260, "column": 44 } } }, "property": { "type": "Identifier", "name": "btnPrevPageHtml", "range": [ 10371, 10386 ], "loc": { "start": { "line": 260, "column": 45 }, "end": { "line": 260, "column": 60 } } }, "range": [ 10366, 10386 ], "loc": { "start": { "line": 260, "column": 40 }, "end": { "line": 260, "column": 60 } } }, "range": [ 10342, 10386 ], "loc": { "start": { "line": 260, "column": 16 }, "end": { "line": 260, "column": 60 } } }, "range": [ 10342, 10387 ], "loc": { "start": { "line": 260, "column": 16 }, "end": { "line": 260, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 10405, 10410 ], "loc": { "start": { "line": 261, "column": 16 }, "end": { "line": 261, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 10411, 10414 ], "loc": { "start": { "line": 261, "column": 22 }, "end": { "line": 261, "column": 25 } } }, "range": [ 10405, 10414 ], "loc": { "start": { "line": 261, "column": 16 }, "end": { "line": 261, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btnPrevSpan", "range": [ 10415, 10426 ], "loc": { "start": { "line": 261, "column": 26 }, "end": { "line": 261, "column": 37 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 10428, 10435 ], "loc": { "start": { "line": 261, "column": 39 }, "end": { "line": 261, "column": 46 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 10437, 10440 ], "loc": { "start": { "line": 261, "column": 48 }, "end": { "line": 261, "column": 51 } } }, "property": { "type": "Identifier", "name": "prev", "range": [ 10441, 10445 ], "loc": { "start": { "line": 261, "column": 52 }, "end": { "line": 261, "column": 56 } } }, "range": [ 10437, 10445 ], "loc": { "start": { "line": 261, "column": 48 }, "end": { "line": 261, "column": 56 } } } ], "range": [ 10405, 10446 ], "loc": { "start": { "line": 261, "column": 16 }, "end": { "line": 261, "column": 57 } } }, "range": [ 10405, 10447 ], "loc": { "start": { "line": 261, "column": 16 }, "end": { "line": 261, "column": 58 } } } ], "range": [ 10323, 10462 ], "loc": { "start": { "line": 259, "column": 19 }, "end": { "line": 262, "column": 13 } } }, "range": [ 9816, 10462 ], "loc": { "start": { "line": 248, "column": 12 }, "end": { "line": 262, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " Previous button", "range": [ 9784, 9802 ], "loc": { "start": { "line": 247, "column": 12 }, "end": { "line": 247, "column": 30 } } } ], "trailingComments": [ { "type": "Line", "value": " Last button", "range": [ 10476, 10490 ], "loc": { "start": { "line": 263, "column": 12 }, "end": { "line": 263, "column": 26 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10508, 10512 ], "loc": { "start": { "line": 264, "column": 16 }, "end": { "line": 264, "column": 20 } } }, "property": { "type": "Identifier", "name": "btnLastPageHtml", "range": [ 10513, 10528 ], "loc": { "start": { "line": 264, "column": 21 }, "end": { "line": 264, "column": 36 } } }, "range": [ 10508, 10528 ], "loc": { "start": { "line": 264, "column": 16 }, "end": { "line": 264, "column": 36 } } }, "prefix": true, "range": [ 10507, 10528 ], "loc": { "start": { "line": 264, "column": 15 }, "end": { "line": 264, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btn_last", "range": [ 10552, 10560 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 28 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 10563, 10566 ], "loc": { "start": { "line": 265, "column": 31 }, "end": { "line": 265, "column": 34 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 10567, 10573 ], "loc": { "start": { "line": 265, "column": 35 }, "end": { "line": 265, "column": 41 } } }, "range": [ 10563, 10573 ], "loc": { "start": { "line": 265, "column": 31 }, "end": { "line": 265, "column": 41 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10596, 10598 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 266, "column": 22 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 10599, 10609 ], "loc": { "start": { "line": 266, "column": 23 }, "end": { "line": 266, "column": 33 } } }, "range": [ 10596, 10609 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 266, "column": 33 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 10633, 10637 ], "loc": { "start": { "line": 267, "column": 21 }, "end": { "line": 267, "column": 25 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10639, 10643 ], "loc": { "start": { "line": 267, "column": 27 }, "end": { "line": 267, "column": 31 } } }, "property": { "type": "Identifier", "name": "prfxBtnLast", "range": [ 10644, 10655 ], "loc": { "start": { "line": 267, "column": 32 }, "end": { "line": 267, "column": 43 } } }, "range": [ 10639, 10655 ], "loc": { "start": { "line": 267, "column": 27 }, "end": { "line": 267, "column": 43 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10656, 10658 ], "loc": { "start": { "line": 267, "column": 44 }, "end": { "line": 267, "column": 46 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 10659, 10661 ], "loc": { "start": { "line": 267, "column": 47 }, "end": { "line": 267, "column": 49 } } }, "range": [ 10656, 10661 ], "loc": { "start": { "line": 267, "column": 44 }, "end": { "line": 267, "column": 49 } } }, "range": [ 10639, 10661 ], "loc": { "start": { "line": 267, "column": 27 }, "end": { "line": 267, "column": 49 } } } ], "range": [ 10632, 10662 ], "loc": { "start": { "line": 267, "column": 20 }, "end": { "line": 267, "column": 50 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "type", "raw": "'type'", "range": [ 10686, 10692 ], "loc": { "start": { "line": 268, "column": 21 }, "end": { "line": 268, "column": 27 } } }, { "type": "Literal", "value": "button", "raw": "'button'", "range": [ 10694, 10702 ], "loc": { "start": { "line": 268, "column": 29 }, "end": { "line": 268, "column": 37 } } } ], "range": [ 10685, 10703 ], "loc": { "start": { "line": 268, "column": 20 }, "end": { "line": 268, "column": 38 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 10727, 10734 ], "loc": { "start": { "line": 269, "column": 21 }, "end": { "line": 269, "column": 28 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10736, 10740 ], "loc": { "start": { "line": 269, "column": 30 }, "end": { "line": 269, "column": 34 } } }, "property": { "type": "Identifier", "name": "btnLastPageText", "range": [ 10741, 10756 ], "loc": { "start": { "line": 269, "column": 35 }, "end": { "line": 269, "column": 50 } } }, "range": [ 10736, 10756 ], "loc": { "start": { "line": 269, "column": 30 }, "end": { "line": 269, "column": 50 } } } ], "range": [ 10726, 10757 ], "loc": { "start": { "line": 269, "column": 20 }, "end": { "line": 269, "column": 51 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "title", "raw": "'title'", "range": [ 10781, 10788 ], "loc": { "start": { "line": 270, "column": 21 }, "end": { "line": 270, "column": 28 } } }, { "type": "Literal", "value": "Last", "raw": "'Last'", "range": [ 10790, 10796 ], "loc": { "start": { "line": 270, "column": 30 }, "end": { "line": 270, "column": 36 } } } ], "range": [ 10780, 10797 ], "loc": { "start": { "line": 270, "column": 20 }, "end": { "line": 270, "column": 37 } } } ], "range": [ 10563, 10816 ], "loc": { "start": { "line": 265, "column": 31 }, "end": { "line": 271, "column": 17 } } }, "range": [ 10552, 10816 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 271, "column": 17 } } } ], "kind": "var", "range": [ 10548, 10817 ], "loc": { "start": { "line": 265, "column": 16 }, "end": { "line": 271, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btn_last", "range": [ 10835, 10843 ], "loc": { "start": { "line": 272, "column": 16 }, "end": { "line": 272, "column": 24 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 10844, 10853 ], "loc": { "start": { "line": 272, "column": 25 }, "end": { "line": 272, "column": 34 } } }, "range": [ 10835, 10853 ], "loc": { "start": { "line": 272, "column": 16 }, "end": { "line": 272, "column": 34 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 10856, 10860 ], "loc": { "start": { "line": 272, "column": 37 }, "end": { "line": 272, "column": 41 } } }, "property": { "type": "Identifier", "name": "btnPageCssClass", "range": [ 10861, 10876 ], "loc": { "start": { "line": 272, "column": 42 }, "end": { "line": 272, "column": 57 } } }, "range": [ 10856, 10876 ], "loc": { "start": { "line": 272, "column": 37 }, "end": { "line": 272, "column": 57 } } }, "range": [ 10835, 10876 ], "loc": { "start": { "line": 272, "column": 16 }, "end": { "line": 272, "column": 57 } } }, "range": [ 10835, 10877 ], "loc": { "start": { "line": 272, "column": 16 }, "end": { "line": 272, "column": 58 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 10895, 10900 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 10901, 10904 ], "loc": { "start": { "line": 273, "column": 22 }, "end": { "line": 273, "column": 25 } } }, "range": [ 10895, 10904 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btn_last", "range": [ 10905, 10913 ], "loc": { "start": { "line": 273, "column": 26 }, "end": { "line": 273, "column": 34 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 10915, 10922 ], "loc": { "start": { "line": 273, "column": 36 }, "end": { "line": 273, "column": 43 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 10924, 10927 ], "loc": { "start": { "line": 273, "column": 45 }, "end": { "line": 273, "column": 48 } } }, "property": { "type": "Identifier", "name": "last", "range": [ 10928, 10932 ], "loc": { "start": { "line": 273, "column": 49 }, "end": { "line": 273, "column": 53 } } }, "range": [ 10924, 10932 ], "loc": { "start": { "line": 273, "column": 45 }, "end": { "line": 273, "column": 53 } } } ], "range": [ 10895, 10933 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 54 } } }, "range": [ 10895, 10934 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnLastSpan", "range": [ 10952, 10963 ], "loc": { "start": { "line": 274, "column": 16 }, "end": { "line": 274, "column": 27 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 10964, 10975 ], "loc": { "start": { "line": 274, "column": 28 }, "end": { "line": 274, "column": 39 } } }, "range": [ 10952, 10975 ], "loc": { "start": { "line": 274, "column": 16 }, "end": { "line": 274, "column": 39 } } }, "arguments": [ { "type": "Identifier", "name": "btn_last", "range": [ 10976, 10984 ], "loc": { "start": { "line": 274, "column": 40 }, "end": { "line": 274, "column": 48 } } } ], "range": [ 10952, 10985 ], "loc": { "start": { "line": 274, "column": 16 }, "end": { "line": 274, "column": 49 } } }, "range": [ 10952, 10986 ], "loc": { "start": { "line": 274, "column": 16 }, "end": { "line": 274, "column": 50 } } } ], "range": [ 10529, 11001 ], "loc": { "start": { "line": 264, "column": 37 }, "end": { "line": 275, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnLastSpan", "range": [ 11026, 11037 ], "loc": { "start": { "line": 276, "column": 16 }, "end": { "line": 276, "column": 27 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 11038, 11047 ], "loc": { "start": { "line": 276, "column": 28 }, "end": { "line": 276, "column": 37 } } }, "range": [ 11026, 11047 ], "loc": { "start": { "line": 276, "column": 16 }, "end": { "line": 276, "column": 37 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11050, 11054 ], "loc": { "start": { "line": 276, "column": 40 }, "end": { "line": 276, "column": 44 } } }, "property": { "type": "Identifier", "name": "btnLastPageHtml", "range": [ 11055, 11070 ], "loc": { "start": { "line": 276, "column": 45 }, "end": { "line": 276, "column": 60 } } }, "range": [ 11050, 11070 ], "loc": { "start": { "line": 276, "column": 40 }, "end": { "line": 276, "column": 60 } } }, "range": [ 11026, 11070 ], "loc": { "start": { "line": 276, "column": 16 }, "end": { "line": 276, "column": 60 } } }, "range": [ 11026, 11071 ], "loc": { "start": { "line": 276, "column": 16 }, "end": { "line": 276, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 11089, 11094 ], "loc": { "start": { "line": 277, "column": 16 }, "end": { "line": 277, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 11095, 11098 ], "loc": { "start": { "line": 277, "column": 22 }, "end": { "line": 277, "column": 25 } } }, "range": [ 11089, 11098 ], "loc": { "start": { "line": 277, "column": 16 }, "end": { "line": 277, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btnLastSpan", "range": [ 11099, 11110 ], "loc": { "start": { "line": 277, "column": 26 }, "end": { "line": 277, "column": 37 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 11112, 11119 ], "loc": { "start": { "line": 277, "column": 39 }, "end": { "line": 277, "column": 46 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 11121, 11124 ], "loc": { "start": { "line": 277, "column": 48 }, "end": { "line": 277, "column": 51 } } }, "property": { "type": "Identifier", "name": "last", "range": [ 11125, 11129 ], "loc": { "start": { "line": 277, "column": 52 }, "end": { "line": 277, "column": 56 } } }, "range": [ 11121, 11129 ], "loc": { "start": { "line": 277, "column": 48 }, "end": { "line": 277, "column": 56 } } } ], "range": [ 11089, 11130 ], "loc": { "start": { "line": 277, "column": 16 }, "end": { "line": 277, "column": 57 } } }, "range": [ 11089, 11131 ], "loc": { "start": { "line": 277, "column": 16 }, "end": { "line": 277, "column": 58 } } } ], "range": [ 11007, 11146 ], "loc": { "start": { "line": 275, "column": 19 }, "end": { "line": 278, "column": 13 } } }, "range": [ 10504, 11146 ], "loc": { "start": { "line": 264, "column": 12 }, "end": { "line": 278, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " Last button", "range": [ 10476, 10490 ], "loc": { "start": { "line": 263, "column": 12 }, "end": { "line": 263, "column": 26 } } } ], "trailingComments": [ { "type": "Line", "value": " First button", "range": [ 11160, 11175 ], "loc": { "start": { "line": 279, "column": 12 }, "end": { "line": 279, "column": 27 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11193, 11197 ], "loc": { "start": { "line": 280, "column": 16 }, "end": { "line": 280, "column": 20 } } }, "property": { "type": "Identifier", "name": "btnFirstPageHtml", "range": [ 11198, 11214 ], "loc": { "start": { "line": 280, "column": 21 }, "end": { "line": 280, "column": 37 } } }, "range": [ 11193, 11214 ], "loc": { "start": { "line": 280, "column": 16 }, "end": { "line": 280, "column": 37 } } }, "prefix": true, "range": [ 11192, 11214 ], "loc": { "start": { "line": 280, "column": 15 }, "end": { "line": 280, "column": 37 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btn_first", "range": [ 11238, 11247 ], "loc": { "start": { "line": 281, "column": 20 }, "end": { "line": 281, "column": 29 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 11250, 11253 ], "loc": { "start": { "line": 281, "column": 32 }, "end": { "line": 281, "column": 35 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 11254, 11260 ], "loc": { "start": { "line": 281, "column": 36 }, "end": { "line": 281, "column": 42 } } }, "range": [ 11250, 11260 ], "loc": { "start": { "line": 281, "column": 32 }, "end": { "line": 281, "column": 42 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11283, 11285 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 22 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 11286, 11296 ], "loc": { "start": { "line": 282, "column": 23 }, "end": { "line": 282, "column": 33 } } }, "range": [ 11283, 11296 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 33 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 11320, 11324 ], "loc": { "start": { "line": 283, "column": 21 }, "end": { "line": 283, "column": 25 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11326, 11330 ], "loc": { "start": { "line": 283, "column": 27 }, "end": { "line": 283, "column": 31 } } }, "property": { "type": "Identifier", "name": "prfxBtnFirst", "range": [ 11331, 11343 ], "loc": { "start": { "line": 283, "column": 32 }, "end": { "line": 283, "column": 44 } } }, "range": [ 11326, 11343 ], "loc": { "start": { "line": 283, "column": 27 }, "end": { "line": 283, "column": 44 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11344, 11346 ], "loc": { "start": { "line": 283, "column": 45 }, "end": { "line": 283, "column": 47 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 11347, 11349 ], "loc": { "start": { "line": 283, "column": 48 }, "end": { "line": 283, "column": 50 } } }, "range": [ 11344, 11349 ], "loc": { "start": { "line": 283, "column": 45 }, "end": { "line": 283, "column": 50 } } }, "range": [ 11326, 11349 ], "loc": { "start": { "line": 283, "column": 27 }, "end": { "line": 283, "column": 50 } } } ], "range": [ 11319, 11350 ], "loc": { "start": { "line": 283, "column": 20 }, "end": { "line": 283, "column": 51 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "type", "raw": "'type'", "range": [ 11374, 11380 ], "loc": { "start": { "line": 284, "column": 21 }, "end": { "line": 284, "column": 27 } } }, { "type": "Literal", "value": "button", "raw": "'button'", "range": [ 11382, 11390 ], "loc": { "start": { "line": 284, "column": 29 }, "end": { "line": 284, "column": 37 } } } ], "range": [ 11373, 11391 ], "loc": { "start": { "line": 284, "column": 20 }, "end": { "line": 284, "column": 38 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "value", "raw": "'value'", "range": [ 11415, 11422 ], "loc": { "start": { "line": 285, "column": 21 }, "end": { "line": 285, "column": 28 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11424, 11428 ], "loc": { "start": { "line": 285, "column": 30 }, "end": { "line": 285, "column": 34 } } }, "property": { "type": "Identifier", "name": "btnFirstPageText", "range": [ 11429, 11445 ], "loc": { "start": { "line": 285, "column": 35 }, "end": { "line": 285, "column": 51 } } }, "range": [ 11424, 11445 ], "loc": { "start": { "line": 285, "column": 30 }, "end": { "line": 285, "column": 51 } } } ], "range": [ 11414, 11446 ], "loc": { "start": { "line": 285, "column": 20 }, "end": { "line": 285, "column": 52 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "title", "raw": "'title'", "range": [ 11470, 11477 ], "loc": { "start": { "line": 286, "column": 21 }, "end": { "line": 286, "column": 28 } } }, { "type": "Literal", "value": "First", "raw": "'First'", "range": [ 11479, 11486 ], "loc": { "start": { "line": 286, "column": 30 }, "end": { "line": 286, "column": 37 } } } ], "range": [ 11469, 11487 ], "loc": { "start": { "line": 286, "column": 20 }, "end": { "line": 286, "column": 38 } } } ], "range": [ 11250, 11506 ], "loc": { "start": { "line": 281, "column": 32 }, "end": { "line": 287, "column": 17 } } }, "range": [ 11238, 11506 ], "loc": { "start": { "line": 281, "column": 20 }, "end": { "line": 287, "column": 17 } } } ], "kind": "var", "range": [ 11234, 11507 ], "loc": { "start": { "line": 281, "column": 16 }, "end": { "line": 287, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btn_first", "range": [ 11525, 11534 ], "loc": { "start": { "line": 288, "column": 16 }, "end": { "line": 288, "column": 25 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 11535, 11544 ], "loc": { "start": { "line": 288, "column": 26 }, "end": { "line": 288, "column": 35 } } }, "range": [ 11525, 11544 ], "loc": { "start": { "line": 288, "column": 16 }, "end": { "line": 288, "column": 35 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11547, 11551 ], "loc": { "start": { "line": 288, "column": 38 }, "end": { "line": 288, "column": 42 } } }, "property": { "type": "Identifier", "name": "btnPageCssClass", "range": [ 11552, 11567 ], "loc": { "start": { "line": 288, "column": 43 }, "end": { "line": 288, "column": 58 } } }, "range": [ 11547, 11567 ], "loc": { "start": { "line": 288, "column": 38 }, "end": { "line": 288, "column": 58 } } }, "range": [ 11525, 11567 ], "loc": { "start": { "line": 288, "column": 16 }, "end": { "line": 288, "column": 58 } } }, "range": [ 11525, 11568 ], "loc": { "start": { "line": 288, "column": 16 }, "end": { "line": 288, "column": 59 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 11586, 11591 ], "loc": { "start": { "line": 289, "column": 16 }, "end": { "line": 289, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 11592, 11595 ], "loc": { "start": { "line": 289, "column": 22 }, "end": { "line": 289, "column": 25 } } }, "range": [ 11586, 11595 ], "loc": { "start": { "line": 289, "column": 16 }, "end": { "line": 289, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btn_first", "range": [ 11596, 11605 ], "loc": { "start": { "line": 289, "column": 26 }, "end": { "line": 289, "column": 35 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 11607, 11614 ], "loc": { "start": { "line": 289, "column": 37 }, "end": { "line": 289, "column": 44 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 11616, 11619 ], "loc": { "start": { "line": 289, "column": 46 }, "end": { "line": 289, "column": 49 } } }, "property": { "type": "Identifier", "name": "first", "range": [ 11620, 11625 ], "loc": { "start": { "line": 289, "column": 50 }, "end": { "line": 289, "column": 55 } } }, "range": [ 11616, 11625 ], "loc": { "start": { "line": 289, "column": 46 }, "end": { "line": 289, "column": 55 } } } ], "range": [ 11586, 11626 ], "loc": { "start": { "line": 289, "column": 16 }, "end": { "line": 289, "column": 56 } } }, "range": [ 11586, 11627 ], "loc": { "start": { "line": 289, "column": 16 }, "end": { "line": 289, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnFirstSpan", "range": [ 11645, 11657 ], "loc": { "start": { "line": 290, "column": 16 }, "end": { "line": 290, "column": 28 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 11658, 11669 ], "loc": { "start": { "line": 290, "column": 29 }, "end": { "line": 290, "column": 40 } } }, "range": [ 11645, 11669 ], "loc": { "start": { "line": 290, "column": 16 }, "end": { "line": 290, "column": 40 } } }, "arguments": [ { "type": "Identifier", "name": "btn_first", "range": [ 11670, 11679 ], "loc": { "start": { "line": 290, "column": 41 }, "end": { "line": 290, "column": 50 } } } ], "range": [ 11645, 11680 ], "loc": { "start": { "line": 290, "column": 16 }, "end": { "line": 290, "column": 51 } } }, "range": [ 11645, 11681 ], "loc": { "start": { "line": 290, "column": 16 }, "end": { "line": 290, "column": 52 } } } ], "range": [ 11215, 11696 ], "loc": { "start": { "line": 280, "column": 38 }, "end": { "line": 291, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnFirstSpan", "range": [ 11721, 11733 ], "loc": { "start": { "line": 292, "column": 16 }, "end": { "line": 292, "column": 28 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 11734, 11743 ], "loc": { "start": { "line": 292, "column": 29 }, "end": { "line": 292, "column": 38 } } }, "range": [ 11721, 11743 ], "loc": { "start": { "line": 292, "column": 16 }, "end": { "line": 292, "column": 38 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11746, 11750 ], "loc": { "start": { "line": 292, "column": 41 }, "end": { "line": 292, "column": 45 } } }, "property": { "type": "Identifier", "name": "btnFirstPageHtml", "range": [ 11751, 11767 ], "loc": { "start": { "line": 292, "column": 46 }, "end": { "line": 292, "column": 62 } } }, "range": [ 11746, 11767 ], "loc": { "start": { "line": 292, "column": 41 }, "end": { "line": 292, "column": 62 } } }, "range": [ 11721, 11767 ], "loc": { "start": { "line": 292, "column": 16 }, "end": { "line": 292, "column": 62 } } }, "range": [ 11721, 11768 ], "loc": { "start": { "line": 292, "column": 16 }, "end": { "line": 292, "column": 63 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 11786, 11791 ], "loc": { "start": { "line": 293, "column": 16 }, "end": { "line": 293, "column": 21 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 11792, 11795 ], "loc": { "start": { "line": 293, "column": 22 }, "end": { "line": 293, "column": 25 } } }, "range": [ 11786, 11795 ], "loc": { "start": { "line": 293, "column": 16 }, "end": { "line": 293, "column": 25 } } }, "arguments": [ { "type": "Identifier", "name": "btnFirstSpan", "range": [ 11796, 11808 ], "loc": { "start": { "line": 293, "column": 26 }, "end": { "line": 293, "column": 38 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 11810, 11817 ], "loc": { "start": { "line": 293, "column": 40 }, "end": { "line": 293, "column": 47 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 11819, 11822 ], "loc": { "start": { "line": 293, "column": 49 }, "end": { "line": 293, "column": 52 } } }, "property": { "type": "Identifier", "name": "first", "range": [ 11823, 11828 ], "loc": { "start": { "line": 293, "column": 53 }, "end": { "line": 293, "column": 58 } } }, "range": [ 11819, 11828 ], "loc": { "start": { "line": 293, "column": 49 }, "end": { "line": 293, "column": 58 } } } ], "range": [ 11786, 11829 ], "loc": { "start": { "line": 293, "column": 16 }, "end": { "line": 293, "column": 59 } } }, "range": [ 11786, 11830 ], "loc": { "start": { "line": 293, "column": 16 }, "end": { "line": 293, "column": 60 } } } ], "range": [ 11702, 11845 ], "loc": { "start": { "line": 291, "column": 19 }, "end": { "line": 294, "column": 13 } } }, "range": [ 11189, 11845 ], "loc": { "start": { "line": 280, "column": 12 }, "end": { "line": 294, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": " First button", "range": [ 11160, 11175 ], "loc": { "start": { "line": 279, "column": 12 }, "end": { "line": 279, "column": 27 } } } ] } ], "range": [ 9085, 11856 ], "loc": { "start": { "line": 230, "column": 30 }, "end": { "line": 295, "column": 9 } } }, "alternate": null, "range": [ 9063, 11856 ], "loc": { "start": { "line": 230, "column": 8 }, "end": { "line": 295, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ 11868, 11940 ], "loc": { "start": { "line": 297, "column": 8 }, "end": { "line": 297, "column": 80 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 11954, 11958 ], "loc": { "start": { "line": 298, "column": 12 }, "end": { "line": 298, "column": 16 } } }, "property": { "type": "Identifier", "name": "pagingTgtId", "range": [ 11959, 11970 ], "loc": { "start": { "line": 298, "column": 17 }, "end": { "line": 298, "column": 28 } } }, "range": [ 11954, 11970 ], "loc": { "start": { "line": 298, "column": 12 }, "end": { "line": 298, "column": 28 } } }, "prefix": true, "range": [ 11953, 11970 ], "loc": { "start": { "line": 298, "column": 11 }, "end": { "line": 298, "column": 28 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 11986, 11988 ], "loc": { "start": { "line": 299, "column": 12 }, "end": { "line": 299, "column": 14 } } }, "property": { "type": "Identifier", "name": "setToolbar", "range": [ 11989, 11999 ], "loc": { "start": { "line": 299, "column": 15 }, "end": { "line": 299, "column": 25 } } }, "range": [ 11986, 11999 ], "loc": { "start": { "line": 299, "column": 12 }, "end": { "line": 299, "column": 25 } } }, "arguments": [], "range": [ 11986, 12001 ], "loc": { "start": { "line": 299, "column": 12 }, "end": { "line": 299, "column": 27 } } }, "range": [ 11986, 12002 ], "loc": { "start": { "line": 299, "column": 12 }, "end": { "line": 299, "column": 28 } } } ], "range": [ 11971, 12013 ], "loc": { "start": { "line": 298, "column": 29 }, "end": { "line": 300, "column": 9 } } }, "alternate": null, "range": [ 11950, 12013 ], "loc": { "start": { "line": 298, "column": 8 }, "end": { "line": 300, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ 11868, 11940 ], "loc": { "start": { "line": 297, "column": 8 }, "end": { "line": 297, "column": 80 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "targetEl", "range": [ 12027, 12035 ], "loc": { "start": { "line": 301, "column": 12 }, "end": { "line": 301, "column": 20 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12039, 12043 ], "loc": { "start": { "line": 301, "column": 24 }, "end": { "line": 301, "column": 28 } } }, "property": { "type": "Identifier", "name": "pagingTgtId", "range": [ 12044, 12055 ], "loc": { "start": { "line": 301, "column": 29 }, "end": { "line": 301, "column": 40 } } }, "range": [ 12039, 12055 ], "loc": { "start": { "line": 301, "column": 24 }, "end": { "line": 301, "column": 40 } } }, "prefix": true, "range": [ 12038, 12055 ], "loc": { "start": { "line": 301, "column": 23 }, "end": { "line": 301, "column": 40 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 12058, 12060 ], "loc": { "start": { "line": 301, "column": 43 }, "end": { "line": 301, "column": 45 } } }, "property": { "type": "Identifier", "name": "mDiv", "range": [ 12061, 12065 ], "loc": { "start": { "line": 301, "column": 46 }, "end": { "line": 301, "column": 50 } } }, "range": [ 12058, 12065 ], "loc": { "start": { "line": 301, "column": 43 }, "end": { "line": 301, "column": 50 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12068, 12071 ], "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 56 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 12072, 12074 ], "loc": { "start": { "line": 301, "column": 57 }, "end": { "line": 301, "column": 59 } } }, "range": [ 12068, 12074 ], "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 59 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12075, 12079 ], "loc": { "start": { "line": 301, "column": 60 }, "end": { "line": 301, "column": 64 } } }, "property": { "type": "Identifier", "name": "pagingTgtId", "range": [ 12080, 12091 ], "loc": { "start": { "line": 301, "column": 65 }, "end": { "line": 301, "column": 76 } } }, "range": [ 12075, 12091 ], "loc": { "start": { "line": 301, "column": 60 }, "end": { "line": 301, "column": 76 } } } ], "range": [ 12068, 12092 ], "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 77 } } }, "range": [ 12038, 12092 ], "loc": { "start": { "line": 301, "column": 23 }, "end": { "line": 301, "column": 77 } } }, "range": [ 12027, 12092 ], "loc": { "start": { "line": 301, "column": 12 }, "end": { "line": 301, "column": 77 } } } ], "kind": "var", "range": [ 12023, 12093 ], "loc": { "start": { "line": 301, "column": 8 }, "end": { "line": 301, "column": 78 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12103, 12111 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12112, 12123 ], "loc": { "start": { "line": 302, "column": 17 }, "end": { "line": 302, "column": 28 } } }, "range": [ 12103, 12123 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "btnFirstSpan", "range": [ 12124, 12136 ], "loc": { "start": { "line": 302, "column": 29 }, "end": { "line": 302, "column": 41 } } } ], "range": [ 12103, 12137 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 42 } } }, "range": [ 12103, 12138 ], "loc": { "start": { "line": 302, "column": 8 }, "end": { "line": 302, "column": 43 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12148, 12156 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12157, 12168 ], "loc": { "start": { "line": 303, "column": 17 }, "end": { "line": 303, "column": 28 } } }, "range": [ 12148, 12168 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "btnPrevSpan", "range": [ 12169, 12180 ], "loc": { "start": { "line": 303, "column": 29 }, "end": { "line": 303, "column": 40 } } } ], "range": [ 12148, 12181 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 41 } } }, "range": [ 12148, 12182 ], "loc": { "start": { "line": 303, "column": 8 }, "end": { "line": 303, "column": 42 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 12198, 12210 ], "loc": { "start": { "line": 305, "column": 12 }, "end": { "line": 305, "column": 24 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12213, 12216 ], "loc": { "start": { "line": 305, "column": 27 }, "end": { "line": 305, "column": 30 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 12217, 12223 ], "loc": { "start": { "line": 305, "column": 31 }, "end": { "line": 305, "column": 37 } } }, "range": [ 12213, 12223 ], "loc": { "start": { "line": 305, "column": 27 }, "end": { "line": 305, "column": 37 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 12238, 12244 ], "loc": { "start": { "line": 306, "column": 12 }, "end": { "line": 306, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 12246, 12250 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12252, 12256 ], "loc": { "start": { "line": 306, "column": 26 }, "end": { "line": 306, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ 12257, 12273 ], "loc": { "start": { "line": 306, "column": 31 }, "end": { "line": 306, "column": 47 } } }, "range": [ 12252, 12273 ], "loc": { "start": { "line": 306, "column": 26 }, "end": { "line": 306, "column": 47 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 12274, 12276 ], "loc": { "start": { "line": 306, "column": 48 }, "end": { "line": 306, "column": 50 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 12277, 12279 ], "loc": { "start": { "line": 306, "column": 51 }, "end": { "line": 306, "column": 53 } } }, "range": [ 12274, 12279 ], "loc": { "start": { "line": 306, "column": 48 }, "end": { "line": 306, "column": 53 } } }, "range": [ 12252, 12279 ], "loc": { "start": { "line": 306, "column": 26 }, "end": { "line": 306, "column": 53 } } } ], "range": [ 12245, 12280 ], "loc": { "start": { "line": 306, "column": 19 }, "end": { "line": 306, "column": 54 } } } ], "range": [ 12213, 12282 ], "loc": { "start": { "line": 305, "column": 27 }, "end": { "line": 306, "column": 56 } } }, "range": [ 12198, 12282 ], "loc": { "start": { "line": 305, "column": 12 }, "end": { "line": 306, "column": 56 } } } ], "kind": "var", "range": [ 12194, 12283 ], "loc": { "start": { "line": 305, "column": 8 }, "end": { "line": 306, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 12293, 12305 ], "loc": { "start": { "line": 307, "column": 8 }, "end": { "line": 307, "column": 20 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12306, 12317 ], "loc": { "start": { "line": 307, "column": 21 }, "end": { "line": 307, "column": 32 } } }, "range": [ 12293, 12317 ], "loc": { "start": { "line": 307, "column": 8 }, "end": { "line": 307, "column": 32 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12319, 12322 ], "loc": { "start": { "line": 307, "column": 34 }, "end": { "line": 307, "column": 37 } } }, "property": { "type": "Identifier", "name": "text", "range": [ 12323, 12327 ], "loc": { "start": { "line": 307, "column": 38 }, "end": { "line": 307, "column": 42 } } }, "range": [ 12319, 12327 ], "loc": { "start": { "line": 307, "column": 34 }, "end": { "line": 307, "column": 42 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12328, 12332 ], "loc": { "start": { "line": 307, "column": 43 }, "end": { "line": 307, "column": 47 } } }, "property": { "type": "Identifier", "name": "pageText", "range": [ 12333, 12341 ], "loc": { "start": { "line": 307, "column": 48 }, "end": { "line": 307, "column": 56 } } }, "range": [ 12328, 12341 ], "loc": { "start": { "line": 307, "column": 43 }, "end": { "line": 307, "column": 56 } } } ], "range": [ 12319, 12342 ], "loc": { "start": { "line": 307, "column": 34 }, "end": { "line": 307, "column": 57 } } } ], "range": [ 12293, 12344 ], "loc": { "start": { "line": 307, "column": 8 }, "end": { "line": 307, "column": 59 } } }, "range": [ 12293, 12345 ], "loc": { "start": { "line": 307, "column": 8 }, "end": { "line": 307, "column": 60 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 12355, 12367 ], "loc": { "start": { "line": 308, "column": 8 }, "end": { "line": 308, "column": 20 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 12368, 12377 ], "loc": { "start": { "line": 308, "column": 21 }, "end": { "line": 308, "column": 30 } } }, "range": [ 12355, 12377 ], "loc": { "start": { "line": 308, "column": 8 }, "end": { "line": 308, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12380, 12384 ], "loc": { "start": { "line": 308, "column": 33 }, "end": { "line": 308, "column": 37 } } }, "property": { "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ 12385, 12401 ], "loc": { "start": { "line": 308, "column": 38 }, "end": { "line": 308, "column": 54 } } }, "range": [ 12380, 12401 ], "loc": { "start": { "line": 308, "column": 33 }, "end": { "line": 308, "column": 54 } } }, "range": [ 12355, 12401 ], "loc": { "start": { "line": 308, "column": 8 }, "end": { "line": 308, "column": 54 } } }, "range": [ 12355, 12402 ], "loc": { "start": { "line": 308, "column": 8 }, "end": { "line": 308, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12412, 12420 ], "loc": { "start": { "line": 309, "column": 8 }, "end": { "line": 309, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12421, 12432 ], "loc": { "start": { "line": 309, "column": 17 }, "end": { "line": 309, "column": 28 } } }, "range": [ 12412, 12432 ], "loc": { "start": { "line": 309, "column": 8 }, "end": { "line": 309, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 12433, 12445 ], "loc": { "start": { "line": 309, "column": 29 }, "end": { "line": 309, "column": 41 } } } ], "range": [ 12412, 12446 ], "loc": { "start": { "line": 309, "column": 8 }, "end": { "line": 309, "column": 42 } } }, "range": [ 12412, 12447 ], "loc": { "start": { "line": 309, "column": 8 }, "end": { "line": 309, "column": 43 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12457, 12465 ], "loc": { "start": { "line": 310, "column": 8 }, "end": { "line": 310, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12466, 12477 ], "loc": { "start": { "line": 310, "column": 17 }, "end": { "line": 310, "column": 28 } } }, "range": [ 12457, 12477 ], "loc": { "start": { "line": 310, "column": 8 }, "end": { "line": 310, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "slcPages", "range": [ 12478, 12486 ], "loc": { "start": { "line": 310, "column": 29 }, "end": { "line": 310, "column": 37 } } } ], "range": [ 12457, 12487 ], "loc": { "start": { "line": 310, "column": 8 }, "end": { "line": 310, "column": 38 } } }, "range": [ 12457, 12488 ], "loc": { "start": { "line": 310, "column": 8 }, "end": { "line": 310, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgAfterSpan", "range": [ 12502, 12513 ], "loc": { "start": { "line": 311, "column": 12 }, "end": { "line": 311, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12516, 12519 ], "loc": { "start": { "line": 311, "column": 26 }, "end": { "line": 311, "column": 29 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 12520, 12526 ], "loc": { "start": { "line": 311, "column": 30 }, "end": { "line": 311, "column": 36 } } }, "range": [ 12516, 12526 ], "loc": { "start": { "line": 311, "column": 26 }, "end": { "line": 311, "column": 36 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 12541, 12547 ], "loc": { "start": { "line": 312, "column": 12 }, "end": { "line": 312, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 12549, 12553 ], "loc": { "start": { "line": 312, "column": 20 }, "end": { "line": 312, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12555, 12559 ], "loc": { "start": { "line": 312, "column": 26 }, "end": { "line": 312, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ 12560, 12575 ], "loc": { "start": { "line": 312, "column": 31 }, "end": { "line": 312, "column": 46 } } }, "range": [ 12555, 12575 ], "loc": { "start": { "line": 312, "column": 26 }, "end": { "line": 312, "column": 46 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 12576, 12578 ], "loc": { "start": { "line": 312, "column": 47 }, "end": { "line": 312, "column": 49 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 12579, 12581 ], "loc": { "start": { "line": 312, "column": 50 }, "end": { "line": 312, "column": 52 } } }, "range": [ 12576, 12581 ], "loc": { "start": { "line": 312, "column": 47 }, "end": { "line": 312, "column": 52 } } }, "range": [ 12555, 12581 ], "loc": { "start": { "line": 312, "column": 26 }, "end": { "line": 312, "column": 52 } } } ], "range": [ 12548, 12582 ], "loc": { "start": { "line": 312, "column": 19 }, "end": { "line": 312, "column": 53 } } } ], "range": [ 12516, 12583 ], "loc": { "start": { "line": 311, "column": 26 }, "end": { "line": 312, "column": 54 } } }, "range": [ 12502, 12583 ], "loc": { "start": { "line": 311, "column": 12 }, "end": { "line": 312, "column": 54 } } } ], "kind": "var", "range": [ 12498, 12584 ], "loc": { "start": { "line": 311, "column": 8 }, "end": { "line": 312, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgAfterSpan", "range": [ 12594, 12605 ], "loc": { "start": { "line": 313, "column": 8 }, "end": { "line": 313, "column": 19 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12606, 12617 ], "loc": { "start": { "line": 313, "column": 20 }, "end": { "line": 313, "column": 31 } } }, "range": [ 12594, 12617 ], "loc": { "start": { "line": 313, "column": 8 }, "end": { "line": 313, "column": 31 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12619, 12622 ], "loc": { "start": { "line": 313, "column": 33 }, "end": { "line": 313, "column": 36 } } }, "property": { "type": "Identifier", "name": "text", "range": [ 12623, 12627 ], "loc": { "start": { "line": 313, "column": 37 }, "end": { "line": 313, "column": 41 } } }, "range": [ 12619, 12627 ], "loc": { "start": { "line": 313, "column": 33 }, "end": { "line": 313, "column": 41 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12628, 12632 ], "loc": { "start": { "line": 313, "column": 42 }, "end": { "line": 313, "column": 46 } } }, "property": { "type": "Identifier", "name": "ofText", "range": [ 12633, 12639 ], "loc": { "start": { "line": 313, "column": 47 }, "end": { "line": 313, "column": 53 } } }, "range": [ 12628, 12639 ], "loc": { "start": { "line": 313, "column": 42 }, "end": { "line": 313, "column": 53 } } } ], "range": [ 12619, 12640 ], "loc": { "start": { "line": 313, "column": 33 }, "end": { "line": 313, "column": 54 } } } ], "range": [ 12594, 12642 ], "loc": { "start": { "line": 313, "column": 8 }, "end": { "line": 313, "column": 56 } } }, "range": [ 12594, 12643 ], "loc": { "start": { "line": 313, "column": 8 }, "end": { "line": 313, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgAfterSpan", "range": [ 12653, 12664 ], "loc": { "start": { "line": 314, "column": 8 }, "end": { "line": 314, "column": 19 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 12665, 12674 ], "loc": { "start": { "line": 314, "column": 20 }, "end": { "line": 314, "column": 29 } } }, "range": [ 12653, 12674 ], "loc": { "start": { "line": 314, "column": 8 }, "end": { "line": 314, "column": 29 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12677, 12681 ], "loc": { "start": { "line": 314, "column": 32 }, "end": { "line": 314, "column": 36 } } }, "property": { "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ 12682, 12698 ], "loc": { "start": { "line": 314, "column": 37 }, "end": { "line": 314, "column": 53 } } }, "range": [ 12677, 12698 ], "loc": { "start": { "line": 314, "column": 32 }, "end": { "line": 314, "column": 53 } } }, "range": [ 12653, 12698 ], "loc": { "start": { "line": 314, "column": 8 }, "end": { "line": 314, "column": 53 } } }, "range": [ 12653, 12699 ], "loc": { "start": { "line": 314, "column": 8 }, "end": { "line": 314, "column": 54 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12709, 12717 ], "loc": { "start": { "line": 315, "column": 8 }, "end": { "line": 315, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12718, 12729 ], "loc": { "start": { "line": 315, "column": 17 }, "end": { "line": 315, "column": 28 } } }, "range": [ 12709, 12729 ], "loc": { "start": { "line": 315, "column": 8 }, "end": { "line": 315, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "pgAfterSpan", "range": [ 12730, 12741 ], "loc": { "start": { "line": 315, "column": 29 }, "end": { "line": 315, "column": 40 } } } ], "range": [ 12709, 12742 ], "loc": { "start": { "line": 315, "column": 8 }, "end": { "line": 315, "column": 41 } } }, "range": [ 12709, 12743 ], "loc": { "start": { "line": 315, "column": 8 }, "end": { "line": 315, "column": 42 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgspan", "range": [ 12757, 12763 ], "loc": { "start": { "line": 316, "column": 12 }, "end": { "line": 316, "column": 18 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12766, 12769 ], "loc": { "start": { "line": 316, "column": 21 }, "end": { "line": 316, "column": 24 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 12770, 12776 ], "loc": { "start": { "line": 316, "column": 25 }, "end": { "line": 316, "column": 31 } } }, "range": [ 12766, 12776 ], "loc": { "start": { "line": 316, "column": 21 }, "end": { "line": 316, "column": 31 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 12778, 12784 ], "loc": { "start": { "line": 316, "column": 33 }, "end": { "line": 316, "column": 39 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 12786, 12790 ], "loc": { "start": { "line": 316, "column": 41 }, "end": { "line": 316, "column": 45 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12792, 12796 ], "loc": { "start": { "line": 316, "column": 47 }, "end": { "line": 316, "column": 51 } } }, "property": { "type": "Identifier", "name": "prfxPgSpan", "range": [ 12797, 12807 ], "loc": { "start": { "line": 316, "column": 52 }, "end": { "line": 316, "column": 62 } } }, "range": [ 12792, 12807 ], "loc": { "start": { "line": 316, "column": 47 }, "end": { "line": 316, "column": 62 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 12808, 12810 ], "loc": { "start": { "line": 316, "column": 63 }, "end": { "line": 316, "column": 65 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 12811, 12813 ], "loc": { "start": { "line": 316, "column": 66 }, "end": { "line": 316, "column": 68 } } }, "range": [ 12808, 12813 ], "loc": { "start": { "line": 316, "column": 63 }, "end": { "line": 316, "column": 68 } } }, "range": [ 12792, 12813 ], "loc": { "start": { "line": 316, "column": 47 }, "end": { "line": 316, "column": 68 } } } ], "range": [ 12785, 12814 ], "loc": { "start": { "line": 316, "column": 40 }, "end": { "line": 316, "column": 69 } } } ], "range": [ 12766, 12816 ], "loc": { "start": { "line": 316, "column": 21 }, "end": { "line": 316, "column": 71 } } }, "range": [ 12757, 12816 ], "loc": { "start": { "line": 316, "column": 12 }, "end": { "line": 316, "column": 71 } } } ], "kind": "var", "range": [ 12753, 12817 ], "loc": { "start": { "line": 316, "column": 8 }, "end": { "line": 316, "column": 72 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgspan", "range": [ 12827, 12833 ], "loc": { "start": { "line": 317, "column": 8 }, "end": { "line": 317, "column": 14 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 12834, 12843 ], "loc": { "start": { "line": 317, "column": 15 }, "end": { "line": 317, "column": 24 } } }, "range": [ 12827, 12843 ], "loc": { "start": { "line": 317, "column": 8 }, "end": { "line": 317, "column": 24 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12846, 12850 ], "loc": { "start": { "line": 317, "column": 27 }, "end": { "line": 317, "column": 31 } } }, "property": { "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ 12851, 12867 ], "loc": { "start": { "line": 317, "column": 32 }, "end": { "line": 317, "column": 48 } } }, "range": [ 12846, 12867 ], "loc": { "start": { "line": 317, "column": 27 }, "end": { "line": 317, "column": 48 } } }, "range": [ 12827, 12867 ], "loc": { "start": { "line": 317, "column": 8 }, "end": { "line": 317, "column": 48 } } }, "range": [ 12827, 12868 ], "loc": { "start": { "line": 317, "column": 8 }, "end": { "line": 317, "column": 49 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgspan", "range": [ 12878, 12884 ], "loc": { "start": { "line": 318, "column": 8 }, "end": { "line": 318, "column": 14 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12885, 12896 ], "loc": { "start": { "line": 318, "column": 15 }, "end": { "line": 318, "column": 26 } } }, "range": [ 12878, 12896 ], "loc": { "start": { "line": 318, "column": 8 }, "end": { "line": 318, "column": 26 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 12898, 12901 ], "loc": { "start": { "line": 318, "column": 28 }, "end": { "line": 318, "column": 31 } } }, "property": { "type": "Identifier", "name": "text", "range": [ 12902, 12906 ], "loc": { "start": { "line": 318, "column": 32 }, "end": { "line": 318, "column": 36 } } }, "range": [ 12898, 12906 ], "loc": { "start": { "line": 318, "column": 28 }, "end": { "line": 318, "column": 36 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 12907, 12910 ], "loc": { "start": { "line": 318, "column": 37 }, "end": { "line": 318, "column": 40 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 12911, 12915 ], "loc": { "start": { "line": 318, "column": 41 }, "end": { "line": 318, "column": 45 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 12916, 12923 ], "loc": { "start": { "line": 318, "column": 46 }, "end": { "line": 318, "column": 53 } } }, "range": [ 12911, 12923 ], "loc": { "start": { "line": 318, "column": 41 }, "end": { "line": 318, "column": 53 } } }, "range": [ 12907, 12923 ], "loc": { "start": { "line": 318, "column": 37 }, "end": { "line": 318, "column": 53 } } }, "right": { "type": "Literal", "value": " ", "raw": "' '", "range": [ 12924, 12927 ], "loc": { "start": { "line": 318, "column": 54 }, "end": { "line": 318, "column": 57 } } }, "range": [ 12907, 12927 ], "loc": { "start": { "line": 318, "column": 37 }, "end": { "line": 318, "column": 57 } } } ], "range": [ 12898, 12928 ], "loc": { "start": { "line": 318, "column": 28 }, "end": { "line": 318, "column": 58 } } } ], "range": [ 12878, 12930 ], "loc": { "start": { "line": 318, "column": 8 }, "end": { "line": 318, "column": 60 } } }, "range": [ 12878, 12931 ], "loc": { "start": { "line": 318, "column": 8 }, "end": { "line": 318, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12941, 12949 ], "loc": { "start": { "line": 319, "column": 8 }, "end": { "line": 319, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12950, 12961 ], "loc": { "start": { "line": 319, "column": 17 }, "end": { "line": 319, "column": 28 } } }, "range": [ 12941, 12961 ], "loc": { "start": { "line": 319, "column": 8 }, "end": { "line": 319, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "pgspan", "range": [ 12962, 12968 ], "loc": { "start": { "line": 319, "column": 29 }, "end": { "line": 319, "column": 35 } } } ], "range": [ 12941, 12969 ], "loc": { "start": { "line": 319, "column": 8 }, "end": { "line": 319, "column": 36 } } }, "range": [ 12941, 12970 ], "loc": { "start": { "line": 319, "column": 8 }, "end": { "line": 319, "column": 37 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 12980, 12988 ], "loc": { "start": { "line": 320, "column": 8 }, "end": { "line": 320, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 12989, 13000 ], "loc": { "start": { "line": 320, "column": 17 }, "end": { "line": 320, "column": 28 } } }, "range": [ 12980, 13000 ], "loc": { "start": { "line": 320, "column": 8 }, "end": { "line": 320, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "btnNextSpan", "range": [ 13001, 13012 ], "loc": { "start": { "line": 320, "column": 29 }, "end": { "line": 320, "column": 40 } } } ], "range": [ 12980, 13013 ], "loc": { "start": { "line": 320, "column": 8 }, "end": { "line": 320, "column": 41 } } }, "range": [ 12980, 13014 ], "loc": { "start": { "line": 320, "column": 8 }, "end": { "line": 320, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 13024, 13032 ], "loc": { "start": { "line": 321, "column": 8 }, "end": { "line": 321, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 13033, 13044 ], "loc": { "start": { "line": 321, "column": 17 }, "end": { "line": 321, "column": 28 } } }, "range": [ 13024, 13044 ], "loc": { "start": { "line": 321, "column": 8 }, "end": { "line": 321, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "btnLastSpan", "range": [ 13045, 13056 ], "loc": { "start": { "line": 321, "column": 29 }, "end": { "line": 321, "column": 40 } } } ], "range": [ 13024, 13057 ], "loc": { "start": { "line": 321, "column": 8 }, "end": { "line": 321, "column": 41 } } }, "range": [ 13024, 13058 ], "loc": { "start": { "line": 321, "column": 8 }, "end": { "line": 321, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13068, 13072 ], "loc": { "start": { "line": 322, "column": 8 }, "end": { "line": 322, "column": 12 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 13073, 13082 ], "loc": { "start": { "line": 322, "column": 13 }, "end": { "line": 322, "column": 22 } } }, "range": [ 13068, 13082 ], "loc": { "start": { "line": 322, "column": 8 }, "end": { "line": 322, "column": 22 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 13085, 13088 ], "loc": { "start": { "line": 322, "column": 25 }, "end": { "line": 322, "column": 28 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 13089, 13091 ], "loc": { "start": { "line": 322, "column": 29 }, "end": { "line": 322, "column": 31 } } }, "range": [ 13085, 13091 ], "loc": { "start": { "line": 322, "column": 25 }, "end": { "line": 322, "column": 31 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13092, 13096 ], "loc": { "start": { "line": 322, "column": 32 }, "end": { "line": 322, "column": 36 } } }, "property": { "type": "Identifier", "name": "prfxSlcPages", "range": [ 13097, 13109 ], "loc": { "start": { "line": 322, "column": 37 }, "end": { "line": 322, "column": 49 } } }, "range": [ 13092, 13109 ], "loc": { "start": { "line": 322, "column": 32 }, "end": { "line": 322, "column": 49 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13110, 13112 ], "loc": { "start": { "line": 322, "column": 50 }, "end": { "line": 322, "column": 52 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 13113, 13115 ], "loc": { "start": { "line": 322, "column": 53 }, "end": { "line": 322, "column": 55 } } }, "range": [ 13110, 13115 ], "loc": { "start": { "line": 322, "column": 50 }, "end": { "line": 322, "column": 55 } } }, "range": [ 13092, 13115 ], "loc": { "start": { "line": 322, "column": 32 }, "end": { "line": 322, "column": 55 } } } ], "range": [ 13085, 13116 ], "loc": { "start": { "line": 322, "column": 25 }, "end": { "line": 322, "column": 56 } } }, "range": [ 13068, 13116 ], "loc": { "start": { "line": 322, "column": 8 }, "end": { "line": 322, "column": 56 } } }, "range": [ 13068, 13117 ], "loc": { "start": { "line": 322, "column": 8 }, "end": { "line": 322, "column": 57 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13133, 13135 ], "loc": { "start": { "line": 324, "column": 12 }, "end": { "line": 324, "column": 14 } } }, "property": { "type": "Identifier", "name": "rememberGridValues", "range": [ 13136, 13154 ], "loc": { "start": { "line": 324, "column": 15 }, "end": { "line": 324, "column": 33 } } }, "range": [ 13133, 13154 ], "loc": { "start": { "line": 324, "column": 12 }, "end": { "line": 324, "column": 33 } } }, "prefix": true, "range": [ 13132, 13154 ], "loc": { "start": { "line": 324, "column": 11 }, "end": { "line": 324, "column": 33 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13158, 13162 ], "loc": { "start": { "line": 324, "column": 37 }, "end": { "line": 324, "column": 41 } } }, "property": { "type": "Identifier", "name": "isPagingRemoved", "range": [ 13163, 13178 ], "loc": { "start": { "line": 324, "column": 42 }, "end": { "line": 324, "column": 57 } } }, "range": [ 13158, 13178 ], "loc": { "start": { "line": 324, "column": 37 }, "end": { "line": 324, "column": 57 } } }, "range": [ 13132, 13178 ], "loc": { "start": { "line": 324, "column": 11 }, "end": { "line": 324, "column": 57 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13194, 13198 ], "loc": { "start": { "line": 325, "column": 12 }, "end": { "line": 325, "column": 16 } } }, "property": { "type": "Identifier", "name": "setPagingInfo", "range": [ 13199, 13212 ], "loc": { "start": { "line": 325, "column": 17 }, "end": { "line": 325, "column": 30 } } }, "range": [ 13194, 13212 ], "loc": { "start": { "line": 325, "column": 12 }, "end": { "line": 325, "column": 30 } } }, "arguments": [], "range": [ 13194, 13214 ], "loc": { "start": { "line": 325, "column": 12 }, "end": { "line": 325, "column": 32 } } }, "range": [ 13194, 13215 ], "loc": { "start": { "line": 325, "column": 12 }, "end": { "line": 325, "column": 33 } } } ], "range": [ 13179, 13226 ], "loc": { "start": { "line": 324, "column": 58 }, "end": { "line": 326, "column": 9 } } }, "alternate": null, "range": [ 13129, 13226 ], "loc": { "start": { "line": 324, "column": 8 }, "end": { "line": 326, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13240, 13242 ], "loc": { "start": { "line": 327, "column": 12 }, "end": { "line": 327, "column": 14 } } }, "property": { "type": "Identifier", "name": "fltGrid", "range": [ 13243, 13250 ], "loc": { "start": { "line": 327, "column": 15 }, "end": { "line": 327, "column": 22 } } }, "range": [ 13240, 13250 ], "loc": { "start": { "line": 327, "column": 12 }, "end": { "line": 327, "column": 22 } } }, "prefix": true, "range": [ 13239, 13250 ], "loc": { "start": { "line": 327, "column": 11 }, "end": { "line": 327, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13266, 13268 ], "loc": { "start": { "line": 328, "column": 12 }, "end": { "line": 328, "column": 14 } } }, "property": { "type": "Identifier", "name": "validateAllRows", "range": [ 13269, 13284 ], "loc": { "start": { "line": 328, "column": 15 }, "end": { "line": 328, "column": 30 } } }, "range": [ 13266, 13284 ], "loc": { "start": { "line": 328, "column": 12 }, "end": { "line": 328, "column": 30 } } }, "arguments": [], "range": [ 13266, 13286 ], "loc": { "start": { "line": 328, "column": 12 }, "end": { "line": 328, "column": 32 } } }, "range": [ 13266, 13287 ], "loc": { "start": { "line": 328, "column": 12 }, "end": { "line": 328, "column": 33 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13301, 13305 ], "loc": { "start": { "line": 329, "column": 12 }, "end": { "line": 329, "column": 16 } } }, "property": { "type": "Identifier", "name": "setPagingInfo", "range": [ 13306, 13319 ], "loc": { "start": { "line": 329, "column": 17 }, "end": { "line": 329, "column": 30 } } }, "range": [ 13301, 13319 ], "loc": { "start": { "line": 329, "column": 12 }, "end": { "line": 329, "column": 30 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13320, 13322 ], "loc": { "start": { "line": 329, "column": 31 }, "end": { "line": 329, "column": 33 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 13323, 13337 ], "loc": { "start": { "line": 329, "column": 34 }, "end": { "line": 329, "column": 48 } } }, "range": [ 13320, 13337 ], "loc": { "start": { "line": 329, "column": 31 }, "end": { "line": 329, "column": 48 } } } ], "range": [ 13301, 13338 ], "loc": { "start": { "line": 329, "column": 12 }, "end": { "line": 329, "column": 49 } } }, "range": [ 13301, 13339 ], "loc": { "start": { "line": 329, "column": 12 }, "end": { "line": 329, "column": 50 } } } ], "range": [ 13251, 13350 ], "loc": { "start": { "line": 327, "column": 23 }, "end": { "line": 330, "column": 9 } } }, "alternate": null, "range": [ 13236, 13350 ], "loc": { "start": { "line": 327, "column": 8 }, "end": { "line": 330, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13362, 13366 ], "loc": { "start": { "line": 332, "column": 8 }, "end": { "line": 332, "column": 12 } } }, "property": { "type": "Identifier", "name": "isPagingRemoved", "range": [ 13367, 13382 ], "loc": { "start": { "line": 332, "column": 13 }, "end": { "line": 332, "column": 28 } } }, "range": [ 13362, 13382 ], "loc": { "start": { "line": 332, "column": 8 }, "end": { "line": 332, "column": 28 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 13385, 13390 ], "loc": { "start": { "line": 332, "column": 31 }, "end": { "line": 332, "column": 36 } } }, "range": [ 13362, 13390 ], "loc": { "start": { "line": 332, "column": 8 }, "end": { "line": 332, "column": 36 } } }, "range": [ 13362, 13391 ], "loc": { "start": { "line": 332, "column": 8 }, "end": { "line": 332, "column": 37 } } } ], "range": [ 7281, 13398 ], "loc": { "start": { "line": 180, "column": 10 }, "end": { "line": 333, "column": 5 } } }, "generator": false, "expression": false, "range": [ 7279, 13398 ], "loc": { "start": { "line": 180, "column": 8 }, "end": { "line": 333, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 7275, 13398 ], "loc": { "start": { "line": 180, "column": 4 }, "end": { "line": 333, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Initialize DOM elements\r\n ", "range": [ 7225, 7269 ], "loc": { "start": { "line": 177, "column": 4 }, "end": { "line": 179, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Reset paging when filters are already instantiated\r\n * @param {Boolean} filterTable Execute filtering once paging instanciated\r\n ", "range": [ 13406, 13557 ], "loc": { "start": { "line": 335, "column": 4 }, "end": { "line": 338, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "reset", "range": [ 13563, 13568 ], "loc": { "start": { "line": 339, "column": 4 }, "end": { "line": 339, "column": 9 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "AssignmentPattern", "left": { "type": "Identifier", "name": "filterTable", "range": [ 13569, 13580 ], "loc": { "start": { "line": 339, "column": 10 }, "end": { "line": 339, "column": 21 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 13581, 13586 ], "loc": { "start": { "line": 339, "column": 22 }, "end": { "line": 339, "column": 27 } } }, "range": [ 13569, 13586 ], "loc": { "start": { "line": 339, "column": 10 }, "end": { "line": 339, "column": 27 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 13602, 13604 ], "loc": { "start": { "line": 340, "column": 12 }, "end": { "line": 340, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13607, 13611 ], "loc": { "start": { "line": 340, "column": 17 }, "end": { "line": 340, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 13612, 13614 ], "loc": { "start": { "line": 340, "column": 22 }, "end": { "line": 340, "column": 24 } } }, "range": [ 13607, 13614 ], "loc": { "start": { "line": 340, "column": 17 }, "end": { "line": 340, "column": 24 } } }, "range": [ 13602, 13614 ], "loc": { "start": { "line": 340, "column": 12 }, "end": { "line": 340, "column": 24 } } } ], "kind": "var", "range": [ 13598, 13615 ], "loc": { "start": { "line": 340, "column": 8 }, "end": { "line": 340, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13629, 13631 ], "loc": { "start": { "line": 341, "column": 12 }, "end": { "line": 341, "column": 14 } } }, "property": { "type": "Identifier", "name": "hasGrid", "range": [ 13632, 13639 ], "loc": { "start": { "line": 341, "column": 15 }, "end": { "line": 341, "column": 22 } } }, "range": [ 13629, 13639 ], "loc": { "start": { "line": 341, "column": 12 }, "end": { "line": 341, "column": 22 } } }, "arguments": [], "range": [ 13629, 13641 ], "loc": { "start": { "line": 341, "column": 12 }, "end": { "line": 341, "column": 24 } } }, "prefix": true, "range": [ 13628, 13641 ], "loc": { "start": { "line": 341, "column": 11 }, "end": { "line": 341, "column": 24 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13645, 13647 ], "loc": { "start": { "line": 341, "column": 28 }, "end": { "line": 341, "column": 30 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 13648, 13654 ], "loc": { "start": { "line": 341, "column": 31 }, "end": { "line": 341, "column": 37 } } }, "range": [ 13645, 13654 ], "loc": { "start": { "line": 341, "column": 28 }, "end": { "line": 341, "column": 37 } } }, "range": [ 13628, 13654 ], "loc": { "start": { "line": 341, "column": 11 }, "end": { "line": 341, "column": 37 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 13670, 13677 ], "loc": { "start": { "line": 342, "column": 12 }, "end": { "line": 342, "column": 19 } } } ], "range": [ 13655, 13688 ], "loc": { "start": { "line": 341, "column": 38 }, "end": { "line": 343, "column": 9 } } }, "alternate": null, "range": [ 13625, 13688 ], "loc": { "start": { "line": 341, "column": 8 }, "end": { "line": 343, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13698, 13700 ], "loc": { "start": { "line": 344, "column": 8 }, "end": { "line": 344, "column": 10 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 13701, 13707 ], "loc": { "start": { "line": 344, "column": 11 }, "end": { "line": 344, "column": 17 } } }, "range": [ 13698, 13707 ], "loc": { "start": { "line": 344, "column": 8 }, "end": { "line": 344, "column": 17 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 13710, 13714 ], "loc": { "start": { "line": 344, "column": 20 }, "end": { "line": 344, "column": 24 } } }, "range": [ 13698, 13714 ], "loc": { "start": { "line": 344, "column": 8 }, "end": { "line": 344, "column": 24 } } }, "range": [ 13698, 13715 ], "loc": { "start": { "line": 344, "column": 8 }, "end": { "line": 344, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13725, 13729 ], "loc": { "start": { "line": 345, "column": 8 }, "end": { "line": 345, "column": 12 } } }, "property": { "type": "Identifier", "name": "isPagingRemoved", "range": [ 13730, 13745 ], "loc": { "start": { "line": 345, "column": 13 }, "end": { "line": 345, "column": 28 } } }, "range": [ 13725, 13745 ], "loc": { "start": { "line": 345, "column": 8 }, "end": { "line": 345, "column": 28 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 13748, 13752 ], "loc": { "start": { "line": 345, "column": 31 }, "end": { "line": 345, "column": 35 } } }, "range": [ 13725, 13752 ], "loc": { "start": { "line": 345, "column": 8 }, "end": { "line": 345, "column": 35 } } }, "range": [ 13725, 13753 ], "loc": { "start": { "line": 345, "column": 8 }, "end": { "line": 345, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 13763, 13767 ], "loc": { "start": { "line": 346, "column": 8 }, "end": { "line": 346, "column": 12 } } }, "property": { "type": "Identifier", "name": "init", "range": [ 13768, 13772 ], "loc": { "start": { "line": 346, "column": 13 }, "end": { "line": 346, "column": 17 } } }, "range": [ 13763, 13772 ], "loc": { "start": { "line": 346, "column": 8 }, "end": { "line": 346, "column": 17 } } }, "arguments": [], "range": [ 13763, 13774 ], "loc": { "start": { "line": 346, "column": 8 }, "end": { "line": 346, "column": 19 } } }, "range": [ 13763, 13775 ], "loc": { "start": { "line": 346, "column": 8 }, "end": { "line": 346, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13785, 13787 ], "loc": { "start": { "line": 347, "column": 8 }, "end": { "line": 347, "column": 10 } } }, "property": { "type": "Identifier", "name": "resetValues", "range": [ 13788, 13799 ], "loc": { "start": { "line": 347, "column": 11 }, "end": { "line": 347, "column": 22 } } }, "range": [ 13785, 13799 ], "loc": { "start": { "line": 347, "column": 8 }, "end": { "line": 347, "column": 22 } } }, "arguments": [], "range": [ 13785, 13801 ], "loc": { "start": { "line": 347, "column": 8 }, "end": { "line": 347, "column": 24 } } }, "range": [ 13785, 13802 ], "loc": { "start": { "line": 347, "column": 8 }, "end": { "line": 347, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "filterTable", "range": [ 13815, 13826 ], "loc": { "start": { "line": 348, "column": 11 }, "end": { "line": 348, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13842, 13844 ], "loc": { "start": { "line": 349, "column": 12 }, "end": { "line": 349, "column": 14 } } }, "property": { "type": "Identifier", "name": "filter", "range": [ 13845, 13851 ], "loc": { "start": { "line": 349, "column": 15 }, "end": { "line": 349, "column": 21 } } }, "range": [ 13842, 13851 ], "loc": { "start": { "line": 349, "column": 12 }, "end": { "line": 349, "column": 21 } } }, "arguments": [], "range": [ 13842, 13853 ], "loc": { "start": { "line": 349, "column": 12 }, "end": { "line": 349, "column": 23 } } }, "range": [ 13842, 13854 ], "loc": { "start": { "line": 349, "column": 12 }, "end": { "line": 349, "column": 24 } } } ], "range": [ 13827, 13865 ], "loc": { "start": { "line": 348, "column": 23 }, "end": { "line": 350, "column": 9 } } }, "alternate": null, "range": [ 13812, 13865 ], "loc": { "start": { "line": 348, "column": 8 }, "end": { "line": 350, "column": 9 } } } ], "range": [ 13587, 13872 ], "loc": { "start": { "line": 339, "column": 28 }, "end": { "line": 351, "column": 5 } } }, "generator": false, "expression": false, "range": [ 13568, 13872 ], "loc": { "start": { "line": 339, "column": 9 }, "end": { "line": 351, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 13563, 13872 ], "loc": { "start": { "line": 339, "column": 4 }, "end": { "line": 351, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Reset paging when filters are already instantiated\r\n * @param {Boolean} filterTable Execute filtering once paging instanciated\r\n ", "range": [ 13406, 13557 ], "loc": { "start": { "line": 335, "column": 4 }, "end": { "line": 338, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Calculate number of pages based on valid rows\r\n * Refresh paging select according to number of pages\r\n * @param {Array} validRows Collection of valid rows\r\n ", "range": [ 13880, 14063 ], "loc": { "start": { "line": 353, "column": 4 }, "end": { "line": 357, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "setPagingInfo", "range": [ 14069, 14082 ], "loc": { "start": { "line": 358, "column": 4 }, "end": { "line": 358, "column": 17 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "AssignmentPattern", "left": { "type": "Identifier", "name": "validRows", "range": [ 14083, 14092 ], "loc": { "start": { "line": 358, "column": 18 }, "end": { "line": 358, "column": 27 } } }, "right": { "type": "ArrayExpression", "elements": [], "range": [ 14093, 14095 ], "loc": { "start": { "line": 358, "column": 28 }, "end": { "line": 358, "column": 30 } } }, "range": [ 14083, 14095 ], "loc": { "start": { "line": 358, "column": 18 }, "end": { "line": 358, "column": 30 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 14111, 14113 ], "loc": { "start": { "line": 359, "column": 12 }, "end": { "line": 359, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14116, 14120 ], "loc": { "start": { "line": 359, "column": 17 }, "end": { "line": 359, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 14121, 14123 ], "loc": { "start": { "line": 359, "column": 22 }, "end": { "line": 359, "column": 24 } } }, "range": [ 14116, 14123 ], "loc": { "start": { "line": 359, "column": 17 }, "end": { "line": 359, "column": 24 } } }, "range": [ 14111, 14123 ], "loc": { "start": { "line": 359, "column": 12 }, "end": { "line": 359, "column": 24 } } } ], "kind": "var", "range": [ 14107, 14124 ], "loc": { "start": { "line": 359, "column": 8 }, "end": { "line": 359, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "rows", "range": [ 14138, 14142 ], "loc": { "start": { "line": 360, "column": 12 }, "end": { "line": 360, "column": 16 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14145, 14147 ], "loc": { "start": { "line": 360, "column": 19 }, "end": { "line": 360, "column": 21 } } }, "property": { "type": "Identifier", "name": "tbl", "range": [ 14148, 14151 ], "loc": { "start": { "line": 360, "column": 22 }, "end": { "line": 360, "column": 25 } } }, "range": [ 14145, 14151 ], "loc": { "start": { "line": 360, "column": 19 }, "end": { "line": 360, "column": 25 } } }, "property": { "type": "Identifier", "name": "rows", "range": [ 14152, 14156 ], "loc": { "start": { "line": 360, "column": 26 }, "end": { "line": 360, "column": 30 } } }, "range": [ 14145, 14156 ], "loc": { "start": { "line": 360, "column": 19 }, "end": { "line": 360, "column": 30 } } }, "range": [ 14138, 14156 ], "loc": { "start": { "line": 360, "column": 12 }, "end": { "line": 360, "column": 30 } } } ], "kind": "var", "range": [ 14134, 14157 ], "loc": { "start": { "line": 360, "column": 8 }, "end": { "line": 360, "column": 31 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "mdiv", "range": [ 14171, 14175 ], "loc": { "start": { "line": 361, "column": 12 }, "end": { "line": 361, "column": 16 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14179, 14183 ], "loc": { "start": { "line": 361, "column": 20 }, "end": { "line": 361, "column": 24 } } }, "property": { "type": "Identifier", "name": "pagingTgtId", "range": [ 14184, 14195 ], "loc": { "start": { "line": 361, "column": 25 }, "end": { "line": 361, "column": 36 } } }, "range": [ 14179, 14195 ], "loc": { "start": { "line": 361, "column": 20 }, "end": { "line": 361, "column": 36 } } }, "prefix": true, "range": [ 14178, 14195 ], "loc": { "start": { "line": 361, "column": 19 }, "end": { "line": 361, "column": 36 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14198, 14200 ], "loc": { "start": { "line": 361, "column": 39 }, "end": { "line": 361, "column": 41 } } }, "property": { "type": "Identifier", "name": "mDiv", "range": [ 14201, 14205 ], "loc": { "start": { "line": 361, "column": 42 }, "end": { "line": 361, "column": 46 } } }, "range": [ 14198, 14205 ], "loc": { "start": { "line": 361, "column": 39 }, "end": { "line": 361, "column": 46 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 14208, 14211 ], "loc": { "start": { "line": 361, "column": 49 }, "end": { "line": 361, "column": 52 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 14212, 14214 ], "loc": { "start": { "line": 361, "column": 53 }, "end": { "line": 361, "column": 55 } } }, "range": [ 14208, 14214 ], "loc": { "start": { "line": 361, "column": 49 }, "end": { "line": 361, "column": 55 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14215, 14219 ], "loc": { "start": { "line": 361, "column": 56 }, "end": { "line": 361, "column": 60 } } }, "property": { "type": "Identifier", "name": "pagingTgtId", "range": [ 14220, 14231 ], "loc": { "start": { "line": 361, "column": 61 }, "end": { "line": 361, "column": 72 } } }, "range": [ 14215, 14231 ], "loc": { "start": { "line": 361, "column": 56 }, "end": { "line": 361, "column": 72 } } } ], "range": [ 14208, 14232 ], "loc": { "start": { "line": 361, "column": 49 }, "end": { "line": 361, "column": 73 } } }, "range": [ 14178, 14232 ], "loc": { "start": { "line": 361, "column": 19 }, "end": { "line": 361, "column": 73 } } }, "range": [ 14171, 14232 ], "loc": { "start": { "line": 361, "column": 12 }, "end": { "line": 361, "column": 73 } } } ], "kind": "var", "range": [ 14167, 14233 ], "loc": { "start": { "line": 361, "column": 8 }, "end": { "line": 361, "column": 74 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgspan", "range": [ 14247, 14253 ], "loc": { "start": { "line": 362, "column": 12 }, "end": { "line": 362, "column": 18 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 14256, 14259 ], "loc": { "start": { "line": 362, "column": 21 }, "end": { "line": 362, "column": 24 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 14260, 14262 ], "loc": { "start": { "line": 362, "column": 25 }, "end": { "line": 362, "column": 27 } } }, "range": [ 14256, 14262 ], "loc": { "start": { "line": 362, "column": 21 }, "end": { "line": 362, "column": 27 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14263, 14267 ], "loc": { "start": { "line": 362, "column": 28 }, "end": { "line": 362, "column": 32 } } }, "property": { "type": "Identifier", "name": "prfxPgSpan", "range": [ 14268, 14278 ], "loc": { "start": { "line": 362, "column": 33 }, "end": { "line": 362, "column": 43 } } }, "range": [ 14263, 14278 ], "loc": { "start": { "line": 362, "column": 28 }, "end": { "line": 362, "column": 43 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14279, 14281 ], "loc": { "start": { "line": 362, "column": 44 }, "end": { "line": 362, "column": 46 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 14282, 14284 ], "loc": { "start": { "line": 362, "column": 47 }, "end": { "line": 362, "column": 49 } } }, "range": [ 14279, 14284 ], "loc": { "start": { "line": 362, "column": 44 }, "end": { "line": 362, "column": 49 } } }, "range": [ 14263, 14284 ], "loc": { "start": { "line": 362, "column": 28 }, "end": { "line": 362, "column": 49 } } } ], "range": [ 14256, 14285 ], "loc": { "start": { "line": 362, "column": 21 }, "end": { "line": 362, "column": 50 } } }, "range": [ 14247, 14285 ], "loc": { "start": { "line": 362, "column": 12 }, "end": { "line": 362, "column": 50 } } } ], "kind": "var", "range": [ 14243, 14286 ], "loc": { "start": { "line": 362, "column": 8 }, "end": { "line": 362, "column": 51 } }, "trailingComments": [ { "type": "Line", "value": "store valid rows indexes", "range": [ 14298, 14324 ], "loc": { "start": { "line": 364, "column": 8 }, "end": { "line": 364, "column": 34 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14334, 14336 ], "loc": { "start": { "line": 365, "column": 8 }, "end": { "line": 365, "column": 10 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 14337, 14351 ], "loc": { "start": { "line": 365, "column": 11 }, "end": { "line": 365, "column": 25 } } }, "range": [ 14334, 14351 ], "loc": { "start": { "line": 365, "column": 8 }, "end": { "line": 365, "column": 25 } } }, "right": { "type": "Identifier", "name": "validRows", "range": [ 14354, 14363 ], "loc": { "start": { "line": 365, "column": 28 }, "end": { "line": 365, "column": 37 } } }, "range": [ 14334, 14363 ], "loc": { "start": { "line": 365, "column": 8 }, "end": { "line": 365, "column": 37 } } }, "range": [ 14334, 14364 ], "loc": { "start": { "line": 365, "column": 8 }, "end": { "line": 365, "column": 38 } }, "leadingComments": [ { "type": "Line", "value": "store valid rows indexes", "range": [ 14298, 14324 ], "loc": { "start": { "line": 364, "column": 8 }, "end": { "line": 364, "column": 34 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "validRows", "range": [ 14379, 14388 ], "loc": { "start": { "line": 367, "column": 11 }, "end": { "line": 367, "column": 20 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 14389, 14395 ], "loc": { "start": { "line": 367, "column": 21 }, "end": { "line": 367, "column": 27 } } }, "range": [ 14379, 14395 ], "loc": { "start": { "line": 367, "column": 11 }, "end": { "line": 367, "column": 27 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 14400, 14401 ], "loc": { "start": { "line": 367, "column": 32 }, "end": { "line": 367, "column": 33 } } }, "range": [ 14379, 14401 ], "loc": { "start": { "line": 367, "column": 11 }, "end": { "line": 367, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "j", "range": [ 14466, 14467 ], "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 21 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14468, 14470 ], "loc": { "start": { "line": 369, "column": 22 }, "end": { "line": 369, "column": 24 } } }, "property": { "type": "Identifier", "name": "refRow", "range": [ 14471, 14477 ], "loc": { "start": { "line": 369, "column": 25 }, "end": { "line": 369, "column": 31 } } }, "range": [ 14468, 14477 ], "loc": { "start": { "line": 369, "column": 22 }, "end": { "line": 369, "column": 31 } } }, "range": [ 14466, 14477 ], "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 31 } } } ], "kind": "var", "range": [ 14462, 14477 ], "loc": { "start": { "line": 369, "column": 16 }, "end": { "line": 369, "column": 31 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "j", "range": [ 14479, 14480 ], "loc": { "start": { "line": 369, "column": 33 }, "end": { "line": 369, "column": 34 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14481, 14483 ], "loc": { "start": { "line": 369, "column": 35 }, "end": { "line": 369, "column": 37 } } }, "property": { "type": "Identifier", "name": "nbRows", "range": [ 14484, 14490 ], "loc": { "start": { "line": 369, "column": 38 }, "end": { "line": 369, "column": 44 } } }, "range": [ 14481, 14490 ], "loc": { "start": { "line": 369, "column": 35 }, "end": { "line": 369, "column": 44 } } }, "range": [ 14479, 14490 ], "loc": { "start": { "line": 369, "column": 33 }, "end": { "line": 369, "column": 44 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "j", "range": [ 14492, 14493 ], "loc": { "start": { "line": 369, "column": 46 }, "end": { "line": 369, "column": 47 } } }, "prefix": false, "range": [ 14492, 14495 ], "loc": { "start": { "line": 369, "column": 46 }, "end": { "line": 369, "column": 49 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "row", "range": [ 14519, 14522 ], "loc": { "start": { "line": 370, "column": 20 }, "end": { "line": 370, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "rows", "range": [ 14525, 14529 ], "loc": { "start": { "line": 370, "column": 26 }, "end": { "line": 370, "column": 30 } } }, "property": { "type": "Identifier", "name": "j", "range": [ 14530, 14531 ], "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 32 } } }, "range": [ 14525, 14532 ], "loc": { "start": { "line": 370, "column": 26 }, "end": { "line": 370, "column": 33 } } }, "range": [ 14519, 14532 ], "loc": { "start": { "line": 370, "column": 20 }, "end": { "line": 370, "column": 33 } } } ], "kind": "var", "range": [ 14515, 14533 ], "loc": { "start": { "line": 370, "column": 16 }, "end": { "line": 370, "column": 34 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "row", "range": [ 14555, 14558 ], "loc": { "start": { "line": 371, "column": 20 }, "end": { "line": 371, "column": 23 } } }, "prefix": true, "range": [ 14554, 14558 ], "loc": { "start": { "line": 371, "column": 19 }, "end": { "line": 371, "column": 23 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ContinueStatement", "label": null, "range": [ 14582, 14591 ], "loc": { "start": { "line": 372, "column": 20 }, "end": { "line": 372, "column": 29 } } } ], "range": [ 14559, 14610 ], "loc": { "start": { "line": 371, "column": 24 }, "end": { "line": 373, "column": 17 } } }, "alternate": null, "range": [ 14551, 14610 ], "loc": { "start": { "line": 371, "column": 16 }, "end": { "line": 373, "column": 17 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "isRowValid", "range": [ 14634, 14644 ], "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 375, "column": 30 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 14647, 14650 ], "loc": { "start": { "line": 375, "column": 33 }, "end": { "line": 375, "column": 36 } } }, "property": { "type": "Identifier", "name": "getAttribute", "range": [ 14651, 14663 ], "loc": { "start": { "line": 375, "column": 37 }, "end": { "line": 375, "column": 49 } } }, "range": [ 14647, 14663 ], "loc": { "start": { "line": 375, "column": 33 }, "end": { "line": 375, "column": 49 } } }, "arguments": [ { "type": "Literal", "value": "validRow", "raw": "'validRow'", "range": [ 14664, 14674 ], "loc": { "start": { "line": 375, "column": 50 }, "end": { "line": 375, "column": 60 } } } ], "range": [ 14647, 14675 ], "loc": { "start": { "line": 375, "column": 33 }, "end": { "line": 375, "column": 61 } } }, "range": [ 14634, 14675 ], "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 375, "column": 61 } } } ], "kind": "var", "range": [ 14630, 14676 ], "loc": { "start": { "line": 375, "column": 16 }, "end": { "line": 375, "column": 62 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Types", "range": [ 14697, 14702 ], "loc": { "start": { "line": 376, "column": 19 }, "end": { "line": 376, "column": 24 } } }, "property": { "type": "Identifier", "name": "isNull", "range": [ 14703, 14709 ], "loc": { "start": { "line": 376, "column": 25 }, "end": { "line": 376, "column": 31 } } }, "range": [ 14697, 14709 ], "loc": { "start": { "line": 376, "column": 19 }, "end": { "line": 376, "column": 31 } } }, "arguments": [ { "type": "Identifier", "name": "isRowValid", "range": [ 14710, 14720 ], "loc": { "start": { "line": 376, "column": 32 }, "end": { "line": 376, "column": 42 } } } ], "range": [ 14697, 14721 ], "loc": { "start": { "line": 376, "column": 19 }, "end": { "line": 376, "column": 43 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "Boolean", "range": [ 14725, 14732 ], "loc": { "start": { "line": 376, "column": 47 }, "end": { "line": 376, "column": 54 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "isRowValid", "range": [ 14733, 14743 ], "loc": { "start": { "line": 376, "column": 55 }, "end": { "line": 376, "column": 65 } } }, "right": { "type": "Literal", "value": "true", "raw": "'true'", "range": [ 14746, 14752 ], "loc": { "start": { "line": 376, "column": 68 }, "end": { "line": 376, "column": 74 } } }, "range": [ 14733, 14752 ], "loc": { "start": { "line": 376, "column": 55 }, "end": { "line": 376, "column": 74 } } } ], "range": [ 14725, 14753 ], "loc": { "start": { "line": 376, "column": 47 }, "end": { "line": 376, "column": 75 } } }, "range": [ 14697, 14753 ], "loc": { "start": { "line": 376, "column": 19 }, "end": { "line": 376, "column": 75 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14777, 14779 ], "loc": { "start": { "line": 377, "column": 20 }, "end": { "line": 377, "column": 22 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 14780, 14794 ], "loc": { "start": { "line": 377, "column": 23 }, "end": { "line": 377, "column": 37 } } }, "range": [ 14777, 14794 ], "loc": { "start": { "line": 377, "column": 20 }, "end": { "line": 377, "column": 37 } } }, "property": { "type": "Identifier", "name": "push", "range": [ 14795, 14799 ], "loc": { "start": { "line": 377, "column": 38 }, "end": { "line": 377, "column": 42 } } }, "range": [ 14777, 14799 ], "loc": { "start": { "line": 377, "column": 20 }, "end": { "line": 377, "column": 42 } } }, "arguments": [ { "type": "Identifier", "name": "j", "range": [ 14800, 14801 ], "loc": { "start": { "line": 377, "column": 43 }, "end": { "line": 377, "column": 44 } } } ], "range": [ 14777, 14802 ], "loc": { "start": { "line": 377, "column": 20 }, "end": { "line": 377, "column": 45 } } }, "range": [ 14777, 14803 ], "loc": { "start": { "line": 377, "column": 20 }, "end": { "line": 377, "column": 46 } } } ], "range": [ 14754, 14822 ], "loc": { "start": { "line": 376, "column": 76 }, "end": { "line": 378, "column": 17 } } }, "alternate": null, "range": [ 14694, 14822 ], "loc": { "start": { "line": 376, "column": 16 }, "end": { "line": 378, "column": 17 } } } ], "range": [ 14496, 14837 ], "loc": { "start": { "line": 369, "column": 50 }, "end": { "line": 379, "column": 13 } } }, "range": [ 14458, 14837 ], "loc": { "start": { "line": 369, "column": 12 }, "end": { "line": 379, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": "counts rows to be grouped", "range": [ 14417, 14444 ], "loc": { "start": { "line": 368, "column": 12 }, "end": { "line": 368, "column": 39 } } } ] } ], "range": [ 14402, 14848 ], "loc": { "start": { "line": 367, "column": 34 }, "end": { "line": 380, "column": 9 } } }, "alternate": null, "range": [ 14376, 14848 ], "loc": { "start": { "line": 367, "column": 8 }, "end": { "line": 380, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": "calculate nb of pages", "range": [ 14860, 14883 ], "loc": { "start": { "line": 382, "column": 8 }, "end": { "line": 382, "column": 31 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14893, 14897 ], "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 12 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 14898, 14905 ], "loc": { "start": { "line": 383, "column": 13 }, "end": { "line": 383, "column": 20 } } }, "range": [ 14893, 14905 ], "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 20 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Math", "range": [ 14908, 14912 ], "loc": { "start": { "line": 383, "column": 23 }, "end": { "line": 383, "column": 27 } } }, "property": { "type": "Identifier", "name": "ceil", "range": [ 14913, 14917 ], "loc": { "start": { "line": 383, "column": 28 }, "end": { "line": 383, "column": 32 } } }, "range": [ 14908, 14917 ], "loc": { "start": { "line": 383, "column": 23 }, "end": { "line": 383, "column": 32 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "/", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14918, 14920 ], "loc": { "start": { "line": 383, "column": 33 }, "end": { "line": 383, "column": 35 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 14921, 14935 ], "loc": { "start": { "line": 383, "column": 36 }, "end": { "line": 383, "column": 50 } } }, "range": [ 14918, 14935 ], "loc": { "start": { "line": 383, "column": 33 }, "end": { "line": 383, "column": 50 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 14936, 14942 ], "loc": { "start": { "line": 383, "column": 51 }, "end": { "line": 383, "column": 57 } } }, "range": [ 14918, 14942 ], "loc": { "start": { "line": 383, "column": 33 }, "end": { "line": 383, "column": 57 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14943, 14947 ], "loc": { "start": { "line": 383, "column": 58 }, "end": { "line": 383, "column": 62 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 14948, 14960 ], "loc": { "start": { "line": 383, "column": 63 }, "end": { "line": 383, "column": 75 } } }, "range": [ 14943, 14960 ], "loc": { "start": { "line": 383, "column": 58 }, "end": { "line": 383, "column": 75 } } }, "range": [ 14918, 14960 ], "loc": { "start": { "line": 383, "column": 33 }, "end": { "line": 383, "column": 75 } } } ], "range": [ 14908, 14961 ], "loc": { "start": { "line": 383, "column": 23 }, "end": { "line": 383, "column": 76 } } }, "range": [ 14893, 14961 ], "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 76 } } }, "range": [ 14893, 14962 ], "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 77 } }, "leadingComments": [ { "type": "Line", "value": "calculate nb of pages", "range": [ 14860, 14883 ], "loc": { "start": { "line": 382, "column": 8 }, "end": { "line": 382, "column": 31 } } } ], "trailingComments": [ { "type": "Line", "value": "refresh page nb span", "range": [ 14972, 14994 ], "loc": { "start": { "line": 384, "column": 8 }, "end": { "line": 384, "column": 30 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgspan", "range": [ 15004, 15010 ], "loc": { "start": { "line": 385, "column": 8 }, "end": { "line": 385, "column": 14 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 15011, 15020 ], "loc": { "start": { "line": 385, "column": 15 }, "end": { "line": 385, "column": 24 } } }, "range": [ 15004, 15020 ], "loc": { "start": { "line": 385, "column": 8 }, "end": { "line": 385, "column": 24 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15023, 15027 ], "loc": { "start": { "line": 385, "column": 27 }, "end": { "line": 385, "column": 31 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 15028, 15035 ], "loc": { "start": { "line": 385, "column": 32 }, "end": { "line": 385, "column": 39 } } }, "range": [ 15023, 15035 ], "loc": { "start": { "line": 385, "column": 27 }, "end": { "line": 385, "column": 39 } } }, "range": [ 15004, 15035 ], "loc": { "start": { "line": 385, "column": 8 }, "end": { "line": 385, "column": 39 } } }, "range": [ 15004, 15036 ], "loc": { "start": { "line": 385, "column": 8 }, "end": { "line": 385, "column": 40 } }, "leadingComments": [ { "type": "Line", "value": "refresh page nb span", "range": [ 14972, 14994 ], "loc": { "start": { "line": 384, "column": 8 }, "end": { "line": 384, "column": 30 } } } ], "trailingComments": [ { "type": "Line", "value": "select clearing shortcut", "range": [ 15046, 15072 ], "loc": { "start": { "line": 386, "column": 8 }, "end": { "line": 386, "column": 34 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15085, 15089 ], "loc": { "start": { "line": 387, "column": 11 }, "end": { "line": 387, "column": 15 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 15090, 15106 ], "loc": { "start": { "line": 387, "column": 16 }, "end": { "line": 387, "column": 32 } } }, "range": [ 15085, 15106 ], "loc": { "start": { "line": 387, "column": 11 }, "end": { "line": 387, "column": 32 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 15111, 15113 ], "loc": { "start": { "line": 387, "column": 37 }, "end": { "line": 387, "column": 39 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 15114, 15124 ], "loc": { "start": { "line": 387, "column": 40 }, "end": { "line": 387, "column": 50 } } }, "range": [ 15111, 15124 ], "loc": { "start": { "line": 387, "column": 37 }, "end": { "line": 387, "column": 50 } } }, "range": [ 15085, 15124 ], "loc": { "start": { "line": 387, "column": 11 }, "end": { "line": 387, "column": 50 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15140, 15144 ], "loc": { "start": { "line": 388, "column": 12 }, "end": { "line": 388, "column": 16 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 15145, 15154 ], "loc": { "start": { "line": 388, "column": 17 }, "end": { "line": 388, "column": 26 } } }, "range": [ 15140, 15154 ], "loc": { "start": { "line": 388, "column": 12 }, "end": { "line": 388, "column": 26 } } }, "property": { "type": "Identifier", "name": "innerHTML", "range": [ 15155, 15164 ], "loc": { "start": { "line": 388, "column": 27 }, "end": { "line": 388, "column": 36 } } }, "range": [ 15140, 15164 ], "loc": { "start": { "line": 388, "column": 12 }, "end": { "line": 388, "column": 36 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 15167, 15169 ], "loc": { "start": { "line": 388, "column": 39 }, "end": { "line": 388, "column": 41 } } }, "range": [ 15140, 15169 ], "loc": { "start": { "line": 388, "column": 12 }, "end": { "line": 388, "column": 41 } } }, "range": [ 15140, 15170 ], "loc": { "start": { "line": 388, "column": 12 }, "end": { "line": 388, "column": 42 } } } ], "range": [ 15125, 15181 ], "loc": { "start": { "line": 387, "column": 51 }, "end": { "line": 389, "column": 9 } } }, "alternate": null, "range": [ 15082, 15181 ], "loc": { "start": { "line": 387, "column": 8 }, "end": { "line": 389, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "select clearing shortcut", "range": [ 15046, 15072 ], "loc": { "start": { "line": 386, "column": 8 }, "end": { "line": 386, "column": 34 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": ">", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15196, 15200 ], "loc": { "start": { "line": 391, "column": 11 }, "end": { "line": 391, "column": 15 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 15201, 15208 ], "loc": { "start": { "line": 391, "column": 16 }, "end": { "line": 391, "column": 23 } } }, "range": [ 15196, 15208 ], "loc": { "start": { "line": 391, "column": 11 }, "end": { "line": 391, "column": 23 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 15209, 15210 ], "loc": { "start": { "line": 391, "column": 24 }, "end": { "line": 391, "column": 25 } } }, "range": [ 15196, 15210 ], "loc": { "start": { "line": 391, "column": 11 }, "end": { "line": 391, "column": 25 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "mdiv", "range": [ 15226, 15230 ], "loc": { "start": { "line": 392, "column": 12 }, "end": { "line": 392, "column": 16 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 15231, 15236 ], "loc": { "start": { "line": 392, "column": 17 }, "end": { "line": 392, "column": 22 } } }, "range": [ 15226, 15236 ], "loc": { "start": { "line": 392, "column": 12 }, "end": { "line": 392, "column": 22 } } }, "property": { "type": "Identifier", "name": "visibility", "range": [ 15237, 15247 ], "loc": { "start": { "line": 392, "column": 23 }, "end": { "line": 392, "column": 33 } } }, "range": [ 15226, 15247 ], "loc": { "start": { "line": 392, "column": 12 }, "end": { "line": 392, "column": 33 } } }, "right": { "type": "Literal", "value": "visible", "raw": "'visible'", "range": [ 15250, 15259 ], "loc": { "start": { "line": 392, "column": 36 }, "end": { "line": 392, "column": 45 } } }, "range": [ 15226, 15259 ], "loc": { "start": { "line": 392, "column": 12 }, "end": { "line": 392, "column": 45 } } }, "range": [ 15226, 15260 ], "loc": { "start": { "line": 392, "column": 12 }, "end": { "line": 392, "column": 46 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15277, 15281 ], "loc": { "start": { "line": 393, "column": 15 }, "end": { "line": 393, "column": 19 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 15282, 15298 ], "loc": { "start": { "line": 393, "column": 20 }, "end": { "line": 393, "column": 36 } } }, "range": [ 15277, 15298 ], "loc": { "start": { "line": 393, "column": 15 }, "end": { "line": 393, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 15303, 15305 ], "loc": { "start": { "line": 393, "column": 41 }, "end": { "line": 393, "column": 43 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 15306, 15316 ], "loc": { "start": { "line": 393, "column": 44 }, "end": { "line": 393, "column": 54 } } }, "range": [ 15303, 15316 ], "loc": { "start": { "line": 393, "column": 41 }, "end": { "line": 393, "column": 54 } } }, "range": [ 15277, 15316 ], "loc": { "start": { "line": 393, "column": 15 }, "end": { "line": 393, "column": 54 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "z", "range": [ 15344, 15345 ], "loc": { "start": { "line": 394, "column": 24 }, "end": { "line": 394, "column": 25 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 15346, 15347 ], "loc": { "start": { "line": 394, "column": 26 }, "end": { "line": 394, "column": 27 } } }, "range": [ 15344, 15347 ], "loc": { "start": { "line": 394, "column": 24 }, "end": { "line": 394, "column": 27 } } } ], "kind": "var", "range": [ 15340, 15347 ], "loc": { "start": { "line": 394, "column": 20 }, "end": { "line": 394, "column": 27 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "z", "range": [ 15349, 15350 ], "loc": { "start": { "line": 394, "column": 29 }, "end": { "line": 394, "column": 30 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15351, 15355 ], "loc": { "start": { "line": 394, "column": 31 }, "end": { "line": 394, "column": 35 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 15356, 15363 ], "loc": { "start": { "line": 394, "column": 36 }, "end": { "line": 394, "column": 43 } } }, "range": [ 15351, 15363 ], "loc": { "start": { "line": 394, "column": 31 }, "end": { "line": 394, "column": 43 } } }, "range": [ 15349, 15363 ], "loc": { "start": { "line": 394, "column": 29 }, "end": { "line": 394, "column": 43 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "z", "range": [ 15365, 15366 ], "loc": { "start": { "line": 394, "column": 45 }, "end": { "line": 394, "column": 46 } } }, "prefix": false, "range": [ 15365, 15368 ], "loc": { "start": { "line": 394, "column": 45 }, "end": { "line": 394, "column": 48 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "opt", "range": [ 15396, 15399 ], "loc": { "start": { "line": 395, "column": 24 }, "end": { "line": 395, "column": 27 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 15402, 15405 ], "loc": { "start": { "line": 395, "column": 30 }, "end": { "line": 395, "column": 33 } } }, "property": { "type": "Identifier", "name": "createOpt", "range": [ 15406, 15415 ], "loc": { "start": { "line": 395, "column": 34 }, "end": { "line": 395, "column": 43 } } }, "range": [ 15402, 15415 ], "loc": { "start": { "line": 395, "column": 30 }, "end": { "line": 395, "column": 43 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "z", "range": [ 15416, 15417 ], "loc": { "start": { "line": 395, "column": 44 }, "end": { "line": 395, "column": 45 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 15418, 15419 ], "loc": { "start": { "line": 395, "column": 46 }, "end": { "line": 395, "column": 47 } } }, "range": [ 15416, 15419 ], "loc": { "start": { "line": 395, "column": 44 }, "end": { "line": 395, "column": 47 } } }, { "type": "BinaryExpression", "operator": "*", "left": { "type": "Identifier", "name": "z", "range": [ 15421, 15422 ], "loc": { "start": { "line": 395, "column": 49 }, "end": { "line": 395, "column": 50 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15423, 15427 ], "loc": { "start": { "line": 395, "column": 51 }, "end": { "line": 395, "column": 55 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 15428, 15440 ], "loc": { "start": { "line": 395, "column": 56 }, "end": { "line": 395, "column": 68 } } }, "range": [ 15423, 15440 ], "loc": { "start": { "line": 395, "column": 51 }, "end": { "line": 395, "column": 68 } } }, "range": [ 15421, 15440 ], "loc": { "start": { "line": 395, "column": 49 }, "end": { "line": 395, "column": 68 } } }, { "type": "Literal", "value": false, "raw": "false", "range": [ 15442, 15447 ], "loc": { "start": { "line": 395, "column": 70 }, "end": { "line": 395, "column": 75 } } } ], "range": [ 15402, 15448 ], "loc": { "start": { "line": 395, "column": 30 }, "end": { "line": 395, "column": 76 } } }, "range": [ 15396, 15448 ], "loc": { "start": { "line": 395, "column": 24 }, "end": { "line": 395, "column": 76 } } } ], "kind": "var", "range": [ 15392, 15449 ], "loc": { "start": { "line": 395, "column": 20 }, "end": { "line": 395, "column": 77 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15471, 15475 ], "loc": { "start": { "line": 396, "column": 20 }, "end": { "line": 396, "column": 24 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 15476, 15485 ], "loc": { "start": { "line": 396, "column": 25 }, "end": { "line": 396, "column": 34 } } }, "range": [ 15471, 15485 ], "loc": { "start": { "line": 396, "column": 20 }, "end": { "line": 396, "column": 34 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 15486, 15493 ], "loc": { "start": { "line": 396, "column": 35 }, "end": { "line": 396, "column": 42 } } }, "range": [ 15471, 15493 ], "loc": { "start": { "line": 396, "column": 20 }, "end": { "line": 396, "column": 42 } } }, "property": { "type": "Identifier", "name": "z", "range": [ 15494, 15495 ], "loc": { "start": { "line": 396, "column": 43 }, "end": { "line": 396, "column": 44 } } }, "range": [ 15471, 15496 ], "loc": { "start": { "line": 396, "column": 20 }, "end": { "line": 396, "column": 45 } } }, "right": { "type": "Identifier", "name": "opt", "range": [ 15499, 15502 ], "loc": { "start": { "line": 396, "column": 48 }, "end": { "line": 396, "column": 51 } } }, "range": [ 15471, 15502 ], "loc": { "start": { "line": 396, "column": 20 }, "end": { "line": 396, "column": 51 } } }, "range": [ 15471, 15503 ], "loc": { "start": { "line": 396, "column": 20 }, "end": { "line": 396, "column": 52 } } } ], "range": [ 15369, 15522 ], "loc": { "start": { "line": 394, "column": 49 }, "end": { "line": 397, "column": 17 } } }, "range": [ 15336, 15522 ], "loc": { "start": { "line": 394, "column": 16 }, "end": { "line": 397, "column": 17 } } } ], "range": [ 15317, 15537 ], "loc": { "start": { "line": 393, "column": 55 }, "end": { "line": 398, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15591, 15595 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 15596, 15605 ], "loc": { "start": { "line": 400, "column": 21 }, "end": { "line": 400, "column": 30 } } }, "range": [ 15591, 15605 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 30 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 15606, 15611 ], "loc": { "start": { "line": 400, "column": 31 }, "end": { "line": 400, "column": 36 } } }, "range": [ 15591, 15611 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15614, 15618 ], "loc": { "start": { "line": 400, "column": 39 }, "end": { "line": 400, "column": 43 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 15619, 15632 ], "loc": { "start": { "line": 400, "column": 44 }, "end": { "line": 400, "column": 57 } } }, "range": [ 15614, 15632 ], "loc": { "start": { "line": 400, "column": 39 }, "end": { "line": 400, "column": 57 } } }, "range": [ 15591, 15632 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 57 } } }, "range": [ 15591, 15633 ], "loc": { "start": { "line": 400, "column": 16 }, "end": { "line": 400, "column": 58 } }, "leadingComments": [ { "type": "Line", "value": "input type", "range": [ 15561, 15573 ], "loc": { "start": { "line": 399, "column": 16 }, "end": { "line": 399, "column": 28 } } } ] } ], "range": [ 15542, 15648 ], "loc": { "start": { "line": 398, "column": 18 }, "end": { "line": 401, "column": 13 } } }, "range": [ 15274, 15648 ], "loc": { "start": { "line": 393, "column": 12 }, "end": { "line": 401, "column": 13 } } } ], "range": [ 15211, 15661 ], "loc": { "start": { "line": 391, "column": 26 }, "end": { "line": 403, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "mdiv", "range": [ 15756, 15760 ], "loc": { "start": { "line": 405, "column": 12 }, "end": { "line": 405, "column": 16 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 15761, 15766 ], "loc": { "start": { "line": 405, "column": 17 }, "end": { "line": 405, "column": 22 } } }, "range": [ 15756, 15766 ], "loc": { "start": { "line": 405, "column": 12 }, "end": { "line": 405, "column": 22 } } }, "property": { "type": "Identifier", "name": "visibility", "range": [ 15767, 15777 ], "loc": { "start": { "line": 405, "column": 23 }, "end": { "line": 405, "column": 33 } } }, "range": [ 15756, 15777 ], "loc": { "start": { "line": 405, "column": 12 }, "end": { "line": 405, "column": 33 } } }, "right": { "type": "Literal", "value": "hidden", "raw": "'hidden'", "range": [ 15780, 15788 ], "loc": { "start": { "line": 405, "column": 36 }, "end": { "line": 405, "column": 44 } } }, "range": [ 15756, 15788 ], "loc": { "start": { "line": 405, "column": 12 }, "end": { "line": 405, "column": 44 } } }, "range": [ 15756, 15789 ], "loc": { "start": { "line": 405, "column": 12 }, "end": { "line": 405, "column": 45 } }, "leadingComments": [ { "type": "Block", "value": "** if no results paging select and buttons are hidden **", "range": [ 15682, 15742 ], "loc": { "start": { "line": 404, "column": 12 }, "end": { "line": 404, "column": 72 } } } ] } ], "range": [ 15667, 15800 ], "loc": { "start": { "line": 403, "column": 15 }, "end": { "line": 406, "column": 9 } } }, "range": [ 15193, 15800 ], "loc": { "start": { "line": 391, "column": 8 }, "end": { "line": 406, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15810, 15814 ], "loc": { "start": { "line": 407, "column": 8 }, "end": { "line": 407, "column": 12 } } }, "property": { "type": "Identifier", "name": "groupByPage", "range": [ 15815, 15826 ], "loc": { "start": { "line": 407, "column": 13 }, "end": { "line": 407, "column": 24 } } }, "range": [ 15810, 15826 ], "loc": { "start": { "line": 407, "column": 8 }, "end": { "line": 407, "column": 24 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 15827, 15829 ], "loc": { "start": { "line": 407, "column": 25 }, "end": { "line": 407, "column": 27 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 15830, 15844 ], "loc": { "start": { "line": 407, "column": 28 }, "end": { "line": 407, "column": 42 } } }, "range": [ 15827, 15844 ], "loc": { "start": { "line": 407, "column": 25 }, "end": { "line": 407, "column": 42 } } } ], "range": [ 15810, 15845 ], "loc": { "start": { "line": 407, "column": 8 }, "end": { "line": 407, "column": 43 } } }, "range": [ 15810, 15846 ], "loc": { "start": { "line": 407, "column": 8 }, "end": { "line": 407, "column": 44 } } } ], "range": [ 14096, 15853 ], "loc": { "start": { "line": 358, "column": 31 }, "end": { "line": 408, "column": 5 } } }, "generator": false, "expression": false, "range": [ 14082, 15853 ], "loc": { "start": { "line": 358, "column": 17 }, "end": { "line": 408, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 14069, 15853 ], "loc": { "start": { "line": 358, "column": 4 }, "end": { "line": 408, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Calculate number of pages based on valid rows\r\n * Refresh paging select according to number of pages\r\n * @param {Array} validRows Collection of valid rows\r\n ", "range": [ 13880, 14063 ], "loc": { "start": { "line": 353, "column": 4 }, "end": { "line": 357, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Group table rows by page and display valid rows\r\n * @param {Array} validRows Collection of valid rows\r\n ", "range": [ 15861, 15988 ], "loc": { "start": { "line": 410, "column": 4 }, "end": { "line": 413, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "groupByPage", "range": [ 15994, 16005 ], "loc": { "start": { "line": 414, "column": 4 }, "end": { "line": 414, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "validRows", "range": [ 16006, 16015 ], "loc": { "start": { "line": 414, "column": 16 }, "end": { "line": 414, "column": 25 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 16031, 16033 ], "loc": { "start": { "line": 415, "column": 12 }, "end": { "line": 415, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 16036, 16040 ], "loc": { "start": { "line": 415, "column": 17 }, "end": { "line": 415, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 16041, 16043 ], "loc": { "start": { "line": 415, "column": 22 }, "end": { "line": 415, "column": 24 } } }, "range": [ 16036, 16043 ], "loc": { "start": { "line": 415, "column": 17 }, "end": { "line": 415, "column": 24 } } }, "range": [ 16031, 16043 ], "loc": { "start": { "line": 415, "column": 12 }, "end": { "line": 415, "column": 24 } } } ], "kind": "var", "range": [ 16027, 16044 ], "loc": { "start": { "line": 415, "column": 8 }, "end": { "line": 415, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "alternateRows", "range": [ 16058, 16071 ], "loc": { "start": { "line": 416, "column": 12 }, "end": { "line": 416, "column": 25 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 16075, 16077 ], "loc": { "start": { "line": 416, "column": 29 }, "end": { "line": 416, "column": 31 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 16078, 16085 ], "loc": { "start": { "line": 416, "column": 32 }, "end": { "line": 416, "column": 39 } } }, "range": [ 16075, 16085 ], "loc": { "start": { "line": 416, "column": 29 }, "end": { "line": 416, "column": 39 } } }, "arguments": [ { "type": "Literal", "value": "alternateRows", "raw": "'alternateRows'", "range": [ 16086, 16101 ], "loc": { "start": { "line": 416, "column": 40 }, "end": { "line": 416, "column": 55 } } } ], "range": [ 16075, 16102 ], "loc": { "start": { "line": 416, "column": 29 }, "end": { "line": 416, "column": 56 } } }, "range": [ 16058, 16102 ], "loc": { "start": { "line": 416, "column": 12 }, "end": { "line": 416, "column": 56 } } } ], "kind": "var", "range": [ 16054, 16103 ], "loc": { "start": { "line": 416, "column": 8 }, "end": { "line": 416, "column": 57 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "rows", "range": [ 16117, 16121 ], "loc": { "start": { "line": 417, "column": 12 }, "end": { "line": 417, "column": 16 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 16124, 16126 ], "loc": { "start": { "line": 417, "column": 19 }, "end": { "line": 417, "column": 21 } } }, "property": { "type": "Identifier", "name": "tbl", "range": [ 16127, 16130 ], "loc": { "start": { "line": 417, "column": 22 }, "end": { "line": 417, "column": 25 } } }, "range": [ 16124, 16130 ], "loc": { "start": { "line": 417, "column": 19 }, "end": { "line": 417, "column": 25 } } }, "property": { "type": "Identifier", "name": "rows", "range": [ 16131, 16135 ], "loc": { "start": { "line": 417, "column": 26 }, "end": { "line": 417, "column": 30 } } }, "range": [ 16124, 16135 ], "loc": { "start": { "line": 417, "column": 19 }, "end": { "line": 417, "column": 30 } } }, "range": [ 16117, 16135 ], "loc": { "start": { "line": 417, "column": 12 }, "end": { "line": 417, "column": 30 } } } ], "kind": "var", "range": [ 16113, 16136 ], "loc": { "start": { "line": 417, "column": 8 }, "end": { "line": 417, "column": 31 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "endPagingRow", "range": [ 16150, 16162 ], "loc": { "start": { "line": 418, "column": 12 }, "end": { "line": 418, "column": 24 } } }, "init": { "type": "BinaryExpression", "operator": "+", "left": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 16165, 16173 ], "loc": { "start": { "line": 418, "column": 27 }, "end": { "line": 418, "column": 35 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 16174, 16178 ], "loc": { "start": { "line": 418, "column": 36 }, "end": { "line": 418, "column": 40 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 16179, 16193 ], "loc": { "start": { "line": 418, "column": 41 }, "end": { "line": 418, "column": 55 } } }, "range": [ 16174, 16193 ], "loc": { "start": { "line": 418, "column": 36 }, "end": { "line": 418, "column": 55 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 16195, 16197 ], "loc": { "start": { "line": 418, "column": 57 }, "end": { "line": 418, "column": 59 } } } ], "range": [ 16165, 16198 ], "loc": { "start": { "line": 418, "column": 27 }, "end": { "line": 418, "column": 60 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 16214, 16222 ], "loc": { "start": { "line": 419, "column": 12 }, "end": { "line": 419, "column": 20 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 16223, 16227 ], "loc": { "start": { "line": 419, "column": 21 }, "end": { "line": 419, "column": 25 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 16228, 16240 ], "loc": { "start": { "line": 419, "column": 26 }, "end": { "line": 419, "column": 38 } } }, "range": [ 16223, 16240 ], "loc": { "start": { "line": 419, "column": 21 }, "end": { "line": 419, "column": 38 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 16242, 16244 ], "loc": { "start": { "line": 419, "column": 40 }, "end": { "line": 419, "column": 42 } } } ], "range": [ 16214, 16245 ], "loc": { "start": { "line": 419, "column": 12 }, "end": { "line": 419, "column": 43 } } }, "range": [ 16165, 16245 ], "loc": { "start": { "line": 418, "column": 27 }, "end": { "line": 419, "column": 43 } } }, "range": [ 16150, 16245 ], "loc": { "start": { "line": 418, "column": 12 }, "end": { "line": 419, "column": 43 } } } ], "kind": "var", "range": [ 16146, 16246 ], "loc": { "start": { "line": 418, "column": 8 }, "end": { "line": 419, "column": 44 } }, "trailingComments": [ { "type": "Line", "value": "store valid rows indexes", "range": [ 16258, 16284 ], "loc": { "start": { "line": 421, "column": 8 }, "end": { "line": 421, "column": 34 } } } ] }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "validRows", "range": [ 16297, 16306 ], "loc": { "start": { "line": 422, "column": 11 }, "end": { "line": 422, "column": 20 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 16322, 16324 ], "loc": { "start": { "line": 423, "column": 12 }, "end": { "line": 423, "column": 14 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 16325, 16339 ], "loc": { "start": { "line": 423, "column": 15 }, "end": { "line": 423, "column": 29 } } }, "range": [ 16322, 16339 ], "loc": { "start": { "line": 423, "column": 12 }, "end": { "line": 423, "column": 29 } } }, "right": { "type": "Identifier", "name": "validRows", "range": [ 16342, 16351 ], "loc": { "start": { "line": 423, "column": 32 }, "end": { "line": 423, "column": 41 } } }, "range": [ 16322, 16351 ], "loc": { "start": { "line": 423, "column": 12 }, "end": { "line": 423, "column": 41 } } }, "range": [ 16322, 16352 ], "loc": { "start": { "line": 423, "column": 12 }, "end": { "line": 423, "column": 42 } } } ], "range": [ 16307, 16363 ], "loc": { "start": { "line": 422, "column": 21 }, "end": { "line": 424, "column": 9 } } }, "alternate": null, "range": [ 16294, 16363 ], "loc": { "start": { "line": 422, "column": 8 }, "end": { "line": 424, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "store valid rows indexes", "range": [ 16258, 16284 ], "loc": { "start": { "line": 421, "column": 8 }, "end": { "line": 421, "column": 34 } } } ], "trailingComments": [ { "type": "Line", "value": "this loop shows valid rows of current page", "range": [ 16375, 16419 ], "loc": { "start": { "line": 426, "column": 8 }, "end": { "line": 426, "column": 52 } } } ] }, { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "h", "range": [ 16437, 16438 ], "loc": { "start": { "line": 427, "column": 16 }, "end": { "line": 427, "column": 17 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 16439, 16440 ], "loc": { "start": { "line": 427, "column": 18 }, "end": { "line": 427, "column": 19 } } }, "range": [ 16437, 16440 ], "loc": { "start": { "line": 427, "column": 16 }, "end": { "line": 427, "column": 19 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "len", "range": [ 16442, 16445 ], "loc": { "start": { "line": 427, "column": 21 }, "end": { "line": 427, "column": 24 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 16446, 16448 ], "loc": { "start": { "line": 427, "column": 25 }, "end": { "line": 427, "column": 27 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 16449, 16463 ], "loc": { "start": { "line": 427, "column": 28 }, "end": { "line": 427, "column": 42 } } }, "range": [ 16446, 16463 ], "loc": { "start": { "line": 427, "column": 25 }, "end": { "line": 427, "column": 42 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 16464, 16470 ], "loc": { "start": { "line": 427, "column": 43 }, "end": { "line": 427, "column": 49 } } }, "range": [ 16446, 16470 ], "loc": { "start": { "line": 427, "column": 25 }, "end": { "line": 427, "column": 49 } } }, "range": [ 16442, 16470 ], "loc": { "start": { "line": 427, "column": 21 }, "end": { "line": 427, "column": 49 } } } ], "kind": "var", "range": [ 16433, 16470 ], "loc": { "start": { "line": 427, "column": 12 }, "end": { "line": 427, "column": 49 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "h", "range": [ 16472, 16473 ], "loc": { "start": { "line": 427, "column": 51 }, "end": { "line": 427, "column": 52 } } }, "right": { "type": "Identifier", "name": "len", "range": [ 16474, 16477 ], "loc": { "start": { "line": 427, "column": 53 }, "end": { "line": 427, "column": 56 } } }, "range": [ 16472, 16477 ], "loc": { "start": { "line": 427, "column": 51 }, "end": { "line": 427, "column": 56 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "h", "range": [ 16479, 16480 ], "loc": { "start": { "line": 427, "column": 58 }, "end": { "line": 427, "column": 59 } } }, "prefix": false, "range": [ 16479, 16482 ], "loc": { "start": { "line": 427, "column": 58 }, "end": { "line": 427, "column": 61 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "validRowIdx", "range": [ 16502, 16513 ], "loc": { "start": { "line": 428, "column": 16 }, "end": { "line": 428, "column": 27 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 16516, 16518 ], "loc": { "start": { "line": 428, "column": 30 }, "end": { "line": 428, "column": 32 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 16519, 16533 ], "loc": { "start": { "line": 428, "column": 33 }, "end": { "line": 428, "column": 47 } } }, "range": [ 16516, 16533 ], "loc": { "start": { "line": 428, "column": 30 }, "end": { "line": 428, "column": 47 } } }, "property": { "type": "Identifier", "name": "h", "range": [ 16534, 16535 ], "loc": { "start": { "line": 428, "column": 48 }, "end": { "line": 428, "column": 49 } } }, "range": [ 16516, 16536 ], "loc": { "start": { "line": 428, "column": 30 }, "end": { "line": 428, "column": 50 } } }, "range": [ 16502, 16536 ], "loc": { "start": { "line": 428, "column": 16 }, "end": { "line": 428, "column": 50 } } } ], "kind": "var", "range": [ 16498, 16537 ], "loc": { "start": { "line": 428, "column": 12 }, "end": { "line": 428, "column": 51 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "r", "range": [ 16555, 16556 ], "loc": { "start": { "line": 429, "column": 16 }, "end": { "line": 429, "column": 17 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "rows", "range": [ 16559, 16563 ], "loc": { "start": { "line": 429, "column": 20 }, "end": { "line": 429, "column": 24 } } }, "property": { "type": "Identifier", "name": "validRowIdx", "range": [ 16564, 16575 ], "loc": { "start": { "line": 429, "column": 25 }, "end": { "line": 429, "column": 36 } } }, "range": [ 16559, 16576 ], "loc": { "start": { "line": 429, "column": 20 }, "end": { "line": 429, "column": 37 } } }, "range": [ 16555, 16576 ], "loc": { "start": { "line": 429, "column": 16 }, "end": { "line": 429, "column": 37 } } } ], "kind": "var", "range": [ 16551, 16577 ], "loc": { "start": { "line": 429, "column": 12 }, "end": { "line": 429, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "isRowValid", "range": [ 16595, 16605 ], "loc": { "start": { "line": 430, "column": 16 }, "end": { "line": 430, "column": 26 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "r", "range": [ 16608, 16609 ], "loc": { "start": { "line": 430, "column": 29 }, "end": { "line": 430, "column": 30 } } }, "property": { "type": "Identifier", "name": "getAttribute", "range": [ 16610, 16622 ], "loc": { "start": { "line": 430, "column": 31 }, "end": { "line": 430, "column": 43 } } }, "range": [ 16608, 16622 ], "loc": { "start": { "line": 430, "column": 29 }, "end": { "line": 430, "column": 43 } } }, "arguments": [ { "type": "Literal", "value": "validRow", "raw": "'validRow'", "range": [ 16623, 16633 ], "loc": { "start": { "line": 430, "column": 44 }, "end": { "line": 430, "column": 54 } } } ], "range": [ 16608, 16634 ], "loc": { "start": { "line": 430, "column": 29 }, "end": { "line": 430, "column": 55 } } }, "range": [ 16595, 16634 ], "loc": { "start": { "line": 430, "column": 16 }, "end": { "line": 430, "column": 55 } } } ], "kind": "var", "range": [ 16591, 16635 ], "loc": { "start": { "line": 430, "column": 12 }, "end": { "line": 430, "column": 56 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": ">=", "left": { "type": "Identifier", "name": "h", "range": [ 16654, 16655 ], "loc": { "start": { "line": 432, "column": 15 }, "end": { "line": 432, "column": 16 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 16657, 16661 ], "loc": { "start": { "line": 432, "column": 18 }, "end": { "line": 432, "column": 22 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 16662, 16676 ], "loc": { "start": { "line": 432, "column": 23 }, "end": { "line": 432, "column": 37 } } }, "range": [ 16657, 16676 ], "loc": { "start": { "line": 432, "column": 18 }, "end": { "line": 432, "column": 37 } } }, "range": [ 16654, 16676 ], "loc": { "start": { "line": 432, "column": 15 }, "end": { "line": 432, "column": 37 } } }, "right": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "h", "range": [ 16680, 16681 ], "loc": { "start": { "line": 432, "column": 41 }, "end": { "line": 432, "column": 42 } } }, "right": { "type": "Identifier", "name": "endPagingRow", "range": [ 16682, 16694 ], "loc": { "start": { "line": 432, "column": 43 }, "end": { "line": 432, "column": 55 } } }, "range": [ 16680, 16694 ], "loc": { "start": { "line": 432, "column": 41 }, "end": { "line": 432, "column": 55 } } }, "range": [ 16654, 16694 ], "loc": { "start": { "line": 432, "column": 15 }, "end": { "line": 432, "column": 55 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Types", "range": [ 16717, 16722 ], "loc": { "start": { "line": 433, "column": 19 }, "end": { "line": 433, "column": 24 } } }, "property": { "type": "Identifier", "name": "isNull", "range": [ 16723, 16729 ], "loc": { "start": { "line": 433, "column": 25 }, "end": { "line": 433, "column": 31 } } }, "range": [ 16717, 16729 ], "loc": { "start": { "line": 433, "column": 19 }, "end": { "line": 433, "column": 31 } } }, "arguments": [ { "type": "Identifier", "name": "isRowValid", "range": [ 16730, 16740 ], "loc": { "start": { "line": 433, "column": 32 }, "end": { "line": 433, "column": 42 } } } ], "range": [ 16717, 16741 ], "loc": { "start": { "line": 433, "column": 19 }, "end": { "line": 433, "column": 43 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "Boolean", "range": [ 16745, 16752 ], "loc": { "start": { "line": 433, "column": 47 }, "end": { "line": 433, "column": 54 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "isRowValid", "range": [ 16753, 16763 ], "loc": { "start": { "line": 433, "column": 55 }, "end": { "line": 433, "column": 65 } } }, "right": { "type": "Literal", "value": "true", "raw": "'true'", "range": [ 16766, 16772 ], "loc": { "start": { "line": 433, "column": 68 }, "end": { "line": 433, "column": 74 } } }, "range": [ 16753, 16772 ], "loc": { "start": { "line": 433, "column": 55 }, "end": { "line": 433, "column": 74 } } } ], "range": [ 16745, 16773 ], "loc": { "start": { "line": 433, "column": 47 }, "end": { "line": 433, "column": 75 } } }, "range": [ 16717, 16773 ], "loc": { "start": { "line": 433, "column": 19 }, "end": { "line": 433, "column": 75 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "r", "range": [ 16797, 16798 ], "loc": { "start": { "line": 434, "column": 20 }, "end": { "line": 434, "column": 21 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 16799, 16804 ], "loc": { "start": { "line": 434, "column": 22 }, "end": { "line": 434, "column": 27 } } }, "range": [ 16797, 16804 ], "loc": { "start": { "line": 434, "column": 20 }, "end": { "line": 434, "column": 27 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 16805, 16812 ], "loc": { "start": { "line": 434, "column": 28 }, "end": { "line": 434, "column": 35 } } }, "range": [ 16797, 16812 ], "loc": { "start": { "line": 434, "column": 20 }, "end": { "line": 434, "column": 35 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 16815, 16817 ], "loc": { "start": { "line": 434, "column": 38 }, "end": { "line": 434, "column": 40 } } }, "range": [ 16797, 16817 ], "loc": { "start": { "line": 434, "column": 20 }, "end": { "line": 434, "column": 40 } } }, "range": [ 16797, 16818 ], "loc": { "start": { "line": 434, "column": 20 }, "end": { "line": 434, "column": 41 } } } ], "range": [ 16774, 16837 ], "loc": { "start": { "line": 433, "column": 76 }, "end": { "line": 435, "column": 17 } } }, "alternate": null, "range": [ 16714, 16837 ], "loc": { "start": { "line": 433, "column": 16 }, "end": { "line": 435, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 16858, 16860 ], "loc": { "start": { "line": 436, "column": 19 }, "end": { "line": 436, "column": 21 } } }, "property": { "type": "Identifier", "name": "alternateBgs", "range": [ 16861, 16873 ], "loc": { "start": { "line": 436, "column": 22 }, "end": { "line": 436, "column": 34 } } }, "range": [ 16858, 16873 ], "loc": { "start": { "line": 436, "column": 19 }, "end": { "line": 436, "column": 34 } } }, "right": { "type": "Identifier", "name": "alternateRows", "range": [ 16877, 16890 ], "loc": { "start": { "line": 436, "column": 38 }, "end": { "line": 436, "column": 51 } } }, "range": [ 16858, 16890 ], "loc": { "start": { "line": 436, "column": 19 }, "end": { "line": 436, "column": 51 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "alternateRows", "range": [ 16914, 16927 ], "loc": { "start": { "line": 437, "column": 20 }, "end": { "line": 437, "column": 33 } } }, "property": { "type": "Identifier", "name": "setRowBg", "range": [ 16928, 16936 ], "loc": { "start": { "line": 437, "column": 34 }, "end": { "line": 437, "column": 42 } } }, "range": [ 16914, 16936 ], "loc": { "start": { "line": 437, "column": 20 }, "end": { "line": 437, "column": 42 } } }, "arguments": [ { "type": "Identifier", "name": "validRowIdx", "range": [ 16937, 16948 ], "loc": { "start": { "line": 437, "column": 43 }, "end": { "line": 437, "column": 54 } } }, { "type": "Identifier", "name": "h", "range": [ 16950, 16951 ], "loc": { "start": { "line": 437, "column": 56 }, "end": { "line": 437, "column": 57 } } } ], "range": [ 16914, 16952 ], "loc": { "start": { "line": 437, "column": 20 }, "end": { "line": 437, "column": 58 } } }, "range": [ 16914, 16953 ], "loc": { "start": { "line": 437, "column": 20 }, "end": { "line": 437, "column": 59 } } } ], "range": [ 16891, 16972 ], "loc": { "start": { "line": 436, "column": 52 }, "end": { "line": 438, "column": 17 } } }, "alternate": null, "range": [ 16855, 16972 ], "loc": { "start": { "line": 436, "column": 16 }, "end": { "line": 438, "column": 17 } } } ], "range": [ 16695, 16987 ], "loc": { "start": { "line": 432, "column": 56 }, "end": { "line": 439, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "r", "range": [ 17012, 17013 ], "loc": { "start": { "line": 440, "column": 16 }, "end": { "line": 440, "column": 17 } } }, "property": { "type": "Identifier", "name": "style", "range": [ 17014, 17019 ], "loc": { "start": { "line": 440, "column": 18 }, "end": { "line": 440, "column": 23 } } }, "range": [ 17012, 17019 ], "loc": { "start": { "line": 440, "column": 16 }, "end": { "line": 440, "column": 23 } } }, "property": { "type": "Identifier", "name": "display", "range": [ 17020, 17027 ], "loc": { "start": { "line": 440, "column": 24 }, "end": { "line": 440, "column": 31 } } }, "range": [ 17012, 17027 ], "loc": { "start": { "line": 440, "column": 16 }, "end": { "line": 440, "column": 31 } } }, "right": { "type": "Literal", "value": "none", "raw": "'none'", "range": [ 17030, 17036 ], "loc": { "start": { "line": 440, "column": 34 }, "end": { "line": 440, "column": 40 } } }, "range": [ 17012, 17036 ], "loc": { "start": { "line": 440, "column": 16 }, "end": { "line": 440, "column": 40 } } }, "range": [ 17012, 17037 ], "loc": { "start": { "line": 440, "column": 16 }, "end": { "line": 440, "column": 41 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 17058, 17060 ], "loc": { "start": { "line": 441, "column": 19 }, "end": { "line": 441, "column": 21 } } }, "property": { "type": "Identifier", "name": "alternateBgs", "range": [ 17061, 17073 ], "loc": { "start": { "line": 441, "column": 22 }, "end": { "line": 441, "column": 34 } } }, "range": [ 17058, 17073 ], "loc": { "start": { "line": 441, "column": 19 }, "end": { "line": 441, "column": 34 } } }, "right": { "type": "Identifier", "name": "alternateRows", "range": [ 17077, 17090 ], "loc": { "start": { "line": 441, "column": 38 }, "end": { "line": 441, "column": 51 } } }, "range": [ 17058, 17090 ], "loc": { "start": { "line": 441, "column": 19 }, "end": { "line": 441, "column": 51 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "alternateRows", "range": [ 17114, 17127 ], "loc": { "start": { "line": 442, "column": 20 }, "end": { "line": 442, "column": 33 } } }, "property": { "type": "Identifier", "name": "removeRowBg", "range": [ 17128, 17139 ], "loc": { "start": { "line": 442, "column": 34 }, "end": { "line": 442, "column": 45 } } }, "range": [ 17114, 17139 ], "loc": { "start": { "line": 442, "column": 20 }, "end": { "line": 442, "column": 45 } } }, "arguments": [ { "type": "Identifier", "name": "validRowIdx", "range": [ 17140, 17151 ], "loc": { "start": { "line": 442, "column": 46 }, "end": { "line": 442, "column": 57 } } } ], "range": [ 17114, 17152 ], "loc": { "start": { "line": 442, "column": 20 }, "end": { "line": 442, "column": 58 } } }, "range": [ 17114, 17153 ], "loc": { "start": { "line": 442, "column": 20 }, "end": { "line": 442, "column": 59 } } } ], "range": [ 17091, 17172 ], "loc": { "start": { "line": 441, "column": 52 }, "end": { "line": 443, "column": 17 } } }, "alternate": null, "range": [ 17055, 17172 ], "loc": { "start": { "line": 441, "column": 16 }, "end": { "line": 443, "column": 17 } } } ], "range": [ 16993, 17187 ], "loc": { "start": { "line": 439, "column": 19 }, "end": { "line": 444, "column": 13 } } }, "range": [ 16651, 17187 ], "loc": { "start": { "line": 432, "column": 12 }, "end": { "line": 444, "column": 13 } } } ], "range": [ 16483, 17198 ], "loc": { "start": { "line": 427, "column": 62 }, "end": { "line": 445, "column": 9 } } }, "range": [ 16429, 17198 ], "loc": { "start": { "line": 427, "column": 8 }, "end": { "line": 445, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "this loop shows valid rows of current page", "range": [ 16375, 16419 ], "loc": { "start": { "line": 426, "column": 8 }, "end": { "line": 426, "column": 52 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 17210, 17212 ], "loc": { "start": { "line": 447, "column": 8 }, "end": { "line": 447, "column": 10 } } }, "property": { "type": "Identifier", "name": "nbVisibleRows", "range": [ 17213, 17226 ], "loc": { "start": { "line": 447, "column": 11 }, "end": { "line": 447, "column": 24 } } }, "range": [ 17210, 17226 ], "loc": { "start": { "line": 447, "column": 8 }, "end": { "line": 447, "column": 24 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 17229, 17231 ], "loc": { "start": { "line": 447, "column": 27 }, "end": { "line": 447, "column": 29 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 17232, 17246 ], "loc": { "start": { "line": 447, "column": 30 }, "end": { "line": 447, "column": 44 } } }, "range": [ 17229, 17246 ], "loc": { "start": { "line": 447, "column": 27 }, "end": { "line": 447, "column": 44 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 17247, 17253 ], "loc": { "start": { "line": 447, "column": 45 }, "end": { "line": 447, "column": 51 } } }, "range": [ 17229, 17253 ], "loc": { "start": { "line": 447, "column": 27 }, "end": { "line": 447, "column": 51 } } }, "range": [ 17210, 17253 ], "loc": { "start": { "line": 447, "column": 8 }, "end": { "line": 447, "column": 51 } } }, "range": [ 17210, 17254 ], "loc": { "start": { "line": 447, "column": 8 }, "end": { "line": 447, "column": 52 } }, "trailingComments": [ { "type": "Line", "value": "re-applies filter behaviours after filtering process", "range": [ 17264, 17318 ], "loc": { "start": { "line": 448, "column": 8 }, "end": { "line": 448, "column": 62 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 17328, 17330 ], "loc": { "start": { "line": 449, "column": 8 }, "end": { "line": 449, "column": 10 } } }, "property": { "type": "Identifier", "name": "applyProps", "range": [ 17331, 17341 ], "loc": { "start": { "line": 449, "column": 11 }, "end": { "line": 449, "column": 21 } } }, "range": [ 17328, 17341 ], "loc": { "start": { "line": 449, "column": 8 }, "end": { "line": 449, "column": 21 } } }, "arguments": [], "range": [ 17328, 17343 ], "loc": { "start": { "line": 449, "column": 8 }, "end": { "line": 449, "column": 23 } } }, "range": [ 17328, 17344 ], "loc": { "start": { "line": 449, "column": 8 }, "end": { "line": 449, "column": 24 } }, "leadingComments": [ { "type": "Line", "value": "re-applies filter behaviours after filtering process", "range": [ 17264, 17318 ], "loc": { "start": { "line": 448, "column": 8 }, "end": { "line": 448, "column": 62 } } } ] } ], "range": [ 16016, 17351 ], "loc": { "start": { "line": 414, "column": 26 }, "end": { "line": 450, "column": 5 } } }, "generator": false, "expression": false, "range": [ 16005, 17351 ], "loc": { "start": { "line": 414, "column": 15 }, "end": { "line": 450, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 15994, 17351 ], "loc": { "start": { "line": 414, "column": 4 }, "end": { "line": 450, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Group table rows by page and display valid rows\r\n * @param {Array} validRows Collection of valid rows\r\n ", "range": [ 15861, 15988 ], "loc": { "start": { "line": 410, "column": 4 }, "end": { "line": 413, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Return the current page number\r\n * @return {Number} Page number\r\n ", "range": [ 17359, 17447 ], "loc": { "start": { "line": 452, "column": 4 }, "end": { "line": 455, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "getPage", "range": [ 17453, 17460 ], "loc": { "start": { "line": 456, "column": 4 }, "end": { "line": 456, "column": 11 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 17480, 17484 ], "loc": { "start": { "line": 457, "column": 15 }, "end": { "line": 457, "column": 19 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 17485, 17498 ], "loc": { "start": { "line": 457, "column": 20 }, "end": { "line": 457, "column": 33 } } }, "range": [ 17480, 17498 ], "loc": { "start": { "line": 457, "column": 15 }, "end": { "line": 457, "column": 33 } } }, "range": [ 17473, 17499 ], "loc": { "start": { "line": 457, "column": 8 }, "end": { "line": 457, "column": 34 } } } ], "range": [ 17462, 17506 ], "loc": { "start": { "line": 456, "column": 13 }, "end": { "line": 458, "column": 5 } } }, "generator": false, "expression": false, "range": [ 17460, 17506 ], "loc": { "start": { "line": 456, "column": 11 }, "end": { "line": 458, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 17453, 17506 ], "loc": { "start": { "line": 456, "column": 4 }, "end": { "line": 458, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Return the current page number\r\n * @return {Number} Page number\r\n ", "range": [ 17359, 17447 ], "loc": { "start": { "line": 452, "column": 4 }, "end": { "line": 455, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Show page based on passed param value (string or number):\r\n * @param {String} or {Number} cmd possible string values: 'next',\r\n * 'previous', 'last', 'first' or page number as per param\r\n ", "range": [ 17514, 17728 ], "loc": { "start": { "line": 460, "column": 4 }, "end": { "line": 464, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "setPage", "range": [ 17734, 17741 ], "loc": { "start": { "line": 465, "column": 4 }, "end": { "line": 465, "column": 11 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "cmd", "range": [ 17742, 17745 ], "loc": { "start": { "line": 465, "column": 12 }, "end": { "line": 465, "column": 15 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 17761, 17763 ], "loc": { "start": { "line": 466, "column": 12 }, "end": { "line": 466, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 17766, 17770 ], "loc": { "start": { "line": 466, "column": 17 }, "end": { "line": 466, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 17771, 17773 ], "loc": { "start": { "line": 466, "column": 22 }, "end": { "line": 466, "column": 24 } } }, "range": [ 17766, 17773 ], "loc": { "start": { "line": 466, "column": 17 }, "end": { "line": 466, "column": 24 } } }, "range": [ 17761, 17773 ], "loc": { "start": { "line": 466, "column": 12 }, "end": { "line": 466, "column": 24 } } } ], "kind": "var", "range": [ 17757, 17774 ], "loc": { "start": { "line": 466, "column": 8 }, "end": { "line": 466, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 17788, 17790 ], "loc": { "start": { "line": 467, "column": 12 }, "end": { "line": 467, "column": 14 } } }, "property": { "type": "Identifier", "name": "hasGrid", "range": [ 17791, 17798 ], "loc": { "start": { "line": 467, "column": 15 }, "end": { "line": 467, "column": 22 } } }, "range": [ 17788, 17798 ], "loc": { "start": { "line": 467, "column": 12 }, "end": { "line": 467, "column": 22 } } }, "arguments": [], "range": [ 17788, 17800 ], "loc": { "start": { "line": 467, "column": 12 }, "end": { "line": 467, "column": 24 } } }, "prefix": true, "range": [ 17787, 17800 ], "loc": { "start": { "line": 467, "column": 11 }, "end": { "line": 467, "column": 24 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 17805, 17807 ], "loc": { "start": { "line": 467, "column": 29 }, "end": { "line": 467, "column": 31 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 17808, 17814 ], "loc": { "start": { "line": 467, "column": 32 }, "end": { "line": 467, "column": 38 } } }, "range": [ 17805, 17814 ], "loc": { "start": { "line": 467, "column": 29 }, "end": { "line": 467, "column": 38 } } }, "prefix": true, "range": [ 17804, 17814 ], "loc": { "start": { "line": 467, "column": 28 }, "end": { "line": 467, "column": 38 } } }, "range": [ 17787, 17814 ], "loc": { "start": { "line": 467, "column": 11 }, "end": { "line": 467, "column": 38 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 17830, 17837 ], "loc": { "start": { "line": 468, "column": 12 }, "end": { "line": 468, "column": 19 } } } ], "range": [ 17815, 17848 ], "loc": { "start": { "line": 467, "column": 39 }, "end": { "line": 469, "column": 9 } } }, "alternate": null, "range": [ 17784, 17848 ], "loc": { "start": { "line": 467, "column": 8 }, "end": { "line": 469, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnEvt", "range": [ 17862, 17868 ], "loc": { "start": { "line": 470, "column": 12 }, "end": { "line": 470, "column": 18 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 17871, 17875 ], "loc": { "start": { "line": 470, "column": 21 }, "end": { "line": 470, "column": 25 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 17876, 17879 ], "loc": { "start": { "line": 470, "column": 26 }, "end": { "line": 470, "column": 29 } } }, "range": [ 17871, 17879 ], "loc": { "start": { "line": 470, "column": 21 }, "end": { "line": 470, "column": 29 } } }, "range": [ 17862, 17879 ], "loc": { "start": { "line": 470, "column": 12 }, "end": { "line": 470, "column": 29 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cmdtype", "range": [ 17894, 17901 ], "loc": { "start": { "line": 471, "column": 12 }, "end": { "line": 471, "column": 19 } } }, "init": { "type": "UnaryExpression", "operator": "typeof", "argument": { "type": "Identifier", "name": "cmd", "range": [ 17911, 17914 ], "loc": { "start": { "line": 471, "column": 29 }, "end": { "line": 471, "column": 32 } } }, "prefix": true, "range": [ 17904, 17914 ], "loc": { "start": { "line": 471, "column": 22 }, "end": { "line": 471, "column": 32 } } }, "range": [ 17894, 17914 ], "loc": { "start": { "line": 471, "column": 12 }, "end": { "line": 471, "column": 32 } } } ], "kind": "var", "range": [ 17858, 17915 ], "loc": { "start": { "line": 470, "column": 8 }, "end": { "line": 471, "column": 33 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "cmdtype", "range": [ 17928, 17935 ], "loc": { "start": { "line": 472, "column": 11 }, "end": { "line": 472, "column": 18 } } }, "right": { "type": "Literal", "value": "string", "raw": "'string'", "range": [ 17938, 17946 ], "loc": { "start": { "line": 472, "column": 21 }, "end": { "line": 472, "column": 29 } } }, "range": [ 17928, 17946 ], "loc": { "start": { "line": 472, "column": 11 }, "end": { "line": 472, "column": 29 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "SwitchStatement", "discriminant": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Str", "range": [ 17969, 17972 ], "loc": { "start": { "line": 473, "column": 19 }, "end": { "line": 473, "column": 22 } } }, "property": { "type": "Identifier", "name": "lower", "range": [ 17973, 17978 ], "loc": { "start": { "line": 473, "column": 23 }, "end": { "line": 473, "column": 28 } } }, "range": [ 17969, 17978 ], "loc": { "start": { "line": 473, "column": 19 }, "end": { "line": 473, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "cmd", "range": [ 17979, 17982 ], "loc": { "start": { "line": 473, "column": 29 }, "end": { "line": 473, "column": 32 } } } ], "range": [ 17969, 17983 ], "loc": { "start": { "line": 473, "column": 19 }, "end": { "line": 473, "column": 33 } } }, "cases": [ { "type": "SwitchCase", "test": { "type": "Literal", "value": "next", "raw": "'next'", "range": [ 18008, 18014 ], "loc": { "start": { "line": 474, "column": 21 }, "end": { "line": 474, "column": 27 } } }, "consequent": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnEvt", "range": [ 18037, 18043 ], "loc": { "start": { "line": 475, "column": 20 }, "end": { "line": 475, "column": 26 } } }, "property": { "type": "Identifier", "name": "next", "range": [ 18044, 18048 ], "loc": { "start": { "line": 475, "column": 27 }, "end": { "line": 475, "column": 31 } } }, "range": [ 18037, 18048 ], "loc": { "start": { "line": 475, "column": 20 }, "end": { "line": 475, "column": 31 } } }, "arguments": [], "range": [ 18037, 18050 ], "loc": { "start": { "line": 475, "column": 20 }, "end": { "line": 475, "column": 33 } } }, "range": [ 18037, 18051 ], "loc": { "start": { "line": 475, "column": 20 }, "end": { "line": 475, "column": 34 } } }, { "type": "BreakStatement", "label": null, "range": [ 18069, 18075 ], "loc": { "start": { "line": 476, "column": 16 }, "end": { "line": 476, "column": 22 } } } ], "range": [ 18003, 18075 ], "loc": { "start": { "line": 474, "column": 16 }, "end": { "line": 476, "column": 22 } } }, { "type": "SwitchCase", "test": { "type": "Literal", "value": "previous", "raw": "'previous'", "range": [ 18098, 18108 ], "loc": { "start": { "line": 477, "column": 21 }, "end": { "line": 477, "column": 31 } } }, "consequent": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnEvt", "range": [ 18131, 18137 ], "loc": { "start": { "line": 478, "column": 20 }, "end": { "line": 478, "column": 26 } } }, "property": { "type": "Identifier", "name": "prev", "range": [ 18138, 18142 ], "loc": { "start": { "line": 478, "column": 27 }, "end": { "line": 478, "column": 31 } } }, "range": [ 18131, 18142 ], "loc": { "start": { "line": 478, "column": 20 }, "end": { "line": 478, "column": 31 } } }, "arguments": [], "range": [ 18131, 18144 ], "loc": { "start": { "line": 478, "column": 20 }, "end": { "line": 478, "column": 33 } } }, "range": [ 18131, 18145 ], "loc": { "start": { "line": 478, "column": 20 }, "end": { "line": 478, "column": 34 } } }, { "type": "BreakStatement", "label": null, "range": [ 18163, 18169 ], "loc": { "start": { "line": 479, "column": 16 }, "end": { "line": 479, "column": 22 } } } ], "range": [ 18093, 18169 ], "loc": { "start": { "line": 477, "column": 16 }, "end": { "line": 479, "column": 22 } } }, { "type": "SwitchCase", "test": { "type": "Literal", "value": "last", "raw": "'last'", "range": [ 18192, 18198 ], "loc": { "start": { "line": 480, "column": 21 }, "end": { "line": 480, "column": 27 } } }, "consequent": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnEvt", "range": [ 18221, 18227 ], "loc": { "start": { "line": 481, "column": 20 }, "end": { "line": 481, "column": 26 } } }, "property": { "type": "Identifier", "name": "last", "range": [ 18228, 18232 ], "loc": { "start": { "line": 481, "column": 27 }, "end": { "line": 481, "column": 31 } } }, "range": [ 18221, 18232 ], "loc": { "start": { "line": 481, "column": 20 }, "end": { "line": 481, "column": 31 } } }, "arguments": [], "range": [ 18221, 18234 ], "loc": { "start": { "line": 481, "column": 20 }, "end": { "line": 481, "column": 33 } } }, "range": [ 18221, 18235 ], "loc": { "start": { "line": 481, "column": 20 }, "end": { "line": 481, "column": 34 } } }, { "type": "BreakStatement", "label": null, "range": [ 18253, 18259 ], "loc": { "start": { "line": 482, "column": 16 }, "end": { "line": 482, "column": 22 } } } ], "range": [ 18187, 18259 ], "loc": { "start": { "line": 480, "column": 16 }, "end": { "line": 482, "column": 22 } } }, { "type": "SwitchCase", "test": { "type": "Literal", "value": "first", "raw": "'first'", "range": [ 18282, 18289 ], "loc": { "start": { "line": 483, "column": 21 }, "end": { "line": 483, "column": 28 } } }, "consequent": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnEvt", "range": [ 18312, 18318 ], "loc": { "start": { "line": 484, "column": 20 }, "end": { "line": 484, "column": 26 } } }, "property": { "type": "Identifier", "name": "first", "range": [ 18319, 18324 ], "loc": { "start": { "line": 484, "column": 27 }, "end": { "line": 484, "column": 32 } } }, "range": [ 18312, 18324 ], "loc": { "start": { "line": 484, "column": 20 }, "end": { "line": 484, "column": 32 } } }, "arguments": [], "range": [ 18312, 18326 ], "loc": { "start": { "line": 484, "column": 20 }, "end": { "line": 484, "column": 34 } } }, "range": [ 18312, 18327 ], "loc": { "start": { "line": 484, "column": 20 }, "end": { "line": 484, "column": 35 } } }, { "type": "BreakStatement", "label": null, "range": [ 18345, 18351 ], "loc": { "start": { "line": 485, "column": 16 }, "end": { "line": 485, "column": 22 } } } ], "range": [ 18277, 18351 ], "loc": { "start": { "line": 483, "column": 16 }, "end": { "line": 485, "column": 22 } } }, { "type": "SwitchCase", "test": null, "consequent": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnEvt", "range": [ 18399, 18405 ], "loc": { "start": { "line": 487, "column": 20 }, "end": { "line": 487, "column": 26 } } }, "property": { "type": "Identifier", "name": "next", "range": [ 18406, 18410 ], "loc": { "start": { "line": 487, "column": 27 }, "end": { "line": 487, "column": 31 } } }, "range": [ 18399, 18410 ], "loc": { "start": { "line": 487, "column": 20 }, "end": { "line": 487, "column": 31 } } }, "arguments": [], "range": [ 18399, 18412 ], "loc": { "start": { "line": 487, "column": 20 }, "end": { "line": 487, "column": 33 } } }, "range": [ 18399, 18413 ], "loc": { "start": { "line": 487, "column": 20 }, "end": { "line": 487, "column": 34 } } }, { "type": "BreakStatement", "label": null, "range": [ 18431, 18437 ], "loc": { "start": { "line": 488, "column": 16 }, "end": { "line": 488, "column": 22 } } } ], "range": [ 18369, 18437 ], "loc": { "start": { "line": 486, "column": 16 }, "end": { "line": 488, "column": 22 } } } ], "range": [ 17962, 18452 ], "loc": { "start": { "line": 473, "column": 12 }, "end": { "line": 489, "column": 13 } } } ], "range": [ 17947, 18463 ], "loc": { "start": { "line": 472, "column": 30 }, "end": { "line": 490, "column": 9 } } }, "alternate": { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "cmdtype", "range": [ 18481, 18488 ], "loc": { "start": { "line": 491, "column": 16 }, "end": { "line": 491, "column": 23 } } }, "right": { "type": "Literal", "value": "number", "raw": "'number'", "range": [ 18491, 18499 ], "loc": { "start": { "line": 491, "column": 26 }, "end": { "line": 491, "column": 34 } } }, "range": [ 18481, 18499 ], "loc": { "start": { "line": 491, "column": 16 }, "end": { "line": 491, "column": 34 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 18515, 18519 ], "loc": { "start": { "line": 492, "column": 12 }, "end": { "line": 492, "column": 16 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 18520, 18530 ], "loc": { "start": { "line": 492, "column": 17 }, "end": { "line": 492, "column": 27 } } }, "range": [ 18515, 18530 ], "loc": { "start": { "line": 492, "column": 12 }, "end": { "line": 492, "column": 27 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "cmd", "range": [ 18531, 18534 ], "loc": { "start": { "line": 492, "column": 28 }, "end": { "line": 492, "column": 31 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 18535, 18536 ], "loc": { "start": { "line": 492, "column": 32 }, "end": { "line": 492, "column": 33 } } }, "range": [ 18531, 18536 ], "loc": { "start": { "line": 492, "column": 28 }, "end": { "line": 492, "column": 33 } } } ], "range": [ 18515, 18537 ], "loc": { "start": { "line": 492, "column": 12 }, "end": { "line": 492, "column": 34 } } }, "range": [ 18515, 18538 ], "loc": { "start": { "line": 492, "column": 12 }, "end": { "line": 492, "column": 35 } } } ], "range": [ 18500, 18549 ], "loc": { "start": { "line": 491, "column": 35 }, "end": { "line": 493, "column": 9 } } }, "alternate": null, "range": [ 18478, 18549 ], "loc": { "start": { "line": 491, "column": 13 }, "end": { "line": 493, "column": 9 } } }, "range": [ 17925, 18549 ], "loc": { "start": { "line": 472, "column": 8 }, "end": { "line": 493, "column": 9 } } } ], "range": [ 17746, 18556 ], "loc": { "start": { "line": 465, "column": 16 }, "end": { "line": 494, "column": 5 } } }, "generator": false, "expression": false, "range": [ 17741, 18556 ], "loc": { "start": { "line": 465, "column": 11 }, "end": { "line": 494, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 17734, 18556 ], "loc": { "start": { "line": 465, "column": 4 }, "end": { "line": 494, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Show page based on passed param value (string or number):\r\n * @param {String} or {Number} cmd possible string values: 'next',\r\n * 'previous', 'last', 'first' or page number as per param\r\n ", "range": [ 17514, 17728 ], "loc": { "start": { "line": 460, "column": 4 }, "end": { "line": 464, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Generates UI elements for the number of results per page drop-down\r\n ", "range": [ 18564, 18651 ], "loc": { "start": { "line": 496, "column": 4 }, "end": { "line": 498, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "setResultsPerPage", "range": [ 18657, 18674 ], "loc": { "start": { "line": 499, "column": 4 }, "end": { "line": 499, "column": 21 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 18691, 18693 ], "loc": { "start": { "line": 500, "column": 12 }, "end": { "line": 500, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 18696, 18700 ], "loc": { "start": { "line": 500, "column": 17 }, "end": { "line": 500, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 18701, 18703 ], "loc": { "start": { "line": 500, "column": 22 }, "end": { "line": 500, "column": 24 } } }, "range": [ 18696, 18703 ], "loc": { "start": { "line": 500, "column": 17 }, "end": { "line": 500, "column": 24 } } }, "range": [ 18691, 18703 ], "loc": { "start": { "line": 500, "column": 12 }, "end": { "line": 500, "column": 24 } } } ], "kind": "var", "range": [ 18687, 18704 ], "loc": { "start": { "line": 500, "column": 8 }, "end": { "line": 500, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 18718, 18721 ], "loc": { "start": { "line": 501, "column": 12 }, "end": { "line": 501, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 18724, 18728 ], "loc": { "start": { "line": 501, "column": 18 }, "end": { "line": 501, "column": 22 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 18729, 18732 ], "loc": { "start": { "line": 501, "column": 23 }, "end": { "line": 501, "column": 26 } } }, "range": [ 18724, 18732 ], "loc": { "start": { "line": 501, "column": 18 }, "end": { "line": 501, "column": 26 } } }, "range": [ 18718, 18732 ], "loc": { "start": { "line": 501, "column": 12 }, "end": { "line": 501, "column": 26 } } } ], "kind": "var", "range": [ 18714, 18733 ], "loc": { "start": { "line": 501, "column": 8 }, "end": { "line": 501, "column": 27 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 18749, 18751 ], "loc": { "start": { "line": 503, "column": 12 }, "end": { "line": 503, "column": 14 } } }, "property": { "type": "Identifier", "name": "hasGrid", "range": [ 18752, 18759 ], "loc": { "start": { "line": 503, "column": 15 }, "end": { "line": 503, "column": 22 } } }, "range": [ 18749, 18759 ], "loc": { "start": { "line": 503, "column": 12 }, "end": { "line": 503, "column": 22 } } }, "arguments": [], "range": [ 18749, 18761 ], "loc": { "start": { "line": 503, "column": 12 }, "end": { "line": 503, "column": 24 } } }, "prefix": true, "range": [ 18748, 18761 ], "loc": { "start": { "line": 503, "column": 11 }, "end": { "line": 503, "column": 24 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 18766, 18768 ], "loc": { "start": { "line": 503, "column": 29 }, "end": { "line": 503, "column": 31 } } }, "property": { "type": "Identifier", "name": "isFirstLoad", "range": [ 18769, 18780 ], "loc": { "start": { "line": 503, "column": 32 }, "end": { "line": 503, "column": 43 } } }, "range": [ 18766, 18780 ], "loc": { "start": { "line": 503, "column": 29 }, "end": { "line": 503, "column": 43 } } }, "prefix": true, "range": [ 18765, 18780 ], "loc": { "start": { "line": 503, "column": 28 }, "end": { "line": 503, "column": 43 } } }, "range": [ 18748, 18780 ], "loc": { "start": { "line": 503, "column": 11 }, "end": { "line": 503, "column": 43 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 18796, 18803 ], "loc": { "start": { "line": 504, "column": 12 }, "end": { "line": 504, "column": 19 } } } ], "range": [ 18781, 18814 ], "loc": { "start": { "line": 503, "column": 44 }, "end": { "line": 505, "column": 9 } } }, "alternate": null, "range": [ 18745, 18814 ], "loc": { "start": { "line": 503, "column": 8 }, "end": { "line": 505, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 18827, 18831 ], "loc": { "start": { "line": 506, "column": 11 }, "end": { "line": 506, "column": 15 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 18832, 18849 ], "loc": { "start": { "line": 506, "column": 16 }, "end": { "line": 506, "column": 33 } } }, "range": [ 18827, 18849 ], "loc": { "start": { "line": 506, "column": 11 }, "end": { "line": 506, "column": 33 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 18854, 18858 ], "loc": { "start": { "line": 506, "column": 38 }, "end": { "line": 506, "column": 42 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 18859, 18873 ], "loc": { "start": { "line": 506, "column": 43 }, "end": { "line": 506, "column": 57 } } }, "range": [ 18854, 18873 ], "loc": { "start": { "line": 506, "column": 38 }, "end": { "line": 506, "column": 57 } } }, "prefix": true, "range": [ 18853, 18873 ], "loc": { "start": { "line": 506, "column": 37 }, "end": { "line": 506, "column": 57 } } }, "range": [ 18827, 18873 ], "loc": { "start": { "line": 506, "column": 11 }, "end": { "line": 506, "column": 57 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 18889, 18896 ], "loc": { "start": { "line": 507, "column": 12 }, "end": { "line": 507, "column": 19 } } } ], "range": [ 18874, 18907 ], "loc": { "start": { "line": 506, "column": 58 }, "end": { "line": 508, "column": 9 } } }, "alternate": null, "range": [ 18824, 18907 ], "loc": { "start": { "line": 506, "column": 8 }, "end": { "line": 508, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 18919, 18922 ], "loc": { "start": { "line": 510, "column": 8 }, "end": { "line": 510, "column": 11 } } }, "property": { "type": "Identifier", "name": "slcResultsChange", "range": [ 18923, 18939 ], "loc": { "start": { "line": 510, "column": 12 }, "end": { "line": 510, "column": 28 } } }, "range": [ 18919, 18939 ], "loc": { "start": { "line": 510, "column": 8 }, "end": { "line": 510, "column": 28 } } }, "right": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "ev", "range": [ 18943, 18945 ], "loc": { "start": { "line": 510, "column": 32 }, "end": { "line": 510, "column": 34 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 18965, 18969 ], "loc": { "start": { "line": 511, "column": 12 }, "end": { "line": 511, "column": 16 } } }, "property": { "type": "Identifier", "name": "changeResultsPerPage", "range": [ 18970, 18990 ], "loc": { "start": { "line": 511, "column": 17 }, "end": { "line": 511, "column": 37 } } }, "range": [ 18965, 18990 ], "loc": { "start": { "line": 511, "column": 12 }, "end": { "line": 511, "column": 37 } } }, "arguments": [], "range": [ 18965, 18992 ], "loc": { "start": { "line": 511, "column": 12 }, "end": { "line": 511, "column": 39 } } }, "range": [ 18965, 18993 ], "loc": { "start": { "line": 511, "column": 12 }, "end": { "line": 511, "column": 40 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ev", "range": [ 19007, 19009 ], "loc": { "start": { "line": 512, "column": 12 }, "end": { "line": 512, "column": 14 } } }, "property": { "type": "Identifier", "name": "target", "range": [ 19010, 19016 ], "loc": { "start": { "line": 512, "column": 15 }, "end": { "line": 512, "column": 21 } } }, "range": [ 19007, 19016 ], "loc": { "start": { "line": 512, "column": 12 }, "end": { "line": 512, "column": 21 } } }, "property": { "type": "Identifier", "name": "blur", "range": [ 19017, 19021 ], "loc": { "start": { "line": 512, "column": 22 }, "end": { "line": 512, "column": 26 } } }, "range": [ 19007, 19021 ], "loc": { "start": { "line": 512, "column": 12 }, "end": { "line": 512, "column": 26 } } }, "arguments": [], "range": [ 19007, 19023 ], "loc": { "start": { "line": 512, "column": 12 }, "end": { "line": 512, "column": 28 } } }, "range": [ 19007, 19024 ], "loc": { "start": { "line": 512, "column": 12 }, "end": { "line": 512, "column": 29 } } } ], "range": [ 18950, 19035 ], "loc": { "start": { "line": 510, "column": 39 }, "end": { "line": 513, "column": 9 } } }, "generator": false, "expression": false, "range": [ 18942, 19035 ], "loc": { "start": { "line": 510, "column": 31 }, "end": { "line": 513, "column": 9 } } }, "range": [ 18919, 19035 ], "loc": { "start": { "line": 510, "column": 8 }, "end": { "line": 513, "column": 9 } } }, "range": [ 18919, 19036 ], "loc": { "start": { "line": 510, "column": 8 }, "end": { "line": 513, "column": 10 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcR", "range": [ 19052, 19056 ], "loc": { "start": { "line": 515, "column": 12 }, "end": { "line": 515, "column": 16 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 19059, 19062 ], "loc": { "start": { "line": 515, "column": 19 }, "end": { "line": 515, "column": 22 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 19063, 19069 ], "loc": { "start": { "line": 515, "column": 23 }, "end": { "line": 515, "column": 29 } } }, "range": [ 19059, 19069 ], "loc": { "start": { "line": 515, "column": 19 }, "end": { "line": 515, "column": 29 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19084, 19086 ], "loc": { "start": { "line": 516, "column": 12 }, "end": { "line": 516, "column": 14 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 19087, 19097 ], "loc": { "start": { "line": 516, "column": 15 }, "end": { "line": 516, "column": 25 } } }, "range": [ 19084, 19097 ], "loc": { "start": { "line": 516, "column": 12 }, "end": { "line": 516, "column": 25 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 19100, 19104 ], "loc": { "start": { "line": 516, "column": 28 }, "end": { "line": 516, "column": 32 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19106, 19110 ], "loc": { "start": { "line": 516, "column": 34 }, "end": { "line": 516, "column": 38 } } }, "property": { "type": "Identifier", "name": "prfxSlcResults", "range": [ 19111, 19125 ], "loc": { "start": { "line": 516, "column": 39 }, "end": { "line": 516, "column": 53 } } }, "range": [ 19106, 19125 ], "loc": { "start": { "line": 516, "column": 34 }, "end": { "line": 516, "column": 53 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19126, 19128 ], "loc": { "start": { "line": 516, "column": 54 }, "end": { "line": 516, "column": 56 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 19129, 19131 ], "loc": { "start": { "line": 516, "column": 57 }, "end": { "line": 516, "column": 59 } } }, "range": [ 19126, 19131 ], "loc": { "start": { "line": 516, "column": 54 }, "end": { "line": 516, "column": 59 } } }, "range": [ 19106, 19131 ], "loc": { "start": { "line": 516, "column": 34 }, "end": { "line": 516, "column": 59 } } } ], "range": [ 19099, 19132 ], "loc": { "start": { "line": 516, "column": 27 }, "end": { "line": 516, "column": 60 } } } ], "range": [ 19059, 19133 ], "loc": { "start": { "line": 515, "column": 19 }, "end": { "line": 516, "column": 61 } } }, "range": [ 19052, 19133 ], "loc": { "start": { "line": 515, "column": 12 }, "end": { "line": 516, "column": 61 } } } ], "kind": "var", "range": [ 19048, 19134 ], "loc": { "start": { "line": 515, "column": 8 }, "end": { "line": 516, "column": 62 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcR", "range": [ 19144, 19148 ], "loc": { "start": { "line": 517, "column": 8 }, "end": { "line": 517, "column": 12 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 19149, 19158 ], "loc": { "start": { "line": 517, "column": 13 }, "end": { "line": 517, "column": 22 } } }, "range": [ 19144, 19158 ], "loc": { "start": { "line": 517, "column": 8 }, "end": { "line": 517, "column": 22 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19161, 19163 ], "loc": { "start": { "line": 517, "column": 25 }, "end": { "line": 517, "column": 27 } } }, "property": { "type": "Identifier", "name": "resultsSlcCssClass", "range": [ 19164, 19182 ], "loc": { "start": { "line": 517, "column": 28 }, "end": { "line": 517, "column": 46 } } }, "range": [ 19161, 19182 ], "loc": { "start": { "line": 517, "column": 25 }, "end": { "line": 517, "column": 46 } } }, "range": [ 19144, 19182 ], "loc": { "start": { "line": 517, "column": 8 }, "end": { "line": 517, "column": 46 } } }, "range": [ 19144, 19183 ], "loc": { "start": { "line": 517, "column": 8 }, "end": { "line": 517, "column": 47 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcRText", "range": [ 19197, 19205 ], "loc": { "start": { "line": 518, "column": 12 }, "end": { "line": 518, "column": 20 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19208, 19212 ], "loc": { "start": { "line": 518, "column": 23 }, "end": { "line": 518, "column": 27 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 19213, 19227 ], "loc": { "start": { "line": 518, "column": 28 }, "end": { "line": 518, "column": 42 } } }, "range": [ 19208, 19227 ], "loc": { "start": { "line": 518, "column": 23 }, "end": { "line": 518, "column": 42 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 19228, 19229 ], "loc": { "start": { "line": 518, "column": 43 }, "end": { "line": 518, "column": 44 } } }, "range": [ 19208, 19230 ], "loc": { "start": { "line": 518, "column": 23 }, "end": { "line": 518, "column": 45 } } }, "range": [ 19197, 19230 ], "loc": { "start": { "line": 518, "column": 12 }, "end": { "line": 518, "column": 45 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcROpts", "range": [ 19245, 19253 ], "loc": { "start": { "line": 519, "column": 12 }, "end": { "line": 519, "column": 20 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19256, 19260 ], "loc": { "start": { "line": 519, "column": 23 }, "end": { "line": 519, "column": 27 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 19261, 19275 ], "loc": { "start": { "line": 519, "column": 28 }, "end": { "line": 519, "column": 42 } } }, "range": [ 19256, 19275 ], "loc": { "start": { "line": 519, "column": 23 }, "end": { "line": 519, "column": 42 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 19276, 19277 ], "loc": { "start": { "line": 519, "column": 43 }, "end": { "line": 519, "column": 44 } } }, "range": [ 19256, 19278 ], "loc": { "start": { "line": 519, "column": 23 }, "end": { "line": 519, "column": 45 } } }, "range": [ 19245, 19278 ], "loc": { "start": { "line": 519, "column": 12 }, "end": { "line": 519, "column": 45 } } } ], "kind": "var", "range": [ 19193, 19279 ], "loc": { "start": { "line": 518, "column": 8 }, "end": { "line": 519, "column": 46 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcRSpan", "range": [ 19293, 19301 ], "loc": { "start": { "line": 520, "column": 12 }, "end": { "line": 520, "column": 20 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 19304, 19307 ], "loc": { "start": { "line": 520, "column": 23 }, "end": { "line": 520, "column": 26 } } }, "property": { "type": "Identifier", "name": "create", "range": [ 19308, 19314 ], "loc": { "start": { "line": 520, "column": 27 }, "end": { "line": 520, "column": 33 } } }, "range": [ 19304, 19314 ], "loc": { "start": { "line": 520, "column": 23 }, "end": { "line": 520, "column": 33 } } }, "arguments": [ { "type": "Literal", "value": "span", "raw": "'span'", "range": [ 19329, 19335 ], "loc": { "start": { "line": 521, "column": 12 }, "end": { "line": 521, "column": 18 } } }, { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "id", "raw": "'id'", "range": [ 19337, 19341 ], "loc": { "start": { "line": 521, "column": 20 }, "end": { "line": 521, "column": 24 } } }, { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19343, 19347 ], "loc": { "start": { "line": 521, "column": 26 }, "end": { "line": 521, "column": 30 } } }, "property": { "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ 19348, 19365 ], "loc": { "start": { "line": 521, "column": 31 }, "end": { "line": 521, "column": 48 } } }, "range": [ 19343, 19365 ], "loc": { "start": { "line": 521, "column": 26 }, "end": { "line": 521, "column": 48 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19366, 19368 ], "loc": { "start": { "line": 521, "column": 49 }, "end": { "line": 521, "column": 51 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 19369, 19371 ], "loc": { "start": { "line": 521, "column": 52 }, "end": { "line": 521, "column": 54 } } }, "range": [ 19366, 19371 ], "loc": { "start": { "line": 521, "column": 49 }, "end": { "line": 521, "column": 54 } } }, "range": [ 19343, 19371 ], "loc": { "start": { "line": 521, "column": 26 }, "end": { "line": 521, "column": 54 } } } ], "range": [ 19336, 19372 ], "loc": { "start": { "line": 521, "column": 19 }, "end": { "line": 521, "column": 55 } } } ], "range": [ 19304, 19373 ], "loc": { "start": { "line": 520, "column": 23 }, "end": { "line": 521, "column": 56 } } }, "range": [ 19293, 19373 ], "loc": { "start": { "line": 520, "column": 12 }, "end": { "line": 521, "column": 56 } } } ], "kind": "var", "range": [ 19289, 19374 ], "loc": { "start": { "line": 520, "column": 8 }, "end": { "line": 521, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcRSpan", "range": [ 19384, 19392 ], "loc": { "start": { "line": 522, "column": 8 }, "end": { "line": 522, "column": 16 } } }, "property": { "type": "Identifier", "name": "className", "range": [ 19393, 19402 ], "loc": { "start": { "line": 522, "column": 17 }, "end": { "line": 522, "column": 26 } } }, "range": [ 19384, 19402 ], "loc": { "start": { "line": 522, "column": 8 }, "end": { "line": 522, "column": 26 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19405, 19409 ], "loc": { "start": { "line": 522, "column": 29 }, "end": { "line": 522, "column": 33 } } }, "property": { "type": "Identifier", "name": "resultsSpanCssClass", "range": [ 19410, 19429 ], "loc": { "start": { "line": 522, "column": 34 }, "end": { "line": 522, "column": 53 } } }, "range": [ 19405, 19429 ], "loc": { "start": { "line": 522, "column": 29 }, "end": { "line": 522, "column": 53 } } }, "range": [ 19384, 19429 ], "loc": { "start": { "line": 522, "column": 8 }, "end": { "line": 522, "column": 53 } } }, "range": [ 19384, 19430 ], "loc": { "start": { "line": 522, "column": 8 }, "end": { "line": 522, "column": 54 } }, "trailingComments": [ { "type": "Line", "value": " results per page select is added to external element", "range": [ 19442, 19497 ], "loc": { "start": { "line": 524, "column": 8 }, "end": { "line": 524, "column": 63 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19511, 19515 ], "loc": { "start": { "line": 525, "column": 12 }, "end": { "line": 525, "column": 16 } } }, "property": { "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ 19516, 19535 ], "loc": { "start": { "line": 525, "column": 17 }, "end": { "line": 525, "column": 36 } } }, "range": [ 19511, 19535 ], "loc": { "start": { "line": 525, "column": 12 }, "end": { "line": 525, "column": 36 } } }, "prefix": true, "range": [ 19510, 19535 ], "loc": { "start": { "line": 525, "column": 11 }, "end": { "line": 525, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19551, 19553 ], "loc": { "start": { "line": 526, "column": 12 }, "end": { "line": 526, "column": 14 } } }, "property": { "type": "Identifier", "name": "setToolbar", "range": [ 19554, 19564 ], "loc": { "start": { "line": 526, "column": 15 }, "end": { "line": 526, "column": 25 } } }, "range": [ 19551, 19564 ], "loc": { "start": { "line": 526, "column": 12 }, "end": { "line": 526, "column": 25 } } }, "arguments": [], "range": [ 19551, 19566 ], "loc": { "start": { "line": 526, "column": 12 }, "end": { "line": 526, "column": 27 } } }, "range": [ 19551, 19567 ], "loc": { "start": { "line": 526, "column": 12 }, "end": { "line": 526, "column": 28 } } } ], "range": [ 19536, 19578 ], "loc": { "start": { "line": 525, "column": 37 }, "end": { "line": 527, "column": 9 } } }, "alternate": null, "range": [ 19507, 19578 ], "loc": { "start": { "line": 525, "column": 8 }, "end": { "line": 527, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": " results per page select is added to external element", "range": [ 19442, 19497 ], "loc": { "start": { "line": 524, "column": 8 }, "end": { "line": 524, "column": 63 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "targetEl", "range": [ 19592, 19600 ], "loc": { "start": { "line": 528, "column": 12 }, "end": { "line": 528, "column": 20 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19604, 19608 ], "loc": { "start": { "line": 528, "column": 24 }, "end": { "line": 528, "column": 28 } } }, "property": { "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ 19609, 19628 ], "loc": { "start": { "line": 528, "column": 29 }, "end": { "line": 528, "column": 48 } } }, "range": [ 19604, 19628 ], "loc": { "start": { "line": 528, "column": 24 }, "end": { "line": 528, "column": 48 } } }, "prefix": true, "range": [ 19603, 19628 ], "loc": { "start": { "line": 528, "column": 23 }, "end": { "line": 528, "column": 48 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19644, 19646 ], "loc": { "start": { "line": 529, "column": 12 }, "end": { "line": 529, "column": 14 } } }, "property": { "type": "Identifier", "name": "rDiv", "range": [ 19647, 19651 ], "loc": { "start": { "line": 529, "column": 15 }, "end": { "line": 529, "column": 19 } } }, "range": [ 19644, 19651 ], "loc": { "start": { "line": 529, "column": 12 }, "end": { "line": 529, "column": 19 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 19654, 19657 ], "loc": { "start": { "line": 529, "column": 22 }, "end": { "line": 529, "column": 25 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 19658, 19660 ], "loc": { "start": { "line": 529, "column": 26 }, "end": { "line": 529, "column": 28 } } }, "range": [ 19654, 19660 ], "loc": { "start": { "line": 529, "column": 22 }, "end": { "line": 529, "column": 28 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 19661, 19665 ], "loc": { "start": { "line": 529, "column": 29 }, "end": { "line": 529, "column": 33 } } }, "property": { "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ 19666, 19685 ], "loc": { "start": { "line": 529, "column": 34 }, "end": { "line": 529, "column": 53 } } }, "range": [ 19661, 19685 ], "loc": { "start": { "line": 529, "column": 29 }, "end": { "line": 529, "column": 53 } } } ], "range": [ 19654, 19686 ], "loc": { "start": { "line": 529, "column": 22 }, "end": { "line": 529, "column": 54 } } }, "range": [ 19603, 19686 ], "loc": { "start": { "line": 528, "column": 23 }, "end": { "line": 529, "column": 54 } } }, "range": [ 19592, 19686 ], "loc": { "start": { "line": 528, "column": 12 }, "end": { "line": 529, "column": 54 } } } ], "kind": "var", "range": [ 19588, 19687 ], "loc": { "start": { "line": 528, "column": 8 }, "end": { "line": 529, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcRSpan", "range": [ 19697, 19705 ], "loc": { "start": { "line": 530, "column": 8 }, "end": { "line": 530, "column": 16 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 19706, 19717 ], "loc": { "start": { "line": 530, "column": 17 }, "end": { "line": 530, "column": 28 } } }, "range": [ 19697, 19717 ], "loc": { "start": { "line": 530, "column": 8 }, "end": { "line": 530, "column": 28 } } }, "arguments": [ { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 19718, 19721 ], "loc": { "start": { "line": 530, "column": 29 }, "end": { "line": 530, "column": 32 } } }, "property": { "type": "Identifier", "name": "text", "range": [ 19722, 19726 ], "loc": { "start": { "line": 530, "column": 33 }, "end": { "line": 530, "column": 37 } } }, "range": [ 19718, 19726 ], "loc": { "start": { "line": 530, "column": 29 }, "end": { "line": 530, "column": 37 } } }, "arguments": [ { "type": "Identifier", "name": "slcRText", "range": [ 19727, 19735 ], "loc": { "start": { "line": 530, "column": 38 }, "end": { "line": 530, "column": 46 } } } ], "range": [ 19718, 19736 ], "loc": { "start": { "line": 530, "column": 29 }, "end": { "line": 530, "column": 47 } } } ], "range": [ 19697, 19737 ], "loc": { "start": { "line": 530, "column": 8 }, "end": { "line": 530, "column": 48 } } }, "range": [ 19697, 19738 ], "loc": { "start": { "line": 530, "column": 8 }, "end": { "line": 530, "column": 49 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "help", "range": [ 19754, 19758 ], "loc": { "start": { "line": 532, "column": 12 }, "end": { "line": 532, "column": 16 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 19761, 19763 ], "loc": { "start": { "line": 532, "column": 19 }, "end": { "line": 532, "column": 21 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 19764, 19771 ], "loc": { "start": { "line": 532, "column": 22 }, "end": { "line": 532, "column": 29 } } }, "range": [ 19761, 19771 ], "loc": { "start": { "line": 532, "column": 19 }, "end": { "line": 532, "column": 29 } } }, "arguments": [ { "type": "Literal", "value": "help", "raw": "'help'", "range": [ 19772, 19778 ], "loc": { "start": { "line": 532, "column": 30 }, "end": { "line": 532, "column": 36 } } } ], "range": [ 19761, 19779 ], "loc": { "start": { "line": 532, "column": 19 }, "end": { "line": 532, "column": 37 } } }, "range": [ 19754, 19779 ], "loc": { "start": { "line": 532, "column": 12 }, "end": { "line": 532, "column": 37 } } } ], "kind": "var", "range": [ 19750, 19780 ], "loc": { "start": { "line": 532, "column": 8 }, "end": { "line": 532, "column": 38 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "Identifier", "name": "help", "range": [ 19793, 19797 ], "loc": { "start": { "line": 533, "column": 11 }, "end": { "line": 533, "column": 15 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "help", "range": [ 19801, 19805 ], "loc": { "start": { "line": 533, "column": 19 }, "end": { "line": 533, "column": 23 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 19806, 19810 ], "loc": { "start": { "line": 533, "column": 24 }, "end": { "line": 533, "column": 28 } } }, "range": [ 19801, 19810 ], "loc": { "start": { "line": 533, "column": 19 }, "end": { "line": 533, "column": 28 } } }, "range": [ 19793, 19810 ], "loc": { "start": { "line": 533, "column": 11 }, "end": { "line": 533, "column": 28 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "help", "range": [ 19826, 19830 ], "loc": { "start": { "line": 534, "column": 12 }, "end": { "line": 534, "column": 16 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 19831, 19835 ], "loc": { "start": { "line": 534, "column": 17 }, "end": { "line": 534, "column": 21 } } }, "range": [ 19826, 19835 ], "loc": { "start": { "line": 534, "column": 12 }, "end": { "line": 534, "column": 21 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 19836, 19846 ], "loc": { "start": { "line": 534, "column": 22 }, "end": { "line": 534, "column": 32 } } }, "range": [ 19826, 19846 ], "loc": { "start": { "line": 534, "column": 12 }, "end": { "line": 534, "column": 32 } } }, "property": { "type": "Identifier", "name": "insertBefore", "range": [ 19847, 19859 ], "loc": { "start": { "line": 534, "column": 33 }, "end": { "line": 534, "column": 45 } } }, "range": [ 19826, 19859 ], "loc": { "start": { "line": 534, "column": 12 }, "end": { "line": 534, "column": 45 } } }, "arguments": [ { "type": "Identifier", "name": "slcRSpan", "range": [ 19860, 19868 ], "loc": { "start": { "line": 534, "column": 46 }, "end": { "line": 534, "column": 54 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "help", "range": [ 19870, 19874 ], "loc": { "start": { "line": 534, "column": 56 }, "end": { "line": 534, "column": 60 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 19875, 19879 ], "loc": { "start": { "line": 534, "column": 61 }, "end": { "line": 534, "column": 65 } } }, "range": [ 19870, 19879 ], "loc": { "start": { "line": 534, "column": 56 }, "end": { "line": 534, "column": 65 } } } ], "range": [ 19826, 19880 ], "loc": { "start": { "line": 534, "column": 12 }, "end": { "line": 534, "column": 66 } } }, "range": [ 19826, 19881 ], "loc": { "start": { "line": 534, "column": 12 }, "end": { "line": 534, "column": 67 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "help", "range": [ 19895, 19899 ], "loc": { "start": { "line": 535, "column": 12 }, "end": { "line": 535, "column": 16 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 19900, 19904 ], "loc": { "start": { "line": 535, "column": 17 }, "end": { "line": 535, "column": 21 } } }, "range": [ 19895, 19904 ], "loc": { "start": { "line": 535, "column": 12 }, "end": { "line": 535, "column": 21 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 19905, 19915 ], "loc": { "start": { "line": 535, "column": 22 }, "end": { "line": 535, "column": 32 } } }, "range": [ 19895, 19915 ], "loc": { "start": { "line": 535, "column": 12 }, "end": { "line": 535, "column": 32 } } }, "property": { "type": "Identifier", "name": "insertBefore", "range": [ 19916, 19928 ], "loc": { "start": { "line": 535, "column": 33 }, "end": { "line": 535, "column": 45 } } }, "range": [ 19895, 19928 ], "loc": { "start": { "line": 535, "column": 12 }, "end": { "line": 535, "column": 45 } } }, "arguments": [ { "type": "Identifier", "name": "slcR", "range": [ 19929, 19933 ], "loc": { "start": { "line": 535, "column": 46 }, "end": { "line": 535, "column": 50 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "help", "range": [ 19935, 19939 ], "loc": { "start": { "line": 535, "column": 52 }, "end": { "line": 535, "column": 56 } } }, "property": { "type": "Identifier", "name": "cont", "range": [ 19940, 19944 ], "loc": { "start": { "line": 535, "column": 57 }, "end": { "line": 535, "column": 61 } } }, "range": [ 19935, 19944 ], "loc": { "start": { "line": 535, "column": 52 }, "end": { "line": 535, "column": 61 } } } ], "range": [ 19895, 19945 ], "loc": { "start": { "line": 535, "column": 12 }, "end": { "line": 535, "column": 62 } } }, "range": [ 19895, 19946 ], "loc": { "start": { "line": 535, "column": 12 }, "end": { "line": 535, "column": 63 } } } ], "range": [ 19811, 19957 ], "loc": { "start": { "line": 533, "column": 29 }, "end": { "line": 536, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 19978, 19986 ], "loc": { "start": { "line": 537, "column": 12 }, "end": { "line": 537, "column": 20 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 19987, 19998 ], "loc": { "start": { "line": 537, "column": 21 }, "end": { "line": 537, "column": 32 } } }, "range": [ 19978, 19998 ], "loc": { "start": { "line": 537, "column": 12 }, "end": { "line": 537, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "slcRSpan", "range": [ 19999, 20007 ], "loc": { "start": { "line": 537, "column": 33 }, "end": { "line": 537, "column": 41 } } } ], "range": [ 19978, 20008 ], "loc": { "start": { "line": 537, "column": 12 }, "end": { "line": 537, "column": 42 } } }, "range": [ 19978, 20009 ], "loc": { "start": { "line": 537, "column": 12 }, "end": { "line": 537, "column": 43 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "targetEl", "range": [ 20023, 20031 ], "loc": { "start": { "line": 538, "column": 12 }, "end": { "line": 538, "column": 20 } } }, "property": { "type": "Identifier", "name": "appendChild", "range": [ 20032, 20043 ], "loc": { "start": { "line": 538, "column": 21 }, "end": { "line": 538, "column": 32 } } }, "range": [ 20023, 20043 ], "loc": { "start": { "line": 538, "column": 12 }, "end": { "line": 538, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "slcR", "range": [ 20044, 20048 ], "loc": { "start": { "line": 538, "column": 33 }, "end": { "line": 538, "column": 37 } } } ], "range": [ 20023, 20049 ], "loc": { "start": { "line": 538, "column": 12 }, "end": { "line": 538, "column": 38 } } }, "range": [ 20023, 20050 ], "loc": { "start": { "line": 538, "column": 12 }, "end": { "line": 538, "column": 39 } } } ], "range": [ 19963, 20061 ], "loc": { "start": { "line": 536, "column": 15 }, "end": { "line": 539, "column": 9 } } }, "range": [ 19790, 20061 ], "loc": { "start": { "line": 533, "column": 8 }, "end": { "line": 539, "column": 9 } } }, { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "r", "range": [ 20081, 20082 ], "loc": { "start": { "line": 541, "column": 16 }, "end": { "line": 541, "column": 17 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 20083, 20084 ], "loc": { "start": { "line": 541, "column": 18 }, "end": { "line": 541, "column": 19 } } }, "range": [ 20081, 20084 ], "loc": { "start": { "line": 541, "column": 16 }, "end": { "line": 541, "column": 19 } } } ], "kind": "var", "range": [ 20077, 20084 ], "loc": { "start": { "line": 541, "column": 12 }, "end": { "line": 541, "column": 19 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "r", "range": [ 20086, 20087 ], "loc": { "start": { "line": 541, "column": 21 }, "end": { "line": 541, "column": 22 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcROpts", "range": [ 20088, 20096 ], "loc": { "start": { "line": 541, "column": 23 }, "end": { "line": 541, "column": 31 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 20097, 20103 ], "loc": { "start": { "line": 541, "column": 32 }, "end": { "line": 541, "column": 38 } } }, "range": [ 20088, 20103 ], "loc": { "start": { "line": 541, "column": 23 }, "end": { "line": 541, "column": 38 } } }, "range": [ 20086, 20103 ], "loc": { "start": { "line": 541, "column": 21 }, "end": { "line": 541, "column": 38 } } }, "update": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "Identifier", "name": "r", "range": [ 20105, 20106 ], "loc": { "start": { "line": 541, "column": 40 }, "end": { "line": 541, "column": 41 } } }, "prefix": false, "range": [ 20105, 20108 ], "loc": { "start": { "line": 541, "column": 40 }, "end": { "line": 541, "column": 43 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "currOpt", "range": [ 20128, 20135 ], "loc": { "start": { "line": 542, "column": 16 }, "end": { "line": 542, "column": 23 } } }, "init": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "Option", "range": [ 20142, 20148 ], "loc": { "start": { "line": 542, "column": 30 }, "end": { "line": 542, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "slcROpts", "range": [ 20149, 20157 ], "loc": { "start": { "line": 542, "column": 37 }, "end": { "line": 542, "column": 45 } } }, "property": { "type": "Identifier", "name": "r", "range": [ 20158, 20159 ], "loc": { "start": { "line": 542, "column": 46 }, "end": { "line": 542, "column": 47 } } }, "range": [ 20149, 20160 ], "loc": { "start": { "line": 542, "column": 37 }, "end": { "line": 542, "column": 48 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "slcROpts", "range": [ 20162, 20170 ], "loc": { "start": { "line": 542, "column": 50 }, "end": { "line": 542, "column": 58 } } }, "property": { "type": "Identifier", "name": "r", "range": [ 20171, 20172 ], "loc": { "start": { "line": 542, "column": 59 }, "end": { "line": 542, "column": 60 } } }, "range": [ 20162, 20173 ], "loc": { "start": { "line": 542, "column": 50 }, "end": { "line": 542, "column": 61 } } }, { "type": "Literal", "value": false, "raw": "false", "range": [ 20175, 20180 ], "loc": { "start": { "line": 542, "column": 63 }, "end": { "line": 542, "column": 68 } } }, { "type": "Literal", "value": false, "raw": "false", "range": [ 20182, 20187 ], "loc": { "start": { "line": 542, "column": 70 }, "end": { "line": 542, "column": 75 } } } ], "range": [ 20138, 20188 ], "loc": { "start": { "line": 542, "column": 26 }, "end": { "line": 542, "column": 76 } } }, "range": [ 20128, 20188 ], "loc": { "start": { "line": 542, "column": 16 }, "end": { "line": 542, "column": 76 } } } ], "kind": "var", "range": [ 20124, 20189 ], "loc": { "start": { "line": 542, "column": 12 }, "end": { "line": 542, "column": 77 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcR", "range": [ 20203, 20207 ], "loc": { "start": { "line": 543, "column": 12 }, "end": { "line": 543, "column": 16 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 20208, 20215 ], "loc": { "start": { "line": 543, "column": 17 }, "end": { "line": 543, "column": 24 } } }, "range": [ 20203, 20215 ], "loc": { "start": { "line": 543, "column": 12 }, "end": { "line": 543, "column": 24 } } }, "property": { "type": "Identifier", "name": "r", "range": [ 20216, 20217 ], "loc": { "start": { "line": 543, "column": 25 }, "end": { "line": 543, "column": 26 } } }, "range": [ 20203, 20218 ], "loc": { "start": { "line": 543, "column": 12 }, "end": { "line": 543, "column": 27 } } }, "right": { "type": "Identifier", "name": "currOpt", "range": [ 20221, 20228 ], "loc": { "start": { "line": 543, "column": 30 }, "end": { "line": 543, "column": 37 } } }, "range": [ 20203, 20228 ], "loc": { "start": { "line": 543, "column": 12 }, "end": { "line": 543, "column": 37 } } }, "range": [ 20203, 20229 ], "loc": { "start": { "line": 543, "column": 12 }, "end": { "line": 543, "column": 38 } } } ], "range": [ 20109, 20240 ], "loc": { "start": { "line": 541, "column": 44 }, "end": { "line": 544, "column": 9 } } }, "range": [ 20073, 20240 ], "loc": { "start": { "line": 541, "column": 8 }, "end": { "line": 544, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 20250, 20255 ], "loc": { "start": { "line": 545, "column": 8 }, "end": { "line": 545, "column": 13 } } }, "property": { "type": "Identifier", "name": "add", "range": [ 20256, 20259 ], "loc": { "start": { "line": 545, "column": 14 }, "end": { "line": 545, "column": 17 } } }, "range": [ 20250, 20259 ], "loc": { "start": { "line": 545, "column": 8 }, "end": { "line": 545, "column": 17 } } }, "arguments": [ { "type": "Identifier", "name": "slcR", "range": [ 20260, 20264 ], "loc": { "start": { "line": 545, "column": 18 }, "end": { "line": 545, "column": 22 } } }, { "type": "Literal", "value": "change", "raw": "'change'", "range": [ 20266, 20274 ], "loc": { "start": { "line": 545, "column": 24 }, "end": { "line": 545, "column": 32 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 20276, 20279 ], "loc": { "start": { "line": 545, "column": 34 }, "end": { "line": 545, "column": 37 } } }, "property": { "type": "Identifier", "name": "slcResultsChange", "range": [ 20280, 20296 ], "loc": { "start": { "line": 545, "column": 38 }, "end": { "line": 545, "column": 54 } } }, "range": [ 20276, 20296 ], "loc": { "start": { "line": 545, "column": 34 }, "end": { "line": 545, "column": 54 } } } ], "range": [ 20250, 20297 ], "loc": { "start": { "line": 545, "column": 8 }, "end": { "line": 545, "column": 55 } } }, "range": [ 20250, 20298 ], "loc": { "start": { "line": 545, "column": 8 }, "end": { "line": 545, "column": 56 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20308, 20312 ], "loc": { "start": { "line": 546, "column": 8 }, "end": { "line": 546, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 20313, 20330 ], "loc": { "start": { "line": 546, "column": 13 }, "end": { "line": 546, "column": 30 } } }, "range": [ 20308, 20330 ], "loc": { "start": { "line": 546, "column": 8 }, "end": { "line": 546, "column": 30 } } }, "right": { "type": "Identifier", "name": "slcR", "range": [ 20333, 20337 ], "loc": { "start": { "line": 546, "column": 33 }, "end": { "line": 546, "column": 37 } } }, "range": [ 20308, 20337 ], "loc": { "start": { "line": 546, "column": 8 }, "end": { "line": 546, "column": 37 } } }, "range": [ 20308, 20338 ], "loc": { "start": { "line": 546, "column": 8 }, "end": { "line": 546, "column": 38 } } } ], "range": [ 18676, 20345 ], "loc": { "start": { "line": 499, "column": 23 }, "end": { "line": 547, "column": 5 } } }, "generator": false, "expression": false, "range": [ 18674, 20345 ], "loc": { "start": { "line": 499, "column": 21 }, "end": { "line": 547, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 18657, 20345 ], "loc": { "start": { "line": 499, "column": 4 }, "end": { "line": 547, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Generates UI elements for the number of results per page drop-down\r\n ", "range": [ 18564, 18651 ], "loc": { "start": { "line": 496, "column": 4 }, "end": { "line": 498, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Remove number of results per page UI elements\r\n ", "range": [ 20353, 20419 ], "loc": { "start": { "line": 549, "column": 4 }, "end": { "line": 551, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "removeResultsPerPage", "range": [ 20425, 20445 ], "loc": { "start": { "line": 552, "column": 4 }, "end": { "line": 552, "column": 24 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 20462, 20464 ], "loc": { "start": { "line": 553, "column": 12 }, "end": { "line": 553, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20467, 20471 ], "loc": { "start": { "line": 553, "column": 17 }, "end": { "line": 553, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 20472, 20474 ], "loc": { "start": { "line": 553, "column": 22 }, "end": { "line": 553, "column": 24 } } }, "range": [ 20467, 20474 ], "loc": { "start": { "line": 553, "column": 17 }, "end": { "line": 553, "column": 24 } } }, "range": [ 20462, 20474 ], "loc": { "start": { "line": 553, "column": 12 }, "end": { "line": 553, "column": 24 } } } ], "kind": "var", "range": [ 20458, 20475 ], "loc": { "start": { "line": 553, "column": 8 }, "end": { "line": 553, "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": "tf", "range": [ 20489, 20491 ], "loc": { "start": { "line": 554, "column": 12 }, "end": { "line": 554, "column": 14 } } }, "property": { "type": "Identifier", "name": "hasGrid", "range": [ 20492, 20499 ], "loc": { "start": { "line": 554, "column": 15 }, "end": { "line": 554, "column": 22 } } }, "range": [ 20489, 20499 ], "loc": { "start": { "line": 554, "column": 12 }, "end": { "line": 554, "column": 22 } } }, "arguments": [], "range": [ 20489, 20501 ], "loc": { "start": { "line": 554, "column": 12 }, "end": { "line": 554, "column": 24 } } }, "prefix": true, "range": [ 20488, 20501 ], "loc": { "start": { "line": 554, "column": 11 }, "end": { "line": 554, "column": 24 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20506, 20510 ], "loc": { "start": { "line": 554, "column": 29 }, "end": { "line": 554, "column": 33 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 20511, 20528 ], "loc": { "start": { "line": 554, "column": 34 }, "end": { "line": 554, "column": 51 } } }, "range": [ 20506, 20528 ], "loc": { "start": { "line": 554, "column": 29 }, "end": { "line": 554, "column": 51 } } }, "prefix": true, "range": [ 20505, 20528 ], "loc": { "start": { "line": 554, "column": 28 }, "end": { "line": 554, "column": 51 } } }, "range": [ 20488, 20528 ], "loc": { "start": { "line": 554, "column": 11 }, "end": { "line": 554, "column": 51 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20533, 20537 ], "loc": { "start": { "line": 554, "column": 56 }, "end": { "line": 554, "column": 60 } } }, "property": { "type": "Identifier", "name": "resultsPerPage", "range": [ 20538, 20552 ], "loc": { "start": { "line": 554, "column": 61 }, "end": { "line": 554, "column": 75 } } }, "range": [ 20533, 20552 ], "loc": { "start": { "line": 554, "column": 56 }, "end": { "line": 554, "column": 75 } } }, "prefix": true, "range": [ 20532, 20552 ], "loc": { "start": { "line": 554, "column": 55 }, "end": { "line": 554, "column": 75 } } }, "range": [ 20488, 20552 ], "loc": { "start": { "line": 554, "column": 11 }, "end": { "line": 554, "column": 75 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 20568, 20575 ], "loc": { "start": { "line": 555, "column": 12 }, "end": { "line": 555, "column": 19 } } } ], "range": [ 20553, 20586 ], "loc": { "start": { "line": 554, "column": 76 }, "end": { "line": 556, "column": 9 } } }, "alternate": null, "range": [ 20485, 20586 ], "loc": { "start": { "line": 554, "column": 8 }, "end": { "line": 556, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcR", "range": [ 20600, 20604 ], "loc": { "start": { "line": 557, "column": 12 }, "end": { "line": 557, "column": 16 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20607, 20611 ], "loc": { "start": { "line": 557, "column": 19 }, "end": { "line": 557, "column": 23 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 20612, 20629 ], "loc": { "start": { "line": 557, "column": 24 }, "end": { "line": 557, "column": 41 } } }, "range": [ 20607, 20629 ], "loc": { "start": { "line": 557, "column": 19 }, "end": { "line": 557, "column": 41 } } }, "range": [ 20600, 20629 ], "loc": { "start": { "line": 557, "column": 12 }, "end": { "line": 557, "column": 41 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcRSpan", "range": [ 20644, 20652 ], "loc": { "start": { "line": 558, "column": 12 }, "end": { "line": 558, "column": 20 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 20655, 20658 ], "loc": { "start": { "line": 558, "column": 23 }, "end": { "line": 558, "column": 26 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 20659, 20661 ], "loc": { "start": { "line": 558, "column": 27 }, "end": { "line": 558, "column": 29 } } }, "range": [ 20655, 20661 ], "loc": { "start": { "line": 558, "column": 23 }, "end": { "line": 558, "column": 29 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20662, 20666 ], "loc": { "start": { "line": 558, "column": 30 }, "end": { "line": 558, "column": 34 } } }, "property": { "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ 20667, 20684 ], "loc": { "start": { "line": 558, "column": 35 }, "end": { "line": 558, "column": 52 } } }, "range": [ 20662, 20684 ], "loc": { "start": { "line": 558, "column": 30 }, "end": { "line": 558, "column": 52 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 20685, 20687 ], "loc": { "start": { "line": 558, "column": 53 }, "end": { "line": 558, "column": 55 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 20688, 20690 ], "loc": { "start": { "line": 558, "column": 56 }, "end": { "line": 558, "column": 58 } } }, "range": [ 20685, 20690 ], "loc": { "start": { "line": 558, "column": 53 }, "end": { "line": 558, "column": 58 } } }, "range": [ 20662, 20690 ], "loc": { "start": { "line": 558, "column": 30 }, "end": { "line": 558, "column": 58 } } } ], "range": [ 20655, 20691 ], "loc": { "start": { "line": 558, "column": 23 }, "end": { "line": 558, "column": 59 } } }, "range": [ 20644, 20691 ], "loc": { "start": { "line": 558, "column": 12 }, "end": { "line": 558, "column": 59 } } } ], "kind": "var", "range": [ 20596, 20692 ], "loc": { "start": { "line": 557, "column": 8 }, "end": { "line": 558, "column": 60 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "slcR", "range": [ 20705, 20709 ], "loc": { "start": { "line": 559, "column": 11 }, "end": { "line": 559, "column": 15 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcR", "range": [ 20725, 20729 ], "loc": { "start": { "line": 560, "column": 12 }, "end": { "line": 560, "column": 16 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 20730, 20740 ], "loc": { "start": { "line": 560, "column": 17 }, "end": { "line": 560, "column": 27 } } }, "range": [ 20725, 20740 ], "loc": { "start": { "line": 560, "column": 12 }, "end": { "line": 560, "column": 27 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 20741, 20752 ], "loc": { "start": { "line": 560, "column": 28 }, "end": { "line": 560, "column": 39 } } }, "range": [ 20725, 20752 ], "loc": { "start": { "line": 560, "column": 12 }, "end": { "line": 560, "column": 39 } } }, "arguments": [ { "type": "Identifier", "name": "slcR", "range": [ 20753, 20757 ], "loc": { "start": { "line": 560, "column": 40 }, "end": { "line": 560, "column": 44 } } } ], "range": [ 20725, 20758 ], "loc": { "start": { "line": 560, "column": 12 }, "end": { "line": 560, "column": 45 } } }, "range": [ 20725, 20759 ], "loc": { "start": { "line": 560, "column": 12 }, "end": { "line": 560, "column": 46 } } } ], "range": [ 20710, 20770 ], "loc": { "start": { "line": 559, "column": 16 }, "end": { "line": 561, "column": 9 } } }, "alternate": null, "range": [ 20702, 20770 ], "loc": { "start": { "line": 559, "column": 8 }, "end": { "line": 561, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "slcRSpan", "range": [ 20783, 20791 ], "loc": { "start": { "line": 562, "column": 11 }, "end": { "line": 562, "column": 19 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcRSpan", "range": [ 20807, 20815 ], "loc": { "start": { "line": 563, "column": 12 }, "end": { "line": 563, "column": 20 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 20816, 20826 ], "loc": { "start": { "line": 563, "column": 21 }, "end": { "line": 563, "column": 31 } } }, "range": [ 20807, 20826 ], "loc": { "start": { "line": 563, "column": 12 }, "end": { "line": 563, "column": 31 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 20827, 20838 ], "loc": { "start": { "line": 563, "column": 32 }, "end": { "line": 563, "column": 43 } } }, "range": [ 20807, 20838 ], "loc": { "start": { "line": 563, "column": 12 }, "end": { "line": 563, "column": 43 } } }, "arguments": [ { "type": "Identifier", "name": "slcRSpan", "range": [ 20839, 20847 ], "loc": { "start": { "line": 563, "column": 44 }, "end": { "line": 563, "column": 52 } } } ], "range": [ 20807, 20848 ], "loc": { "start": { "line": 563, "column": 12 }, "end": { "line": 563, "column": 53 } } }, "range": [ 20807, 20849 ], "loc": { "start": { "line": 563, "column": 12 }, "end": { "line": 563, "column": 54 } } } ], "range": [ 20792, 20860 ], "loc": { "start": { "line": 562, "column": 20 }, "end": { "line": 564, "column": 9 } } }, "alternate": null, "range": [ 20780, 20860 ], "loc": { "start": { "line": 562, "column": 8 }, "end": { "line": 564, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 20870, 20874 ], "loc": { "start": { "line": 565, "column": 8 }, "end": { "line": 565, "column": 12 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 20875, 20892 ], "loc": { "start": { "line": 565, "column": 13 }, "end": { "line": 565, "column": 30 } } }, "range": [ 20870, 20892 ], "loc": { "start": { "line": 565, "column": 8 }, "end": { "line": 565, "column": 30 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 20895, 20899 ], "loc": { "start": { "line": 565, "column": 33 }, "end": { "line": 565, "column": 37 } } }, "range": [ 20870, 20899 ], "loc": { "start": { "line": 565, "column": 8 }, "end": { "line": 565, "column": 37 } } }, "range": [ 20870, 20900 ], "loc": { "start": { "line": 565, "column": 8 }, "end": { "line": 565, "column": 38 } } } ], "range": [ 20447, 20907 ], "loc": { "start": { "line": 552, "column": 26 }, "end": { "line": 566, "column": 5 } } }, "generator": false, "expression": false, "range": [ 20445, 20907 ], "loc": { "start": { "line": 552, "column": 24 }, "end": { "line": 566, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 20425, 20907 ], "loc": { "start": { "line": 552, "column": 4 }, "end": { "line": 566, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Remove number of results per page UI elements\r\n ", "range": [ 20353, 20419 ], "loc": { "start": { "line": 549, "column": 4 }, "end": { "line": 551, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Change the page asynchronously according to passed index\r\n * @param {Number} index Index of the page (0-n)\r\n ", "range": [ 20915, 21047 ], "loc": { "start": { "line": 568, "column": 4 }, "end": { "line": 571, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "changePage", "range": [ 21053, 21063 ], "loc": { "start": { "line": 572, "column": 4 }, "end": { "line": 572, "column": 14 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "index", "range": [ 21064, 21069 ], "loc": { "start": { "line": 572, "column": 15 }, "end": { "line": 572, "column": 20 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 21085, 21087 ], "loc": { "start": { "line": 573, "column": 12 }, "end": { "line": 573, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 21090, 21094 ], "loc": { "start": { "line": 573, "column": 17 }, "end": { "line": 573, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 21095, 21097 ], "loc": { "start": { "line": 573, "column": 22 }, "end": { "line": 573, "column": 24 } } }, "range": [ 21090, 21097 ], "loc": { "start": { "line": 573, "column": 17 }, "end": { "line": 573, "column": 24 } } }, "range": [ 21085, 21097 ], "loc": { "start": { "line": 573, "column": 12 }, "end": { "line": 573, "column": 24 } } } ], "kind": "var", "range": [ 21081, 21098 ], "loc": { "start": { "line": 573, "column": 8 }, "end": { "line": 573, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 21112, 21115 ], "loc": { "start": { "line": 574, "column": 12 }, "end": { "line": 574, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21118, 21120 ], "loc": { "start": { "line": 574, "column": 18 }, "end": { "line": 574, "column": 20 } } }, "property": { "type": "Identifier", "name": "Evt", "range": [ 21121, 21124 ], "loc": { "start": { "line": 574, "column": 21 }, "end": { "line": 574, "column": 24 } } }, "range": [ 21118, 21124 ], "loc": { "start": { "line": 574, "column": 18 }, "end": { "line": 574, "column": 24 } } }, "range": [ 21112, 21124 ], "loc": { "start": { "line": 574, "column": 12 }, "end": { "line": 574, "column": 24 } } } ], "kind": "var", "range": [ 21108, 21125 ], "loc": { "start": { "line": 574, "column": 8 }, "end": { "line": 574, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21135, 21137 ], "loc": { "start": { "line": 575, "column": 8 }, "end": { "line": 575, "column": 10 } } }, "property": { "type": "Identifier", "name": "EvtManager", "range": [ 21138, 21148 ], "loc": { "start": { "line": 575, "column": 11 }, "end": { "line": 575, "column": 21 } } }, "range": [ 21135, 21148 ], "loc": { "start": { "line": 575, "column": 8 }, "end": { "line": 575, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 21149, 21152 ], "loc": { "start": { "line": 575, "column": 22 }, "end": { "line": 575, "column": 25 } } }, "property": { "type": "Identifier", "name": "name", "range": [ 21153, 21157 ], "loc": { "start": { "line": 575, "column": 26 }, "end": { "line": 575, "column": 30 } } }, "range": [ 21149, 21157 ], "loc": { "start": { "line": 575, "column": 22 }, "end": { "line": 575, "column": 30 } } }, "property": { "type": "Identifier", "name": "changepage", "range": [ 21158, 21168 ], "loc": { "start": { "line": 575, "column": 31 }, "end": { "line": 575, "column": 41 } } }, "range": [ 21149, 21168 ], "loc": { "start": { "line": 575, "column": 22 }, "end": { "line": 575, "column": 41 } } }, { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "pgIndex", "range": [ 21172, 21179 ], "loc": { "start": { "line": 575, "column": 45 }, "end": { "line": 575, "column": 52 } } }, "value": { "type": "Identifier", "name": "index", "range": [ 21180, 21185 ], "loc": { "start": { "line": 575, "column": 53 }, "end": { "line": 575, "column": 58 } } }, "kind": "init", "method": false, "shorthand": false, "computed": false, "range": [ 21172, 21185 ], "loc": { "start": { "line": 575, "column": 45 }, "end": { "line": 575, "column": 58 } } } ], "range": [ 21170, 21187 ], "loc": { "start": { "line": 575, "column": 43 }, "end": { "line": 575, "column": 60 } } } ], "range": [ 21135, 21188 ], "loc": { "start": { "line": 575, "column": 8 }, "end": { "line": 575, "column": 61 } } }, "range": [ 21135, 21189 ], "loc": { "start": { "line": 575, "column": 8 }, "end": { "line": 575, "column": 62 } } } ], "range": [ 21070, 21196 ], "loc": { "start": { "line": 572, "column": 21 }, "end": { "line": 576, "column": 5 } } }, "generator": false, "expression": false, "range": [ 21063, 21196 ], "loc": { "start": { "line": 572, "column": 14 }, "end": { "line": 576, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 21053, 21196 ], "loc": { "start": { "line": 572, "column": 4 }, "end": { "line": 576, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Change the page asynchronously according to passed index\r\n * @param {Number} index Index of the page (0-n)\r\n ", "range": [ 20915, 21047 ], "loc": { "start": { "line": 568, "column": 4 }, "end": { "line": 571, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Change rows asynchronously according to page results\r\n ", "range": [ 21204, 21277 ], "loc": { "start": { "line": 578, "column": 4 }, "end": { "line": 580, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "changeResultsPerPage", "range": [ 21283, 21303 ], "loc": { "start": { "line": 581, "column": 4 }, "end": { "line": 581, "column": 24 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 21320, 21322 ], "loc": { "start": { "line": 582, "column": 12 }, "end": { "line": 582, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 21325, 21329 ], "loc": { "start": { "line": 582, "column": 17 }, "end": { "line": 582, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 21330, 21332 ], "loc": { "start": { "line": 582, "column": 22 }, "end": { "line": 582, "column": 24 } } }, "range": [ 21325, 21332 ], "loc": { "start": { "line": 582, "column": 17 }, "end": { "line": 582, "column": 24 } } }, "range": [ 21320, 21332 ], "loc": { "start": { "line": 582, "column": 12 }, "end": { "line": 582, "column": 24 } } } ], "kind": "var", "range": [ 21316, 21333 ], "loc": { "start": { "line": 582, "column": 8 }, "end": { "line": 582, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 21347, 21350 ], "loc": { "start": { "line": 583, "column": 12 }, "end": { "line": 583, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21353, 21355 ], "loc": { "start": { "line": 583, "column": 18 }, "end": { "line": 583, "column": 20 } } }, "property": { "type": "Identifier", "name": "Evt", "range": [ 21356, 21359 ], "loc": { "start": { "line": 583, "column": 21 }, "end": { "line": 583, "column": 24 } } }, "range": [ 21353, 21359 ], "loc": { "start": { "line": 583, "column": 18 }, "end": { "line": 583, "column": 24 } } }, "range": [ 21347, 21359 ], "loc": { "start": { "line": 583, "column": 12 }, "end": { "line": 583, "column": 24 } } } ], "kind": "var", "range": [ 21343, 21360 ], "loc": { "start": { "line": 583, "column": 8 }, "end": { "line": 583, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21370, 21372 ], "loc": { "start": { "line": 584, "column": 8 }, "end": { "line": 584, "column": 10 } } }, "property": { "type": "Identifier", "name": "EvtManager", "range": [ 21373, 21383 ], "loc": { "start": { "line": 584, "column": 11 }, "end": { "line": 584, "column": 21 } } }, "range": [ 21370, 21383 ], "loc": { "start": { "line": 584, "column": 8 }, "end": { "line": 584, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 21384, 21387 ], "loc": { "start": { "line": 584, "column": 22 }, "end": { "line": 584, "column": 25 } } }, "property": { "type": "Identifier", "name": "name", "range": [ 21388, 21392 ], "loc": { "start": { "line": 584, "column": 26 }, "end": { "line": 584, "column": 30 } } }, "range": [ 21384, 21392 ], "loc": { "start": { "line": 584, "column": 22 }, "end": { "line": 584, "column": 30 } } }, "property": { "type": "Identifier", "name": "changeresultsperpage", "range": [ 21393, 21413 ], "loc": { "start": { "line": 584, "column": 31 }, "end": { "line": 584, "column": 51 } } }, "range": [ 21384, 21413 ], "loc": { "start": { "line": 584, "column": 22 }, "end": { "line": 584, "column": 51 } } } ], "range": [ 21370, 21414 ], "loc": { "start": { "line": 584, "column": 8 }, "end": { "line": 584, "column": 52 } } }, "range": [ 21370, 21415 ], "loc": { "start": { "line": 584, "column": 8 }, "end": { "line": 584, "column": 53 } } } ], "range": [ 21305, 21422 ], "loc": { "start": { "line": 581, "column": 26 }, "end": { "line": 585, "column": 5 } } }, "generator": false, "expression": false, "range": [ 21303, 21422 ], "loc": { "start": { "line": 581, "column": 24 }, "end": { "line": 585, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 21283, 21422 ], "loc": { "start": { "line": 581, "column": 4 }, "end": { "line": 585, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Change rows asynchronously according to page results\r\n ", "range": [ 21204, 21277 ], "loc": { "start": { "line": 578, "column": 4 }, "end": { "line": 580, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Re-set asynchronously page nb at page re-load\r\n ", "range": [ 21430, 21496 ], "loc": { "start": { "line": 587, "column": 4 }, "end": { "line": 589, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "resetPage", "range": [ 21502, 21511 ], "loc": { "start": { "line": 590, "column": 4 }, "end": { "line": 590, "column": 13 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 21528, 21530 ], "loc": { "start": { "line": 591, "column": 12 }, "end": { "line": 591, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 21533, 21537 ], "loc": { "start": { "line": 591, "column": 17 }, "end": { "line": 591, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 21538, 21540 ], "loc": { "start": { "line": 591, "column": 22 }, "end": { "line": 591, "column": 24 } } }, "range": [ 21533, 21540 ], "loc": { "start": { "line": 591, "column": 17 }, "end": { "line": 591, "column": 24 } } }, "range": [ 21528, 21540 ], "loc": { "start": { "line": 591, "column": 12 }, "end": { "line": 591, "column": 24 } } } ], "kind": "var", "range": [ 21524, 21541 ], "loc": { "start": { "line": 591, "column": 8 }, "end": { "line": 591, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 21555, 21558 ], "loc": { "start": { "line": 592, "column": 12 }, "end": { "line": 592, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21561, 21563 ], "loc": { "start": { "line": 592, "column": 18 }, "end": { "line": 592, "column": 20 } } }, "property": { "type": "Identifier", "name": "Evt", "range": [ 21564, 21567 ], "loc": { "start": { "line": 592, "column": 21 }, "end": { "line": 592, "column": 24 } } }, "range": [ 21561, 21567 ], "loc": { "start": { "line": 592, "column": 18 }, "end": { "line": 592, "column": 24 } } }, "range": [ 21555, 21567 ], "loc": { "start": { "line": 592, "column": 12 }, "end": { "line": 592, "column": 24 } } } ], "kind": "var", "range": [ 21551, 21568 ], "loc": { "start": { "line": 592, "column": 8 }, "end": { "line": 592, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21578, 21580 ], "loc": { "start": { "line": 593, "column": 8 }, "end": { "line": 593, "column": 10 } } }, "property": { "type": "Identifier", "name": "EvtManager", "range": [ 21581, 21591 ], "loc": { "start": { "line": 593, "column": 11 }, "end": { "line": 593, "column": 21 } } }, "range": [ 21578, 21591 ], "loc": { "start": { "line": 593, "column": 8 }, "end": { "line": 593, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 21592, 21595 ], "loc": { "start": { "line": 593, "column": 22 }, "end": { "line": 593, "column": 25 } } }, "property": { "type": "Identifier", "name": "name", "range": [ 21596, 21600 ], "loc": { "start": { "line": 593, "column": 26 }, "end": { "line": 593, "column": 30 } } }, "range": [ 21592, 21600 ], "loc": { "start": { "line": 593, "column": 22 }, "end": { "line": 593, "column": 30 } } }, "property": { "type": "Identifier", "name": "resetpage", "range": [ 21601, 21610 ], "loc": { "start": { "line": 593, "column": 31 }, "end": { "line": 593, "column": 40 } } }, "range": [ 21592, 21610 ], "loc": { "start": { "line": 593, "column": 22 }, "end": { "line": 593, "column": 40 } } } ], "range": [ 21578, 21611 ], "loc": { "start": { "line": 593, "column": 8 }, "end": { "line": 593, "column": 41 } } }, "range": [ 21578, 21612 ], "loc": { "start": { "line": 593, "column": 8 }, "end": { "line": 593, "column": 42 } } } ], "range": [ 21513, 21619 ], "loc": { "start": { "line": 590, "column": 15 }, "end": { "line": 594, "column": 5 } } }, "generator": false, "expression": false, "range": [ 21511, 21619 ], "loc": { "start": { "line": 590, "column": 13 }, "end": { "line": 594, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 21502, 21619 ], "loc": { "start": { "line": 590, "column": 4 }, "end": { "line": 594, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Re-set asynchronously page nb at page re-load\r\n ", "range": [ 21430, 21496 ], "loc": { "start": { "line": 587, "column": 4 }, "end": { "line": 589, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Re-set asynchronously page length at page re-load\r\n ", "range": [ 21627, 21697 ], "loc": { "start": { "line": 596, "column": 4 }, "end": { "line": 598, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "resetPageLength", "range": [ 21703, 21718 ], "loc": { "start": { "line": 599, "column": 4 }, "end": { "line": 599, "column": 19 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 21735, 21737 ], "loc": { "start": { "line": 600, "column": 12 }, "end": { "line": 600, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 21740, 21744 ], "loc": { "start": { "line": 600, "column": 17 }, "end": { "line": 600, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 21745, 21747 ], "loc": { "start": { "line": 600, "column": 22 }, "end": { "line": 600, "column": 24 } } }, "range": [ 21740, 21747 ], "loc": { "start": { "line": 600, "column": 17 }, "end": { "line": 600, "column": 24 } } }, "range": [ 21735, 21747 ], "loc": { "start": { "line": 600, "column": 12 }, "end": { "line": 600, "column": 24 } } } ], "kind": "var", "range": [ 21731, 21748 ], "loc": { "start": { "line": 600, "column": 8 }, "end": { "line": 600, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 21762, 21765 ], "loc": { "start": { "line": 601, "column": 12 }, "end": { "line": 601, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21768, 21770 ], "loc": { "start": { "line": 601, "column": 18 }, "end": { "line": 601, "column": 20 } } }, "property": { "type": "Identifier", "name": "Evt", "range": [ 21771, 21774 ], "loc": { "start": { "line": 601, "column": 21 }, "end": { "line": 601, "column": 24 } } }, "range": [ 21768, 21774 ], "loc": { "start": { "line": 601, "column": 18 }, "end": { "line": 601, "column": 24 } } }, "range": [ 21762, 21774 ], "loc": { "start": { "line": 601, "column": 12 }, "end": { "line": 601, "column": 24 } } } ], "kind": "var", "range": [ 21758, 21775 ], "loc": { "start": { "line": 601, "column": 8 }, "end": { "line": 601, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 21785, 21787 ], "loc": { "start": { "line": 602, "column": 8 }, "end": { "line": 602, "column": 10 } } }, "property": { "type": "Identifier", "name": "EvtManager", "range": [ 21788, 21798 ], "loc": { "start": { "line": 602, "column": 11 }, "end": { "line": 602, "column": 21 } } }, "range": [ 21785, 21798 ], "loc": { "start": { "line": 602, "column": 8 }, "end": { "line": 602, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 21799, 21802 ], "loc": { "start": { "line": 602, "column": 22 }, "end": { "line": 602, "column": 25 } } }, "property": { "type": "Identifier", "name": "name", "range": [ 21803, 21807 ], "loc": { "start": { "line": 602, "column": 26 }, "end": { "line": 602, "column": 30 } } }, "range": [ 21799, 21807 ], "loc": { "start": { "line": 602, "column": 22 }, "end": { "line": 602, "column": 30 } } }, "property": { "type": "Identifier", "name": "resetpagelength", "range": [ 21808, 21823 ], "loc": { "start": { "line": 602, "column": 31 }, "end": { "line": 602, "column": 46 } } }, "range": [ 21799, 21823 ], "loc": { "start": { "line": 602, "column": 22 }, "end": { "line": 602, "column": 46 } } } ], "range": [ 21785, 21824 ], "loc": { "start": { "line": 602, "column": 8 }, "end": { "line": 602, "column": 47 } } }, "range": [ 21785, 21825 ], "loc": { "start": { "line": 602, "column": 8 }, "end": { "line": 602, "column": 48 } } } ], "range": [ 21720, 21832 ], "loc": { "start": { "line": 599, "column": 21 }, "end": { "line": 603, "column": 5 } } }, "generator": false, "expression": false, "range": [ 21718, 21832 ], "loc": { "start": { "line": 599, "column": 19 }, "end": { "line": 603, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 21703, 21832 ], "loc": { "start": { "line": 599, "column": 4 }, "end": { "line": 603, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Re-set asynchronously page length at page re-load\r\n ", "range": [ 21627, 21697 ], "loc": { "start": { "line": 596, "column": 4 }, "end": { "line": 598, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Change the page according to passed index\r\n * @param {Number} index Index of the page (0-n)\r\n ", "range": [ 21840, 21957 ], "loc": { "start": { "line": 605, "column": 4 }, "end": { "line": 608, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_changePage", "range": [ 21963, 21974 ], "loc": { "start": { "line": 609, "column": 4 }, "end": { "line": 609, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "index", "range": [ 21975, 21980 ], "loc": { "start": { "line": 609, "column": 16 }, "end": { "line": 609, "column": 21 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 21996, 21998 ], "loc": { "start": { "line": 610, "column": 12 }, "end": { "line": 610, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22001, 22005 ], "loc": { "start": { "line": 610, "column": 17 }, "end": { "line": 610, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 22006, 22008 ], "loc": { "start": { "line": 610, "column": 22 }, "end": { "line": 610, "column": 24 } } }, "range": [ 22001, 22008 ], "loc": { "start": { "line": 610, "column": 17 }, "end": { "line": 610, "column": 24 } } }, "range": [ 21996, 22008 ], "loc": { "start": { "line": 610, "column": 12 }, "end": { "line": 610, "column": 24 } } } ], "kind": "var", "range": [ 21992, 22009 ], "loc": { "start": { "line": 610, "column": 8 }, "end": { "line": 610, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22025, 22027 ], "loc": { "start": { "line": 612, "column": 12 }, "end": { "line": 612, "column": 14 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 22028, 22034 ], "loc": { "start": { "line": 612, "column": 15 }, "end": { "line": 612, "column": 21 } } }, "range": [ 22025, 22034 ], "loc": { "start": { "line": 612, "column": 12 }, "end": { "line": 612, "column": 21 } } }, "prefix": true, "range": [ 22024, 22034 ], "loc": { "start": { "line": 612, "column": 11 }, "end": { "line": 612, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 22050, 22057 ], "loc": { "start": { "line": 613, "column": 12 }, "end": { "line": 613, "column": 19 } } } ], "range": [ 22035, 22068 ], "loc": { "start": { "line": 612, "column": 22 }, "end": { "line": 614, "column": 9 } } }, "alternate": null, "range": [ 22021, 22068 ], "loc": { "start": { "line": 612, "column": 8 }, "end": { "line": 614, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "index", "range": [ 22081, 22086 ], "loc": { "start": { "line": 615, "column": 11 }, "end": { "line": 615, "column": 16 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 22091, 22095 ], "loc": { "start": { "line": 615, "column": 21 }, "end": { "line": 615, "column": 25 } } }, "range": [ 22081, 22095 ], "loc": { "start": { "line": 615, "column": 11 }, "end": { "line": 615, "column": 25 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "index", "range": [ 22111, 22116 ], "loc": { "start": { "line": 616, "column": 12 }, "end": { "line": 616, "column": 17 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22119, 22123 ], "loc": { "start": { "line": 616, "column": 20 }, "end": { "line": 616, "column": 24 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 22124, 22140 ], "loc": { "start": { "line": 616, "column": 25 }, "end": { "line": 616, "column": 41 } } }, "range": [ 22119, 22140 ], "loc": { "start": { "line": 616, "column": 20 }, "end": { "line": 616, "column": 41 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22143, 22145 ], "loc": { "start": { "line": 616, "column": 44 }, "end": { "line": 616, "column": 46 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 22146, 22156 ], "loc": { "start": { "line": 616, "column": 47 }, "end": { "line": 616, "column": 57 } } }, "range": [ 22143, 22156 ], "loc": { "start": { "line": 616, "column": 44 }, "end": { "line": 616, "column": 57 } } }, "range": [ 22119, 22156 ], "loc": { "start": { "line": 616, "column": 20 }, "end": { "line": 616, "column": 57 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22176, 22180 ], "loc": { "start": { "line": 617, "column": 16 }, "end": { "line": 617, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 22181, 22190 ], "loc": { "start": { "line": 617, "column": 21 }, "end": { "line": 617, "column": 30 } } }, "range": [ 22176, 22190 ], "loc": { "start": { "line": 617, "column": 16 }, "end": { "line": 617, "column": 30 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 22191, 22198 ], "loc": { "start": { "line": 617, "column": 31 }, "end": { "line": 617, "column": 38 } } }, "range": [ 22176, 22198 ], "loc": { "start": { "line": 617, "column": 16 }, "end": { "line": 617, "column": 38 } } }, "property": { "type": "Identifier", "name": "selectedIndex", "range": [ 22199, 22212 ], "loc": { "start": { "line": 617, "column": 39 }, "end": { "line": 617, "column": 52 } } }, "range": [ 22176, 22212 ], "loc": { "start": { "line": 617, "column": 16 }, "end": { "line": 617, "column": 52 } } }, "alternate": { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22216, 22220 ], "loc": { "start": { "line": 617, "column": 56 }, "end": { "line": 617, "column": 60 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 22221, 22230 ], "loc": { "start": { "line": 617, "column": 61 }, "end": { "line": 617, "column": 70 } } }, "range": [ 22216, 22230 ], "loc": { "start": { "line": 617, "column": 56 }, "end": { "line": 617, "column": 70 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 22231, 22236 ], "loc": { "start": { "line": 617, "column": 71 }, "end": { "line": 617, "column": 76 } } }, "range": [ 22216, 22236 ], "loc": { "start": { "line": 617, "column": 56 }, "end": { "line": 617, "column": 76 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 22237, 22238 ], "loc": { "start": { "line": 617, "column": 77 }, "end": { "line": 617, "column": 78 } } }, "range": [ 22216, 22238 ], "loc": { "start": { "line": 617, "column": 56 }, "end": { "line": 617, "column": 78 } } }, "range": [ 22119, 22239 ], "loc": { "start": { "line": 616, "column": 20 }, "end": { "line": 617, "column": 79 } } }, "range": [ 22111, 22239 ], "loc": { "start": { "line": 616, "column": 12 }, "end": { "line": 617, "column": 79 } } }, "range": [ 22111, 22240 ], "loc": { "start": { "line": 616, "column": 12 }, "end": { "line": 617, "column": 80 } } } ], "range": [ 22096, 22251 ], "loc": { "start": { "line": 615, "column": 26 }, "end": { "line": 618, "column": 9 } } }, "alternate": null, "range": [ 22078, 22251 ], "loc": { "start": { "line": 615, "column": 8 }, "end": { "line": 618, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": ">=", "left": { "type": "Identifier", "name": "index", "range": [ 22265, 22270 ], "loc": { "start": { "line": 619, "column": 12 }, "end": { "line": 619, "column": 17 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 22272, 22273 ], "loc": { "start": { "line": 619, "column": 19 }, "end": { "line": 619, "column": 20 } } }, "range": [ 22265, 22273 ], "loc": { "start": { "line": 619, "column": 12 }, "end": { "line": 619, "column": 20 } } }, "right": { "type": "BinaryExpression", "operator": "<=", "left": { "type": "Identifier", "name": "index", "range": [ 22277, 22282 ], "loc": { "start": { "line": 619, "column": 24 }, "end": { "line": 619, "column": 29 } } }, "right": { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22285, 22289 ], "loc": { "start": { "line": 619, "column": 32 }, "end": { "line": 619, "column": 36 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 22290, 22297 ], "loc": { "start": { "line": 619, "column": 37 }, "end": { "line": 619, "column": 44 } } }, "range": [ 22285, 22297 ], "loc": { "start": { "line": 619, "column": 32 }, "end": { "line": 619, "column": 44 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 22298, 22299 ], "loc": { "start": { "line": 619, "column": 45 }, "end": { "line": 619, "column": 46 } } }, "range": [ 22285, 22299 ], "loc": { "start": { "line": 619, "column": 32 }, "end": { "line": 619, "column": 46 } } }, "range": [ 22277, 22300 ], "loc": { "start": { "line": 619, "column": 24 }, "end": { "line": 619, "column": 47 } } }, "range": [ 22265, 22300 ], "loc": { "start": { "line": 619, "column": 12 }, "end": { "line": 619, "column": 47 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22320, 22324 ], "loc": { "start": { "line": 620, "column": 15 }, "end": { "line": 620, "column": 19 } } }, "property": { "type": "Identifier", "name": "onBeforeChangePage", "range": [ 22325, 22343 ], "loc": { "start": { "line": 620, "column": 20 }, "end": { "line": 620, "column": 38 } } }, "range": [ 22320, 22343 ], "loc": { "start": { "line": 620, "column": 15 }, "end": { "line": 620, "column": 38 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22363, 22367 ], "loc": { "start": { "line": 621, "column": 16 }, "end": { "line": 621, "column": 20 } } }, "property": { "type": "Identifier", "name": "onBeforeChangePage", "range": [ 22368, 22386 ], "loc": { "start": { "line": 621, "column": 21 }, "end": { "line": 621, "column": 39 } } }, "range": [ 22363, 22386 ], "loc": { "start": { "line": 621, "column": 16 }, "end": { "line": 621, "column": 39 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 22387, 22391 ], "loc": { "start": { "line": 621, "column": 40 }, "end": { "line": 621, "column": 44 } } }, "range": [ 22363, 22391 ], "loc": { "start": { "line": 621, "column": 16 }, "end": { "line": 621, "column": 44 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 22392, 22396 ], "loc": { "start": { "line": 621, "column": 45 }, "end": { "line": 621, "column": 49 } } }, { "type": "ThisExpression", "range": [ 22398, 22402 ], "loc": { "start": { "line": 621, "column": 51 }, "end": { "line": 621, "column": 55 } } }, { "type": "Identifier", "name": "index", "range": [ 22404, 22409 ], "loc": { "start": { "line": 621, "column": 57 }, "end": { "line": 621, "column": 62 } } } ], "range": [ 22363, 22410 ], "loc": { "start": { "line": 621, "column": 16 }, "end": { "line": 621, "column": 63 } } }, "range": [ 22363, 22411 ], "loc": { "start": { "line": 621, "column": 16 }, "end": { "line": 621, "column": 64 } } } ], "range": [ 22344, 22426 ], "loc": { "start": { "line": 620, "column": 39 }, "end": { "line": 622, "column": 13 } } }, "alternate": null, "range": [ 22317, 22426 ], "loc": { "start": { "line": 620, "column": 12 }, "end": { "line": 622, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22440, 22444 ], "loc": { "start": { "line": 623, "column": 12 }, "end": { "line": 623, "column": 16 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 22445, 22458 ], "loc": { "start": { "line": 623, "column": 17 }, "end": { "line": 623, "column": 30 } } }, "range": [ 22440, 22458 ], "loc": { "start": { "line": 623, "column": 12 }, "end": { "line": 623, "column": 30 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 22461, 22469 ], "loc": { "start": { "line": 623, "column": 33 }, "end": { "line": 623, "column": 41 } } }, "arguments": [ { "type": "Identifier", "name": "index", "range": [ 22470, 22475 ], "loc": { "start": { "line": 623, "column": 42 }, "end": { "line": 623, "column": 47 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 22477, 22479 ], "loc": { "start": { "line": 623, "column": 49 }, "end": { "line": 623, "column": 51 } } } ], "range": [ 22461, 22480 ], "loc": { "start": { "line": 623, "column": 33 }, "end": { "line": 623, "column": 52 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 22481, 22482 ], "loc": { "start": { "line": 623, "column": 53 }, "end": { "line": 623, "column": 54 } } }, "range": [ 22461, 22482 ], "loc": { "start": { "line": 623, "column": 33 }, "end": { "line": 623, "column": 54 } } }, "range": [ 22440, 22482 ], "loc": { "start": { "line": 623, "column": 12 }, "end": { "line": 623, "column": 54 } } }, "range": [ 22440, 22483 ], "loc": { "start": { "line": 623, "column": 12 }, "end": { "line": 623, "column": 55 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22500, 22504 ], "loc": { "start": { "line": 624, "column": 15 }, "end": { "line": 624, "column": 19 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 22505, 22521 ], "loc": { "start": { "line": 624, "column": 20 }, "end": { "line": 624, "column": 36 } } }, "range": [ 22500, 22521 ], "loc": { "start": { "line": 624, "column": 15 }, "end": { "line": 624, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22524, 22526 ], "loc": { "start": { "line": 624, "column": 39 }, "end": { "line": 624, "column": 41 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 22527, 22537 ], "loc": { "start": { "line": 624, "column": 42 }, "end": { "line": 624, "column": 52 } } }, "range": [ 22524, 22537 ], "loc": { "start": { "line": 624, "column": 39 }, "end": { "line": 624, "column": 52 } } }, "range": [ 22500, 22537 ], "loc": { "start": { "line": 624, "column": 15 }, "end": { "line": 624, "column": 52 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22557, 22561 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 22562, 22571 ], "loc": { "start": { "line": 625, "column": 21 }, "end": { "line": 625, "column": 30 } } }, "range": [ 22557, 22571 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 30 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 22572, 22579 ], "loc": { "start": { "line": 625, "column": 31 }, "end": { "line": 625, "column": 38 } } }, "range": [ 22557, 22579 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 38 } } }, "property": { "type": "Identifier", "name": "index", "range": [ 22580, 22585 ], "loc": { "start": { "line": 625, "column": 39 }, "end": { "line": 625, "column": 44 } } }, "range": [ 22557, 22586 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 45 } } }, "property": { "type": "Identifier", "name": "selected", "range": [ 22587, 22595 ], "loc": { "start": { "line": 625, "column": 46 }, "end": { "line": 625, "column": 54 } } }, "range": [ 22557, 22595 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 54 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 22598, 22602 ], "loc": { "start": { "line": 625, "column": 57 }, "end": { "line": 625, "column": 61 } } }, "range": [ 22557, 22602 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 61 } } }, "range": [ 22557, 22603 ], "loc": { "start": { "line": 625, "column": 16 }, "end": { "line": 625, "column": 62 } } } ], "range": [ 22538, 22618 ], "loc": { "start": { "line": 624, "column": 53 }, "end": { "line": 626, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22643, 22647 ], "loc": { "start": { "line": 627, "column": 16 }, "end": { "line": 627, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 22648, 22657 ], "loc": { "start": { "line": 627, "column": 21 }, "end": { "line": 627, "column": 30 } } }, "range": [ 22643, 22657 ], "loc": { "start": { "line": 627, "column": 16 }, "end": { "line": 627, "column": 30 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 22658, 22663 ], "loc": { "start": { "line": 627, "column": 31 }, "end": { "line": 627, "column": 36 } } }, "range": [ 22643, 22663 ], "loc": { "start": { "line": 627, "column": 16 }, "end": { "line": 627, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22666, 22670 ], "loc": { "start": { "line": 627, "column": 39 }, "end": { "line": 627, "column": 43 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 22671, 22684 ], "loc": { "start": { "line": 627, "column": 44 }, "end": { "line": 627, "column": 57 } } }, "range": [ 22666, 22684 ], "loc": { "start": { "line": 627, "column": 39 }, "end": { "line": 627, "column": 57 } } }, "range": [ 22643, 22684 ], "loc": { "start": { "line": 627, "column": 16 }, "end": { "line": 627, "column": 57 } } }, "range": [ 22643, 22685 ], "loc": { "start": { "line": 627, "column": 16 }, "end": { "line": 627, "column": 58 } } } ], "range": [ 22624, 22700 ], "loc": { "start": { "line": 626, "column": 19 }, "end": { "line": 628, "column": 13 } } }, "range": [ 22497, 22700 ], "loc": { "start": { "line": 624, "column": 12 }, "end": { "line": 628, "column": 13 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22719, 22721 ], "loc": { "start": { "line": 630, "column": 15 }, "end": { "line": 630, "column": 17 } } }, "property": { "type": "Identifier", "name": "rememberPageNb", "range": [ 22722, 22736 ], "loc": { "start": { "line": 630, "column": 18 }, "end": { "line": 630, "column": 32 } } }, "range": [ 22719, 22736 ], "loc": { "start": { "line": 630, "column": 15 }, "end": { "line": 630, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22756, 22758 ], "loc": { "start": { "line": 631, "column": 16 }, "end": { "line": 631, "column": 18 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 22759, 22766 ], "loc": { "start": { "line": 631, "column": 19 }, "end": { "line": 631, "column": 26 } } }, "range": [ 22756, 22766 ], "loc": { "start": { "line": 631, "column": 16 }, "end": { "line": 631, "column": 26 } } }, "arguments": [ { "type": "Literal", "value": "store", "raw": "'store'", "range": [ 22767, 22774 ], "loc": { "start": { "line": 631, "column": 27 }, "end": { "line": 631, "column": 34 } } } ], "range": [ 22756, 22775 ], "loc": { "start": { "line": 631, "column": 16 }, "end": { "line": 631, "column": 35 } } }, "property": { "type": "Identifier", "name": "savePageNb", "range": [ 22776, 22786 ], "loc": { "start": { "line": 631, "column": 36 }, "end": { "line": 631, "column": 46 } } }, "range": [ 22756, 22786 ], "loc": { "start": { "line": 631, "column": 16 }, "end": { "line": 631, "column": 46 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22787, 22789 ], "loc": { "start": { "line": 631, "column": 47 }, "end": { "line": 631, "column": 49 } } }, "property": { "type": "Identifier", "name": "pgNbCookie", "range": [ 22790, 22800 ], "loc": { "start": { "line": 631, "column": 50 }, "end": { "line": 631, "column": 60 } } }, "range": [ 22787, 22800 ], "loc": { "start": { "line": 631, "column": 47 }, "end": { "line": 631, "column": 60 } } } ], "range": [ 22756, 22801 ], "loc": { "start": { "line": 631, "column": 16 }, "end": { "line": 631, "column": 61 } } }, "range": [ 22756, 22802 ], "loc": { "start": { "line": 631, "column": 16 }, "end": { "line": 631, "column": 62 } } } ], "range": [ 22737, 22817 ], "loc": { "start": { "line": 630, "column": 33 }, "end": { "line": 632, "column": 13 } } }, "alternate": null, "range": [ 22716, 22817 ], "loc": { "start": { "line": 630, "column": 12 }, "end": { "line": 632, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22831, 22835 ], "loc": { "start": { "line": 633, "column": 12 }, "end": { "line": 633, "column": 16 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 22836, 22850 ], "loc": { "start": { "line": 633, "column": 17 }, "end": { "line": 633, "column": 31 } } }, "range": [ 22831, 22850 ], "loc": { "start": { "line": 633, "column": 12 }, "end": { "line": 633, "column": 31 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22854, 22858 ], "loc": { "start": { "line": 633, "column": 35 }, "end": { "line": 633, "column": 39 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 22859, 22875 ], "loc": { "start": { "line": 633, "column": 40 }, "end": { "line": 633, "column": 56 } } }, "range": [ 22854, 22875 ], "loc": { "start": { "line": 633, "column": 35 }, "end": { "line": 633, "column": 56 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 22878, 22880 ], "loc": { "start": { "line": 633, "column": 59 }, "end": { "line": 633, "column": 61 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 22881, 22891 ], "loc": { "start": { "line": 633, "column": 62 }, "end": { "line": 633, "column": 72 } } }, "range": [ 22878, 22891 ], "loc": { "start": { "line": 633, "column": 59 }, "end": { "line": 633, "column": 72 } } }, "range": [ 22854, 22891 ], "loc": { "start": { "line": 633, "column": 35 }, "end": { "line": 633, "column": 72 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22912, 22916 ], "loc": { "start": { "line": 634, "column": 16 }, "end": { "line": 634, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 22917, 22926 ], "loc": { "start": { "line": 634, "column": 21 }, "end": { "line": 634, "column": 30 } } }, "range": [ 22912, 22926 ], "loc": { "start": { "line": 634, "column": 16 }, "end": { "line": 634, "column": 30 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 22927, 22932 ], "loc": { "start": { "line": 634, "column": 31 }, "end": { "line": 634, "column": 36 } } }, "range": [ 22912, 22932 ], "loc": { "start": { "line": 634, "column": 16 }, "end": { "line": 634, "column": 36 } } }, "alternate": { "type": "BinaryExpression", "operator": "*", "left": { "type": "Identifier", "name": "index", "range": [ 22936, 22941 ], "loc": { "start": { "line": 634, "column": 40 }, "end": { "line": 634, "column": 45 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22942, 22946 ], "loc": { "start": { "line": 634, "column": 46 }, "end": { "line": 634, "column": 50 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 22947, 22959 ], "loc": { "start": { "line": 634, "column": 51 }, "end": { "line": 634, "column": 63 } } }, "range": [ 22942, 22959 ], "loc": { "start": { "line": 634, "column": 46 }, "end": { "line": 634, "column": 63 } } }, "range": [ 22936, 22959 ], "loc": { "start": { "line": 634, "column": 40 }, "end": { "line": 634, "column": 63 } } }, "range": [ 22853, 22960 ], "loc": { "start": { "line": 633, "column": 34 }, "end": { "line": 634, "column": 64 } } }, "range": [ 22831, 22960 ], "loc": { "start": { "line": 633, "column": 12 }, "end": { "line": 634, "column": 64 } } }, "range": [ 22831, 22961 ], "loc": { "start": { "line": 633, "column": 12 }, "end": { "line": 634, "column": 65 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 22977, 22981 ], "loc": { "start": { "line": 636, "column": 12 }, "end": { "line": 636, "column": 16 } } }, "property": { "type": "Identifier", "name": "groupByPage", "range": [ 22982, 22993 ], "loc": { "start": { "line": 636, "column": 17 }, "end": { "line": 636, "column": 28 } } }, "range": [ 22977, 22993 ], "loc": { "start": { "line": 636, "column": 12 }, "end": { "line": 636, "column": 28 } } }, "arguments": [], "range": [ 22977, 22995 ], "loc": { "start": { "line": 636, "column": 12 }, "end": { "line": 636, "column": 30 } } }, "range": [ 22977, 22996 ], "loc": { "start": { "line": 636, "column": 12 }, "end": { "line": 636, "column": 31 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23015, 23019 ], "loc": { "start": { "line": 638, "column": 15 }, "end": { "line": 638, "column": 19 } } }, "property": { "type": "Identifier", "name": "onAfterChangePage", "range": [ 23020, 23037 ], "loc": { "start": { "line": 638, "column": 20 }, "end": { "line": 638, "column": 37 } } }, "range": [ 23015, 23037 ], "loc": { "start": { "line": 638, "column": 15 }, "end": { "line": 638, "column": 37 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23057, 23061 ], "loc": { "start": { "line": 639, "column": 16 }, "end": { "line": 639, "column": 20 } } }, "property": { "type": "Identifier", "name": "onAfterChangePage", "range": [ 23062, 23079 ], "loc": { "start": { "line": 639, "column": 21 }, "end": { "line": 639, "column": 38 } } }, "range": [ 23057, 23079 ], "loc": { "start": { "line": 639, "column": 16 }, "end": { "line": 639, "column": 38 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 23080, 23084 ], "loc": { "start": { "line": 639, "column": 39 }, "end": { "line": 639, "column": 43 } } }, "range": [ 23057, 23084 ], "loc": { "start": { "line": 639, "column": 16 }, "end": { "line": 639, "column": 43 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 23085, 23089 ], "loc": { "start": { "line": 639, "column": 44 }, "end": { "line": 639, "column": 48 } } }, { "type": "ThisExpression", "range": [ 23091, 23095 ], "loc": { "start": { "line": 639, "column": 50 }, "end": { "line": 639, "column": 54 } } }, { "type": "Identifier", "name": "index", "range": [ 23097, 23102 ], "loc": { "start": { "line": 639, "column": 56 }, "end": { "line": 639, "column": 61 } } } ], "range": [ 23057, 23103 ], "loc": { "start": { "line": 639, "column": 16 }, "end": { "line": 639, "column": 62 } } }, "range": [ 23057, 23104 ], "loc": { "start": { "line": 639, "column": 16 }, "end": { "line": 639, "column": 63 } } } ], "range": [ 23038, 23119 ], "loc": { "start": { "line": 638, "column": 38 }, "end": { "line": 640, "column": 13 } } }, "alternate": null, "range": [ 23012, 23119 ], "loc": { "start": { "line": 638, "column": 12 }, "end": { "line": 640, "column": 13 } } } ], "range": [ 22302, 23130 ], "loc": { "start": { "line": 619, "column": 49 }, "end": { "line": 641, "column": 9 } } }, "alternate": null, "range": [ 22261, 23130 ], "loc": { "start": { "line": 619, "column": 8 }, "end": { "line": 641, "column": 9 } } } ], "range": [ 21981, 23137 ], "loc": { "start": { "line": 609, "column": 22 }, "end": { "line": 642, "column": 5 } } }, "generator": false, "expression": false, "range": [ 21974, 23137 ], "loc": { "start": { "line": 609, "column": 15 }, "end": { "line": 642, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 21963, 23137 ], "loc": { "start": { "line": 609, "column": 4 }, "end": { "line": 642, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Change the page according to passed index\r\n * @param {Number} index Index of the page (0-n)\r\n ", "range": [ 21840, 21957 ], "loc": { "start": { "line": 605, "column": 4 }, "end": { "line": 608, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Change rows according to page results drop-down\r\n * TODO: accept a parameter setting the results per page length\r\n ", "range": [ 23145, 23282 ], "loc": { "start": { "line": 644, "column": 4 }, "end": { "line": 647, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_changeResultsPerPage", "range": [ 23288, 23309 ], "loc": { "start": { "line": 648, "column": 4 }, "end": { "line": 648, "column": 25 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 23326, 23328 ], "loc": { "start": { "line": 649, "column": 12 }, "end": { "line": 649, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23331, 23335 ], "loc": { "start": { "line": 649, "column": 17 }, "end": { "line": 649, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 23336, 23338 ], "loc": { "start": { "line": 649, "column": 22 }, "end": { "line": 649, "column": 24 } } }, "range": [ 23331, 23338 ], "loc": { "start": { "line": 649, "column": 17 }, "end": { "line": 649, "column": 24 } } }, "range": [ 23326, 23338 ], "loc": { "start": { "line": 649, "column": 12 }, "end": { "line": 649, "column": 24 } } } ], "kind": "var", "range": [ 23322, 23339 ], "loc": { "start": { "line": 649, "column": 8 }, "end": { "line": 649, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 23355, 23357 ], "loc": { "start": { "line": 651, "column": 12 }, "end": { "line": 651, "column": 14 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 23358, 23364 ], "loc": { "start": { "line": 651, "column": 15 }, "end": { "line": 651, "column": 21 } } }, "range": [ 23355, 23364 ], "loc": { "start": { "line": 651, "column": 12 }, "end": { "line": 651, "column": 21 } } }, "prefix": true, "range": [ 23354, 23364 ], "loc": { "start": { "line": 651, "column": 11 }, "end": { "line": 651, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 23380, 23387 ], "loc": { "start": { "line": 652, "column": 12 }, "end": { "line": 652, "column": 19 } } } ], "range": [ 23365, 23398 ], "loc": { "start": { "line": 651, "column": 22 }, "end": { "line": 653, "column": 9 } } }, "alternate": null, "range": [ 23351, 23398 ], "loc": { "start": { "line": 651, "column": 8 }, "end": { "line": 653, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcR", "range": [ 23412, 23416 ], "loc": { "start": { "line": 654, "column": 12 }, "end": { "line": 654, "column": 16 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23419, 23423 ], "loc": { "start": { "line": 654, "column": 19 }, "end": { "line": 654, "column": 23 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 23424, 23441 ], "loc": { "start": { "line": 654, "column": 24 }, "end": { "line": 654, "column": 41 } } }, "range": [ 23419, 23441 ], "loc": { "start": { "line": 654, "column": 19 }, "end": { "line": 654, "column": 41 } } }, "range": [ 23412, 23441 ], "loc": { "start": { "line": 654, "column": 12 }, "end": { "line": 654, "column": 41 } } } ], "kind": "var", "range": [ 23408, 23442 ], "loc": { "start": { "line": 654, "column": 8 }, "end": { "line": 654, "column": 42 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcPagesSelIndex", "range": [ 23456, 23472 ], "loc": { "start": { "line": 655, "column": 12 }, "end": { "line": 655, "column": 28 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23476, 23480 ], "loc": { "start": { "line": 655, "column": 32 }, "end": { "line": 655, "column": 36 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 23481, 23497 ], "loc": { "start": { "line": 655, "column": 37 }, "end": { "line": 655, "column": 53 } } }, "range": [ 23476, 23497 ], "loc": { "start": { "line": 655, "column": 32 }, "end": { "line": 655, "column": 53 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 23500, 23502 ], "loc": { "start": { "line": 655, "column": 56 }, "end": { "line": 655, "column": 58 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 23503, 23513 ], "loc": { "start": { "line": 655, "column": 59 }, "end": { "line": 655, "column": 69 } } }, "range": [ 23500, 23513 ], "loc": { "start": { "line": 655, "column": 56 }, "end": { "line": 655, "column": 69 } } }, "range": [ 23476, 23513 ], "loc": { "start": { "line": 655, "column": 32 }, "end": { "line": 655, "column": 69 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23534, 23538 ], "loc": { "start": { "line": 656, "column": 16 }, "end": { "line": 656, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 23539, 23548 ], "loc": { "start": { "line": 656, "column": 21 }, "end": { "line": 656, "column": 30 } } }, "range": [ 23534, 23548 ], "loc": { "start": { "line": 656, "column": 16 }, "end": { "line": 656, "column": 30 } } }, "property": { "type": "Identifier", "name": "selectedIndex", "range": [ 23549, 23562 ], "loc": { "start": { "line": 656, "column": 31 }, "end": { "line": 656, "column": 44 } } }, "range": [ 23534, 23562 ], "loc": { "start": { "line": 656, "column": 16 }, "end": { "line": 656, "column": 44 } } }, "alternate": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 23582, 23590 ], "loc": { "start": { "line": 657, "column": 16 }, "end": { "line": 657, "column": 24 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23591, 23595 ], "loc": { "start": { "line": 657, "column": 25 }, "end": { "line": 657, "column": 29 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 23596, 23605 ], "loc": { "start": { "line": 657, "column": 30 }, "end": { "line": 657, "column": 39 } } }, "range": [ 23591, 23605 ], "loc": { "start": { "line": 657, "column": 25 }, "end": { "line": 657, "column": 39 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 23606, 23611 ], "loc": { "start": { "line": 657, "column": 40 }, "end": { "line": 657, "column": 45 } } }, "range": [ 23591, 23611 ], "loc": { "start": { "line": 657, "column": 25 }, "end": { "line": 657, "column": 45 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 23612, 23613 ], "loc": { "start": { "line": 657, "column": 46 }, "end": { "line": 657, "column": 47 } } }, "range": [ 23591, 23613 ], "loc": { "start": { "line": 657, "column": 25 }, "end": { "line": 657, "column": 47 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 23615, 23617 ], "loc": { "start": { "line": 657, "column": 49 }, "end": { "line": 657, "column": 51 } } } ], "range": [ 23582, 23618 ], "loc": { "start": { "line": 657, "column": 16 }, "end": { "line": 657, "column": 52 } } }, "range": [ 23475, 23618 ], "loc": { "start": { "line": 655, "column": 31 }, "end": { "line": 657, "column": 52 } } }, "range": [ 23456, 23618 ], "loc": { "start": { "line": 655, "column": 12 }, "end": { "line": 657, "column": 52 } } } ], "kind": "var", "range": [ 23452, 23619 ], "loc": { "start": { "line": 655, "column": 8 }, "end": { "line": 657, "column": 53 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23629, 23633 ], "loc": { "start": { "line": 658, "column": 8 }, "end": { "line": 658, "column": 12 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 23634, 23646 ], "loc": { "start": { "line": 658, "column": 13 }, "end": { "line": 658, "column": 25 } } }, "range": [ 23629, 23646 ], "loc": { "start": { "line": 658, "column": 8 }, "end": { "line": 658, "column": 25 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 23649, 23657 ], "loc": { "start": { "line": 658, "column": 28 }, "end": { "line": 658, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcR", "range": [ 23658, 23662 ], "loc": { "start": { "line": 658, "column": 37 }, "end": { "line": 658, "column": 41 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 23663, 23670 ], "loc": { "start": { "line": 658, "column": 42 }, "end": { "line": 658, "column": 49 } } }, "range": [ 23658, 23670 ], "loc": { "start": { "line": 658, "column": 37 }, "end": { "line": 658, "column": 49 } } }, "property": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slcR", "range": [ 23671, 23675 ], "loc": { "start": { "line": 658, "column": 50 }, "end": { "line": 658, "column": 54 } } }, "property": { "type": "Identifier", "name": "selectedIndex", "range": [ 23676, 23689 ], "loc": { "start": { "line": 658, "column": 55 }, "end": { "line": 658, "column": 68 } } }, "range": [ 23671, 23689 ], "loc": { "start": { "line": 658, "column": 50 }, "end": { "line": 658, "column": 68 } } }, "range": [ 23658, 23690 ], "loc": { "start": { "line": 658, "column": 37 }, "end": { "line": 658, "column": 69 } } }, "property": { "type": "Identifier", "name": "value", "range": [ 23691, 23696 ], "loc": { "start": { "line": 658, "column": 70 }, "end": { "line": 658, "column": 75 } } }, "range": [ 23658, 23696 ], "loc": { "start": { "line": 658, "column": 37 }, "end": { "line": 658, "column": 75 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 23697, 23699 ], "loc": { "start": { "line": 658, "column": 76 }, "end": { "line": 658, "column": 78 } } } ], "range": [ 23649, 23700 ], "loc": { "start": { "line": 658, "column": 28 }, "end": { "line": 658, "column": 79 } } }, "range": [ 23629, 23700 ], "loc": { "start": { "line": 658, "column": 8 }, "end": { "line": 658, "column": 79 } } }, "range": [ 23629, 23701 ], "loc": { "start": { "line": 658, "column": 8 }, "end": { "line": 658, "column": 80 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23711, 23715 ], "loc": { "start": { "line": 659, "column": 8 }, "end": { "line": 659, "column": 12 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 23716, 23730 ], "loc": { "start": { "line": 659, "column": 13 }, "end": { "line": 659, "column": 27 } } }, "range": [ 23711, 23730 ], "loc": { "start": { "line": 659, "column": 8 }, "end": { "line": 659, "column": 27 } } }, "right": { "type": "BinaryExpression", "operator": "*", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23733, 23737 ], "loc": { "start": { "line": 659, "column": 30 }, "end": { "line": 659, "column": 34 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 23738, 23750 ], "loc": { "start": { "line": 659, "column": 35 }, "end": { "line": 659, "column": 47 } } }, "range": [ 23733, 23750 ], "loc": { "start": { "line": 659, "column": 30 }, "end": { "line": 659, "column": 47 } } }, "right": { "type": "Identifier", "name": "slcPagesSelIndex", "range": [ 23751, 23767 ], "loc": { "start": { "line": 659, "column": 48 }, "end": { "line": 659, "column": 64 } } }, "range": [ 23733, 23767 ], "loc": { "start": { "line": 659, "column": 30 }, "end": { "line": 659, "column": 64 } } }, "range": [ 23711, 23767 ], "loc": { "start": { "line": 659, "column": 8 }, "end": { "line": 659, "column": 64 } } }, "range": [ 23711, 23768 ], "loc": { "start": { "line": 659, "column": 8 }, "end": { "line": 659, "column": 65 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "isNaN", "range": [ 23784, 23789 ], "loc": { "start": { "line": 661, "column": 12 }, "end": { "line": 661, "column": 17 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23790, 23794 ], "loc": { "start": { "line": 661, "column": 18 }, "end": { "line": 661, "column": 22 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 23795, 23807 ], "loc": { "start": { "line": 661, "column": 23 }, "end": { "line": 661, "column": 35 } } }, "range": [ 23790, 23807 ], "loc": { "start": { "line": 661, "column": 18 }, "end": { "line": 661, "column": 35 } } } ], "range": [ 23784, 23808 ], "loc": { "start": { "line": 661, "column": 12 }, "end": { "line": 661, "column": 36 } } }, "prefix": true, "range": [ 23783, 23808 ], "loc": { "start": { "line": 661, "column": 11 }, "end": { "line": 661, "column": 36 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": ">=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23827, 23831 ], "loc": { "start": { "line": 662, "column": 15 }, "end": { "line": 662, "column": 19 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 23832, 23846 ], "loc": { "start": { "line": 662, "column": 20 }, "end": { "line": 662, "column": 34 } } }, "range": [ 23827, 23846 ], "loc": { "start": { "line": 662, "column": 15 }, "end": { "line": 662, "column": 34 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 23850, 23852 ], "loc": { "start": { "line": 662, "column": 38 }, "end": { "line": 662, "column": 40 } } }, "property": { "type": "Identifier", "name": "nbFilterableRows", "range": [ 23853, 23869 ], "loc": { "start": { "line": 662, "column": 41 }, "end": { "line": 662, "column": 57 } } }, "range": [ 23850, 23869 ], "loc": { "start": { "line": 662, "column": 38 }, "end": { "line": 662, "column": 57 } } }, "range": [ 23827, 23869 ], "loc": { "start": { "line": 662, "column": 15 }, "end": { "line": 662, "column": 57 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23889, 23893 ], "loc": { "start": { "line": 663, "column": 16 }, "end": { "line": 663, "column": 20 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 23894, 23908 ], "loc": { "start": { "line": 663, "column": 21 }, "end": { "line": 663, "column": 35 } } }, "range": [ 23889, 23908 ], "loc": { "start": { "line": 663, "column": 16 }, "end": { "line": 663, "column": 35 } } }, "right": { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 23912, 23914 ], "loc": { "start": { "line": 663, "column": 39 }, "end": { "line": 663, "column": 41 } } }, "property": { "type": "Identifier", "name": "nbFilterableRows", "range": [ 23915, 23931 ], "loc": { "start": { "line": 663, "column": 42 }, "end": { "line": 663, "column": 58 } } }, "range": [ 23912, 23931 ], "loc": { "start": { "line": 663, "column": 39 }, "end": { "line": 663, "column": 58 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23932, 23936 ], "loc": { "start": { "line": 663, "column": 59 }, "end": { "line": 663, "column": 63 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 23937, 23949 ], "loc": { "start": { "line": 663, "column": 64 }, "end": { "line": 663, "column": 76 } } }, "range": [ 23932, 23949 ], "loc": { "start": { "line": 663, "column": 59 }, "end": { "line": 663, "column": 76 } } }, "range": [ 23912, 23949 ], "loc": { "start": { "line": 663, "column": 39 }, "end": { "line": 663, "column": 76 } } }, "range": [ 23889, 23950 ], "loc": { "start": { "line": 663, "column": 16 }, "end": { "line": 663, "column": 77 } } }, "range": [ 23889, 23951 ], "loc": { "start": { "line": 663, "column": 16 }, "end": { "line": 663, "column": 78 } } } ], "range": [ 23870, 23966 ], "loc": { "start": { "line": 662, "column": 58 }, "end": { "line": 664, "column": 13 } } }, "alternate": null, "range": [ 23824, 23966 ], "loc": { "start": { "line": 662, "column": 12 }, "end": { "line": 664, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 23980, 23984 ], "loc": { "start": { "line": 665, "column": 12 }, "end": { "line": 665, "column": 16 } } }, "property": { "type": "Identifier", "name": "setPagingInfo", "range": [ 23985, 23998 ], "loc": { "start": { "line": 665, "column": 17 }, "end": { "line": 665, "column": 30 } } }, "range": [ 23980, 23998 ], "loc": { "start": { "line": 665, "column": 12 }, "end": { "line": 665, "column": 30 } } }, "arguments": [], "range": [ 23980, 24000 ], "loc": { "start": { "line": 665, "column": 12 }, "end": { "line": 665, "column": 32 } } }, "range": [ 23980, 24001 ], "loc": { "start": { "line": 665, "column": 12 }, "end": { "line": 665, "column": 33 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24020, 24024 ], "loc": { "start": { "line": 667, "column": 15 }, "end": { "line": 667, "column": 19 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 24025, 24041 ], "loc": { "start": { "line": 667, "column": 20 }, "end": { "line": 667, "column": 36 } } }, "range": [ 24020, 24041 ], "loc": { "start": { "line": 667, "column": 15 }, "end": { "line": 667, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24044, 24046 ], "loc": { "start": { "line": 667, "column": 39 }, "end": { "line": 667, "column": 41 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 24047, 24057 ], "loc": { "start": { "line": 667, "column": 42 }, "end": { "line": 667, "column": 52 } } }, "range": [ 24044, 24057 ], "loc": { "start": { "line": 667, "column": 39 }, "end": { "line": 667, "column": 52 } } }, "range": [ 24020, 24057 ], "loc": { "start": { "line": 667, "column": 15 }, "end": { "line": 667, "column": 52 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slcIndex", "range": [ 24081, 24089 ], "loc": { "start": { "line": 668, "column": 20 }, "end": { "line": 668, "column": 28 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "<=", "left": { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24114, 24118 ], "loc": { "start": { "line": 669, "column": 21 }, "end": { "line": 669, "column": 25 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 24119, 24128 ], "loc": { "start": { "line": 669, "column": 26 }, "end": { "line": 669, "column": 35 } } }, "range": [ 24114, 24128 ], "loc": { "start": { "line": 669, "column": 21 }, "end": { "line": 669, "column": 35 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 24129, 24136 ], "loc": { "start": { "line": 669, "column": 36 }, "end": { "line": 669, "column": 43 } } }, "range": [ 24114, 24136 ], "loc": { "start": { "line": 669, "column": 21 }, "end": { "line": 669, "column": 43 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 24137, 24143 ], "loc": { "start": { "line": 669, "column": 44 }, "end": { "line": 669, "column": 50 } } }, "range": [ 24114, 24143 ], "loc": { "start": { "line": 669, "column": 21 }, "end": { "line": 669, "column": 50 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 24144, 24145 ], "loc": { "start": { "line": 669, "column": 51 }, "end": { "line": 669, "column": 52 } } }, "range": [ 24114, 24145 ], "loc": { "start": { "line": 669, "column": 21 }, "end": { "line": 669, "column": 52 } } }, "right": { "type": "Identifier", "name": "slcPagesSelIndex", "range": [ 24147, 24163 ], "loc": { "start": { "line": 669, "column": 54 }, "end": { "line": 669, "column": 70 } } }, "range": [ 24114, 24163 ], "loc": { "start": { "line": 669, "column": 21 }, "end": { "line": 669, "column": 70 } } }, "consequent": { "type": "BinaryExpression", "operator": "-", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24190, 24194 ], "loc": { "start": { "line": 670, "column": 21 }, "end": { "line": 670, "column": 25 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 24195, 24204 ], "loc": { "start": { "line": 670, "column": 26 }, "end": { "line": 670, "column": 35 } } }, "range": [ 24190, 24204 ], "loc": { "start": { "line": 670, "column": 21 }, "end": { "line": 670, "column": 35 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 24205, 24212 ], "loc": { "start": { "line": 670, "column": 36 }, "end": { "line": 670, "column": 43 } } }, "range": [ 24190, 24212 ], "loc": { "start": { "line": 670, "column": 21 }, "end": { "line": 670, "column": 43 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 24213, 24219 ], "loc": { "start": { "line": 670, "column": 44 }, "end": { "line": 670, "column": 50 } } }, "range": [ 24190, 24219 ], "loc": { "start": { "line": 670, "column": 21 }, "end": { "line": 670, "column": 50 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 24220, 24221 ], "loc": { "start": { "line": 670, "column": 51 }, "end": { "line": 670, "column": 52 } } }, "range": [ 24190, 24221 ], "loc": { "start": { "line": 670, "column": 21 }, "end": { "line": 670, "column": 52 } } }, "alternate": { "type": "Identifier", "name": "slcPagesSelIndex", "range": [ 24225, 24241 ], "loc": { "start": { "line": 670, "column": 56 }, "end": { "line": 670, "column": 72 } } }, "range": [ 24113, 24241 ], "loc": { "start": { "line": 669, "column": 20 }, "end": { "line": 670, "column": 72 } } }, "range": [ 24081, 24241 ], "loc": { "start": { "line": 668, "column": 20 }, "end": { "line": 670, "column": 72 } } } ], "kind": "var", "range": [ 24077, 24242 ], "loc": { "start": { "line": 668, "column": 16 }, "end": { "line": 670, "column": 73 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24260, 24264 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 20 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 24265, 24274 ], "loc": { "start": { "line": 671, "column": 21 }, "end": { "line": 671, "column": 30 } } }, "range": [ 24260, 24274 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 30 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 24275, 24282 ], "loc": { "start": { "line": 671, "column": 31 }, "end": { "line": 671, "column": 38 } } }, "range": [ 24260, 24282 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 38 } } }, "property": { "type": "Identifier", "name": "slcIndex", "range": [ 24283, 24291 ], "loc": { "start": { "line": 671, "column": 39 }, "end": { "line": 671, "column": 47 } } }, "range": [ 24260, 24292 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 48 } } }, "property": { "type": "Identifier", "name": "selected", "range": [ 24293, 24301 ], "loc": { "start": { "line": 671, "column": 49 }, "end": { "line": 671, "column": 57 } } }, "range": [ 24260, 24301 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 57 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 24304, 24308 ], "loc": { "start": { "line": 671, "column": 60 }, "end": { "line": 671, "column": 64 } } }, "range": [ 24260, 24308 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 64 } } }, "range": [ 24260, 24309 ], "loc": { "start": { "line": 671, "column": 16 }, "end": { "line": 671, "column": 65 } } } ], "range": [ 24058, 24324 ], "loc": { "start": { "line": 667, "column": 53 }, "end": { "line": 672, "column": 13 } } }, "alternate": null, "range": [ 24017, 24324 ], "loc": { "start": { "line": 667, "column": 12 }, "end": { "line": 672, "column": 13 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24341, 24343 ], "loc": { "start": { "line": 673, "column": 15 }, "end": { "line": 673, "column": 17 } } }, "property": { "type": "Identifier", "name": "rememberPageLen", "range": [ 24344, 24359 ], "loc": { "start": { "line": 673, "column": 18 }, "end": { "line": 673, "column": 33 } } }, "range": [ 24341, 24359 ], "loc": { "start": { "line": 673, "column": 15 }, "end": { "line": 673, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24379, 24381 ], "loc": { "start": { "line": 674, "column": 16 }, "end": { "line": 674, "column": 18 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 24382, 24389 ], "loc": { "start": { "line": 674, "column": 19 }, "end": { "line": 674, "column": 26 } } }, "range": [ 24379, 24389 ], "loc": { "start": { "line": 674, "column": 16 }, "end": { "line": 674, "column": 26 } } }, "arguments": [ { "type": "Literal", "value": "store", "raw": "'store'", "range": [ 24390, 24397 ], "loc": { "start": { "line": 674, "column": 27 }, "end": { "line": 674, "column": 34 } } } ], "range": [ 24379, 24398 ], "loc": { "start": { "line": 674, "column": 16 }, "end": { "line": 674, "column": 35 } } }, "property": { "type": "Identifier", "name": "savePageLength", "range": [ 24399, 24413 ], "loc": { "start": { "line": 674, "column": 36 }, "end": { "line": 674, "column": 50 } } }, "range": [ 24379, 24413 ], "loc": { "start": { "line": 674, "column": 16 }, "end": { "line": 674, "column": 50 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24414, 24416 ], "loc": { "start": { "line": 674, "column": 51 }, "end": { "line": 674, "column": 53 } } }, "property": { "type": "Identifier", "name": "pgLenCookie", "range": [ 24417, 24428 ], "loc": { "start": { "line": 674, "column": 54 }, "end": { "line": 674, "column": 65 } } }, "range": [ 24414, 24428 ], "loc": { "start": { "line": 674, "column": 51 }, "end": { "line": 674, "column": 65 } } } ], "range": [ 24379, 24429 ], "loc": { "start": { "line": 674, "column": 16 }, "end": { "line": 674, "column": 66 } } }, "range": [ 24379, 24430 ], "loc": { "start": { "line": 674, "column": 16 }, "end": { "line": 674, "column": 67 } } } ], "range": [ 24360, 24445 ], "loc": { "start": { "line": 673, "column": 34 }, "end": { "line": 675, "column": 13 } } }, "alternate": null, "range": [ 24338, 24445 ], "loc": { "start": { "line": 673, "column": 12 }, "end": { "line": 675, "column": 13 } } } ], "range": [ 23809, 24456 ], "loc": { "start": { "line": 661, "column": 37 }, "end": { "line": 676, "column": 9 } } }, "alternate": null, "range": [ 23780, 24456 ], "loc": { "start": { "line": 661, "column": 8 }, "end": { "line": 676, "column": 9 } } } ], "range": [ 23311, 24463 ], "loc": { "start": { "line": 648, "column": 27 }, "end": { "line": 677, "column": 5 } } }, "generator": false, "expression": false, "range": [ 23309, 24463 ], "loc": { "start": { "line": 648, "column": 25 }, "end": { "line": 677, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 23288, 24463 ], "loc": { "start": { "line": 648, "column": 4 }, "end": { "line": 677, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Change rows according to page results drop-down\r\n * TODO: accept a parameter setting the results per page length\r\n ", "range": [ 23145, 23282 ], "loc": { "start": { "line": 644, "column": 4 }, "end": { "line": 647, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Re-set page nb at page re-load\r\n ", "range": [ 24471, 24522 ], "loc": { "start": { "line": 679, "column": 4 }, "end": { "line": 681, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_resetPage", "range": [ 24528, 24538 ], "loc": { "start": { "line": 682, "column": 4 }, "end": { "line": 682, "column": 14 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "name", "range": [ 24539, 24543 ], "loc": { "start": { "line": 682, "column": 15 }, "end": { "line": 682, "column": 19 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 24559, 24561 ], "loc": { "start": { "line": 683, "column": 12 }, "end": { "line": 683, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24564, 24568 ], "loc": { "start": { "line": 683, "column": 17 }, "end": { "line": 683, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 24569, 24571 ], "loc": { "start": { "line": 683, "column": 22 }, "end": { "line": 683, "column": 24 } } }, "range": [ 24564, 24571 ], "loc": { "start": { "line": 683, "column": 17 }, "end": { "line": 683, "column": 24 } } }, "range": [ 24559, 24571 ], "loc": { "start": { "line": 683, "column": 12 }, "end": { "line": 683, "column": 24 } } } ], "kind": "var", "range": [ 24555, 24572 ], "loc": { "start": { "line": 683, "column": 8 }, "end": { "line": 683, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgnb", "range": [ 24586, 24590 ], "loc": { "start": { "line": 684, "column": 12 }, "end": { "line": 684, "column": 16 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24593, 24595 ], "loc": { "start": { "line": 684, "column": 19 }, "end": { "line": 684, "column": 21 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 24596, 24603 ], "loc": { "start": { "line": 684, "column": 22 }, "end": { "line": 684, "column": 29 } } }, "range": [ 24593, 24603 ], "loc": { "start": { "line": 684, "column": 19 }, "end": { "line": 684, "column": 29 } } }, "arguments": [ { "type": "Literal", "value": "store", "raw": "'store'", "range": [ 24604, 24611 ], "loc": { "start": { "line": 684, "column": 30 }, "end": { "line": 684, "column": 37 } } } ], "range": [ 24593, 24612 ], "loc": { "start": { "line": 684, "column": 19 }, "end": { "line": 684, "column": 38 } } }, "property": { "type": "Identifier", "name": "getPageNb", "range": [ 24613, 24622 ], "loc": { "start": { "line": 684, "column": 39 }, "end": { "line": 684, "column": 48 } } }, "range": [ 24593, 24622 ], "loc": { "start": { "line": 684, "column": 19 }, "end": { "line": 684, "column": 48 } } }, "arguments": [ { "type": "Identifier", "name": "name", "range": [ 24623, 24627 ], "loc": { "start": { "line": 684, "column": 49 }, "end": { "line": 684, "column": 53 } } } ], "range": [ 24593, 24628 ], "loc": { "start": { "line": 684, "column": 19 }, "end": { "line": 684, "column": 54 } } }, "range": [ 24586, 24628 ], "loc": { "start": { "line": 684, "column": 12 }, "end": { "line": 684, "column": 54 } } } ], "kind": "var", "range": [ 24582, 24629 ], "loc": { "start": { "line": 684, "column": 8 }, "end": { "line": 684, "column": 55 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "pgnb", "range": [ 24642, 24646 ], "loc": { "start": { "line": 685, "column": 11 }, "end": { "line": 685, "column": 15 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 24649, 24651 ], "loc": { "start": { "line": 685, "column": 18 }, "end": { "line": 685, "column": 20 } } }, "range": [ 24642, 24651 ], "loc": { "start": { "line": 685, "column": 11 }, "end": { "line": 685, "column": 20 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24667, 24671 ], "loc": { "start": { "line": 686, "column": 12 }, "end": { "line": 686, "column": 16 } } }, "property": { "type": "Identifier", "name": "changePage", "range": [ 24672, 24682 ], "loc": { "start": { "line": 686, "column": 17 }, "end": { "line": 686, "column": 27 } } }, "range": [ 24667, 24682 ], "loc": { "start": { "line": 686, "column": 12 }, "end": { "line": 686, "column": 27 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "pgnb", "range": [ 24684, 24688 ], "loc": { "start": { "line": 686, "column": 29 }, "end": { "line": 686, "column": 33 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 24689, 24690 ], "loc": { "start": { "line": 686, "column": 34 }, "end": { "line": 686, "column": 35 } } }, "range": [ 24684, 24690 ], "loc": { "start": { "line": 686, "column": 29 }, "end": { "line": 686, "column": 35 } } } ], "range": [ 24667, 24692 ], "loc": { "start": { "line": 686, "column": 12 }, "end": { "line": 686, "column": 37 } } }, "range": [ 24667, 24693 ], "loc": { "start": { "line": 686, "column": 12 }, "end": { "line": 686, "column": 38 } } } ], "range": [ 24652, 24704 ], "loc": { "start": { "line": 685, "column": 21 }, "end": { "line": 687, "column": 9 } } }, "alternate": null, "range": [ 24639, 24704 ], "loc": { "start": { "line": 685, "column": 8 }, "end": { "line": 687, "column": 9 } } } ], "range": [ 24544, 24711 ], "loc": { "start": { "line": 682, "column": 20 }, "end": { "line": 688, "column": 5 } } }, "generator": false, "expression": false, "range": [ 24538, 24711 ], "loc": { "start": { "line": 682, "column": 14 }, "end": { "line": 688, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 24528, 24711 ], "loc": { "start": { "line": 682, "column": 4 }, "end": { "line": 688, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Re-set page nb at page re-load\r\n ", "range": [ 24471, 24522 ], "loc": { "start": { "line": 679, "column": 4 }, "end": { "line": 681, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Re-set page length value at page re-load\r\n ", "range": [ 24719, 24780 ], "loc": { "start": { "line": 690, "column": 4 }, "end": { "line": 692, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_resetPageLength", "range": [ 24786, 24802 ], "loc": { "start": { "line": 693, "column": 4 }, "end": { "line": 693, "column": 20 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "name", "range": [ 24803, 24807 ], "loc": { "start": { "line": 693, "column": 21 }, "end": { "line": 693, "column": 25 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 24823, 24825 ], "loc": { "start": { "line": 694, "column": 12 }, "end": { "line": 694, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 24828, 24832 ], "loc": { "start": { "line": 694, "column": 17 }, "end": { "line": 694, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 24833, 24835 ], "loc": { "start": { "line": 694, "column": 22 }, "end": { "line": 694, "column": 24 } } }, "range": [ 24828, 24835 ], "loc": { "start": { "line": 694, "column": 17 }, "end": { "line": 694, "column": 24 } } }, "range": [ 24823, 24835 ], "loc": { "start": { "line": 694, "column": 12 }, "end": { "line": 694, "column": 24 } } } ], "kind": "var", "range": [ 24819, 24836 ], "loc": { "start": { "line": 694, "column": 8 }, "end": { "line": 694, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24850, 24852 ], "loc": { "start": { "line": 695, "column": 12 }, "end": { "line": 695, "column": 14 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 24853, 24859 ], "loc": { "start": { "line": 695, "column": 15 }, "end": { "line": 695, "column": 21 } } }, "range": [ 24850, 24859 ], "loc": { "start": { "line": 695, "column": 12 }, "end": { "line": 695, "column": 21 } } }, "prefix": true, "range": [ 24849, 24859 ], "loc": { "start": { "line": 695, "column": 11 }, "end": { "line": 695, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 24875, 24882 ], "loc": { "start": { "line": 696, "column": 12 }, "end": { "line": 696, "column": 19 } } } ], "range": [ 24860, 24893 ], "loc": { "start": { "line": 695, "column": 22 }, "end": { "line": 697, "column": 9 } } }, "alternate": null, "range": [ 24846, 24893 ], "loc": { "start": { "line": 695, "column": 8 }, "end": { "line": 697, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pglenIndex", "range": [ 24907, 24917 ], "loc": { "start": { "line": 698, "column": 12 }, "end": { "line": 698, "column": 22 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 24920, 24922 ], "loc": { "start": { "line": 698, "column": 25 }, "end": { "line": 698, "column": 27 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 24923, 24930 ], "loc": { "start": { "line": 698, "column": 28 }, "end": { "line": 698, "column": 35 } } }, "range": [ 24920, 24930 ], "loc": { "start": { "line": 698, "column": 25 }, "end": { "line": 698, "column": 35 } } }, "arguments": [ { "type": "Literal", "value": "store", "raw": "'store'", "range": [ 24931, 24938 ], "loc": { "start": { "line": 698, "column": 36 }, "end": { "line": 698, "column": 43 } } } ], "range": [ 24920, 24939 ], "loc": { "start": { "line": 698, "column": 25 }, "end": { "line": 698, "column": 44 } } }, "property": { "type": "Identifier", "name": "getPageLength", "range": [ 24940, 24953 ], "loc": { "start": { "line": 698, "column": 45 }, "end": { "line": 698, "column": 58 } } }, "range": [ 24920, 24953 ], "loc": { "start": { "line": 698, "column": 25 }, "end": { "line": 698, "column": 58 } } }, "arguments": [ { "type": "Identifier", "name": "name", "range": [ 24954, 24958 ], "loc": { "start": { "line": 698, "column": 59 }, "end": { "line": 698, "column": 63 } } } ], "range": [ 24920, 24959 ], "loc": { "start": { "line": 698, "column": 25 }, "end": { "line": 698, "column": 64 } } }, "range": [ 24907, 24959 ], "loc": { "start": { "line": 698, "column": 12 }, "end": { "line": 698, "column": 64 } } } ], "kind": "var", "range": [ 24903, 24960 ], "loc": { "start": { "line": 698, "column": 8 }, "end": { "line": 698, "column": 65 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "pglenIndex", "range": [ 24975, 24985 ], "loc": { "start": { "line": 700, "column": 11 }, "end": { "line": 700, "column": 21 } } }, "right": { "type": "Literal", "value": "", "raw": "''", "range": [ 24988, 24990 ], "loc": { "start": { "line": 700, "column": 24 }, "end": { "line": 700, "column": 26 } } }, "range": [ 24975, 24990 ], "loc": { "start": { "line": 700, "column": 11 }, "end": { "line": 700, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25006, 25010 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 16 } } }, "property": { "type": "Identifier", "name": "resultsPerPageSlc", "range": [ 25011, 25028 ], "loc": { "start": { "line": 701, "column": 17 }, "end": { "line": 701, "column": 34 } } }, "range": [ 25006, 25028 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 34 } } }, "property": { "type": "Identifier", "name": "options", "range": [ 25029, 25036 ], "loc": { "start": { "line": 701, "column": 35 }, "end": { "line": 701, "column": 42 } } }, "range": [ 25006, 25036 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 42 } } }, "property": { "type": "Identifier", "name": "pglenIndex", "range": [ 25037, 25047 ], "loc": { "start": { "line": 701, "column": 43 }, "end": { "line": 701, "column": 53 } } }, "range": [ 25006, 25048 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 54 } } }, "property": { "type": "Identifier", "name": "selected", "range": [ 25049, 25057 ], "loc": { "start": { "line": 701, "column": 55 }, "end": { "line": 701, "column": 63 } } }, "range": [ 25006, 25057 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 63 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 25060, 25064 ], "loc": { "start": { "line": 701, "column": 66 }, "end": { "line": 701, "column": 70 } } }, "range": [ 25006, 25064 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 70 } } }, "range": [ 25006, 25065 ], "loc": { "start": { "line": 701, "column": 12 }, "end": { "line": 701, "column": 71 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25079, 25083 ], "loc": { "start": { "line": 702, "column": 12 }, "end": { "line": 702, "column": 16 } } }, "property": { "type": "Identifier", "name": "changeResultsPerPage", "range": [ 25084, 25104 ], "loc": { "start": { "line": 702, "column": 17 }, "end": { "line": 702, "column": 37 } } }, "range": [ 25079, 25104 ], "loc": { "start": { "line": 702, "column": 12 }, "end": { "line": 702, "column": 37 } } }, "arguments": [], "range": [ 25079, 25106 ], "loc": { "start": { "line": 702, "column": 12 }, "end": { "line": 702, "column": 39 } } }, "range": [ 25079, 25107 ], "loc": { "start": { "line": 702, "column": 12 }, "end": { "line": 702, "column": 40 } } } ], "range": [ 24991, 25118 ], "loc": { "start": { "line": 700, "column": 27 }, "end": { "line": 703, "column": 9 } } }, "alternate": null, "range": [ 24972, 25118 ], "loc": { "start": { "line": 700, "column": 8 }, "end": { "line": 703, "column": 9 } } } ], "range": [ 24808, 25125 ], "loc": { "start": { "line": 693, "column": 26 }, "end": { "line": 704, "column": 5 } } }, "generator": false, "expression": false, "range": [ 24802, 25125 ], "loc": { "start": { "line": 693, "column": 20 }, "end": { "line": 704, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 24786, 25125 ], "loc": { "start": { "line": 693, "column": 4 }, "end": { "line": 704, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Re-set page length value at page re-load\r\n ", "range": [ 24719, 24780 ], "loc": { "start": { "line": 690, "column": 4 }, "end": { "line": 692, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Remove paging feature\r\n ", "range": [ 25133, 25175 ], "loc": { "start": { "line": 706, "column": 4 }, "end": { "line": 708, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "destroy", "range": [ 25181, 25188 ], "loc": { "start": { "line": 709, "column": 4 }, "end": { "line": 709, "column": 11 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 25205, 25207 ], "loc": { "start": { "line": 710, "column": 12 }, "end": { "line": 710, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25210, 25214 ], "loc": { "start": { "line": 710, "column": 17 }, "end": { "line": 710, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 25215, 25217 ], "loc": { "start": { "line": 710, "column": 22 }, "end": { "line": 710, "column": 24 } } }, "range": [ 25210, 25217 ], "loc": { "start": { "line": 710, "column": 17 }, "end": { "line": 710, "column": 24 } } }, "range": [ 25205, 25217 ], "loc": { "start": { "line": 710, "column": 12 }, "end": { "line": 710, "column": 24 } } } ], "kind": "var", "range": [ 25201, 25218 ], "loc": { "start": { "line": 710, "column": 8 }, "end": { "line": 710, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25234, 25236 ], "loc": { "start": { "line": 712, "column": 12 }, "end": { "line": 712, "column": 14 } } }, "property": { "type": "Identifier", "name": "hasGrid", "range": [ 25237, 25244 ], "loc": { "start": { "line": 712, "column": 15 }, "end": { "line": 712, "column": 22 } } }, "range": [ 25234, 25244 ], "loc": { "start": { "line": 712, "column": 12 }, "end": { "line": 712, "column": 22 } } }, "arguments": [], "range": [ 25234, 25246 ], "loc": { "start": { "line": 712, "column": 12 }, "end": { "line": 712, "column": 24 } } }, "prefix": true, "range": [ 25233, 25246 ], "loc": { "start": { "line": 712, "column": 11 }, "end": { "line": 712, "column": 24 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 25262, 25269 ], "loc": { "start": { "line": 713, "column": 12 }, "end": { "line": 713, "column": 19 } } } ], "range": [ 25247, 25280 ], "loc": { "start": { "line": 712, "column": 25 }, "end": { "line": 714, "column": 9 } } }, "alternate": null, "range": [ 25230, 25280 ], "loc": { "start": { "line": 712, "column": 8 }, "end": { "line": 714, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": " btns containers", "range": [ 25290, 25308 ], "loc": { "start": { "line": 715, "column": 8 }, "end": { "line": 715, "column": 26 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnNextSpan", "range": [ 25322, 25333 ], "loc": { "start": { "line": 716, "column": 12 }, "end": { "line": 716, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25336, 25339 ], "loc": { "start": { "line": 716, "column": 26 }, "end": { "line": 716, "column": 29 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25340, 25342 ], "loc": { "start": { "line": 716, "column": 30 }, "end": { "line": 716, "column": 32 } } }, "range": [ 25336, 25342 ], "loc": { "start": { "line": 716, "column": 26 }, "end": { "line": 716, "column": 32 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25343, 25347 ], "loc": { "start": { "line": 716, "column": 33 }, "end": { "line": 716, "column": 37 } } }, "property": { "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ 25348, 25363 ], "loc": { "start": { "line": 716, "column": 38 }, "end": { "line": 716, "column": 53 } } }, "range": [ 25343, 25363 ], "loc": { "start": { "line": 716, "column": 33 }, "end": { "line": 716, "column": 53 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25364, 25366 ], "loc": { "start": { "line": 716, "column": 54 }, "end": { "line": 716, "column": 56 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25367, 25369 ], "loc": { "start": { "line": 716, "column": 57 }, "end": { "line": 716, "column": 59 } } }, "range": [ 25364, 25369 ], "loc": { "start": { "line": 716, "column": 54 }, "end": { "line": 716, "column": 59 } } }, "range": [ 25343, 25369 ], "loc": { "start": { "line": 716, "column": 33 }, "end": { "line": 716, "column": 59 } } } ], "range": [ 25336, 25370 ], "loc": { "start": { "line": 716, "column": 26 }, "end": { "line": 716, "column": 60 } } }, "range": [ 25322, 25370 ], "loc": { "start": { "line": 716, "column": 12 }, "end": { "line": 716, "column": 60 } } } ], "kind": "var", "range": [ 25318, 25371 ], "loc": { "start": { "line": 716, "column": 8 }, "end": { "line": 716, "column": 61 } }, "leadingComments": [ { "type": "Line", "value": " btns containers", "range": [ 25290, 25308 ], "loc": { "start": { "line": 715, "column": 8 }, "end": { "line": 715, "column": 26 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnPrevSpan", "range": [ 25385, 25396 ], "loc": { "start": { "line": 717, "column": 12 }, "end": { "line": 717, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25399, 25402 ], "loc": { "start": { "line": 717, "column": 26 }, "end": { "line": 717, "column": 29 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25403, 25405 ], "loc": { "start": { "line": 717, "column": 30 }, "end": { "line": 717, "column": 32 } } }, "range": [ 25399, 25405 ], "loc": { "start": { "line": 717, "column": 26 }, "end": { "line": 717, "column": 32 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25406, 25410 ], "loc": { "start": { "line": 717, "column": 33 }, "end": { "line": 717, "column": 37 } } }, "property": { "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ 25411, 25426 ], "loc": { "start": { "line": 717, "column": 38 }, "end": { "line": 717, "column": 53 } } }, "range": [ 25406, 25426 ], "loc": { "start": { "line": 717, "column": 33 }, "end": { "line": 717, "column": 53 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25427, 25429 ], "loc": { "start": { "line": 717, "column": 54 }, "end": { "line": 717, "column": 56 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25430, 25432 ], "loc": { "start": { "line": 717, "column": 57 }, "end": { "line": 717, "column": 59 } } }, "range": [ 25427, 25432 ], "loc": { "start": { "line": 717, "column": 54 }, "end": { "line": 717, "column": 59 } } }, "range": [ 25406, 25432 ], "loc": { "start": { "line": 717, "column": 33 }, "end": { "line": 717, "column": 59 } } } ], "range": [ 25399, 25433 ], "loc": { "start": { "line": 717, "column": 26 }, "end": { "line": 717, "column": 60 } } }, "range": [ 25385, 25433 ], "loc": { "start": { "line": 717, "column": 12 }, "end": { "line": 717, "column": 60 } } } ], "kind": "var", "range": [ 25381, 25434 ], "loc": { "start": { "line": 717, "column": 8 }, "end": { "line": 717, "column": 61 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnLastSpan", "range": [ 25448, 25459 ], "loc": { "start": { "line": 718, "column": 12 }, "end": { "line": 718, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25462, 25465 ], "loc": { "start": { "line": 718, "column": 26 }, "end": { "line": 718, "column": 29 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25466, 25468 ], "loc": { "start": { "line": 718, "column": 30 }, "end": { "line": 718, "column": 32 } } }, "range": [ 25462, 25468 ], "loc": { "start": { "line": 718, "column": 26 }, "end": { "line": 718, "column": 32 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25469, 25473 ], "loc": { "start": { "line": 718, "column": 33 }, "end": { "line": 718, "column": 37 } } }, "property": { "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ 25474, 25489 ], "loc": { "start": { "line": 718, "column": 38 }, "end": { "line": 718, "column": 53 } } }, "range": [ 25469, 25489 ], "loc": { "start": { "line": 718, "column": 33 }, "end": { "line": 718, "column": 53 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25490, 25492 ], "loc": { "start": { "line": 718, "column": 54 }, "end": { "line": 718, "column": 56 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25493, 25495 ], "loc": { "start": { "line": 718, "column": 57 }, "end": { "line": 718, "column": 59 } } }, "range": [ 25490, 25495 ], "loc": { "start": { "line": 718, "column": 54 }, "end": { "line": 718, "column": 59 } } }, "range": [ 25469, 25495 ], "loc": { "start": { "line": 718, "column": 33 }, "end": { "line": 718, "column": 59 } } } ], "range": [ 25462, 25496 ], "loc": { "start": { "line": 718, "column": 26 }, "end": { "line": 718, "column": 60 } } }, "range": [ 25448, 25496 ], "loc": { "start": { "line": 718, "column": 12 }, "end": { "line": 718, "column": 60 } } } ], "kind": "var", "range": [ 25444, 25497 ], "loc": { "start": { "line": 718, "column": 8 }, "end": { "line": 718, "column": 61 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "btnFirstSpan", "range": [ 25511, 25523 ], "loc": { "start": { "line": 719, "column": 12 }, "end": { "line": 719, "column": 24 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25526, 25529 ], "loc": { "start": { "line": 719, "column": 27 }, "end": { "line": 719, "column": 30 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25530, 25532 ], "loc": { "start": { "line": 719, "column": 31 }, "end": { "line": 719, "column": 33 } } }, "range": [ 25526, 25532 ], "loc": { "start": { "line": 719, "column": 27 }, "end": { "line": 719, "column": 33 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25533, 25537 ], "loc": { "start": { "line": 719, "column": 34 }, "end": { "line": 719, "column": 38 } } }, "property": { "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ 25538, 25554 ], "loc": { "start": { "line": 719, "column": 39 }, "end": { "line": 719, "column": 55 } } }, "range": [ 25533, 25554 ], "loc": { "start": { "line": 719, "column": 34 }, "end": { "line": 719, "column": 55 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25555, 25557 ], "loc": { "start": { "line": 719, "column": 56 }, "end": { "line": 719, "column": 58 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25558, 25560 ], "loc": { "start": { "line": 719, "column": 59 }, "end": { "line": 719, "column": 61 } } }, "range": [ 25555, 25560 ], "loc": { "start": { "line": 719, "column": 56 }, "end": { "line": 719, "column": 61 } } }, "range": [ 25533, 25560 ], "loc": { "start": { "line": 719, "column": 34 }, "end": { "line": 719, "column": 61 } } } ], "range": [ 25526, 25561 ], "loc": { "start": { "line": 719, "column": 27 }, "end": { "line": 719, "column": 62 } } }, "range": [ 25511, 25561 ], "loc": { "start": { "line": 719, "column": 12 }, "end": { "line": 719, "column": 62 } } } ], "kind": "var", "range": [ 25507, 25562 ], "loc": { "start": { "line": 719, "column": 8 }, "end": { "line": 719, "column": 63 } }, "trailingComments": [ { "type": "Line", "value": "span containing 'Page' text", "range": [ 25572, 25601 ], "loc": { "start": { "line": 720, "column": 8 }, "end": { "line": 720, "column": 37 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 25615, 25627 ], "loc": { "start": { "line": 721, "column": 12 }, "end": { "line": 721, "column": 24 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25630, 25633 ], "loc": { "start": { "line": 721, "column": 27 }, "end": { "line": 721, "column": 30 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25634, 25636 ], "loc": { "start": { "line": 721, "column": 31 }, "end": { "line": 721, "column": 33 } } }, "range": [ 25630, 25636 ], "loc": { "start": { "line": 721, "column": 27 }, "end": { "line": 721, "column": 33 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25637, 25641 ], "loc": { "start": { "line": 721, "column": 34 }, "end": { "line": 721, "column": 38 } } }, "property": { "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ 25642, 25658 ], "loc": { "start": { "line": 721, "column": 39 }, "end": { "line": 721, "column": 55 } } }, "range": [ 25637, 25658 ], "loc": { "start": { "line": 721, "column": 34 }, "end": { "line": 721, "column": 55 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25659, 25661 ], "loc": { "start": { "line": 721, "column": 56 }, "end": { "line": 721, "column": 58 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25662, 25664 ], "loc": { "start": { "line": 721, "column": 59 }, "end": { "line": 721, "column": 61 } } }, "range": [ 25659, 25664 ], "loc": { "start": { "line": 721, "column": 56 }, "end": { "line": 721, "column": 61 } } }, "range": [ 25637, 25664 ], "loc": { "start": { "line": 721, "column": 34 }, "end": { "line": 721, "column": 61 } } } ], "range": [ 25630, 25665 ], "loc": { "start": { "line": 721, "column": 27 }, "end": { "line": 721, "column": 62 } } }, "range": [ 25615, 25665 ], "loc": { "start": { "line": 721, "column": 12 }, "end": { "line": 721, "column": 62 } } } ], "kind": "var", "range": [ 25611, 25666 ], "loc": { "start": { "line": 721, "column": 8 }, "end": { "line": 721, "column": 63 } }, "leadingComments": [ { "type": "Line", "value": "span containing 'Page' text", "range": [ 25572, 25601 ], "loc": { "start": { "line": 720, "column": 8 }, "end": { "line": 720, "column": 37 } } } ], "trailingComments": [ { "type": "Line", "value": "span containing 'of' text", "range": [ 25676, 25703 ], "loc": { "start": { "line": 722, "column": 8 }, "end": { "line": 722, "column": 35 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgAfterSpan", "range": [ 25717, 25728 ], "loc": { "start": { "line": 723, "column": 12 }, "end": { "line": 723, "column": 23 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25731, 25734 ], "loc": { "start": { "line": 723, "column": 26 }, "end": { "line": 723, "column": 29 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25735, 25737 ], "loc": { "start": { "line": 723, "column": 30 }, "end": { "line": 723, "column": 32 } } }, "range": [ 25731, 25737 ], "loc": { "start": { "line": 723, "column": 26 }, "end": { "line": 723, "column": 32 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25738, 25742 ], "loc": { "start": { "line": 723, "column": 33 }, "end": { "line": 723, "column": 37 } } }, "property": { "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ 25743, 25758 ], "loc": { "start": { "line": 723, "column": 38 }, "end": { "line": 723, "column": 53 } } }, "range": [ 25738, 25758 ], "loc": { "start": { "line": 723, "column": 33 }, "end": { "line": 723, "column": 53 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25759, 25761 ], "loc": { "start": { "line": 723, "column": 54 }, "end": { "line": 723, "column": 56 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25762, 25764 ], "loc": { "start": { "line": 723, "column": 57 }, "end": { "line": 723, "column": 59 } } }, "range": [ 25759, 25764 ], "loc": { "start": { "line": 723, "column": 54 }, "end": { "line": 723, "column": 59 } } }, "range": [ 25738, 25764 ], "loc": { "start": { "line": 723, "column": 33 }, "end": { "line": 723, "column": 59 } } } ], "range": [ 25731, 25765 ], "loc": { "start": { "line": 723, "column": 26 }, "end": { "line": 723, "column": 60 } } }, "range": [ 25717, 25765 ], "loc": { "start": { "line": 723, "column": 12 }, "end": { "line": 723, "column": 60 } } } ], "kind": "var", "range": [ 25713, 25766 ], "loc": { "start": { "line": 723, "column": 8 }, "end": { "line": 723, "column": 61 } }, "leadingComments": [ { "type": "Line", "value": "span containing 'of' text", "range": [ 25676, 25703 ], "loc": { "start": { "line": 722, "column": 8 }, "end": { "line": 722, "column": 35 } } } ], "trailingComments": [ { "type": "Line", "value": "span containing nb of pages", "range": [ 25776, 25805 ], "loc": { "start": { "line": 724, "column": 8 }, "end": { "line": 724, "column": 37 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pgspan", "range": [ 25819, 25825 ], "loc": { "start": { "line": 725, "column": 12 }, "end": { "line": 725, "column": 18 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 25828, 25831 ], "loc": { "start": { "line": 725, "column": 21 }, "end": { "line": 725, "column": 24 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25832, 25834 ], "loc": { "start": { "line": 725, "column": 25 }, "end": { "line": 725, "column": 27 } } }, "range": [ 25828, 25834 ], "loc": { "start": { "line": 725, "column": 21 }, "end": { "line": 725, "column": 27 } } }, "arguments": [ { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25835, 25839 ], "loc": { "start": { "line": 725, "column": 28 }, "end": { "line": 725, "column": 32 } } }, "property": { "type": "Identifier", "name": "prfxPgSpan", "range": [ 25840, 25850 ], "loc": { "start": { "line": 725, "column": 33 }, "end": { "line": 725, "column": 43 } } }, "range": [ 25835, 25850 ], "loc": { "start": { "line": 725, "column": 28 }, "end": { "line": 725, "column": 43 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25851, 25853 ], "loc": { "start": { "line": 725, "column": 44 }, "end": { "line": 725, "column": 46 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 25854, 25856 ], "loc": { "start": { "line": 725, "column": 47 }, "end": { "line": 725, "column": 49 } } }, "range": [ 25851, 25856 ], "loc": { "start": { "line": 725, "column": 44 }, "end": { "line": 725, "column": 49 } } }, "range": [ 25835, 25856 ], "loc": { "start": { "line": 725, "column": 28 }, "end": { "line": 725, "column": 49 } } } ], "range": [ 25828, 25857 ], "loc": { "start": { "line": 725, "column": 21 }, "end": { "line": 725, "column": 50 } } }, "range": [ 25819, 25857 ], "loc": { "start": { "line": 725, "column": 12 }, "end": { "line": 725, "column": 50 } } } ], "kind": "var", "range": [ 25815, 25858 ], "loc": { "start": { "line": 725, "column": 8 }, "end": { "line": 725, "column": 51 } }, "leadingComments": [ { "type": "Line", "value": "span containing nb of pages", "range": [ 25776, 25805 ], "loc": { "start": { "line": 724, "column": 8 }, "end": { "line": 724, "column": 37 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "evt", "range": [ 25874, 25877 ], "loc": { "start": { "line": 727, "column": 12 }, "end": { "line": 727, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25880, 25884 ], "loc": { "start": { "line": 727, "column": 18 }, "end": { "line": 727, "column": 22 } } }, "property": { "type": "Identifier", "name": "evt", "range": [ 25885, 25888 ], "loc": { "start": { "line": 727, "column": 23 }, "end": { "line": 727, "column": 26 } } }, "range": [ 25880, 25888 ], "loc": { "start": { "line": 727, "column": 18 }, "end": { "line": 727, "column": 26 } } }, "range": [ 25874, 25888 ], "loc": { "start": { "line": 727, "column": 12 }, "end": { "line": 727, "column": 26 } } } ], "kind": "var", "range": [ 25870, 25889 ], "loc": { "start": { "line": 727, "column": 8 }, "end": { "line": 727, "column": 27 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25904, 25908 ], "loc": { "start": { "line": 729, "column": 11 }, "end": { "line": 729, "column": 15 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 25909, 25918 ], "loc": { "start": { "line": 729, "column": 16 }, "end": { "line": 729, "column": 25 } } }, "range": [ 25904, 25918 ], "loc": { "start": { "line": 729, "column": 11 }, "end": { "line": 729, "column": 25 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 25937, 25941 ], "loc": { "start": { "line": 730, "column": 15 }, "end": { "line": 730, "column": 19 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 25942, 25958 ], "loc": { "start": { "line": 730, "column": 20 }, "end": { "line": 730, "column": 36 } } }, "range": [ 25937, 25958 ], "loc": { "start": { "line": 730, "column": 15 }, "end": { "line": 730, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 25963, 25965 ], "loc": { "start": { "line": 730, "column": 41 }, "end": { "line": 730, "column": 43 } } }, "property": { "type": "Identifier", "name": "fltTypeSlc", "range": [ 25966, 25976 ], "loc": { "start": { "line": 730, "column": 44 }, "end": { "line": 730, "column": 54 } } }, "range": [ 25963, 25976 ], "loc": { "start": { "line": 730, "column": 41 }, "end": { "line": 730, "column": 54 } } }, "range": [ 25937, 25976 ], "loc": { "start": { "line": 730, "column": 15 }, "end": { "line": 730, "column": 54 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 25996, 26001 ], "loc": { "start": { "line": 731, "column": 16 }, "end": { "line": 731, "column": 21 } } }, "property": { "type": "Identifier", "name": "remove", "range": [ 26002, 26008 ], "loc": { "start": { "line": 731, "column": 22 }, "end": { "line": 731, "column": 28 } } }, "range": [ 25996, 26008 ], "loc": { "start": { "line": 731, "column": 16 }, "end": { "line": 731, "column": 28 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 26009, 26013 ], "loc": { "start": { "line": 731, "column": 29 }, "end": { "line": 731, "column": 33 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 26014, 26023 ], "loc": { "start": { "line": 731, "column": 34 }, "end": { "line": 731, "column": 43 } } }, "range": [ 26009, 26023 ], "loc": { "start": { "line": 731, "column": 29 }, "end": { "line": 731, "column": 43 } } }, { "type": "Literal", "value": "change", "raw": "'change'", "range": [ 26025, 26033 ], "loc": { "start": { "line": 731, "column": 45 }, "end": { "line": 731, "column": 53 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 26035, 26038 ], "loc": { "start": { "line": 731, "column": 55 }, "end": { "line": 731, "column": 58 } } }, "property": { "type": "Identifier", "name": "slcPagesChange", "range": [ 26039, 26053 ], "loc": { "start": { "line": 731, "column": 59 }, "end": { "line": 731, "column": 73 } } }, "range": [ 26035, 26053 ], "loc": { "start": { "line": 731, "column": 55 }, "end": { "line": 731, "column": 73 } } } ], "range": [ 25996, 26054 ], "loc": { "start": { "line": 731, "column": 16 }, "end": { "line": 731, "column": 74 } } }, "range": [ 25996, 26055 ], "loc": { "start": { "line": 731, "column": 16 }, "end": { "line": 731, "column": 75 } } } ], "range": [ 25977, 26070 ], "loc": { "start": { "line": 730, "column": 55 }, "end": { "line": 732, "column": 13 } } }, "alternate": { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 26092, 26096 ], "loc": { "start": { "line": 733, "column": 20 }, "end": { "line": 733, "column": 24 } } }, "property": { "type": "Identifier", "name": "pageSelectorType", "range": [ 26097, 26113 ], "loc": { "start": { "line": 733, "column": 25 }, "end": { "line": 733, "column": 41 } } }, "range": [ 26092, 26113 ], "loc": { "start": { "line": 733, "column": 20 }, "end": { "line": 733, "column": 41 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 26118, 26120 ], "loc": { "start": { "line": 733, "column": 46 }, "end": { "line": 733, "column": 48 } } }, "property": { "type": "Identifier", "name": "fltTypeInp", "range": [ 26121, 26131 ], "loc": { "start": { "line": 733, "column": 49 }, "end": { "line": 733, "column": 59 } } }, "range": [ 26118, 26131 ], "loc": { "start": { "line": 733, "column": 46 }, "end": { "line": 733, "column": 59 } } }, "range": [ 26092, 26131 ], "loc": { "start": { "line": 733, "column": 20 }, "end": { "line": 733, "column": 59 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 26151, 26156 ], "loc": { "start": { "line": 734, "column": 16 }, "end": { "line": 734, "column": 21 } } }, "property": { "type": "Identifier", "name": "remove", "range": [ 26157, 26163 ], "loc": { "start": { "line": 734, "column": 22 }, "end": { "line": 734, "column": 28 } } }, "range": [ 26151, 26163 ], "loc": { "start": { "line": 734, "column": 16 }, "end": { "line": 734, "column": 28 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 26164, 26168 ], "loc": { "start": { "line": 734, "column": 29 }, "end": { "line": 734, "column": 33 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 26169, 26178 ], "loc": { "start": { "line": 734, "column": 34 }, "end": { "line": 734, "column": 43 } } }, "range": [ 26164, 26178 ], "loc": { "start": { "line": 734, "column": 29 }, "end": { "line": 734, "column": 43 } } }, { "type": "Literal", "value": "keypress", "raw": "'keypress'", "range": [ 26180, 26190 ], "loc": { "start": { "line": 734, "column": 45 }, "end": { "line": 734, "column": 55 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 26192, 26195 ], "loc": { "start": { "line": 734, "column": 57 }, "end": { "line": 734, "column": 60 } } }, "property": { "type": "Identifier", "name": "_detectKey", "range": [ 26196, 26206 ], "loc": { "start": { "line": 734, "column": 61 }, "end": { "line": 734, "column": 71 } } }, "range": [ 26192, 26206 ], "loc": { "start": { "line": 734, "column": 57 }, "end": { "line": 734, "column": 71 } } } ], "range": [ 26151, 26207 ], "loc": { "start": { "line": 734, "column": 16 }, "end": { "line": 734, "column": 72 } } }, "range": [ 26151, 26208 ], "loc": { "start": { "line": 734, "column": 16 }, "end": { "line": 734, "column": 73 } } } ], "range": [ 26132, 26223 ], "loc": { "start": { "line": 733, "column": 60 }, "end": { "line": 735, "column": 13 } } }, "alternate": null, "range": [ 26089, 26223 ], "loc": { "start": { "line": 733, "column": 17 }, "end": { "line": 735, "column": 13 } } }, "range": [ 25934, 26223 ], "loc": { "start": { "line": 730, "column": 12 }, "end": { "line": 735, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 26237, 26241 ], "loc": { "start": { "line": 736, "column": 12 }, "end": { "line": 736, "column": 16 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 26242, 26251 ], "loc": { "start": { "line": 736, "column": 17 }, "end": { "line": 736, "column": 26 } } }, "range": [ 26237, 26251 ], "loc": { "start": { "line": 736, "column": 12 }, "end": { "line": 736, "column": 26 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 26252, 26262 ], "loc": { "start": { "line": 736, "column": 27 }, "end": { "line": 736, "column": 37 } } }, "range": [ 26237, 26262 ], "loc": { "start": { "line": 736, "column": 12 }, "end": { "line": 736, "column": 37 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 26263, 26274 ], "loc": { "start": { "line": 736, "column": 38 }, "end": { "line": 736, "column": 49 } } }, "range": [ 26237, 26274 ], "loc": { "start": { "line": 736, "column": 12 }, "end": { "line": 736, "column": 49 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 26275, 26279 ], "loc": { "start": { "line": 736, "column": 50 }, "end": { "line": 736, "column": 54 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 26280, 26289 ], "loc": { "start": { "line": 736, "column": 55 }, "end": { "line": 736, "column": 64 } } }, "range": [ 26275, 26289 ], "loc": { "start": { "line": 736, "column": 50 }, "end": { "line": 736, "column": 64 } } } ], "range": [ 26237, 26290 ], "loc": { "start": { "line": 736, "column": 12 }, "end": { "line": 736, "column": 65 } } }, "range": [ 26237, 26291 ], "loc": { "start": { "line": 736, "column": 12 }, "end": { "line": 736, "column": 66 } } } ], "range": [ 25919, 26302 ], "loc": { "start": { "line": 729, "column": 26 }, "end": { "line": 737, "column": 9 } } }, "alternate": null, "range": [ 25901, 26302 ], "loc": { "start": { "line": 729, "column": 8 }, "end": { "line": 737, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "btnNextSpan", "range": [ 26317, 26328 ], "loc": { "start": { "line": 739, "column": 11 }, "end": { "line": 739, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 26344, 26349 ], "loc": { "start": { "line": 740, "column": 12 }, "end": { "line": 740, "column": 17 } } }, "property": { "type": "Identifier", "name": "remove", "range": [ 26350, 26356 ], "loc": { "start": { "line": 740, "column": 18 }, "end": { "line": 740, "column": 24 } } }, "range": [ 26344, 26356 ], "loc": { "start": { "line": 740, "column": 12 }, "end": { "line": 740, "column": 24 } } }, "arguments": [ { "type": "Identifier", "name": "btnNextSpan", "range": [ 26357, 26368 ], "loc": { "start": { "line": 740, "column": 25 }, "end": { "line": 740, "column": 36 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 26370, 26377 ], "loc": { "start": { "line": 740, "column": 38 }, "end": { "line": 740, "column": 45 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 26379, 26382 ], "loc": { "start": { "line": 740, "column": 47 }, "end": { "line": 740, "column": 50 } } }, "property": { "type": "Identifier", "name": "next", "range": [ 26383, 26387 ], "loc": { "start": { "line": 740, "column": 51 }, "end": { "line": 740, "column": 55 } } }, "range": [ 26379, 26387 ], "loc": { "start": { "line": 740, "column": 47 }, "end": { "line": 740, "column": 55 } } } ], "range": [ 26344, 26388 ], "loc": { "start": { "line": 740, "column": 12 }, "end": { "line": 740, "column": 56 } } }, "range": [ 26344, 26389 ], "loc": { "start": { "line": 740, "column": 12 }, "end": { "line": 740, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnNextSpan", "range": [ 26403, 26414 ], "loc": { "start": { "line": 741, "column": 12 }, "end": { "line": 741, "column": 23 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 26415, 26425 ], "loc": { "start": { "line": 741, "column": 24 }, "end": { "line": 741, "column": 34 } } }, "range": [ 26403, 26425 ], "loc": { "start": { "line": 741, "column": 12 }, "end": { "line": 741, "column": 34 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 26426, 26437 ], "loc": { "start": { "line": 741, "column": 35 }, "end": { "line": 741, "column": 46 } } }, "range": [ 26403, 26437 ], "loc": { "start": { "line": 741, "column": 12 }, "end": { "line": 741, "column": 46 } } }, "arguments": [ { "type": "Identifier", "name": "btnNextSpan", "range": [ 26438, 26449 ], "loc": { "start": { "line": 741, "column": 47 }, "end": { "line": 741, "column": 58 } } } ], "range": [ 26403, 26450 ], "loc": { "start": { "line": 741, "column": 12 }, "end": { "line": 741, "column": 59 } } }, "range": [ 26403, 26451 ], "loc": { "start": { "line": 741, "column": 12 }, "end": { "line": 741, "column": 60 } } } ], "range": [ 26329, 26462 ], "loc": { "start": { "line": 739, "column": 23 }, "end": { "line": 742, "column": 9 } } }, "alternate": null, "range": [ 26314, 26462 ], "loc": { "start": { "line": 739, "column": 8 }, "end": { "line": 742, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "btnPrevSpan", "range": [ 26477, 26488 ], "loc": { "start": { "line": 744, "column": 11 }, "end": { "line": 744, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 26504, 26509 ], "loc": { "start": { "line": 745, "column": 12 }, "end": { "line": 745, "column": 17 } } }, "property": { "type": "Identifier", "name": "remove", "range": [ 26510, 26516 ], "loc": { "start": { "line": 745, "column": 18 }, "end": { "line": 745, "column": 24 } } }, "range": [ 26504, 26516 ], "loc": { "start": { "line": 745, "column": 12 }, "end": { "line": 745, "column": 24 } } }, "arguments": [ { "type": "Identifier", "name": "btnPrevSpan", "range": [ 26517, 26528 ], "loc": { "start": { "line": 745, "column": 25 }, "end": { "line": 745, "column": 36 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 26530, 26537 ], "loc": { "start": { "line": 745, "column": 38 }, "end": { "line": 745, "column": 45 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 26539, 26542 ], "loc": { "start": { "line": 745, "column": 47 }, "end": { "line": 745, "column": 50 } } }, "property": { "type": "Identifier", "name": "prev", "range": [ 26543, 26547 ], "loc": { "start": { "line": 745, "column": 51 }, "end": { "line": 745, "column": 55 } } }, "range": [ 26539, 26547 ], "loc": { "start": { "line": 745, "column": 47 }, "end": { "line": 745, "column": 55 } } } ], "range": [ 26504, 26548 ], "loc": { "start": { "line": 745, "column": 12 }, "end": { "line": 745, "column": 56 } } }, "range": [ 26504, 26549 ], "loc": { "start": { "line": 745, "column": 12 }, "end": { "line": 745, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnPrevSpan", "range": [ 26563, 26574 ], "loc": { "start": { "line": 746, "column": 12 }, "end": { "line": 746, "column": 23 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 26575, 26585 ], "loc": { "start": { "line": 746, "column": 24 }, "end": { "line": 746, "column": 34 } } }, "range": [ 26563, 26585 ], "loc": { "start": { "line": 746, "column": 12 }, "end": { "line": 746, "column": 34 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 26586, 26597 ], "loc": { "start": { "line": 746, "column": 35 }, "end": { "line": 746, "column": 46 } } }, "range": [ 26563, 26597 ], "loc": { "start": { "line": 746, "column": 12 }, "end": { "line": 746, "column": 46 } } }, "arguments": [ { "type": "Identifier", "name": "btnPrevSpan", "range": [ 26598, 26609 ], "loc": { "start": { "line": 746, "column": 47 }, "end": { "line": 746, "column": 58 } } } ], "range": [ 26563, 26610 ], "loc": { "start": { "line": 746, "column": 12 }, "end": { "line": 746, "column": 59 } } }, "range": [ 26563, 26611 ], "loc": { "start": { "line": 746, "column": 12 }, "end": { "line": 746, "column": 60 } } } ], "range": [ 26489, 26622 ], "loc": { "start": { "line": 744, "column": 23 }, "end": { "line": 747, "column": 9 } } }, "alternate": null, "range": [ 26474, 26622 ], "loc": { "start": { "line": 744, "column": 8 }, "end": { "line": 747, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "btnLastSpan", "range": [ 26637, 26648 ], "loc": { "start": { "line": 749, "column": 11 }, "end": { "line": 749, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 26664, 26669 ], "loc": { "start": { "line": 750, "column": 12 }, "end": { "line": 750, "column": 17 } } }, "property": { "type": "Identifier", "name": "remove", "range": [ 26670, 26676 ], "loc": { "start": { "line": 750, "column": 18 }, "end": { "line": 750, "column": 24 } } }, "range": [ 26664, 26676 ], "loc": { "start": { "line": 750, "column": 12 }, "end": { "line": 750, "column": 24 } } }, "arguments": [ { "type": "Identifier", "name": "btnLastSpan", "range": [ 26677, 26688 ], "loc": { "start": { "line": 750, "column": 25 }, "end": { "line": 750, "column": 36 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 26690, 26697 ], "loc": { "start": { "line": 750, "column": 38 }, "end": { "line": 750, "column": 45 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 26699, 26702 ], "loc": { "start": { "line": 750, "column": 47 }, "end": { "line": 750, "column": 50 } } }, "property": { "type": "Identifier", "name": "last", "range": [ 26703, 26707 ], "loc": { "start": { "line": 750, "column": 51 }, "end": { "line": 750, "column": 55 } } }, "range": [ 26699, 26707 ], "loc": { "start": { "line": 750, "column": 47 }, "end": { "line": 750, "column": 55 } } } ], "range": [ 26664, 26708 ], "loc": { "start": { "line": 750, "column": 12 }, "end": { "line": 750, "column": 56 } } }, "range": [ 26664, 26709 ], "loc": { "start": { "line": 750, "column": 12 }, "end": { "line": 750, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnLastSpan", "range": [ 26723, 26734 ], "loc": { "start": { "line": 751, "column": 12 }, "end": { "line": 751, "column": 23 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 26735, 26745 ], "loc": { "start": { "line": 751, "column": 24 }, "end": { "line": 751, "column": 34 } } }, "range": [ 26723, 26745 ], "loc": { "start": { "line": 751, "column": 12 }, "end": { "line": 751, "column": 34 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 26746, 26757 ], "loc": { "start": { "line": 751, "column": 35 }, "end": { "line": 751, "column": 46 } } }, "range": [ 26723, 26757 ], "loc": { "start": { "line": 751, "column": 12 }, "end": { "line": 751, "column": 46 } } }, "arguments": [ { "type": "Identifier", "name": "btnLastSpan", "range": [ 26758, 26769 ], "loc": { "start": { "line": 751, "column": 47 }, "end": { "line": 751, "column": 58 } } } ], "range": [ 26723, 26770 ], "loc": { "start": { "line": 751, "column": 12 }, "end": { "line": 751, "column": 59 } } }, "range": [ 26723, 26771 ], "loc": { "start": { "line": 751, "column": 12 }, "end": { "line": 751, "column": 60 } } } ], "range": [ 26649, 26782 ], "loc": { "start": { "line": 749, "column": 23 }, "end": { "line": 752, "column": 9 } } }, "alternate": null, "range": [ 26634, 26782 ], "loc": { "start": { "line": 749, "column": 8 }, "end": { "line": 752, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "btnFirstSpan", "range": [ 26797, 26809 ], "loc": { "start": { "line": 754, "column": 11 }, "end": { "line": 754, "column": 23 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Event", "range": [ 26825, 26830 ], "loc": { "start": { "line": 755, "column": 12 }, "end": { "line": 755, "column": 17 } } }, "property": { "type": "Identifier", "name": "remove", "range": [ 26831, 26837 ], "loc": { "start": { "line": 755, "column": 18 }, "end": { "line": 755, "column": 24 } } }, "range": [ 26825, 26837 ], "loc": { "start": { "line": 755, "column": 12 }, "end": { "line": 755, "column": 24 } } }, "arguments": [ { "type": "Identifier", "name": "btnFirstSpan", "range": [ 26838, 26850 ], "loc": { "start": { "line": 755, "column": 25 }, "end": { "line": 755, "column": 37 } } }, { "type": "Literal", "value": "click", "raw": "'click'", "range": [ 26852, 26859 ], "loc": { "start": { "line": 755, "column": 39 }, "end": { "line": 755, "column": 46 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "evt", "range": [ 26861, 26864 ], "loc": { "start": { "line": 755, "column": 48 }, "end": { "line": 755, "column": 51 } } }, "property": { "type": "Identifier", "name": "first", "range": [ 26865, 26870 ], "loc": { "start": { "line": 755, "column": 52 }, "end": { "line": 755, "column": 57 } } }, "range": [ 26861, 26870 ], "loc": { "start": { "line": 755, "column": 48 }, "end": { "line": 755, "column": 57 } } } ], "range": [ 26825, 26871 ], "loc": { "start": { "line": 755, "column": 12 }, "end": { "line": 755, "column": 58 } } }, "range": [ 26825, 26872 ], "loc": { "start": { "line": 755, "column": 12 }, "end": { "line": 755, "column": 59 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "btnFirstSpan", "range": [ 26886, 26898 ], "loc": { "start": { "line": 756, "column": 12 }, "end": { "line": 756, "column": 24 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 26899, 26909 ], "loc": { "start": { "line": 756, "column": 25 }, "end": { "line": 756, "column": 35 } } }, "range": [ 26886, 26909 ], "loc": { "start": { "line": 756, "column": 12 }, "end": { "line": 756, "column": 35 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 26910, 26921 ], "loc": { "start": { "line": 756, "column": 36 }, "end": { "line": 756, "column": 47 } } }, "range": [ 26886, 26921 ], "loc": { "start": { "line": 756, "column": 12 }, "end": { "line": 756, "column": 47 } } }, "arguments": [ { "type": "Identifier", "name": "btnFirstSpan", "range": [ 26922, 26934 ], "loc": { "start": { "line": 756, "column": 48 }, "end": { "line": 756, "column": 60 } } } ], "range": [ 26886, 26935 ], "loc": { "start": { "line": 756, "column": 12 }, "end": { "line": 756, "column": 61 } } }, "range": [ 26886, 26936 ], "loc": { "start": { "line": 756, "column": 12 }, "end": { "line": 756, "column": 62 } } } ], "range": [ 26810, 26947 ], "loc": { "start": { "line": 754, "column": 24 }, "end": { "line": 757, "column": 9 } } }, "alternate": null, "range": [ 26794, 26947 ], "loc": { "start": { "line": 754, "column": 8 }, "end": { "line": 757, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 26962, 26974 ], "loc": { "start": { "line": 759, "column": 11 }, "end": { "line": 759, "column": 23 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 26990, 27002 ], "loc": { "start": { "line": 760, "column": 12 }, "end": { "line": 760, "column": 24 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 27003, 27013 ], "loc": { "start": { "line": 760, "column": 25 }, "end": { "line": 760, "column": 35 } } }, "range": [ 26990, 27013 ], "loc": { "start": { "line": 760, "column": 12 }, "end": { "line": 760, "column": 35 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 27014, 27025 ], "loc": { "start": { "line": 760, "column": 36 }, "end": { "line": 760, "column": 47 } } }, "range": [ 26990, 27025 ], "loc": { "start": { "line": 760, "column": 12 }, "end": { "line": 760, "column": 47 } } }, "arguments": [ { "type": "Identifier", "name": "pgBeforeSpan", "range": [ 27026, 27038 ], "loc": { "start": { "line": 760, "column": 48 }, "end": { "line": 760, "column": 60 } } } ], "range": [ 26990, 27039 ], "loc": { "start": { "line": 760, "column": 12 }, "end": { "line": 760, "column": 61 } } }, "range": [ 26990, 27040 ], "loc": { "start": { "line": 760, "column": 12 }, "end": { "line": 760, "column": 62 } } } ], "range": [ 26975, 27051 ], "loc": { "start": { "line": 759, "column": 24 }, "end": { "line": 761, "column": 9 } } }, "alternate": null, "range": [ 26959, 27051 ], "loc": { "start": { "line": 759, "column": 8 }, "end": { "line": 761, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "pgAfterSpan", "range": [ 27066, 27077 ], "loc": { "start": { "line": 763, "column": 11 }, "end": { "line": 763, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgAfterSpan", "range": [ 27093, 27104 ], "loc": { "start": { "line": 764, "column": 12 }, "end": { "line": 764, "column": 23 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 27105, 27115 ], "loc": { "start": { "line": 764, "column": 24 }, "end": { "line": 764, "column": 34 } } }, "range": [ 27093, 27115 ], "loc": { "start": { "line": 764, "column": 12 }, "end": { "line": 764, "column": 34 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 27116, 27127 ], "loc": { "start": { "line": 764, "column": 35 }, "end": { "line": 764, "column": 46 } } }, "range": [ 27093, 27127 ], "loc": { "start": { "line": 764, "column": 12 }, "end": { "line": 764, "column": 46 } } }, "arguments": [ { "type": "Identifier", "name": "pgAfterSpan", "range": [ 27128, 27139 ], "loc": { "start": { "line": 764, "column": 47 }, "end": { "line": 764, "column": 58 } } } ], "range": [ 27093, 27140 ], "loc": { "start": { "line": 764, "column": 12 }, "end": { "line": 764, "column": 59 } } }, "range": [ 27093, 27141 ], "loc": { "start": { "line": 764, "column": 12 }, "end": { "line": 764, "column": 60 } } } ], "range": [ 27078, 27152 ], "loc": { "start": { "line": 763, "column": 23 }, "end": { "line": 765, "column": 9 } } }, "alternate": null, "range": [ 27063, 27152 ], "loc": { "start": { "line": 763, "column": 8 }, "end": { "line": 765, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "pgspan", "range": [ 27167, 27173 ], "loc": { "start": { "line": 767, "column": 11 }, "end": { "line": 767, "column": 17 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "pgspan", "range": [ 27189, 27195 ], "loc": { "start": { "line": 768, "column": 12 }, "end": { "line": 768, "column": 18 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 27196, 27206 ], "loc": { "start": { "line": 768, "column": 19 }, "end": { "line": 768, "column": 29 } } }, "range": [ 27189, 27206 ], "loc": { "start": { "line": 768, "column": 12 }, "end": { "line": 768, "column": 29 } } }, "property": { "type": "Identifier", "name": "removeChild", "range": [ 27207, 27218 ], "loc": { "start": { "line": 768, "column": 30 }, "end": { "line": 768, "column": 41 } } }, "range": [ 27189, 27218 ], "loc": { "start": { "line": 768, "column": 12 }, "end": { "line": 768, "column": 41 } } }, "arguments": [ { "type": "Identifier", "name": "pgspan", "range": [ 27219, 27225 ], "loc": { "start": { "line": 768, "column": 42 }, "end": { "line": 768, "column": 48 } } } ], "range": [ 27189, 27226 ], "loc": { "start": { "line": 768, "column": 12 }, "end": { "line": 768, "column": 49 } } }, "range": [ 27189, 27227 ], "loc": { "start": { "line": 768, "column": 12 }, "end": { "line": 768, "column": 50 } } } ], "range": [ 27174, 27238 ], "loc": { "start": { "line": 767, "column": 18 }, "end": { "line": 769, "column": 9 } } }, "alternate": null, "range": [ 27164, 27238 ], "loc": { "start": { "line": 767, "column": 8 }, "end": { "line": 769, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 27253, 27257 ], "loc": { "start": { "line": 771, "column": 11 }, "end": { "line": 771, "column": 15 } } }, "property": { "type": "Identifier", "name": "hasResultsPerPage", "range": [ 27258, 27275 ], "loc": { "start": { "line": 771, "column": 16 }, "end": { "line": 771, "column": 33 } } }, "range": [ 27253, 27275 ], "loc": { "start": { "line": 771, "column": 11 }, "end": { "line": 771, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 27291, 27295 ], "loc": { "start": { "line": 772, "column": 12 }, "end": { "line": 772, "column": 16 } } }, "property": { "type": "Identifier", "name": "removeResultsPerPage", "range": [ 27296, 27316 ], "loc": { "start": { "line": 772, "column": 17 }, "end": { "line": 772, "column": 37 } } }, "range": [ 27291, 27316 ], "loc": { "start": { "line": 772, "column": 12 }, "end": { "line": 772, "column": 37 } } }, "arguments": [], "range": [ 27291, 27318 ], "loc": { "start": { "line": 772, "column": 12 }, "end": { "line": 772, "column": 39 } } }, "range": [ 27291, 27319 ], "loc": { "start": { "line": 772, "column": 12 }, "end": { "line": 772, "column": 40 } } } ], "range": [ 27276, 27330 ], "loc": { "start": { "line": 771, "column": 34 }, "end": { "line": 773, "column": 9 } } }, "alternate": null, "range": [ 27250, 27330 ], "loc": { "start": { "line": 771, "column": 8 }, "end": { "line": 773, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 27342, 27346 ], "loc": { "start": { "line": 775, "column": 8 }, "end": { "line": 775, "column": 12 } } }, "property": { "type": "Identifier", "name": "pagingSlc", "range": [ 27347, 27356 ], "loc": { "start": { "line": 775, "column": 13 }, "end": { "line": 775, "column": 22 } } }, "range": [ 27342, 27356 ], "loc": { "start": { "line": 775, "column": 8 }, "end": { "line": 775, "column": 22 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 27359, 27363 ], "loc": { "start": { "line": 775, "column": 25 }, "end": { "line": 775, "column": 29 } } }, "range": [ 27342, 27363 ], "loc": { "start": { "line": 775, "column": 8 }, "end": { "line": 775, "column": 29 } } }, "range": [ 27342, 27364 ], "loc": { "start": { "line": 775, "column": 8 }, "end": { "line": 775, "column": 30 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 27374, 27378 ], "loc": { "start": { "line": 776, "column": 8 }, "end": { "line": 776, "column": 12 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 27379, 27386 ], "loc": { "start": { "line": 776, "column": 13 }, "end": { "line": 776, "column": 20 } } }, "range": [ 27374, 27386 ], "loc": { "start": { "line": 776, "column": 8 }, "end": { "line": 776, "column": 20 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 27389, 27390 ], "loc": { "start": { "line": 776, "column": 23 }, "end": { "line": 776, "column": 24 } } }, "range": [ 27374, 27390 ], "loc": { "start": { "line": 776, "column": 8 }, "end": { "line": 776, "column": 24 } } }, "range": [ 27374, 27391 ], "loc": { "start": { "line": 776, "column": 8 }, "end": { "line": 776, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 27401, 27405 ], "loc": { "start": { "line": 777, "column": 8 }, "end": { "line": 777, "column": 12 } } }, "property": { "type": "Identifier", "name": "isPagingRemoved", "range": [ 27406, 27421 ], "loc": { "start": { "line": 777, "column": 13 }, "end": { "line": 777, "column": 28 } } }, "range": [ 27401, 27421 ], "loc": { "start": { "line": 777, "column": 8 }, "end": { "line": 777, "column": 28 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 27424, 27428 ], "loc": { "start": { "line": 777, "column": 31 }, "end": { "line": 777, "column": 35 } } }, "range": [ 27401, 27428 ], "loc": { "start": { "line": 777, "column": 8 }, "end": { "line": 777, "column": 35 } } }, "range": [ 27401, 27429 ], "loc": { "start": { "line": 777, "column": 8 }, "end": { "line": 777, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 27439, 27441 ], "loc": { "start": { "line": 778, "column": 8 }, "end": { "line": 778, "column": 10 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 27442, 27448 ], "loc": { "start": { "line": 778, "column": 11 }, "end": { "line": 778, "column": 17 } } }, "range": [ 27439, 27448 ], "loc": { "start": { "line": 778, "column": 8 }, "end": { "line": 778, "column": 17 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 27451, 27456 ], "loc": { "start": { "line": 778, "column": 20 }, "end": { "line": 778, "column": 25 } } }, "range": [ 27439, 27456 ], "loc": { "start": { "line": 778, "column": 8 }, "end": { "line": 778, "column": 25 } } }, "range": [ 27439, 27457 ], "loc": { "start": { "line": 778, "column": 8 }, "end": { "line": 778, "column": 26 } } } ], "range": [ 25190, 27464 ], "loc": { "start": { "line": 709, "column": 13 }, "end": { "line": 779, "column": 5 } } }, "generator": false, "expression": false, "range": [ 25188, 27464 ], "loc": { "start": { "line": 709, "column": 11 }, "end": { "line": 779, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 25181, 27464 ], "loc": { "start": { "line": 709, "column": 4 }, "end": { "line": 779, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Remove paging feature\r\n ", "range": [ 25133, 25175 ], "loc": { "start": { "line": 706, "column": 4 }, "end": { "line": 708, "column": 7 } } } ], "static": false } ], "range": [ 140, 27467 ], "loc": { "start": { "line": 6, "column": 19 }, "end": { "line": 780, "column": 1 } } }, "range": [ 128, 27467 ], "loc": { "start": { "line": 6, "column": 7 }, "end": { "line": 780, "column": 1 } }, "leadingComments": [], "trailingComments": [] }, "specifiers": [], "source": null, "range": [ 121, 27467 ], "loc": { "start": { "line": 6, "column": 0 }, "end": { "line": 780, "column": 1 } } } ], "sourceType": "module", "range": [ 0, 27467 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 780, "column": 1 } }, "comments": [ { "type": "Block", "value": "*\r\n * Pagination component\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 149, 238 ], "loc": { "start": { "line": 8, "column": 4 }, "end": { "line": 11, "column": 7 } } }, { "type": "Line", "value": " Configuration object", "range": [ 270, 293 ], "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 31 } } }, { "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ 335, 386 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 59 } } }, { "type": "Line", "value": "stores paging select element", "range": [ 463, 493 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 38 } } }, { "type": "Line", "value": "results per page select element", "range": [ 535, 568 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 41 } } }, { "type": "Line", "value": "id of container element", "range": [ 618, 643 ], "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 33 } } }, { "type": "Line", "value": "defines table paging length", "range": [ 709, 738 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 37 } } }, { "type": "Line", "value": "id of container element", "range": [ 825, 850 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 33 } } }, { "type": "Line", "value": "css class for paging select element", "range": [ 934, 971 ], "loc": { "start": { "line": 28, "column": 8 }, "end": { "line": 28, "column": 45 } } }, { "type": "Line", "value": "css class for paging input element", "range": [ 1046, 1082 ], "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 44 } } }, { "type": "Line", "value": "stores results per page text and values", "range": [ 1159, 1200 ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 49 } } }, { "type": "Line", "value": "enables/disables results per page drop-down", "range": [ 1269, 1314 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 53 } } }, { "type": "Line", "value": "defines css class for results per page select", "range": [ 1394, 1441 ], "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 55 } } }, { "type": "Line", "value": "css class for label preceding results per page select", "range": [ 1521, 1576 ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 63 } } }, { "type": "Line", "value": "1st row index of current page", "range": [ 1662, 1693 ], "loc": { "start": { "line": 40, "column": 8 }, "end": { "line": 40, "column": 39 } } }, { "type": "Line", "value": "total nb of pages", "range": [ 1737, 1756 ], "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 27 } } }, { "type": "Line", "value": "current page nb", "range": [ 1793, 1810 ], "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 25 } } }, { "type": "Line", "value": "defines next page button text", "range": [ 1853, 1884 ], "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 39 } } }, { "type": "Line", "value": "defines previous page button text", "range": [ 1955, 1990 ], "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 48, "column": 43 } } }, { "type": "Line", "value": "defines last page button text", "range": [ 2061, 2092 ], "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 39 } } }, { "type": "Line", "value": "defines first page button text", "range": [ 2164, 2196 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 40 } } }, { "type": "Line", "value": "defines next page button html", "range": [ 2270, 2301 ], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 39 } } }, { "type": "Line", "value": "defines previous page button html", "range": [ 2531, 2566 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 43 } } }, { "type": "Line", "value": "defines last page button html", "range": [ 2804, 2835 ], "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 39 } } }, { "type": "Line", "value": "defines previous page button html", "range": [ 3069, 3104 ], "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 43 } } }, { "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ 3334, 3383 ], "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 57 } } }, { "type": "Line", "value": "defines text after page selector drop-down", "range": [ 3443, 3487 ], "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 52 } } }, { "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ 3541, 3588 ], "loc": { "start": { "line": 78, "column": 8 }, "end": { "line": 78, "column": 55 } } }, { "type": "Line", "value": "enables/disables paging buttons", "range": [ 3663, 3696 ], "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 41 } } }, { "type": "Line", "value": "defines previous page button html", "range": [ 3774, 3809 ], "loc": { "start": { "line": 82, "column": 8 }, "end": { "line": 82, "column": 43 } } }, { "type": "Line", "value": "calls function before page is changed", "range": [ 3891, 3930 ], "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 47 } } }, { "type": "Line", "value": "calls function before page is changed", "range": [ 4058, 4097 ], "loc": { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 47 } } }, { "type": "Line", "value": "pages select", "range": [ 4224, 4238 ], "loc": { "start": { "line": 91, "column": 8 }, "end": { "line": 91, "column": 22 } } }, { "type": "Line", "value": "results per page select", "range": [ 4290, 4315 ], "loc": { "start": { "line": 93, "column": 8 }, "end": { "line": 93, "column": 33 } } }, { "type": "Line", "value": "label preciding results per page select", "range": [ 4371, 4412 ], "loc": { "start": { "line": 95, "column": 8 }, "end": { "line": 95, "column": 49 } } }, { "type": "Line", "value": "span containing next page button", "range": [ 4474, 4508 ], "loc": { "start": { "line": 97, "column": 8 }, "end": { "line": 97, "column": 42 } } }, { "type": "Line", "value": "span containing previous page button", "range": [ 4566, 4604 ], "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 46 } } }, { "type": "Line", "value": "span containing last page button", "range": [ 4662, 4696 ], "loc": { "start": { "line": 101, "column": 8 }, "end": { "line": 101, "column": 42 } } }, { "type": "Line", "value": "span containing first page button", "range": [ 4754, 4789 ], "loc": { "start": { "line": 103, "column": 8 }, "end": { "line": 103, "column": 43 } } }, { "type": "Line", "value": "next button", "range": [ 4849, 4862 ], "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 21 } } }, { "type": "Line", "value": "previous button", "range": [ 4912, 4929 ], "loc": { "start": { "line": 107, "column": 8 }, "end": { "line": 107, "column": 25 } } }, { "type": "Line", "value": "last button", "range": [ 4979, 4992 ], "loc": { "start": { "line": 109, "column": 8 }, "end": { "line": 109, "column": 21 } } }, { "type": "Line", "value": "first button", "range": [ 5042, 5056 ], "loc": { "start": { "line": 111, "column": 8 }, "end": { "line": 111, "column": 22 } } }, { "type": "Line", "value": "span for tot nb pages", "range": [ 5108, 5131 ], "loc": { "start": { "line": 113, "column": 8 }, "end": { "line": 113, "column": 31 } } }, { "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ 5179, 5226 ], "loc": { "start": { "line": 115, "column": 8 }, "end": { "line": 115, "column": 55 } } }, { "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ 5286, 5333 ], "loc": { "start": { "line": 117, "column": 8 }, "end": { "line": 117, "column": 55 } } }, { "type": "Line", "value": "calculates page nb", "range": [ 5465, 5485 ], "loc": { "start": { "line": 122, "column": 8 }, "end": { "line": 122, "column": 28 } } }, { "type": "Line", "value": "Paging elements events", "range": [ 5569, 5593 ], "loc": { "start": { "line": 125, "column": 8 }, "end": { "line": 125, "column": 32 } } }, { "type": "Line", "value": " Paging DOM events", "range": [ 5626, 5646 ], "loc": { "start": { "line": 127, "column": 8 }, "end": { "line": 127, "column": 28 } } }, { "type": "Block", "value": "*\r\n * Initialize DOM elements\r\n ", "range": [ 7225, 7269 ], "loc": { "start": { "line": 177, "column": 4 }, "end": { "line": 179, "column": 7 } } }, { "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ 7373, 7437 ], "loc": { "start": { "line": 185, "column": 8 }, "end": { "line": 185, "column": 72 } } }, { "type": "Line", "value": " results per page component", "range": [ 7447, 7476 ], "loc": { "start": { "line": 186, "column": 8 }, "end": { "line": 186, "column": 37 } } }, { "type": "Line", "value": " Paging drop-down list selector", "range": [ 7919, 7952 ], "loc": { "start": { "line": 201, "column": 8 }, "end": { "line": 201, "column": 41 } } }, { "type": "Line", "value": " Paging input selector", "range": [ 8249, 8273 ], "loc": { "start": { "line": 209, "column": 8 }, "end": { "line": 209, "column": 32 } } }, { "type": "Line", "value": " btns containers", "range": [ 8647, 8665 ], "loc": { "start": { "line": 220, "column": 8 }, "end": { "line": 220, "column": 26 } } }, { "type": "Line", "value": " Next button", "range": [ 9100, 9114 ], "loc": { "start": { "line": 231, "column": 12 }, "end": { "line": 231, "column": 26 } } }, { "type": "Line", "value": " Previous button", "range": [ 9784, 9802 ], "loc": { "start": { "line": 247, "column": 12 }, "end": { "line": 247, "column": 30 } } }, { "type": "Line", "value": " Last button", "range": [ 10476, 10490 ], "loc": { "start": { "line": 263, "column": 12 }, "end": { "line": 263, "column": 26 } } }, { "type": "Line", "value": " First button", "range": [ 11160, 11175 ], "loc": { "start": { "line": 279, "column": 12 }, "end": { "line": 279, "column": 27 } } }, { "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ 11868, 11940 ], "loc": { "start": { "line": 297, "column": 8 }, "end": { "line": 297, "column": 80 } } }, { "type": "Block", "value": "*\r\n * Reset paging when filters are already instantiated\r\n * @param {Boolean} filterTable Execute filtering once paging instanciated\r\n ", "range": [ 13406, 13557 ], "loc": { "start": { "line": 335, "column": 4 }, "end": { "line": 338, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Calculate number of pages based on valid rows\r\n * Refresh paging select according to number of pages\r\n * @param {Array} validRows Collection of valid rows\r\n ", "range": [ 13880, 14063 ], "loc": { "start": { "line": 353, "column": 4 }, "end": { "line": 357, "column": 7 } } }, { "type": "Line", "value": "store valid rows indexes", "range": [ 14298, 14324 ], "loc": { "start": { "line": 364, "column": 8 }, "end": { "line": 364, "column": 34 } } }, { "type": "Line", "value": "counts rows to be grouped", "range": [ 14417, 14444 ], "loc": { "start": { "line": 368, "column": 12 }, "end": { "line": 368, "column": 39 } } }, { "type": "Line", "value": "calculate nb of pages", "range": [ 14860, 14883 ], "loc": { "start": { "line": 382, "column": 8 }, "end": { "line": 382, "column": 31 } } }, { "type": "Line", "value": "refresh page nb span", "range": [ 14972, 14994 ], "loc": { "start": { "line": 384, "column": 8 }, "end": { "line": 384, "column": 30 } } }, { "type": "Line", "value": "select clearing shortcut", "range": [ 15046, 15072 ], "loc": { "start": { "line": 386, "column": 8 }, "end": { "line": 386, "column": 34 } } }, { "type": "Line", "value": "input type", "range": [ 15561, 15573 ], "loc": { "start": { "line": 399, "column": 16 }, "end": { "line": 399, "column": 28 } } }, { "type": "Block", "value": "** if no results paging select and buttons are hidden **", "range": [ 15682, 15742 ], "loc": { "start": { "line": 404, "column": 12 }, "end": { "line": 404, "column": 72 } } }, { "type": "Block", "value": "*\r\n * Group table rows by page and display valid rows\r\n * @param {Array} validRows Collection of valid rows\r\n ", "range": [ 15861, 15988 ], "loc": { "start": { "line": 410, "column": 4 }, "end": { "line": 413, "column": 7 } } }, { "type": "Line", "value": "store valid rows indexes", "range": [ 16258, 16284 ], "loc": { "start": { "line": 421, "column": 8 }, "end": { "line": 421, "column": 34 } } }, { "type": "Line", "value": "this loop shows valid rows of current page", "range": [ 16375, 16419 ], "loc": { "start": { "line": 426, "column": 8 }, "end": { "line": 426, "column": 52 } } }, { "type": "Line", "value": "re-applies filter behaviours after filtering process", "range": [ 17264, 17318 ], "loc": { "start": { "line": 448, "column": 8 }, "end": { "line": 448, "column": 62 } } }, { "type": "Block", "value": "*\r\n * Return the current page number\r\n * @return {Number} Page number\r\n ", "range": [ 17359, 17447 ], "loc": { "start": { "line": 452, "column": 4 }, "end": { "line": 455, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Show page based on passed param value (string or number):\r\n * @param {String} or {Number} cmd possible string values: 'next',\r\n * 'previous', 'last', 'first' or page number as per param\r\n ", "range": [ 17514, 17728 ], "loc": { "start": { "line": 460, "column": 4 }, "end": { "line": 464, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Generates UI elements for the number of results per page drop-down\r\n ", "range": [ 18564, 18651 ], "loc": { "start": { "line": 496, "column": 4 }, "end": { "line": 498, "column": 7 } } }, { "type": "Line", "value": " results per page select is added to external element", "range": [ 19442, 19497 ], "loc": { "start": { "line": 524, "column": 8 }, "end": { "line": 524, "column": 63 } } }, { "type": "Block", "value": "*\r\n * Remove number of results per page UI elements\r\n ", "range": [ 20353, 20419 ], "loc": { "start": { "line": 549, "column": 4 }, "end": { "line": 551, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Change the page asynchronously according to passed index\r\n * @param {Number} index Index of the page (0-n)\r\n ", "range": [ 20915, 21047 ], "loc": { "start": { "line": 568, "column": 4 }, "end": { "line": 571, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Change rows asynchronously according to page results\r\n ", "range": [ 21204, 21277 ], "loc": { "start": { "line": 578, "column": 4 }, "end": { "line": 580, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Re-set asynchronously page nb at page re-load\r\n ", "range": [ 21430, 21496 ], "loc": { "start": { "line": 587, "column": 4 }, "end": { "line": 589, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Re-set asynchronously page length at page re-load\r\n ", "range": [ 21627, 21697 ], "loc": { "start": { "line": 596, "column": 4 }, "end": { "line": 598, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Change the page according to passed index\r\n * @param {Number} index Index of the page (0-n)\r\n ", "range": [ 21840, 21957 ], "loc": { "start": { "line": 605, "column": 4 }, "end": { "line": 608, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Change rows according to page results drop-down\r\n * TODO: accept a parameter setting the results per page length\r\n ", "range": [ 23145, 23282 ], "loc": { "start": { "line": 644, "column": 4 }, "end": { "line": 647, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Re-set page nb at page re-load\r\n ", "range": [ 24471, 24522 ], "loc": { "start": { "line": 679, "column": 4 }, "end": { "line": 681, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Re-set page length value at page re-load\r\n ", "range": [ 24719, 24780 ], "loc": { "start": { "line": 690, "column": 4 }, "end": { "line": 692, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Remove paging feature\r\n ", "range": [ 25133, 25175 ], "loc": { "start": { "line": 706, "column": 4 }, "end": { "line": 708, "column": 7 } } }, { "type": "Line", "value": " btns containers", "range": [ 25290, 25308 ], "loc": { "start": { "line": 715, "column": 8 }, "end": { "line": 715, "column": 26 } } }, { "type": "Line", "value": "span containing 'Page' text", "range": [ 25572, 25601 ], "loc": { "start": { "line": 720, "column": 8 }, "end": { "line": 720, "column": 37 } } }, { "type": "Line", "value": "span containing 'of' text", "range": [ 25676, 25703 ], "loc": { "start": { "line": 722, "column": 8 }, "end": { "line": 722, "column": 35 } } }, { "type": "Line", "value": "span containing nb of pages", "range": [ 25776, 25805 ], "loc": { "start": { "line": 724, "column": 8 }, "end": { "line": 724, "column": 37 } } } ] }