diff --git a/docs/ast/source/modules/paging.js.json b/docs/ast/source/modules/paging.js.json index a7e024ad..62971eea 100644 --- a/docs/ast/source/modules/paging.js.json +++ b/docs/ast/source/modules/paging.js.json @@ -46756,7 +46756,7 @@ } } ], - "kind": "var", + "kind": "let", "range": [ 23252, 23269 @@ -46775,51 +46775,70 @@ { "type": "IfStatement", "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 23284, + 23288 + ], + "loc": { + "start": { + "line": 759, + "column": 13 + }, + "end": { + "line": 759, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "isEnabled", + "range": [ + 23289, + 23298 + ], + "loc": { + "start": { + "line": 759, + "column": 18 + }, + "end": { + "line": 759, + "column": 27 + } + } + }, "range": [ 23284, - 23288 + 23298 ], "loc": { "start": { "line": 759, "column": 13 }, - "end": { - "line": 759, - "column": 17 - } - } - }, - "property": { - "type": "Identifier", - "name": "isEnabled", - "range": [ - 23289, - 23298 - ], - "loc": { - "start": { - "line": 759, - "column": 18 - }, "end": { "line": 759, "column": 27 } } }, + "arguments": [], "range": [ 23284, - 23298 + 23300 ], "loc": { "start": { @@ -46828,19 +46847,19 @@ }, "end": { "line": 759, - "column": 27 + "column": 29 } } }, - "arguments": [], + "prefix": true, "range": [ - 23284, + 23283, 23300 ], "loc": { "start": { "line": 759, - "column": 13 + "column": 12 }, "end": { "line": 759, @@ -46848,10 +46867,118 @@ } } }, - "prefix": true, + "right": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 23304, + 23306 + ], + "loc": { + "start": { + "line": 759, + "column": 33 + }, + "end": { + "line": 759, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "getValidRowsNb", + "range": [ + 23307, + 23321 + ], + "loc": { + "start": { + "line": 759, + "column": 36 + }, + "end": { + "line": 759, + "column": 50 + } + } + }, + "range": [ + 23304, + 23321 + ], + "loc": { + "start": { + "line": 759, + "column": 33 + }, + "end": { + "line": 759, + "column": 50 + } + } + }, + "arguments": [], + "range": [ + 23304, + 23323 + ], + "loc": { + "start": { + "line": 759, + "column": 33 + }, + "end": { + "line": 759, + "column": 52 + } + } + }, + "right": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 23328, + 23329 + ], + "loc": { + "start": { + "line": 759, + "column": 57 + }, + "end": { + "line": 759, + "column": 58 + } + } + }, + "range": [ + 23304, + 23329 + ], + "loc": { + "start": { + "line": 759, + "column": 33 + }, + "end": { + "line": 759, + "column": 58 + } + } + }, "range": [ 23283, - 23300 + 23329 ], "loc": { "start": { @@ -46860,7 +46987,7 @@ }, "end": { "line": 759, - "column": 29 + "column": 58 } } }, @@ -46871,8 +46998,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23316, - 23323 + 23345, + 23352 ], "loc": { "start": { @@ -46887,13 +47014,13 @@ } ], "range": [ - 23302, - 23333 + 23331, + 23362 ], "loc": { "start": { "line": 759, - "column": 31 + "column": 60 }, "end": { "line": 761, @@ -46904,7 +47031,7 @@ "alternate": null, "range": [ 23279, - 23333 + 23362 ], "loc": { "start": { @@ -46917,179 +47044,263 @@ } } }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 23343, - 23347 - ], - "loc": { - "start": { - "line": 763, - "column": 8 - }, - "end": { - "line": 763, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 23348, - 23355 - ], - "loc": { - "start": { - "line": 763, - "column": 13 - }, - "end": { - "line": 763, - "column": 20 - } - } - }, - "range": [ - 23343, - 23355 - ], - "loc": { - "start": { - "line": 763, - "column": 8 - }, - "end": { - "line": 763, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "emit", - "range": [ - 23356, - 23360 - ], - "loc": { - "start": { - "line": 763, - "column": 21 - }, - "end": { - "line": 763, - "column": 25 - } - } - }, - "range": [ - 23343, - 23360 - ], - "loc": { - "start": { - "line": 763, - "column": 8 - }, - "end": { - "line": 763, - "column": 25 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "before-page-length-change", - "raw": "'before-page-length-change'", - "range": [ - 23361, - 23388 - ], - "loc": { - "start": { - "line": 763, - "column": 26 - }, - "end": { - "line": 763, - "column": 53 - } - } - }, - { - "type": "Identifier", - "name": "tf", - "range": [ - 23390, - 23392 - ], - "loc": { - "start": { - "line": 763, - "column": 55 - }, - "end": { - "line": 763, - "column": 57 - } - } - } - ], - "range": [ - 23343, - 23393 - ], - "loc": { - "start": { - "line": 763, - "column": 8 - }, - "end": { - "line": 763, - "column": 58 - } - } - }, - "range": [ - 23343, - 23394 - ], - "loc": { - "start": { - "line": 763, - "column": 8 - }, - "end": { - "line": 763, - "column": 59 - } - } - }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { - "type": "Identifier", - "name": "slcR", + "type": "ObjectPattern", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "resultsPerPageSlc", + "range": [ + 23390, + 23407 + ], + "loc": { + "start": { + "line": 764, + "column": 12 + }, + "end": { + "line": 764, + "column": 29 + } + } + }, + "value": { + "type": "Identifier", + "name": "slcR", + "range": [ + 23409, + 23413 + ], + "loc": { + "start": { + "line": 764, + "column": 31 + }, + "end": { + "line": 764, + "column": 35 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 23390, + 23413 + ], + "loc": { + "start": { + "line": 764, + "column": 12 + }, + "end": { + "line": 764, + "column": 35 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "pageSelectorType", + "range": [ + 23415, + 23431 + ], + "loc": { + "start": { + "line": 764, + "column": 37 + }, + "end": { + "line": 764, + "column": 53 + } + } + }, + "value": { + "type": "Identifier", + "name": "pageSelectorType", + "range": [ + 23415, + 23431 + ], + "loc": { + "start": { + "line": 764, + "column": 37 + }, + "end": { + "line": 764, + "column": 53 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 23415, + 23431 + ], + "loc": { + "start": { + "line": 764, + "column": 37 + }, + "end": { + "line": 764, + "column": 53 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "pagingSlc", + "range": [ + 23433, + 23442 + ], + "loc": { + "start": { + "line": 764, + "column": 55 + }, + "end": { + "line": 764, + "column": 64 + } + } + }, + "value": { + "type": "Identifier", + "name": "pagingSlc", + "range": [ + 23433, + 23442 + ], + "loc": { + "start": { + "line": 764, + "column": 55 + }, + "end": { + "line": 764, + "column": 64 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 23433, + 23442 + ], + "loc": { + "start": { + "line": 764, + "column": 55 + }, + "end": { + "line": 764, + "column": 64 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "emitter", + "range": [ + 23444, + 23451 + ], + "loc": { + "start": { + "line": 764, + "column": 66 + }, + "end": { + "line": 764, + "column": 73 + } + } + }, + "value": { + "type": "Identifier", + "name": "emitter", + "range": [ + 23444, + 23451 + ], + "loc": { + "start": { + "line": 764, + "column": 66 + }, + "end": { + "line": 764, + "column": 73 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 23444, + 23451 + ], + "loc": { + "start": { + "line": 764, + "column": 66 + }, + "end": { + "line": 764, + "column": 73 + } + } + } + ], "range": [ - 23408, - 23412 + 23376, + 23461 + ], + "loc": { + "start": { + "line": 763, + "column": 12 + }, + "end": { + "line": 765, + "column": 9 + } + } + }, + "init": { + "type": "ThisExpression", + "range": [ + 23464, + 23468 ], "loc": { "start": { @@ -47102,88 +47313,162 @@ } } }, - "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 23415, - 23419 - ], - "loc": { - "start": { - "line": 765, - "column": 19 - }, - "end": { - "line": 765, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "resultsPerPageSlc", - "range": [ - 23420, - 23437 - ], - "loc": { - "start": { - "line": 765, - "column": 24 - }, - "end": { - "line": 765, - "column": 41 - } - } - }, - "range": [ - 23415, - 23437 - ], - "loc": { - "start": { - "line": 765, - "column": 19 - }, - "end": { - "line": 765, - "column": 41 - } - } - }, "range": [ - 23408, - 23437 + 23376, + 23468 ], "loc": { "start": { - "line": 765, + "line": 763, "column": 12 }, "end": { "line": 765, - "column": 41 + "column": 16 } } } ], - "kind": "var", + "kind": "let", "range": [ - 23404, - 23438 + 23372, + 23469 ], "loc": { "start": { - "line": 765, + "line": 763, "column": 8 }, "end": { "line": 765, - "column": 42 + "column": 17 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "emitter", + "range": [ + 23479, + 23486 + ], + "loc": { + "start": { + "line": 767, + "column": 8 + }, + "end": { + "line": 767, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "emit", + "range": [ + 23487, + 23491 + ], + "loc": { + "start": { + "line": 767, + "column": 16 + }, + "end": { + "line": 767, + "column": 20 + } + } + }, + "range": [ + 23479, + 23491 + ], + "loc": { + "start": { + "line": 767, + "column": 8 + }, + "end": { + "line": 767, + "column": 20 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "before-page-length-change", + "raw": "'before-page-length-change'", + "range": [ + 23492, + 23519 + ], + "loc": { + "start": { + "line": 767, + "column": 21 + }, + "end": { + "line": 767, + "column": 48 + } + } + }, + { + "type": "Identifier", + "name": "tf", + "range": [ + 23521, + 23523 + ], + "loc": { + "start": { + "line": 767, + "column": 50 + }, + "end": { + "line": 767, + "column": 52 + } + } + } + ], + "range": [ + 23479, + 23524 + ], + "loc": { + "start": { + "line": 767, + "column": 8 + }, + "end": { + "line": 767, + "column": 53 + } + } + }, + "range": [ + 23479, + 23525 + ], + "loc": { + "start": { + "line": 767, + "column": 8 + }, + "end": { + "line": 767, + "column": 54 } } }, @@ -47196,16 +47481,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 23451, - 23459 + 23539, + 23547 ], "loc": { "start": { - "line": 766, + "line": 769, "column": 12 }, "end": { - "line": 766, + "line": 769, "column": 20 } } @@ -47217,16 +47502,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 23462, - 23466 + 23550, + 23554 ], "loc": { "start": { - "line": 766, + "line": 769, "column": 23 }, "end": { - "line": 766, + "line": 769, "column": 27 } } @@ -47235,63 +47520,63 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 23467, - 23480 + 23555, + 23568 ], "loc": { "start": { - "line": 766, + "line": 769, "column": 28 }, "end": { - "line": 766, + "line": 769, "column": 41 } } }, "range": [ - 23462, - 23480 + 23550, + 23568 ], "loc": { "start": { - "line": 766, + "line": 769, "column": 23 }, "end": { - "line": 766, + "line": 769, "column": 41 } } }, "range": [ - 23451, - 23480 + 23539, + 23568 ], "loc": { "start": { - "line": 766, + "line": 769, "column": 12 }, "end": { - "line": 766, + "line": 769, "column": 41 } } } ], - "kind": "var", + "kind": "let", "range": [ - 23447, - 23481 + 23535, + 23569 ], "loc": { "start": { - "line": 766, + "line": 769, "column": 8 }, "end": { - "line": 766, + "line": 769, "column": 42 } } @@ -47305,16 +47590,16 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 23494, - 23510 + 23582, + 23598 ], "loc": { "start": { - "line": 767, + "line": 770, "column": 12 }, "end": { - "line": 767, + "line": 770, "column": 28 } } @@ -47325,55 +47610,20 @@ "type": "BinaryExpression", "operator": "===", "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 23514, - 23518 - ], - "loc": { - "start": { - "line": 767, - "column": 32 - }, - "end": { - "line": 767, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "pageSelectorType", - "range": [ - 23519, - 23535 - ], - "loc": { - "start": { - "line": 767, - "column": 37 - }, - "end": { - "line": 767, - "column": 53 - } - } - }, + "type": "Identifier", + "name": "pageSelectorType", "range": [ - 23514, - 23535 + 23602, + 23618 ], "loc": { "start": { - "line": 767, + "line": 770, "column": 32 }, "end": { - "line": 767, - "column": 53 + "line": 770, + "column": 48 } } }, @@ -47381,32 +47631,32 @@ "type": "Identifier", "name": "SELECT", "range": [ - 23540, - 23546 + 23623, + 23629 ], "loc": { "start": { - "line": 767, - "column": 58 + "line": 770, + "column": 53 }, "end": { - "line": 767, - "column": 64 + "line": 770, + "column": 59 } } }, "range": [ - 23514, - 23546 + 23602, + 23629 ], "loc": { "start": { - "line": 767, + "line": 770, "column": 32 }, "end": { - "line": 767, - "column": 64 + "line": 770, + "column": 59 } } }, @@ -47414,55 +47664,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 23562, - 23566 - ], - "loc": { - "start": { - "line": 768, - "column": 12 - }, - "end": { - "line": 768, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "pagingSlc", - "range": [ - 23567, - 23576 - ], - "loc": { - "start": { - "line": 768, - "column": 17 - }, - "end": { - "line": 768, - "column": 26 - } - } - }, + "type": "Identifier", + "name": "pagingSlc", "range": [ - 23562, - 23576 + 23645, + 23654 ], "loc": { "start": { - "line": 768, + "line": 771, "column": 12 }, "end": { - "line": 768, - "column": 26 + "line": 771, + "column": 21 } } }, @@ -47470,32 +47685,32 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 23577, - 23590 + 23655, + 23668 ], "loc": { "start": { - "line": 768, - "column": 27 + "line": 771, + "column": 22 }, "end": { - "line": 768, - "column": 40 + "line": 771, + "column": 35 } } }, "range": [ - 23562, - 23590 + 23645, + 23668 ], "loc": { "start": { - "line": 768, + "line": 771, "column": 12 }, "end": { - "line": 768, - "column": 40 + "line": 771, + "column": 35 } } }, @@ -47505,17 +47720,17 @@ "type": "Identifier", "name": "parseInt", "range": [ - 23605, - 23613 + 23671, + 23679 ], "loc": { "start": { - "line": 769, - "column": 12 + "line": 771, + "column": 38 }, "end": { - "line": 769, - "column": 20 + "line": 771, + "column": 46 } } }, @@ -47527,55 +47742,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 23614, - 23618 - ], - "loc": { - "start": { - "line": 769, - "column": 21 - }, - "end": { - "line": 769, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "pagingSlc", - "range": [ - 23619, - 23628 - ], - "loc": { - "start": { - "line": 769, - "column": 26 - }, - "end": { - "line": 769, - "column": 35 - } - } - }, + "type": "Identifier", + "name": "pagingSlc", "range": [ - 23614, - 23628 + 23680, + 23689 ], "loc": { "start": { - "line": 769, - "column": 21 + "line": 771, + "column": 47 }, "end": { - "line": 769, - "column": 35 + "line": 771, + "column": 56 } } }, @@ -47583,32 +47763,32 @@ "type": "Identifier", "name": "value", "range": [ - 23629, - 23634 + 23690, + 23695 ], "loc": { "start": { - "line": 769, - "column": 36 + "line": 771, + "column": 57 }, "end": { - "line": 769, - "column": 41 + "line": 771, + "column": 62 } } }, "range": [ - 23614, - 23634 + 23680, + 23695 ], "loc": { "start": { - "line": 769, - "column": 21 + "line": 771, + "column": 47 }, "end": { - "line": 769, - "column": 41 + "line": 771, + "column": 62 } } }, @@ -47617,32 +47797,32 @@ "value": 1, "raw": "1", "range": [ - 23637, - 23638 + 23698, + 23699 ], "loc": { "start": { - "line": 769, - "column": 44 + "line": 771, + "column": 65 }, "end": { - "line": 769, - "column": 45 + "line": 771, + "column": 66 } } }, "range": [ - 23614, - 23638 + 23680, + 23699 ], "loc": { "start": { - "line": 769, - "column": 21 + "line": 771, + "column": 47 }, "end": { - "line": 769, - "column": 45 + "line": 771, + "column": 66 } } }, @@ -47651,80 +47831,80 @@ "value": 10, "raw": "10", "range": [ - 23640, - 23642 + 23701, + 23703 ], "loc": { "start": { - "line": 769, - "column": 47 + "line": 771, + "column": 68 }, "end": { - "line": 769, - "column": 49 + "line": 771, + "column": 70 } } } ], "range": [ - 23605, - 23643 + 23671, + 23704 ], "loc": { "start": { - "line": 769, - "column": 12 + "line": 771, + "column": 38 }, "end": { - "line": 769, - "column": 50 + "line": 771, + "column": 71 } } }, "range": [ - 23513, - 23643 + 23601, + 23704 ], "loc": { "start": { - "line": 767, + "line": 770, "column": 31 }, "end": { - "line": 769, - "column": 50 + "line": 771, + "column": 71 } } }, "range": [ - 23494, - 23643 + 23582, + 23704 ], "loc": { "start": { - "line": 767, + "line": 770, "column": 12 }, "end": { - "line": 769, - "column": 50 + "line": 771, + "column": 71 } } } ], - "kind": "var", + "kind": "let", "range": [ - 23490, - 23644 + 23578, + 23705 ], "loc": { "start": { - "line": 767, + "line": 770, "column": 8 }, "end": { - "line": 769, - "column": 51 + "line": 771, + "column": 72 } } }, @@ -47739,16 +47919,16 @@ "object": { "type": "ThisExpression", "range": [ - 23653, - 23657 + 23714, + 23718 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 8 }, "end": { - "line": 770, + "line": 772, "column": 12 } } @@ -47757,31 +47937,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 23658, - 23670 + 23719, + 23731 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 13 }, "end": { - "line": 770, + "line": 772, "column": 25 } } }, "range": [ - 23653, - 23670 + 23714, + 23731 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 8 }, "end": { - "line": 770, + "line": 772, "column": 25 } } @@ -47792,16 +47972,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 23673, - 23681 + 23734, + 23742 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 28 }, "end": { - "line": 770, + "line": 772, "column": 36 } } @@ -47820,16 +48000,16 @@ "type": "Identifier", "name": "slcR", "range": [ - 23682, - 23686 + 23743, + 23747 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 37 }, "end": { - "line": 770, + "line": 772, "column": 41 } } @@ -47838,31 +48018,31 @@ "type": "Identifier", "name": "options", "range": [ - 23687, - 23694 + 23748, + 23755 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 42 }, "end": { - "line": 770, + "line": 772, "column": 49 } } }, "range": [ - 23682, - 23694 + 23743, + 23755 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 37 }, "end": { - "line": 770, + "line": 772, "column": 49 } } @@ -47871,31 +48051,31 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 23695, - 23703 + 23756, + 23764 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 50 }, "end": { - "line": 770, + "line": 772, "column": 58 } } }, "range": [ - 23682, - 23704 + 23743, + 23765 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 37 }, "end": { - "line": 770, + "line": 772, "column": 59 } } @@ -47904,31 +48084,31 @@ "type": "Identifier", "name": "value", "range": [ - 23705, - 23710 + 23766, + 23771 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 60 }, "end": { - "line": 770, + "line": 772, "column": 65 } } }, "range": [ - 23682, - 23710 + 23743, + 23771 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 37 }, "end": { - "line": 770, + "line": 772, "column": 65 } } @@ -47938,62 +48118,62 @@ "value": 10, "raw": "10", "range": [ - 23712, - 23714 + 23773, + 23775 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 67 }, "end": { - "line": 770, + "line": 772, "column": 69 } } } ], "range": [ - 23673, - 23715 + 23734, + 23776 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 28 }, "end": { - "line": 770, + "line": 772, "column": 70 } } }, "range": [ - 23653, - 23715 + 23714, + 23776 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 8 }, "end": { - "line": 770, + "line": 772, "column": 70 } } }, "range": [ - 23653, - 23716 + 23714, + 23777 ], "loc": { "start": { - "line": 770, + "line": 772, "column": 8 }, "end": { - "line": 770, + "line": 772, "column": 71 } } @@ -48009,16 +48189,16 @@ "object": { "type": "ThisExpression", "range": [ - 23725, - 23729 + 23786, + 23790 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 8 }, "end": { - "line": 771, + "line": 773, "column": 12 } } @@ -48027,31 +48207,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 23730, - 23744 + 23791, + 23805 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 13 }, "end": { - "line": 771, + "line": 773, "column": 27 } } }, "range": [ - 23725, - 23744 + 23786, + 23805 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 8 }, "end": { - "line": 771, + "line": 773, "column": 27 } } @@ -48065,16 +48245,16 @@ "object": { "type": "ThisExpression", "range": [ - 23747, - 23751 + 23808, + 23812 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 30 }, "end": { - "line": 771, + "line": 773, "column": 34 } } @@ -48083,31 +48263,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 23752, - 23764 + 23813, + 23825 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 35 }, "end": { - "line": 771, + "line": 773, "column": 47 } } }, "range": [ - 23747, - 23764 + 23808, + 23825 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 30 }, "end": { - "line": 771, + "line": 773, "column": 47 } } @@ -48116,61 +48296,61 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 23767, - 23783 + 23828, + 23844 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 50 }, "end": { - "line": 771, + "line": 773, "column": 66 } } }, "range": [ - 23747, - 23783 + 23808, + 23844 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 30 }, "end": { - "line": 771, + "line": 773, "column": 66 } } }, "range": [ - 23725, - 23783 + 23786, + 23844 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 8 }, "end": { - "line": 771, + "line": 773, "column": 66 } } }, "range": [ - 23725, - 23784 + 23786, + 23845 ], "loc": { "start": { - "line": 771, + "line": 773, "column": 8 }, "end": { - "line": 771, + "line": 773, "column": 67 } } @@ -48186,16 +48366,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 23799, - 23804 + 23860, + 23865 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 13 }, "end": { - "line": 773, + "line": 775, "column": 18 } } @@ -48207,16 +48387,16 @@ "object": { "type": "ThisExpression", "range": [ - 23805, - 23809 + 23866, + 23870 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 19 }, "end": { - "line": 773, + "line": 775, "column": 23 } } @@ -48225,63 +48405,63 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 23810, - 23822 + 23871, + 23883 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 24 }, "end": { - "line": 773, + "line": 775, "column": 36 } } }, "range": [ - 23805, - 23822 + 23866, + 23883 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 19 }, "end": { - "line": 773, + "line": 775, "column": 36 } } } ], "range": [ - 23799, - 23823 + 23860, + 23884 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 13 }, "end": { - "line": 773, + "line": 775, "column": 37 } } }, "prefix": true, "range": [ - 23798, - 23823 + 23859, + 23884 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 12 }, "end": { - "line": 773, + "line": 775, "column": 37 } } @@ -48300,16 +48480,16 @@ "object": { "type": "ThisExpression", "range": [ - 23843, - 23847 + 23904, + 23908 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 16 }, "end": { - "line": 774, + "line": 776, "column": 20 } } @@ -48318,31 +48498,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 23848, - 23862 + 23909, + 23923 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 21 }, "end": { - "line": 774, + "line": 776, "column": 35 } } }, "range": [ - 23843, - 23862 + 23904, + 23923 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 16 }, "end": { - "line": 774, + "line": 776, "column": 35 } } @@ -48354,16 +48534,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23866, - 23868 + 23927, + 23929 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 39 }, "end": { - "line": 774, + "line": 776, "column": 41 } } @@ -48372,46 +48552,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 23869, - 23885 + 23930, + 23946 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 42 }, "end": { - "line": 774, + "line": 776, "column": 58 } } }, "range": [ - 23866, - 23885 + 23927, + 23946 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 39 }, "end": { - "line": 774, + "line": 776, "column": 58 } } }, "range": [ - 23843, - 23885 + 23904, + 23946 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 16 }, "end": { - "line": 774, + "line": 776, "column": 58 } } @@ -48430,16 +48610,16 @@ "object": { "type": "ThisExpression", "range": [ - 23905, - 23909 + 23966, + 23970 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 16 }, "end": { - "line": 775, + "line": 777, "column": 20 } } @@ -48448,31 +48628,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 23910, - 23924 + 23971, + 23985 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 21 }, "end": { - "line": 775, + "line": 777, "column": 35 } } }, "range": [ - 23905, - 23924 + 23966, + 23985 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 16 }, "end": { - "line": 775, + "line": 777, "column": 35 } } @@ -48487,16 +48667,16 @@ "type": "Identifier", "name": "tf", "range": [ - 23928, - 23930 + 23989, + 23991 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 39 }, "end": { - "line": 775, + "line": 777, "column": 41 } } @@ -48505,31 +48685,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 23931, - 23947 + 23992, + 24008 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 42 }, "end": { - "line": 775, + "line": 777, "column": 58 } } }, "range": [ - 23928, - 23947 + 23989, + 24008 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 39 }, "end": { - "line": 775, + "line": 777, "column": 58 } } @@ -48540,16 +48720,16 @@ "object": { "type": "ThisExpression", "range": [ - 23950, - 23954 + 24011, + 24015 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 61 }, "end": { - "line": 775, + "line": 777, "column": 65 } } @@ -48558,108 +48738,108 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 23955, - 23967 + 24016, + 24028 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 66 }, "end": { - "line": 775, + "line": 777, "column": 78 } } }, "range": [ - 23950, - 23967 + 24011, + 24028 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 61 }, "end": { - "line": 775, + "line": 777, "column": 78 } } }, "range": [ - 23928, - 23967 + 23989, + 24028 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 39 }, "end": { - "line": 775, + "line": 777, "column": 78 } } }, "range": [ - 23905, - 23968 + 23966, + 24029 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 16 }, "end": { - "line": 775, + "line": 777, "column": 79 } } }, "range": [ - 23905, - 23969 + 23966, + 24030 ], "loc": { "start": { - "line": 775, + "line": 777, "column": 16 }, "end": { - "line": 775, + "line": 777, "column": 80 } } } ], "range": [ - 23887, - 23983 + 23948, + 24044 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 60 }, "end": { - "line": 776, + "line": 778, "column": 13 } } }, "alternate": null, "range": [ - 23839, - 23983 + 23900, + 24044 ], "loc": { "start": { - "line": 774, + "line": 776, "column": 12 }, "end": { - "line": 776, + "line": 778, "column": 13 } } @@ -48674,16 +48854,16 @@ "object": { "type": "ThisExpression", "range": [ - 23996, - 24000 + 24057, + 24061 ], "loc": { "start": { - "line": 777, + "line": 779, "column": 12 }, "end": { - "line": 777, + "line": 779, "column": 16 } } @@ -48692,62 +48872,62 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 24001, - 24014 + 24062, + 24075 ], "loc": { "start": { - "line": 777, + "line": 779, "column": 17 }, "end": { - "line": 777, + "line": 779, "column": 30 } } }, "range": [ - 23996, - 24014 + 24057, + 24075 ], "loc": { "start": { - "line": 777, + "line": 779, "column": 12 }, "end": { - "line": 777, + "line": 779, "column": 30 } } }, "arguments": [], "range": [ - 23996, - 24016 + 24057, + 24077 ], "loc": { "start": { - "line": 777, + "line": 779, "column": 12 }, "end": { - "line": 777, + "line": 779, "column": 32 } } }, "range": [ - 23996, - 24017 + 24057, + 24078 ], "loc": { "start": { - "line": 777, + "line": 779, "column": 12 }, "end": { - "line": 777, + "line": 779, "column": 33 } } @@ -48758,55 +48938,20 @@ "type": "BinaryExpression", "operator": "===", "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24035, - 24039 - ], - "loc": { - "start": { - "line": 779, - "column": 16 - }, - "end": { - "line": 779, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "pageSelectorType", - "range": [ - 24040, - 24056 - ], - "loc": { - "start": { - "line": 779, - "column": 21 - }, - "end": { - "line": 779, - "column": 37 - } - } - }, + "type": "Identifier", + "name": "pageSelectorType", "range": [ - 24035, - 24056 + 24096, + 24112 ], "loc": { "start": { - "line": 779, + "line": 781, "column": 16 }, "end": { - "line": 779, - "column": 37 + "line": 781, + "column": 32 } } }, @@ -48814,32 +48959,32 @@ "type": "Identifier", "name": "SELECT", "range": [ - 24061, - 24067 + 24117, + 24123 ], "loc": { "start": { - "line": 779, - "column": 42 + "line": 781, + "column": 37 }, "end": { - "line": 779, - "column": 48 + "line": 781, + "column": 43 } } }, "range": [ - 24035, - 24067 + 24096, + 24123 ], "loc": { "start": { - "line": 779, + "line": 781, "column": 16 }, "end": { - "line": 779, - "column": 48 + "line": 781, + "column": 43 } } }, @@ -48855,16 +49000,16 @@ "type": "Identifier", "name": "slcIdx", "range": [ - 24091, - 24097 + 24147, + 24153 ], "loc": { "start": { - "line": 780, + "line": 782, "column": 20 }, "end": { - "line": 780, + "line": 782, "column": 26 } } @@ -48884,55 +49029,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24121, - 24125 - ], - "loc": { - "start": { - "line": 781, - "column": 21 - }, - "end": { - "line": 781, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "pagingSlc", - "range": [ - 24126, - 24135 - ], - "loc": { - "start": { - "line": 781, - "column": 26 - }, - "end": { - "line": 781, - "column": 35 - } - } - }, + "type": "Identifier", + "name": "pagingSlc", "range": [ - 24121, - 24135 + 24177, + 24186 ], "loc": { "start": { - "line": 781, + "line": 783, "column": 21 }, "end": { - "line": 781, - "column": 35 + "line": 783, + "column": 30 } } }, @@ -48940,32 +49050,32 @@ "type": "Identifier", "name": "options", "range": [ - 24136, - 24143 + 24187, + 24194 ], "loc": { "start": { - "line": 781, - "column": 36 + "line": 783, + "column": 31 }, "end": { - "line": 781, - "column": 43 + "line": 783, + "column": 38 } } }, "range": [ - 24121, - 24143 + 24177, + 24194 ], "loc": { "start": { - "line": 781, + "line": 783, "column": 21 }, "end": { - "line": 781, - "column": 43 + "line": 783, + "column": 38 } } }, @@ -48973,32 +49083,32 @@ "type": "Identifier", "name": "length", "range": [ - 24144, - 24150 + 24195, + 24201 ], "loc": { "start": { - "line": 781, - "column": 44 + "line": 783, + "column": 39 }, "end": { - "line": 781, - "column": 50 + "line": 783, + "column": 45 } } }, "range": [ - 24121, - 24150 + 24177, + 24201 ], "loc": { "start": { - "line": 781, + "line": 783, "column": 21 }, "end": { - "line": 781, - "column": 50 + "line": 783, + "column": 45 } } }, @@ -49007,32 +49117,32 @@ "value": 1, "raw": "1", "range": [ - 24153, - 24154 + 24204, + 24205 ], "loc": { "start": { - "line": 781, - "column": 53 + "line": 783, + "column": 48 }, "end": { - "line": 781, - "column": 54 + "line": 783, + "column": 49 } } }, "range": [ - 24121, - 24154 + 24177, + 24205 ], "loc": { "start": { - "line": 781, + "line": 783, "column": 21 }, "end": { - "line": 781, - "column": 54 + "line": 783, + "column": 49 } } }, @@ -49040,32 +49150,32 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 24158, - 24174 + 24209, + 24225 ], "loc": { "start": { - "line": 781, - "column": 58 + "line": 783, + "column": 53 }, "end": { - "line": 781, - "column": 74 + "line": 783, + "column": 69 } } }, "range": [ - 24121, - 24174 + 24177, + 24225 ], "loc": { "start": { - "line": 781, + "line": 783, "column": 21 }, "end": { - "line": 781, - "column": 74 + "line": 783, + "column": 69 } } }, @@ -49079,55 +49189,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24203, - 24207 - ], - "loc": { - "start": { - "line": 782, - "column": 25 - }, - "end": { - "line": 782, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "pagingSlc", - "range": [ - 24208, - 24217 - ], - "loc": { - "start": { - "line": 782, - "column": 30 - }, - "end": { - "line": 782, - "column": 39 - } - } - }, + "type": "Identifier", + "name": "pagingSlc", "range": [ - 24203, - 24217 + 24250, + 24259 ], "loc": { "start": { - "line": 782, - "column": 25 + "line": 784, + "column": 21 }, "end": { - "line": 782, - "column": 39 + "line": 784, + "column": 30 } } }, @@ -49135,32 +49210,32 @@ "type": "Identifier", "name": "options", "range": [ - 24218, - 24225 + 24260, + 24267 ], "loc": { "start": { - "line": 782, - "column": 40 + "line": 784, + "column": 31 }, "end": { - "line": 782, - "column": 47 + "line": 784, + "column": 38 } } }, "range": [ - 24203, - 24225 + 24250, + 24267 ], "loc": { "start": { - "line": 782, - "column": 25 + "line": 784, + "column": 21 }, "end": { - "line": 782, - "column": 47 + "line": 784, + "column": 38 } } }, @@ -49168,32 +49243,32 @@ "type": "Identifier", "name": "length", "range": [ - 24226, - 24232 + 24268, + 24274 ], "loc": { "start": { - "line": 782, - "column": 48 + "line": 784, + "column": 39 }, "end": { - "line": 782, - "column": 54 + "line": 784, + "column": 45 } } }, "range": [ - 24203, - 24232 + 24250, + 24274 ], "loc": { "start": { - "line": 782, - "column": 25 + "line": 784, + "column": 21 }, "end": { - "line": 782, - "column": 54 + "line": 784, + "column": 45 } } }, @@ -49202,32 +49277,32 @@ "value": 1, "raw": "1", "range": [ - 24235, - 24236 + 24277, + 24278 ], "loc": { "start": { - "line": 782, - "column": 57 + "line": 784, + "column": 48 }, "end": { - "line": 782, - "column": 58 + "line": 784, + "column": 49 } } }, "range": [ - 24203, - 24236 + 24250, + 24278 ], "loc": { "start": { - "line": 782, - "column": 25 + "line": 784, + "column": 21 }, "end": { - "line": 782, - "column": 58 + "line": 784, + "column": 49 } } }, @@ -49235,64 +49310,64 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 24240, - 24256 + 24282, + 24298 ], "loc": { "start": { - "line": 782, - "column": 62 + "line": 784, + "column": 53 }, "end": { - "line": 782, - "column": 78 + "line": 784, + "column": 69 } } }, "range": [ - 24120, - 24256 + 24176, + 24298 ], "loc": { "start": { - "line": 781, + "line": 783, "column": 20 }, "end": { - "line": 782, - "column": 78 + "line": 784, + "column": 69 } } }, "range": [ - 24091, - 24256 + 24147, + 24298 ], "loc": { "start": { - "line": 780, + "line": 782, "column": 20 }, "end": { - "line": 782, - "column": 78 + "line": 784, + "column": 69 } } } ], - "kind": "var", + "kind": "let", "range": [ - 24087, - 24257 + 24143, + 24299 ], "loc": { "start": { - "line": 780, + "line": 782, "column": 16 }, "end": { - "line": 782, - "column": 79 + "line": 784, + "column": 70 } } }, @@ -49311,55 +49386,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24274, - 24278 - ], - "loc": { - "start": { - "line": 783, - "column": 16 - }, - "end": { - "line": 783, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "pagingSlc", - "range": [ - 24279, - 24288 - ], - "loc": { - "start": { - "line": 783, - "column": 21 - }, - "end": { - "line": 783, - "column": 30 - } - } - }, + "type": "Identifier", + "name": "pagingSlc", "range": [ - 24274, - 24288 + 24316, + 24325 ], "loc": { "start": { - "line": 783, + "line": 785, "column": 16 }, "end": { - "line": 783, - "column": 30 + "line": 785, + "column": 25 } } }, @@ -49367,32 +49407,32 @@ "type": "Identifier", "name": "options", "range": [ - 24289, - 24296 + 24326, + 24333 ], "loc": { "start": { - "line": 783, - "column": 31 + "line": 785, + "column": 26 }, "end": { - "line": 783, - "column": 38 + "line": 785, + "column": 33 } } }, "range": [ - 24274, - 24296 + 24316, + 24333 ], "loc": { "start": { - "line": 783, + "line": 785, "column": 16 }, "end": { - "line": 783, - "column": 38 + "line": 785, + "column": 33 } } }, @@ -49400,32 +49440,32 @@ "type": "Identifier", "name": "slcIdx", "range": [ - 24297, - 24303 + 24334, + 24340 ], "loc": { "start": { - "line": 783, - "column": 39 + "line": 785, + "column": 34 }, "end": { - "line": 783, - "column": 45 + "line": 785, + "column": 40 } } }, "range": [ - 24274, - 24304 + 24316, + 24341 ], "loc": { "start": { - "line": 783, + "line": 785, "column": 16 }, "end": { - "line": 783, - "column": 46 + "line": 785, + "column": 41 } } }, @@ -49433,32 +49473,32 @@ "type": "Identifier", "name": "selected", "range": [ - 24305, - 24313 + 24342, + 24350 ], "loc": { "start": { - "line": 783, - "column": 47 + "line": 785, + "column": 42 }, "end": { - "line": 783, - "column": 55 + "line": 785, + "column": 50 } } }, "range": [ - 24274, - 24313 + 24316, + 24350 ], "loc": { "start": { - "line": 783, + "line": 785, "column": 16 }, "end": { - "line": 783, - "column": 55 + "line": 785, + "column": 50 } } }, @@ -49467,110 +49507,110 @@ "value": true, "raw": "true", "range": [ - 24316, - 24320 + 24353, + 24357 ], "loc": { "start": { - "line": 783, - "column": 58 + "line": 785, + "column": 53 }, "end": { - "line": 783, - "column": 62 + "line": 785, + "column": 57 } } }, "range": [ - 24274, - 24320 + 24316, + 24357 ], "loc": { "start": { - "line": 783, + "line": 785, "column": 16 }, "end": { - "line": 783, - "column": 62 + "line": 785, + "column": 57 } } }, "range": [ - 24274, - 24321 + 24316, + 24358 ], "loc": { "start": { - "line": 783, + "line": 785, "column": 16 }, "end": { - "line": 783, - "column": 63 + "line": 785, + "column": 58 } } } ], "range": [ - 24069, - 24335 + 24125, + 24372 ], "loc": { "start": { - "line": 779, - "column": 50 + "line": 781, + "column": 45 }, "end": { - "line": 784, + "line": 786, "column": 13 } } }, "alternate": null, "range": [ - 24031, - 24335 + 24092, + 24372 ], "loc": { "start": { - "line": 779, + "line": 781, "column": 12 }, "end": { - "line": 784, + "line": 786, "column": 13 } } } ], "range": [ - 23825, - 24345 + 23886, + 24382 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 39 }, "end": { - "line": 785, + "line": 787, "column": 9 } } }, "alternate": null, "range": [ - 23794, - 24345 + 23855, + 24382 ], "loc": { "start": { - "line": 773, + "line": 775, "column": 8 }, "end": { - "line": 785, + "line": 787, "column": 9 } } @@ -49583,55 +49623,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24355, - 24359 - ], - "loc": { - "start": { - "line": 787, - "column": 8 - }, - "end": { - "line": 787, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 24360, - 24367 - ], - "loc": { - "start": { - "line": 787, - "column": 13 - }, - "end": { - "line": 787, - "column": 20 - } - } - }, + "type": "Identifier", + "name": "emitter", "range": [ - 24355, - 24367 + 24392, + 24399 ], "loc": { "start": { - "line": 787, + "line": 789, "column": 8 }, "end": { - "line": 787, - "column": 20 + "line": 789, + "column": 15 } } }, @@ -49639,32 +49644,32 @@ "type": "Identifier", "name": "emit", "range": [ - 24368, - 24372 + 24400, + 24404 ], "loc": { "start": { - "line": 787, - "column": 21 + "line": 789, + "column": 16 }, "end": { - "line": 787, - "column": 25 + "line": 789, + "column": 20 } } }, "range": [ - 24355, - 24372 + 24392, + 24404 ], "loc": { "start": { - "line": 787, + "line": 789, "column": 8 }, "end": { - "line": 787, - "column": 25 + "line": 789, + "column": 20 } } }, @@ -49674,17 +49679,17 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 24373, - 24399 + 24405, + 24431 ], "loc": { "start": { - "line": 787, - "column": 26 + "line": 789, + "column": 21 }, "end": { - "line": 787, - "column": 52 + "line": 789, + "column": 47 } } }, @@ -49692,17 +49697,17 @@ "type": "Identifier", "name": "tf", "range": [ - 24401, - 24403 + 24433, + 24435 ], "loc": { "start": { - "line": 787, - "column": 54 + "line": 789, + "column": 49 }, "end": { - "line": 787, - "column": 56 + "line": 789, + "column": 51 } } }, @@ -49712,17 +49717,17 @@ "object": { "type": "ThisExpression", "range": [ - 24405, - 24409 + 24437, + 24441 ], "loc": { "start": { - "line": 787, - "column": 58 + "line": 789, + "column": 53 }, "end": { - "line": 787, - "column": 62 + "line": 789, + "column": 57 } } }, @@ -49730,70 +49735,70 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 24410, - 24422 + 24442, + 24454 ], "loc": { "start": { - "line": 787, - "column": 63 + "line": 789, + "column": 58 }, "end": { - "line": 787, - "column": 75 + "line": 789, + "column": 70 } } }, "range": [ - 24405, - 24422 + 24437, + 24454 ], "loc": { "start": { - "line": 787, - "column": 58 + "line": 789, + "column": 53 }, "end": { - "line": 787, - "column": 75 + "line": 789, + "column": 70 } } } ], "range": [ - 24355, - 24423 + 24392, + 24455 ], "loc": { "start": { - "line": 787, + "line": 789, "column": 8 }, "end": { - "line": 787, - "column": 76 + "line": 789, + "column": 71 } } }, "range": [ - 24355, - 24424 + 24392, + 24456 ], "loc": { "start": { - "line": 787, + "line": 789, "column": 8 }, "end": { - "line": 787, - "column": 77 + "line": 789, + "column": 72 } } } ], "range": [ 23242, - 24430 + 24462 ], "loc": { "start": { @@ -49801,7 +49806,7 @@ "column": 29 }, "end": { - "line": 788, + "line": 790, "column": 5 } } @@ -49810,7 +49815,7 @@ "expression": false, "range": [ 23239, - 24430 + 24462 ], "loc": { "start": { @@ -49818,7 +49823,7 @@ "column": 26 }, "end": { - "line": 788, + "line": 790, "column": 5 } } @@ -49827,7 +49832,7 @@ "computed": false, "range": [ 23217, - 24430 + 24462 ], "loc": { "start": { @@ -49835,7 +49840,7 @@ "column": 4 }, "end": { - "line": 788, + "line": 790, "column": 5 } }, @@ -49864,16 +49869,16 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 24436, - 24485 + 24468, + 24517 ], "loc": { "start": { - "line": 790, + "line": 792, "column": 4 }, "end": { - "line": 792, + "line": 794, "column": 7 } } @@ -49887,16 +49892,16 @@ "type": "Identifier", "name": "resetPage", "range": [ - 24490, - 24499 + 24522, + 24531 ], "loc": { "start": { - "line": 793, + "line": 795, "column": 4 }, "end": { - "line": 793, + "line": 795, "column": 13 } } @@ -49917,16 +49922,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24516, - 24518 + 24548, + 24550 ], "loc": { "start": { - "line": 794, + "line": 796, "column": 12 }, "end": { - "line": 794, + "line": 796, "column": 14 } } @@ -49937,16 +49942,16 @@ "object": { "type": "ThisExpression", "range": [ - 24521, - 24525 + 24553, + 24557 ], "loc": { "start": { - "line": 794, + "line": 796, "column": 17 }, "end": { - "line": 794, + "line": 796, "column": 21 } } @@ -49955,46 +49960,46 @@ "type": "Identifier", "name": "tf", "range": [ - 24526, - 24528 + 24558, + 24560 ], "loc": { "start": { - "line": 794, + "line": 796, "column": 22 }, "end": { - "line": 794, + "line": 796, "column": 24 } } }, "range": [ - 24521, - 24528 + 24553, + 24560 ], "loc": { "start": { - "line": 794, + "line": 796, "column": 17 }, "end": { - "line": 794, + "line": 796, "column": 24 } } }, "range": [ - 24516, - 24528 + 24548, + 24560 ], "loc": { "start": { - "line": 794, + "line": 796, "column": 12 }, "end": { - "line": 794, + "line": 796, "column": 24 } } @@ -50002,16 +50007,16 @@ ], "kind": "var", "range": [ - 24512, - 24529 + 24544, + 24561 ], "loc": { "start": { - "line": 794, + "line": 796, "column": 8 }, "end": { - "line": 794, + "line": 796, "column": 25 } } @@ -50029,16 +50034,16 @@ "object": { "type": "ThisExpression", "range": [ - 24543, - 24547 + 24575, + 24579 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 13 }, "end": { - "line": 795, + "line": 797, "column": 17 } } @@ -50047,63 +50052,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 24548, - 24557 + 24580, + 24589 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 18 }, "end": { - "line": 795, + "line": 797, "column": 27 } } }, "range": [ - 24543, - 24557 + 24575, + 24589 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 13 }, "end": { - "line": 795, + "line": 797, "column": 27 } } }, "arguments": [], "range": [ - 24543, - 24559 + 24575, + 24591 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 13 }, "end": { - "line": 795, + "line": 797, "column": 29 } } }, "prefix": true, "range": [ - 24542, - 24559 + 24574, + 24591 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 12 }, "end": { - "line": 795, + "line": 797, "column": 29 } } @@ -50115,48 +50120,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24575, - 24582 + 24607, + 24614 ], "loc": { "start": { - "line": 796, + "line": 798, "column": 12 }, "end": { - "line": 796, + "line": 798, "column": 19 } } } ], "range": [ - 24561, - 24592 + 24593, + 24624 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 31 }, "end": { - "line": 797, + "line": 799, "column": 9 } } }, "alternate": null, "range": [ - 24538, - 24592 + 24570, + 24624 ], "loc": { "start": { - "line": 795, + "line": 797, "column": 8 }, "end": { - "line": 797, + "line": 799, "column": 9 } } @@ -50174,16 +50179,16 @@ "object": { "type": "ThisExpression", "range": [ - 24601, - 24605 + 24633, + 24637 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 8 }, "end": { - "line": 798, + "line": 800, "column": 12 } } @@ -50192,31 +50197,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24606, - 24613 + 24638, + 24645 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 13 }, "end": { - "line": 798, + "line": 800, "column": 20 } } }, "range": [ - 24601, - 24613 + 24633, + 24645 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 8 }, "end": { - "line": 798, + "line": 800, "column": 20 } } @@ -50225,31 +50230,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24614, - 24618 + 24646, + 24650 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 21 }, "end": { - "line": 798, + "line": 800, "column": 25 } } }, "range": [ - 24601, - 24618 + 24633, + 24650 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 8 }, "end": { - "line": 798, + "line": 800, "column": 25 } } @@ -50260,16 +50265,16 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 24619, - 24638 + 24651, + 24670 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 26 }, "end": { - "line": 798, + "line": 800, "column": 45 } } @@ -50278,47 +50283,47 @@ "type": "Identifier", "name": "tf", "range": [ - 24640, - 24642 + 24672, + 24674 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 47 }, "end": { - "line": 798, + "line": 800, "column": 49 } } } ], "range": [ - 24601, - 24643 + 24633, + 24675 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 8 }, "end": { - "line": 798, + "line": 800, "column": 50 } } }, "range": [ - 24601, - 24644 + 24633, + 24676 ], "loc": { "start": { - "line": 798, + "line": 800, "column": 8 }, "end": { - "line": 798, + "line": 800, "column": 51 } } @@ -50332,16 +50337,16 @@ "type": "Identifier", "name": "pgNb", "range": [ - 24657, - 24661 + 24689, + 24693 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 12 }, "end": { - "line": 799, + "line": 801, "column": 16 } } @@ -50360,16 +50365,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24664, - 24666 + 24696, + 24698 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 19 }, "end": { - "line": 799, + "line": 801, "column": 21 } } @@ -50378,31 +50383,31 @@ "type": "Identifier", "name": "feature", "range": [ - 24667, - 24674 + 24699, + 24706 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 22 }, "end": { - "line": 799, + "line": 801, "column": 29 } } }, "range": [ - 24664, - 24674 + 24696, + 24706 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 19 }, "end": { - "line": 799, + "line": 801, "column": 29 } } @@ -50413,32 +50418,32 @@ "value": "store", "raw": "'store'", "range": [ - 24675, - 24682 + 24707, + 24714 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 30 }, "end": { - "line": 799, + "line": 801, "column": 37 } } } ], "range": [ - 24664, - 24683 + 24696, + 24715 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 19 }, "end": { - "line": 799, + "line": 801, "column": 38 } } @@ -50447,62 +50452,62 @@ "type": "Identifier", "name": "getPageNb", "range": [ - 24684, - 24693 + 24716, + 24725 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 39 }, "end": { - "line": 799, + "line": 801, "column": 48 } } }, "range": [ - 24664, - 24693 + 24696, + 24725 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 19 }, "end": { - "line": 799, + "line": 801, "column": 48 } } }, "arguments": [], "range": [ - 24664, - 24695 + 24696, + 24727 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 19 }, "end": { - "line": 799, + "line": 801, "column": 50 } } }, "range": [ - 24657, - 24695 + 24689, + 24727 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 12 }, "end": { - "line": 799, + "line": 801, "column": 50 } } @@ -50510,16 +50515,16 @@ ], "kind": "var", "range": [ - 24653, - 24696 + 24685, + 24728 ], "loc": { "start": { - "line": 799, + "line": 801, "column": 8 }, "end": { - "line": 799, + "line": 801, "column": 51 } } @@ -50533,16 +50538,16 @@ "type": "Identifier", "name": "pgNb", "range": [ - 24709, - 24713 + 24741, + 24745 ], "loc": { "start": { - "line": 800, + "line": 802, "column": 12 }, "end": { - "line": 800, + "line": 802, "column": 16 } } @@ -50552,31 +50557,31 @@ "value": "", "raw": "''", "range": [ - 24718, - 24720 + 24750, + 24752 ], "loc": { "start": { - "line": 800, + "line": 802, "column": 21 }, "end": { - "line": 800, + "line": 802, "column": 23 } } }, "range": [ - 24709, - 24720 + 24741, + 24752 ], "loc": { "start": { - "line": 800, + "line": 802, "column": 12 }, "end": { - "line": 800, + "line": 802, "column": 23 } } @@ -50594,16 +50599,16 @@ "object": { "type": "ThisExpression", "range": [ - 24736, - 24740 + 24768, + 24772 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 12 }, "end": { - "line": 801, + "line": 803, "column": 16 } } @@ -50612,31 +50617,31 @@ "type": "Identifier", "name": "changePage", "range": [ - 24741, - 24751 + 24773, + 24783 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 17 }, "end": { - "line": 801, + "line": 803, "column": 27 } } }, "range": [ - 24736, - 24751 + 24768, + 24783 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 12 }, "end": { - "line": 801, + "line": 803, "column": 27 } } @@ -50649,16 +50654,16 @@ "type": "Identifier", "name": "pgNb", "range": [ - 24753, - 24757 + 24785, + 24789 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 29 }, "end": { - "line": 801, + "line": 803, "column": 33 } } @@ -50668,94 +50673,94 @@ "value": 1, "raw": "1", "range": [ - 24760, - 24761 + 24792, + 24793 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 36 }, "end": { - "line": 801, + "line": 803, "column": 37 } } }, "range": [ - 24753, - 24761 + 24785, + 24793 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 29 }, "end": { - "line": 801, + "line": 803, "column": 37 } } } ], "range": [ - 24736, - 24763 + 24768, + 24795 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 12 }, "end": { - "line": 801, + "line": 803, "column": 39 } } }, "range": [ - 24736, - 24764 + 24768, + 24796 ], "loc": { "start": { - "line": 801, + "line": 803, "column": 12 }, "end": { - "line": 801, + "line": 803, "column": 40 } } } ], "range": [ - 24722, - 24774 + 24754, + 24806 ], "loc": { "start": { - "line": 800, + "line": 802, "column": 25 }, "end": { - "line": 802, + "line": 804, "column": 9 } } }, "alternate": null, "range": [ - 24705, - 24774 + 24737, + 24806 ], "loc": { "start": { - "line": 800, + "line": 802, "column": 8 }, "end": { - "line": 802, + "line": 804, "column": 9 } } @@ -50773,16 +50778,16 @@ "object": { "type": "ThisExpression", "range": [ - 24783, - 24787 + 24815, + 24819 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 8 }, "end": { - "line": 803, + "line": 805, "column": 12 } } @@ -50791,31 +50796,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24788, - 24795 + 24820, + 24827 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 13 }, "end": { - "line": 803, + "line": 805, "column": 20 } } }, "range": [ - 24783, - 24795 + 24815, + 24827 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 8 }, "end": { - "line": 803, + "line": 805, "column": 20 } } @@ -50824,31 +50829,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24796, - 24800 + 24828, + 24832 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 21 }, "end": { - "line": 803, + "line": 805, "column": 25 } } }, "range": [ - 24783, - 24800 + 24815, + 24832 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 8 }, "end": { - "line": 803, + "line": 805, "column": 25 } } @@ -50859,16 +50864,16 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 24801, - 24819 + 24833, + 24851 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 26 }, "end": { - "line": 803, + "line": 805, "column": 44 } } @@ -50877,16 +50882,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24821, - 24823 + 24853, + 24855 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 46 }, "end": { - "line": 803, + "line": 805, "column": 48 } } @@ -50895,63 +50900,63 @@ "type": "Identifier", "name": "pgNb", "range": [ - 24825, - 24829 + 24857, + 24861 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 50 }, "end": { - "line": 803, + "line": 805, "column": 54 } } } ], "range": [ - 24783, - 24830 + 24815, + 24862 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 8 }, "end": { - "line": 803, + "line": 805, "column": 55 } } }, "range": [ - 24783, - 24831 + 24815, + 24863 ], "loc": { "start": { - "line": 803, + "line": 805, "column": 8 }, "end": { - "line": 803, + "line": 805, "column": 56 } } } ], "range": [ - 24502, - 24837 + 24534, + 24869 ], "loc": { "start": { - "line": 793, + "line": 795, "column": 16 }, "end": { - "line": 804, + "line": 806, "column": 5 } } @@ -50959,16 +50964,16 @@ "generator": false, "expression": false, "range": [ - 24499, - 24837 + 24531, + 24869 ], "loc": { "start": { - "line": 793, + "line": 795, "column": 13 }, "end": { - "line": 804, + "line": 806, "column": 5 } } @@ -50976,16 +50981,16 @@ "kind": "method", "computed": false, "range": [ - 24490, - 24837 + 24522, + 24869 ], "loc": { "start": { - "line": 793, + "line": 795, "column": 4 }, "end": { - "line": 804, + "line": 806, "column": 5 } }, @@ -50994,16 +50999,16 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 24436, - 24485 + 24468, + 24517 ], "loc": { "start": { - "line": 790, + "line": 792, "column": 4 }, "end": { - "line": 792, + "line": 794, "column": 7 } } @@ -51014,16 +51019,16 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 24843, - 24902 + 24875, + 24934 ], "loc": { "start": { - "line": 806, + "line": 808, "column": 4 }, "end": { - "line": 808, + "line": 810, "column": 7 } } @@ -51037,16 +51042,16 @@ "type": "Identifier", "name": "resetPageLength", "range": [ - 24907, - 24922 + 24939, + 24954 ], "loc": { "start": { - "line": 809, + "line": 811, "column": 4 }, "end": { - "line": 809, + "line": 811, "column": 19 } } @@ -51067,16 +51072,16 @@ "type": "Identifier", "name": "tf", "range": [ - 24939, - 24941 + 24971, + 24973 ], "loc": { "start": { - "line": 810, + "line": 812, "column": 12 }, "end": { - "line": 810, + "line": 812, "column": 14 } } @@ -51087,16 +51092,16 @@ "object": { "type": "ThisExpression", "range": [ - 24944, - 24948 + 24976, + 24980 ], "loc": { "start": { - "line": 810, + "line": 812, "column": 17 }, "end": { - "line": 810, + "line": 812, "column": 21 } } @@ -51105,46 +51110,46 @@ "type": "Identifier", "name": "tf", "range": [ - 24949, - 24951 + 24981, + 24983 ], "loc": { "start": { - "line": 810, + "line": 812, "column": 22 }, "end": { - "line": 810, + "line": 812, "column": 24 } } }, "range": [ - 24944, - 24951 + 24976, + 24983 ], "loc": { "start": { - "line": 810, + "line": 812, "column": 17 }, "end": { - "line": 810, + "line": 812, "column": 24 } } }, "range": [ - 24939, - 24951 + 24971, + 24983 ], "loc": { "start": { - "line": 810, + "line": 812, "column": 12 }, "end": { - "line": 810, + "line": 812, "column": 24 } } @@ -51152,16 +51157,16 @@ ], "kind": "var", "range": [ - 24935, - 24952 + 24967, + 24984 ], "loc": { "start": { - "line": 810, + "line": 812, "column": 8 }, "end": { - "line": 810, + "line": 812, "column": 25 } } @@ -51179,16 +51184,16 @@ "object": { "type": "ThisExpression", "range": [ - 24966, - 24970 + 24998, + 25002 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 13 }, "end": { - "line": 811, + "line": 813, "column": 17 } } @@ -51197,63 +51202,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 24971, - 24980 + 25003, + 25012 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 18 }, "end": { - "line": 811, + "line": 813, "column": 27 } } }, "range": [ - 24966, - 24980 + 24998, + 25012 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 13 }, "end": { - "line": 811, + "line": 813, "column": 27 } } }, "arguments": [], "range": [ - 24966, - 24982 + 24998, + 25014 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 13 }, "end": { - "line": 811, + "line": 813, "column": 29 } } }, "prefix": true, "range": [ - 24965, - 24982 + 24997, + 25014 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 12 }, "end": { - "line": 811, + "line": 813, "column": 29 } } @@ -51265,48 +51270,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24998, - 25005 + 25030, + 25037 ], "loc": { "start": { - "line": 812, + "line": 814, "column": 12 }, "end": { - "line": 812, + "line": 814, "column": 19 } } } ], "range": [ - 24984, - 25015 + 25016, + 25047 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 31 }, "end": { - "line": 813, + "line": 815, "column": 9 } } }, "alternate": null, "range": [ - 24961, - 25015 + 24993, + 25047 ], "loc": { "start": { - "line": 811, + "line": 813, "column": 8 }, "end": { - "line": 813, + "line": 815, "column": 9 } } @@ -51324,16 +51329,16 @@ "object": { "type": "ThisExpression", "range": [ - 25024, - 25028 + 25056, + 25060 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 8 }, "end": { - "line": 814, + "line": 816, "column": 12 } } @@ -51342,31 +51347,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 25029, - 25036 + 25061, + 25068 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 13 }, "end": { - "line": 814, + "line": 816, "column": 20 } } }, "range": [ - 25024, - 25036 + 25056, + 25068 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 8 }, "end": { - "line": 814, + "line": 816, "column": 20 } } @@ -51375,31 +51380,31 @@ "type": "Identifier", "name": "emit", "range": [ - 25037, - 25041 + 25069, + 25073 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 21 }, "end": { - "line": 814, + "line": 816, "column": 25 } } }, "range": [ - 25024, - 25041 + 25056, + 25073 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 8 }, "end": { - "line": 814, + "line": 816, "column": 25 } } @@ -51410,16 +51415,16 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 25042, - 25068 + 25074, + 25100 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 26 }, "end": { - "line": 814, + "line": 816, "column": 52 } } @@ -51428,47 +51433,47 @@ "type": "Identifier", "name": "tf", "range": [ - 25070, - 25072 + 25102, + 25104 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 54 }, "end": { - "line": 814, + "line": 816, "column": 56 } } } ], "range": [ - 25024, - 25073 + 25056, + 25105 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 8 }, "end": { - "line": 814, + "line": 816, "column": 57 } } }, "range": [ - 25024, - 25074 + 25056, + 25106 ], "loc": { "start": { - "line": 814, + "line": 816, "column": 8 }, "end": { - "line": 814, + "line": 816, "column": 58 } } @@ -51482,16 +51487,16 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 25087, - 25097 + 25119, + 25129 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 12 }, "end": { - "line": 815, + "line": 817, "column": 22 } } @@ -51510,16 +51515,16 @@ "type": "Identifier", "name": "tf", "range": [ - 25100, - 25102 + 25132, + 25134 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 25 }, "end": { - "line": 815, + "line": 817, "column": 27 } } @@ -51528,31 +51533,31 @@ "type": "Identifier", "name": "feature", "range": [ - 25103, - 25110 + 25135, + 25142 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 28 }, "end": { - "line": 815, + "line": 817, "column": 35 } } }, "range": [ - 25100, - 25110 + 25132, + 25142 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 25 }, "end": { - "line": 815, + "line": 817, "column": 35 } } @@ -51563,32 +51568,32 @@ "value": "store", "raw": "'store'", "range": [ - 25111, - 25118 + 25143, + 25150 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 36 }, "end": { - "line": 815, + "line": 817, "column": 43 } } } ], "range": [ - 25100, - 25119 + 25132, + 25151 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 25 }, "end": { - "line": 815, + "line": 817, "column": 44 } } @@ -51597,62 +51602,62 @@ "type": "Identifier", "name": "getPageLength", "range": [ - 25120, - 25133 + 25152, + 25165 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 45 }, "end": { - "line": 815, + "line": 817, "column": 58 } } }, "range": [ - 25100, - 25133 + 25132, + 25165 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 25 }, "end": { - "line": 815, + "line": 817, "column": 58 } } }, "arguments": [], "range": [ - 25100, - 25135 + 25132, + 25167 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 25 }, "end": { - "line": 815, + "line": 817, "column": 60 } } }, "range": [ - 25087, - 25135 + 25119, + 25167 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 12 }, "end": { - "line": 815, + "line": 817, "column": 60 } } @@ -51660,16 +51665,16 @@ ], "kind": "var", "range": [ - 25083, - 25136 + 25115, + 25168 ], "loc": { "start": { - "line": 815, + "line": 817, "column": 8 }, "end": { - "line": 815, + "line": 817, "column": 61 } } @@ -51683,16 +51688,16 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 25150, - 25160 + 25182, + 25192 ], "loc": { "start": { - "line": 817, + "line": 819, "column": 12 }, "end": { - "line": 817, + "line": 819, "column": 22 } } @@ -51702,31 +51707,31 @@ "value": "", "raw": "''", "range": [ - 25165, - 25167 + 25197, + 25199 ], "loc": { "start": { - "line": 817, + "line": 819, "column": 27 }, "end": { - "line": 817, + "line": 819, "column": 29 } } }, "range": [ - 25150, - 25167 + 25182, + 25199 ], "loc": { "start": { - "line": 817, + "line": 819, "column": 12 }, "end": { - "line": 817, + "line": 819, "column": 29 } } @@ -51754,16 +51759,16 @@ "object": { "type": "ThisExpression", "range": [ - 25183, - 25187 + 25215, + 25219 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 16 } } @@ -51772,31 +51777,31 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 25188, - 25205 + 25220, + 25237 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 17 }, "end": { - "line": 818, + "line": 820, "column": 34 } } }, "range": [ - 25183, - 25205 + 25215, + 25237 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 34 } } @@ -51805,31 +51810,31 @@ "type": "Identifier", "name": "options", "range": [ - 25206, - 25213 + 25238, + 25245 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 35 }, "end": { - "line": 818, + "line": 820, "column": 42 } } }, "range": [ - 25183, - 25213 + 25215, + 25245 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 42 } } @@ -51838,31 +51843,31 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 25214, - 25224 + 25246, + 25256 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 43 }, "end": { - "line": 818, + "line": 820, "column": 53 } } }, "range": [ - 25183, - 25225 + 25215, + 25257 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 54 } } @@ -51871,31 +51876,31 @@ "type": "Identifier", "name": "selected", "range": [ - 25226, - 25234 + 25258, + 25266 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 55 }, "end": { - "line": 818, + "line": 820, "column": 63 } } }, "range": [ - 25183, - 25234 + 25215, + 25266 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 63 } } @@ -51905,46 +51910,46 @@ "value": true, "raw": "true", "range": [ - 25237, - 25241 + 25269, + 25273 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 66 }, "end": { - "line": 818, + "line": 820, "column": 70 } } }, "range": [ - 25183, - 25241 + 25215, + 25273 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 70 } } }, "range": [ - 25183, - 25242 + 25215, + 25274 ], "loc": { "start": { - "line": 818, + "line": 820, "column": 12 }, "end": { - "line": 818, + "line": 820, "column": 71 } } @@ -51959,16 +51964,16 @@ "object": { "type": "ThisExpression", "range": [ - 25255, - 25259 + 25287, + 25291 ], "loc": { "start": { - "line": 819, + "line": 821, "column": 12 }, "end": { - "line": 819, + "line": 821, "column": 16 } } @@ -51977,94 +51982,94 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 25260, - 25280 + 25292, + 25312 ], "loc": { "start": { - "line": 819, + "line": 821, "column": 17 }, "end": { - "line": 819, + "line": 821, "column": 37 } } }, "range": [ - 25255, - 25280 + 25287, + 25312 ], "loc": { "start": { - "line": 819, + "line": 821, "column": 12 }, "end": { - "line": 819, + "line": 821, "column": 37 } } }, "arguments": [], "range": [ - 25255, - 25282 + 25287, + 25314 ], "loc": { "start": { - "line": 819, + "line": 821, "column": 12 }, "end": { - "line": 819, + "line": 821, "column": 39 } } }, "range": [ - 25255, - 25283 + 25287, + 25315 ], "loc": { "start": { - "line": 819, + "line": 821, "column": 12 }, "end": { - "line": 819, + "line": 821, "column": 40 } } } ], "range": [ - 25169, - 25293 + 25201, + 25325 ], "loc": { "start": { - "line": 817, + "line": 819, "column": 31 }, "end": { - "line": 820, + "line": 822, "column": 9 } } }, "alternate": null, "range": [ - 25146, - 25293 + 25178, + 25325 ], "loc": { "start": { - "line": 817, + "line": 819, "column": 8 }, "end": { - "line": 820, + "line": 822, "column": 9 } } @@ -52082,16 +52087,16 @@ "object": { "type": "ThisExpression", "range": [ - 25302, - 25306 + 25334, + 25338 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 8 }, "end": { - "line": 821, + "line": 823, "column": 12 } } @@ -52100,31 +52105,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 25307, - 25314 + 25339, + 25346 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 13 }, "end": { - "line": 821, + "line": 823, "column": 20 } } }, "range": [ - 25302, - 25314 + 25334, + 25346 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 8 }, "end": { - "line": 821, + "line": 823, "column": 20 } } @@ -52133,31 +52138,31 @@ "type": "Identifier", "name": "emit", "range": [ - 25315, - 25319 + 25347, + 25351 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 21 }, "end": { - "line": 821, + "line": 823, "column": 25 } } }, "range": [ - 25302, - 25319 + 25334, + 25351 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 8 }, "end": { - "line": 821, + "line": 823, "column": 25 } } @@ -52168,16 +52173,16 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 25320, - 25345 + 25352, + 25377 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 26 }, "end": { - "line": 821, + "line": 823, "column": 51 } } @@ -52186,16 +52191,16 @@ "type": "Identifier", "name": "tf", "range": [ - 25347, - 25349 + 25379, + 25381 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 53 }, "end": { - "line": 821, + "line": 823, "column": 55 } } @@ -52204,63 +52209,63 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 25351, - 25361 + 25383, + 25393 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 57 }, "end": { - "line": 821, + "line": 823, "column": 67 } } } ], "range": [ - 25302, - 25362 + 25334, + 25394 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 8 }, "end": { - "line": 821, + "line": 823, "column": 68 } } }, "range": [ - 25302, - 25363 + 25334, + 25395 ], "loc": { "start": { - "line": 821, + "line": 823, "column": 8 }, "end": { - "line": 821, + "line": 823, "column": 69 } } } ], "range": [ - 24925, - 25369 + 24957, + 25401 ], "loc": { "start": { - "line": 809, + "line": 811, "column": 22 }, "end": { - "line": 822, + "line": 824, "column": 5 } } @@ -52268,16 +52273,16 @@ "generator": false, "expression": false, "range": [ - 24922, - 25369 + 24954, + 25401 ], "loc": { "start": { - "line": 809, + "line": 811, "column": 19 }, "end": { - "line": 822, + "line": 824, "column": 5 } } @@ -52285,16 +52290,16 @@ "kind": "method", "computed": false, "range": [ - 24907, - 25369 + 24939, + 25401 ], "loc": { "start": { - "line": 809, + "line": 811, "column": 4 }, "end": { - "line": 822, + "line": 824, "column": 5 } }, @@ -52303,16 +52308,16 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 24843, - 24902 + 24875, + 24934 ], "loc": { "start": { - "line": 806, + "line": 808, "column": 4 }, "end": { - "line": 808, + "line": 810, "column": 7 } } @@ -52323,16 +52328,16 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 25375, - 25415 + 25407, + 25447 ], "loc": { "start": { - "line": 824, + "line": 826, "column": 4 }, "end": { - "line": 826, + "line": 828, "column": 7 } } @@ -52346,16 +52351,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 25420, - 25427 + 25452, + 25459 ], "loc": { "start": { - "line": 827, + "line": 829, "column": 4 }, "end": { - "line": 827, + "line": 829, "column": 11 } } @@ -52378,16 +52383,16 @@ "object": { "type": "ThisExpression", "range": [ - 25445, - 25449 + 25477, + 25481 ], "loc": { "start": { - "line": 828, + "line": 830, "column": 13 }, "end": { - "line": 828, + "line": 830, "column": 17 } } @@ -52396,47 +52401,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 25450, - 25461 + 25482, + 25493 ], "loc": { "start": { - "line": 828, + "line": 830, "column": 18 }, "end": { - "line": 828, + "line": 830, "column": 29 } } }, "range": [ - 25445, - 25461 + 25477, + 25493 ], "loc": { "start": { - "line": 828, + "line": 830, "column": 13 }, "end": { - "line": 828, + "line": 830, "column": 29 } } }, "prefix": true, "range": [ - 25444, - 25461 + 25476, + 25493 ], "loc": { "start": { - "line": 828, + "line": 830, "column": 12 }, "end": { - "line": 828, + "line": 830, "column": 29 } } @@ -52448,48 +52453,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 25477, - 25484 + 25509, + 25516 ], "loc": { "start": { - "line": 829, + "line": 831, "column": 12 }, "end": { - "line": 829, + "line": 831, "column": 19 } } } ], "range": [ - 25463, - 25494 + 25495, + 25526 ], "loc": { "start": { - "line": 828, + "line": 830, "column": 31 }, "end": { - "line": 830, + "line": 832, "column": 9 } } }, "alternate": null, "range": [ - 25440, - 25494 + 25472, + 25526 ], "loc": { "start": { - "line": 828, + "line": 830, "column": 8 }, "end": { - "line": 830, + "line": 832, "column": 9 } } @@ -52503,16 +52508,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25508, - 25511 + 25540, + 25543 ], "loc": { "start": { - "line": 832, + "line": 834, "column": 12 }, "end": { - "line": 832, + "line": 834, "column": 15 } } @@ -52523,16 +52528,16 @@ "object": { "type": "ThisExpression", "range": [ - 25514, - 25518 + 25546, + 25550 ], "loc": { "start": { - "line": 832, + "line": 834, "column": 18 }, "end": { - "line": 832, + "line": 834, "column": 22 } } @@ -52541,46 +52546,46 @@ "type": "Identifier", "name": "evt", "range": [ - 25519, - 25522 + 25551, + 25554 ], "loc": { "start": { - "line": 832, + "line": 834, "column": 23 }, "end": { - "line": 832, + "line": 834, "column": 26 } } }, "range": [ - 25514, - 25522 + 25546, + 25554 ], "loc": { "start": { - "line": 832, + "line": 834, "column": 18 }, "end": { - "line": 832, + "line": 834, "column": 26 } } }, "range": [ - 25508, - 25522 + 25540, + 25554 ], "loc": { "start": { - "line": 832, + "line": 834, "column": 12 }, "end": { - "line": 832, + "line": 834, "column": 26 } } @@ -52588,16 +52593,16 @@ ], "kind": "var", "range": [ - 25504, - 25523 + 25536, + 25555 ], "loc": { "start": { - "line": 832, + "line": 834, "column": 8 }, "end": { - "line": 832, + "line": 834, "column": 27 } } @@ -52610,16 +52615,16 @@ "object": { "type": "ThisExpression", "range": [ - 25537, - 25541 + 25569, + 25573 ], "loc": { "start": { - "line": 834, + "line": 836, "column": 12 }, "end": { - "line": 834, + "line": 836, "column": 16 } } @@ -52628,31 +52633,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25542, - 25551 + 25574, + 25583 ], "loc": { "start": { - "line": 834, + "line": 836, "column": 17 }, "end": { - "line": 834, + "line": 836, "column": 26 } } }, "range": [ - 25537, - 25551 + 25569, + 25583 ], "loc": { "start": { - "line": 834, + "line": 836, "column": 12 }, "end": { - "line": 834, + "line": 836, "column": 26 } } @@ -52671,16 +52676,16 @@ "object": { "type": "ThisExpression", "range": [ - 25571, - 25575 + 25603, + 25607 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 16 }, "end": { - "line": 835, + "line": 837, "column": 20 } } @@ -52689,31 +52694,31 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 25576, - 25592 + 25608, + 25624 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 21 }, "end": { - "line": 835, + "line": 837, "column": 37 } } }, "range": [ - 25571, - 25592 + 25603, + 25624 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 16 }, "end": { - "line": 835, + "line": 837, "column": 37 } } @@ -52722,31 +52727,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 25597, - 25603 + 25629, + 25635 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 42 }, "end": { - "line": 835, + "line": 837, "column": 48 } } }, "range": [ - 25571, - 25603 + 25603, + 25635 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 16 }, "end": { - "line": 835, + "line": 837, "column": 48 } } @@ -52762,16 +52767,16 @@ "type": "Identifier", "name": "removeEvt", "range": [ - 25623, - 25632 + 25655, + 25664 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 16 }, "end": { - "line": 836, + "line": 838, "column": 25 } } @@ -52783,16 +52788,16 @@ "object": { "type": "ThisExpression", "range": [ - 25633, - 25637 + 25665, + 25669 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 26 }, "end": { - "line": 836, + "line": 838, "column": 30 } } @@ -52801,31 +52806,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25638, - 25647 + 25670, + 25679 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 31 }, "end": { - "line": 836, + "line": 838, "column": 40 } } }, "range": [ - 25633, - 25647 + 25665, + 25679 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 26 }, "end": { - "line": 836, + "line": 838, "column": 40 } } @@ -52835,16 +52840,16 @@ "value": "change", "raw": "'change'", "range": [ - 25649, - 25657 + 25681, + 25689 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 42 }, "end": { - "line": 836, + "line": 838, "column": 50 } } @@ -52856,16 +52861,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25659, - 25662 + 25691, + 25694 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 52 }, "end": { - "line": 836, + "line": 838, "column": 55 } } @@ -52874,78 +52879,78 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 25663, - 25677 + 25695, + 25709 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 56 }, "end": { - "line": 836, + "line": 838, "column": 70 } } }, "range": [ - 25659, - 25677 + 25691, + 25709 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 52 }, "end": { - "line": 836, + "line": 838, "column": 70 } } } ], "range": [ - 25623, - 25678 + 25655, + 25710 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 16 }, "end": { - "line": 836, + "line": 838, "column": 71 } } }, "range": [ - 25623, - 25679 + 25655, + 25711 ], "loc": { "start": { - "line": 836, + "line": 838, "column": 16 }, "end": { - "line": 836, + "line": 838, "column": 72 } } } ], "range": [ - 25605, - 25693 + 25637, + 25725 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 50 }, "end": { - "line": 837, + "line": 839, "column": 13 } } @@ -52961,16 +52966,16 @@ "object": { "type": "ThisExpression", "range": [ - 25715, - 25719 + 25747, + 25751 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 21 }, "end": { - "line": 838, + "line": 840, "column": 25 } } @@ -52979,31 +52984,31 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 25720, - 25736 + 25752, + 25768 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 26 }, "end": { - "line": 838, + "line": 840, "column": 42 } } }, "range": [ - 25715, - 25736 + 25747, + 25768 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 21 }, "end": { - "line": 838, + "line": 840, "column": 42 } } @@ -53012,31 +53017,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 25741, - 25746 + 25773, + 25778 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 47 }, "end": { - "line": 838, + "line": 840, "column": 52 } } }, "range": [ - 25715, - 25746 + 25747, + 25778 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 21 }, "end": { - "line": 838, + "line": 840, "column": 52 } } @@ -53052,16 +53057,16 @@ "type": "Identifier", "name": "removeEvt", "range": [ - 25766, - 25775 + 25798, + 25807 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 16 }, "end": { - "line": 839, + "line": 841, "column": 25 } } @@ -53073,16 +53078,16 @@ "object": { "type": "ThisExpression", "range": [ - 25776, - 25780 + 25808, + 25812 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 26 }, "end": { - "line": 839, + "line": 841, "column": 30 } } @@ -53091,31 +53096,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25781, - 25790 + 25813, + 25822 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 31 }, "end": { - "line": 839, + "line": 841, "column": 40 } } }, "range": [ - 25776, - 25790 + 25808, + 25822 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 26 }, "end": { - "line": 839, + "line": 841, "column": 40 } } @@ -53125,16 +53130,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 25792, - 25802 + 25824, + 25834 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 42 }, "end": { - "line": 839, + "line": 841, "column": 52 } } @@ -53146,16 +53151,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25804, - 25807 + 25836, + 25839 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 54 }, "end": { - "line": 839, + "line": 841, "column": 57 } } @@ -53164,109 +53169,109 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 25808, - 25818 + 25840, + 25850 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 58 }, "end": { - "line": 839, + "line": 841, "column": 68 } } }, "range": [ - 25804, - 25818 + 25836, + 25850 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 54 }, "end": { - "line": 839, + "line": 841, "column": 68 } } } ], "range": [ - 25766, - 25819 + 25798, + 25851 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 16 }, "end": { - "line": 839, + "line": 841, "column": 69 } } }, "range": [ - 25766, - 25820 + 25798, + 25852 ], "loc": { "start": { - "line": 839, + "line": 841, "column": 16 }, "end": { - "line": 839, + "line": 841, "column": 70 } } } ], "range": [ - 25748, - 25834 + 25780, + 25866 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 54 }, "end": { - "line": 840, + "line": 842, "column": 13 } } }, "alternate": null, "range": [ - 25711, - 25834 + 25743, + 25866 ], "loc": { "start": { - "line": 838, + "line": 840, "column": 17 }, "end": { - "line": 840, + "line": 842, "column": 13 } } }, "range": [ - 25567, - 25834 + 25599, + 25866 ], "loc": { "start": { - "line": 835, + "line": 837, "column": 12 }, "end": { - "line": 840, + "line": 842, "column": 13 } } @@ -53279,16 +53284,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 25847, - 25856 + 25879, + 25888 ], "loc": { "start": { - "line": 841, + "line": 843, "column": 12 }, "end": { - "line": 841, + "line": 843, "column": 21 } } @@ -53300,16 +53305,16 @@ "object": { "type": "ThisExpression", "range": [ - 25857, - 25861 + 25889, + 25893 ], "loc": { "start": { - "line": 841, + "line": 843, "column": 22 }, "end": { - "line": 841, + "line": 843, "column": 26 } } @@ -53318,94 +53323,94 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25862, - 25871 + 25894, + 25903 ], "loc": { "start": { - "line": 841, + "line": 843, "column": 27 }, "end": { - "line": 841, + "line": 843, "column": 36 } } }, "range": [ - 25857, - 25871 + 25889, + 25903 ], "loc": { "start": { - "line": 841, + "line": 843, "column": 22 }, "end": { - "line": 841, + "line": 843, "column": 36 } } } ], "range": [ - 25847, - 25872 + 25879, + 25904 ], "loc": { "start": { - "line": 841, + "line": 843, "column": 12 }, "end": { - "line": 841, + "line": 843, "column": 37 } } }, "range": [ - 25847, - 25873 + 25879, + 25905 ], "loc": { "start": { - "line": 841, + "line": 843, "column": 12 }, "end": { - "line": 841, + "line": 843, "column": 38 } } } ], "range": [ - 25553, - 25883 + 25585, + 25915 ], "loc": { "start": { - "line": 834, + "line": 836, "column": 28 }, "end": { - "line": 842, + "line": 844, "column": 9 } } }, "alternate": null, "range": [ - 25533, - 25883 + 25565, + 25915 ], "loc": { "start": { - "line": 834, + "line": 836, "column": 8 }, "end": { - "line": 842, + "line": 844, "column": 9 } } @@ -53418,16 +53423,16 @@ "object": { "type": "ThisExpression", "range": [ - 25897, - 25901 + 25929, + 25933 ], "loc": { "start": { - "line": 844, + "line": 846, "column": 12 }, "end": { - "line": 844, + "line": 846, "column": 16 } } @@ -53436,31 +53441,31 @@ "type": "Identifier", "name": "btnNextCont", "range": [ - 25902, - 25913 + 25934, + 25945 ], "loc": { "start": { - "line": 844, + "line": 846, "column": 17 }, "end": { - "line": 844, + "line": 846, "column": 28 } } }, "range": [ - 25897, - 25913 + 25929, + 25945 ], "loc": { "start": { - "line": 844, + "line": 846, "column": 12 }, "end": { - "line": 844, + "line": 846, "column": 28 } } @@ -53476,16 +53481,16 @@ "type": "Identifier", "name": "removeEvt", "range": [ - 25929, - 25938 + 25961, + 25970 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 12 }, "end": { - "line": 845, + "line": 847, "column": 21 } } @@ -53497,16 +53502,16 @@ "object": { "type": "ThisExpression", "range": [ - 25939, - 25943 + 25971, + 25975 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 22 }, "end": { - "line": 845, + "line": 847, "column": 26 } } @@ -53515,31 +53520,31 @@ "type": "Identifier", "name": "btnNextCont", "range": [ - 25944, - 25955 + 25976, + 25987 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 27 }, "end": { - "line": 845, + "line": 847, "column": 38 } } }, "range": [ - 25939, - 25955 + 25971, + 25987 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 22 }, "end": { - "line": 845, + "line": 847, "column": 38 } } @@ -53549,16 +53554,16 @@ "value": "click", "raw": "'click'", "range": [ - 25957, - 25964 + 25989, + 25996 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 40 }, "end": { - "line": 845, + "line": 847, "column": 47 } } @@ -53570,16 +53575,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25966, - 25969 + 25998, + 26001 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 49 }, "end": { - "line": 845, + "line": 847, "column": 52 } } @@ -53588,62 +53593,62 @@ "type": "Identifier", "name": "next", "range": [ - 25970, - 25974 + 26002, + 26006 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 53 }, "end": { - "line": 845, + "line": 847, "column": 57 } } }, "range": [ - 25966, - 25974 + 25998, + 26006 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 49 }, "end": { - "line": 845, + "line": 847, "column": 57 } } } ], "range": [ - 25929, - 25975 + 25961, + 26007 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 12 }, "end": { - "line": 845, + "line": 847, "column": 58 } } }, "range": [ - 25929, - 25976 + 25961, + 26008 ], "loc": { "start": { - "line": 845, + "line": 847, "column": 12 }, "end": { - "line": 845, + "line": 847, "column": 59 } } @@ -53656,16 +53661,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 25989, - 25998 + 26021, + 26030 ], "loc": { "start": { - "line": 846, + "line": 848, "column": 12 }, "end": { - "line": 846, + "line": 848, "column": 21 } } @@ -53677,16 +53682,16 @@ "object": { "type": "ThisExpression", "range": [ - 25999, - 26003 + 26031, + 26035 ], "loc": { "start": { - "line": 846, + "line": 848, "column": 22 }, "end": { - "line": 846, + "line": 848, "column": 26 } } @@ -53695,62 +53700,62 @@ "type": "Identifier", "name": "btnNextCont", "range": [ - 26004, - 26015 + 26036, + 26047 ], "loc": { "start": { - "line": 846, + "line": 848, "column": 27 }, "end": { - "line": 846, + "line": 848, "column": 38 } } }, "range": [ - 25999, - 26015 + 26031, + 26047 ], "loc": { "start": { - "line": 846, + "line": 848, "column": 22 }, "end": { - "line": 846, + "line": 848, "column": 38 } } } ], "range": [ - 25989, - 26016 + 26021, + 26048 ], "loc": { "start": { - "line": 846, + "line": 848, "column": 12 }, "end": { - "line": 846, + "line": 848, "column": 39 } } }, "range": [ - 25989, - 26017 + 26021, + 26049 ], "loc": { "start": { - "line": 846, + "line": 848, "column": 12 }, "end": { - "line": 846, + "line": 848, "column": 40 } } @@ -53766,16 +53771,16 @@ "object": { "type": "ThisExpression", "range": [ - 26030, - 26034 + 26062, + 26066 ], "loc": { "start": { - "line": 847, + "line": 849, "column": 12 }, "end": { - "line": 847, + "line": 849, "column": 16 } } @@ -53784,31 +53789,31 @@ "type": "Identifier", "name": "btnNextCont", "range": [ - 26035, - 26046 + 26067, + 26078 ], "loc": { "start": { - "line": 847, + "line": 849, "column": 17 }, "end": { - "line": 847, + "line": 849, "column": 28 } } }, "range": [ - 26030, - 26046 + 26062, + 26078 ], "loc": { "start": { - "line": 847, + "line": 849, "column": 12 }, "end": { - "line": 847, + "line": 849, "column": 28 } } @@ -53818,78 +53823,78 @@ "value": null, "raw": "null", "range": [ - 26049, - 26053 + 26081, + 26085 ], "loc": { "start": { - "line": 847, + "line": 849, "column": 31 }, "end": { - "line": 847, + "line": 849, "column": 35 } } }, "range": [ - 26030, - 26053 + 26062, + 26085 ], "loc": { "start": { - "line": 847, + "line": 849, "column": 12 }, "end": { - "line": 847, + "line": 849, "column": 35 } } }, "range": [ - 26030, - 26054 + 26062, + 26086 ], "loc": { "start": { - "line": 847, + "line": 849, "column": 12 }, "end": { - "line": 847, + "line": 849, "column": 36 } } } ], "range": [ - 25915, - 26064 + 25947, + 26096 ], "loc": { "start": { - "line": 844, + "line": 846, "column": 30 }, "end": { - "line": 848, + "line": 850, "column": 9 } } }, "alternate": null, "range": [ - 25893, - 26064 + 25925, + 26096 ], "loc": { "start": { - "line": 844, + "line": 846, "column": 8 }, "end": { - "line": 848, + "line": 850, "column": 9 } } @@ -53902,16 +53907,16 @@ "object": { "type": "ThisExpression", "range": [ - 26078, - 26082 + 26110, + 26114 ], "loc": { "start": { - "line": 850, + "line": 852, "column": 12 }, "end": { - "line": 850, + "line": 852, "column": 16 } } @@ -53920,31 +53925,31 @@ "type": "Identifier", "name": "btnPrevCont", "range": [ - 26083, - 26094 + 26115, + 26126 ], "loc": { "start": { - "line": 850, + "line": 852, "column": 17 }, "end": { - "line": 850, + "line": 852, "column": 28 } } }, "range": [ - 26078, - 26094 + 26110, + 26126 ], "loc": { "start": { - "line": 850, + "line": 852, "column": 12 }, "end": { - "line": 850, + "line": 852, "column": 28 } } @@ -53960,16 +53965,16 @@ "type": "Identifier", "name": "removeEvt", "range": [ - 26110, - 26119 + 26142, + 26151 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 12 }, "end": { - "line": 851, + "line": 853, "column": 21 } } @@ -53981,16 +53986,16 @@ "object": { "type": "ThisExpression", "range": [ - 26120, - 26124 + 26152, + 26156 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 22 }, "end": { - "line": 851, + "line": 853, "column": 26 } } @@ -53999,31 +54004,31 @@ "type": "Identifier", "name": "btnPrevCont", "range": [ - 26125, - 26136 + 26157, + 26168 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 27 }, "end": { - "line": 851, + "line": 853, "column": 38 } } }, "range": [ - 26120, - 26136 + 26152, + 26168 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 22 }, "end": { - "line": 851, + "line": 853, "column": 38 } } @@ -54033,16 +54038,16 @@ "value": "click", "raw": "'click'", "range": [ - 26138, - 26145 + 26170, + 26177 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 40 }, "end": { - "line": 851, + "line": 853, "column": 47 } } @@ -54054,16 +54059,16 @@ "type": "Identifier", "name": "evt", "range": [ - 26147, - 26150 + 26179, + 26182 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 49 }, "end": { - "line": 851, + "line": 853, "column": 52 } } @@ -54072,62 +54077,62 @@ "type": "Identifier", "name": "prev", "range": [ - 26151, - 26155 + 26183, + 26187 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 53 }, "end": { - "line": 851, + "line": 853, "column": 57 } } }, "range": [ - 26147, - 26155 + 26179, + 26187 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 49 }, "end": { - "line": 851, + "line": 853, "column": 57 } } } ], "range": [ - 26110, - 26156 + 26142, + 26188 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 12 }, "end": { - "line": 851, + "line": 853, "column": 58 } } }, "range": [ - 26110, - 26157 + 26142, + 26189 ], "loc": { "start": { - "line": 851, + "line": 853, "column": 12 }, "end": { - "line": 851, + "line": 853, "column": 59 } } @@ -54140,16 +54145,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 26170, - 26179 + 26202, + 26211 ], "loc": { "start": { - "line": 852, + "line": 854, "column": 12 }, "end": { - "line": 852, + "line": 854, "column": 21 } } @@ -54161,16 +54166,16 @@ "object": { "type": "ThisExpression", "range": [ - 26180, - 26184 + 26212, + 26216 ], "loc": { "start": { - "line": 852, + "line": 854, "column": 22 }, "end": { - "line": 852, + "line": 854, "column": 26 } } @@ -54179,62 +54184,62 @@ "type": "Identifier", "name": "btnPrevCont", "range": [ - 26185, - 26196 + 26217, + 26228 ], "loc": { "start": { - "line": 852, + "line": 854, "column": 27 }, "end": { - "line": 852, + "line": 854, "column": 38 } } }, "range": [ - 26180, - 26196 + 26212, + 26228 ], "loc": { "start": { - "line": 852, + "line": 854, "column": 22 }, "end": { - "line": 852, + "line": 854, "column": 38 } } } ], "range": [ - 26170, - 26197 + 26202, + 26229 ], "loc": { "start": { - "line": 852, + "line": 854, "column": 12 }, "end": { - "line": 852, + "line": 854, "column": 39 } } }, "range": [ - 26170, - 26198 + 26202, + 26230 ], "loc": { "start": { - "line": 852, + "line": 854, "column": 12 }, "end": { - "line": 852, + "line": 854, "column": 40 } } @@ -54250,16 +54255,16 @@ "object": { "type": "ThisExpression", "range": [ - 26211, - 26215 + 26243, + 26247 ], "loc": { "start": { - "line": 853, + "line": 855, "column": 12 }, "end": { - "line": 853, + "line": 855, "column": 16 } } @@ -54268,31 +54273,31 @@ "type": "Identifier", "name": "btnPrevCont", "range": [ - 26216, - 26227 + 26248, + 26259 ], "loc": { "start": { - "line": 853, + "line": 855, "column": 17 }, "end": { - "line": 853, + "line": 855, "column": 28 } } }, "range": [ - 26211, - 26227 + 26243, + 26259 ], "loc": { "start": { - "line": 853, + "line": 855, "column": 12 }, "end": { - "line": 853, + "line": 855, "column": 28 } } @@ -54302,78 +54307,78 @@ "value": null, "raw": "null", "range": [ - 26230, - 26234 + 26262, + 26266 ], "loc": { "start": { - "line": 853, + "line": 855, "column": 31 }, "end": { - "line": 853, + "line": 855, "column": 35 } } }, "range": [ - 26211, - 26234 + 26243, + 26266 ], "loc": { "start": { - "line": 853, + "line": 855, "column": 12 }, "end": { - "line": 853, + "line": 855, "column": 35 } } }, "range": [ - 26211, - 26235 + 26243, + 26267 ], "loc": { "start": { - "line": 853, + "line": 855, "column": 12 }, "end": { - "line": 853, + "line": 855, "column": 36 } } } ], "range": [ - 26096, - 26245 + 26128, + 26277 ], "loc": { "start": { - "line": 850, + "line": 852, "column": 30 }, "end": { - "line": 854, + "line": 856, "column": 9 } } }, "alternate": null, "range": [ - 26074, - 26245 + 26106, + 26277 ], "loc": { "start": { - "line": 850, + "line": 852, "column": 8 }, "end": { - "line": 854, + "line": 856, "column": 9 } } @@ -54386,16 +54391,16 @@ "object": { "type": "ThisExpression", "range": [ - 26259, - 26263 + 26291, + 26295 ], "loc": { "start": { - "line": 856, + "line": 858, "column": 12 }, "end": { - "line": 856, + "line": 858, "column": 16 } } @@ -54404,31 +54409,31 @@ "type": "Identifier", "name": "btnLastCont", "range": [ - 26264, - 26275 + 26296, + 26307 ], "loc": { "start": { - "line": 856, + "line": 858, "column": 17 }, "end": { - "line": 856, + "line": 858, "column": 28 } } }, "range": [ - 26259, - 26275 + 26291, + 26307 ], "loc": { "start": { - "line": 856, + "line": 858, "column": 12 }, "end": { - "line": 856, + "line": 858, "column": 28 } } @@ -54444,16 +54449,16 @@ "type": "Identifier", "name": "removeEvt", "range": [ - 26291, - 26300 + 26323, + 26332 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 12 }, "end": { - "line": 857, + "line": 859, "column": 21 } } @@ -54465,16 +54470,16 @@ "object": { "type": "ThisExpression", "range": [ - 26301, - 26305 + 26333, + 26337 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 22 }, "end": { - "line": 857, + "line": 859, "column": 26 } } @@ -54483,31 +54488,31 @@ "type": "Identifier", "name": "btnLastCont", "range": [ - 26306, - 26317 + 26338, + 26349 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 27 }, "end": { - "line": 857, + "line": 859, "column": 38 } } }, "range": [ - 26301, - 26317 + 26333, + 26349 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 22 }, "end": { - "line": 857, + "line": 859, "column": 38 } } @@ -54517,16 +54522,16 @@ "value": "click", "raw": "'click'", "range": [ - 26319, - 26326 + 26351, + 26358 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 40 }, "end": { - "line": 857, + "line": 859, "column": 47 } } @@ -54538,16 +54543,16 @@ "type": "Identifier", "name": "evt", "range": [ - 26328, - 26331 + 26360, + 26363 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 49 }, "end": { - "line": 857, + "line": 859, "column": 52 } } @@ -54556,62 +54561,62 @@ "type": "Identifier", "name": "last", "range": [ - 26332, - 26336 + 26364, + 26368 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 53 }, "end": { - "line": 857, + "line": 859, "column": 57 } } }, "range": [ - 26328, - 26336 + 26360, + 26368 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 49 }, "end": { - "line": 857, + "line": 859, "column": 57 } } } ], "range": [ - 26291, - 26337 + 26323, + 26369 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 12 }, "end": { - "line": 857, + "line": 859, "column": 58 } } }, "range": [ - 26291, - 26338 + 26323, + 26370 ], "loc": { "start": { - "line": 857, + "line": 859, "column": 12 }, "end": { - "line": 857, + "line": 859, "column": 59 } } @@ -54624,16 +54629,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 26351, - 26360 + 26383, + 26392 ], "loc": { "start": { - "line": 858, + "line": 860, "column": 12 }, "end": { - "line": 858, + "line": 860, "column": 21 } } @@ -54645,16 +54650,16 @@ "object": { "type": "ThisExpression", "range": [ - 26361, - 26365 + 26393, + 26397 ], "loc": { "start": { - "line": 858, + "line": 860, "column": 22 }, "end": { - "line": 858, + "line": 860, "column": 26 } } @@ -54663,62 +54668,62 @@ "type": "Identifier", "name": "btnLastCont", "range": [ - 26366, - 26377 + 26398, + 26409 ], "loc": { "start": { - "line": 858, + "line": 860, "column": 27 }, "end": { - "line": 858, + "line": 860, "column": 38 } } }, "range": [ - 26361, - 26377 + 26393, + 26409 ], "loc": { "start": { - "line": 858, + "line": 860, "column": 22 }, "end": { - "line": 858, + "line": 860, "column": 38 } } } ], "range": [ - 26351, - 26378 + 26383, + 26410 ], "loc": { "start": { - "line": 858, + "line": 860, "column": 12 }, "end": { - "line": 858, + "line": 860, "column": 39 } } }, "range": [ - 26351, - 26379 + 26383, + 26411 ], "loc": { "start": { - "line": 858, + "line": 860, "column": 12 }, "end": { - "line": 858, + "line": 860, "column": 40 } } @@ -54734,16 +54739,16 @@ "object": { "type": "ThisExpression", "range": [ - 26392, - 26396 + 26424, + 26428 ], "loc": { "start": { - "line": 859, + "line": 861, "column": 12 }, "end": { - "line": 859, + "line": 861, "column": 16 } } @@ -54752,31 +54757,31 @@ "type": "Identifier", "name": "btnLastCont", "range": [ - 26397, - 26408 + 26429, + 26440 ], "loc": { "start": { - "line": 859, + "line": 861, "column": 17 }, "end": { - "line": 859, + "line": 861, "column": 28 } } }, "range": [ - 26392, - 26408 + 26424, + 26440 ], "loc": { "start": { - "line": 859, + "line": 861, "column": 12 }, "end": { - "line": 859, + "line": 861, "column": 28 } } @@ -54786,78 +54791,78 @@ "value": null, "raw": "null", "range": [ - 26411, - 26415 + 26443, + 26447 ], "loc": { "start": { - "line": 859, + "line": 861, "column": 31 }, "end": { - "line": 859, + "line": 861, "column": 35 } } }, "range": [ - 26392, - 26415 + 26424, + 26447 ], "loc": { "start": { - "line": 859, + "line": 861, "column": 12 }, "end": { - "line": 859, + "line": 861, "column": 35 } } }, "range": [ - 26392, - 26416 + 26424, + 26448 ], "loc": { "start": { - "line": 859, + "line": 861, "column": 12 }, "end": { - "line": 859, + "line": 861, "column": 36 } } } ], "range": [ - 26277, - 26426 + 26309, + 26458 ], "loc": { "start": { - "line": 856, + "line": 858, "column": 30 }, "end": { - "line": 860, + "line": 862, "column": 9 } } }, "alternate": null, "range": [ - 26255, - 26426 + 26287, + 26458 ], "loc": { "start": { - "line": 856, + "line": 858, "column": 8 }, "end": { - "line": 860, + "line": 862, "column": 9 } } @@ -54870,16 +54875,16 @@ "object": { "type": "ThisExpression", "range": [ - 26440, - 26444 + 26472, + 26476 ], "loc": { "start": { - "line": 862, + "line": 864, "column": 12 }, "end": { - "line": 862, + "line": 864, "column": 16 } } @@ -54888,31 +54893,31 @@ "type": "Identifier", "name": "btnFirstCont", "range": [ - 26445, - 26457 + 26477, + 26489 ], "loc": { "start": { - "line": 862, + "line": 864, "column": 17 }, "end": { - "line": 862, + "line": 864, "column": 29 } } }, "range": [ - 26440, - 26457 + 26472, + 26489 ], "loc": { "start": { - "line": 862, + "line": 864, "column": 12 }, "end": { - "line": 862, + "line": 864, "column": 29 } } @@ -54928,16 +54933,16 @@ "type": "Identifier", "name": "removeEvt", "range": [ - 26473, - 26482 + 26505, + 26514 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 12 }, "end": { - "line": 863, + "line": 865, "column": 21 } } @@ -54949,16 +54954,16 @@ "object": { "type": "ThisExpression", "range": [ - 26483, - 26487 + 26515, + 26519 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 22 }, "end": { - "line": 863, + "line": 865, "column": 26 } } @@ -54967,31 +54972,31 @@ "type": "Identifier", "name": "btnFirstCont", "range": [ - 26488, - 26500 + 26520, + 26532 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 27 }, "end": { - "line": 863, + "line": 865, "column": 39 } } }, "range": [ - 26483, - 26500 + 26515, + 26532 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 22 }, "end": { - "line": 863, + "line": 865, "column": 39 } } @@ -55001,16 +55006,16 @@ "value": "click", "raw": "'click'", "range": [ - 26502, - 26509 + 26534, + 26541 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 41 }, "end": { - "line": 863, + "line": 865, "column": 48 } } @@ -55022,16 +55027,16 @@ "type": "Identifier", "name": "evt", "range": [ - 26511, - 26514 + 26543, + 26546 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 50 }, "end": { - "line": 863, + "line": 865, "column": 53 } } @@ -55040,62 +55045,62 @@ "type": "Identifier", "name": "first", "range": [ - 26515, - 26520 + 26547, + 26552 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 54 }, "end": { - "line": 863, + "line": 865, "column": 59 } } }, "range": [ - 26511, - 26520 + 26543, + 26552 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 50 }, "end": { - "line": 863, + "line": 865, "column": 59 } } } ], "range": [ - 26473, - 26521 + 26505, + 26553 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 12 }, "end": { - "line": 863, + "line": 865, "column": 60 } } }, "range": [ - 26473, - 26522 + 26505, + 26554 ], "loc": { "start": { - "line": 863, + "line": 865, "column": 12 }, "end": { - "line": 863, + "line": 865, "column": 61 } } @@ -55108,16 +55113,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 26535, - 26544 + 26567, + 26576 ], "loc": { "start": { - "line": 864, + "line": 866, "column": 12 }, "end": { - "line": 864, + "line": 866, "column": 21 } } @@ -55129,16 +55134,16 @@ "object": { "type": "ThisExpression", "range": [ - 26545, - 26549 + 26577, + 26581 ], "loc": { "start": { - "line": 864, + "line": 866, "column": 22 }, "end": { - "line": 864, + "line": 866, "column": 26 } } @@ -55147,62 +55152,62 @@ "type": "Identifier", "name": "btnFirstCont", "range": [ - 26550, - 26562 + 26582, + 26594 ], "loc": { "start": { - "line": 864, + "line": 866, "column": 27 }, "end": { - "line": 864, + "line": 866, "column": 39 } } }, "range": [ - 26545, - 26562 + 26577, + 26594 ], "loc": { "start": { - "line": 864, + "line": 866, "column": 22 }, "end": { - "line": 864, + "line": 866, "column": 39 } } } ], "range": [ - 26535, - 26563 + 26567, + 26595 ], "loc": { "start": { - "line": 864, + "line": 866, "column": 12 }, "end": { - "line": 864, + "line": 866, "column": 40 } } }, "range": [ - 26535, - 26564 + 26567, + 26596 ], "loc": { "start": { - "line": 864, + "line": 866, "column": 12 }, "end": { - "line": 864, + "line": 866, "column": 41 } } @@ -55218,16 +55223,16 @@ "object": { "type": "ThisExpression", "range": [ - 26577, - 26581 + 26609, + 26613 ], "loc": { "start": { - "line": 865, + "line": 867, "column": 12 }, "end": { - "line": 865, + "line": 867, "column": 16 } } @@ -55236,31 +55241,31 @@ "type": "Identifier", "name": "btnFirstCont", "range": [ - 26582, - 26594 + 26614, + 26626 ], "loc": { "start": { - "line": 865, + "line": 867, "column": 17 }, "end": { - "line": 865, + "line": 867, "column": 29 } } }, "range": [ - 26577, - 26594 + 26609, + 26626 ], "loc": { "start": { - "line": 865, + "line": 867, "column": 12 }, "end": { - "line": 865, + "line": 867, "column": 29 } } @@ -55270,78 +55275,78 @@ "value": null, "raw": "null", "range": [ - 26597, - 26601 + 26629, + 26633 ], "loc": { "start": { - "line": 865, + "line": 867, "column": 32 }, "end": { - "line": 865, + "line": 867, "column": 36 } } }, "range": [ - 26577, - 26601 + 26609, + 26633 ], "loc": { "start": { - "line": 865, + "line": 867, "column": 12 }, "end": { - "line": 865, + "line": 867, "column": 36 } } }, "range": [ - 26577, - 26602 + 26609, + 26634 ], "loc": { "start": { - "line": 865, + "line": 867, "column": 12 }, "end": { - "line": 865, + "line": 867, "column": 37 } } } ], "range": [ - 26459, - 26612 + 26491, + 26644 ], "loc": { "start": { - "line": 862, + "line": 864, "column": 31 }, "end": { - "line": 866, + "line": 868, "column": 9 } } }, "alternate": null, "range": [ - 26436, - 26612 + 26468, + 26644 ], "loc": { "start": { - "line": 862, + "line": 864, "column": 8 }, "end": { - "line": 866, + "line": 868, "column": 9 } } @@ -55354,16 +55359,16 @@ "object": { "type": "ThisExpression", "range": [ - 26626, - 26630 + 26658, + 26662 ], "loc": { "start": { - "line": 868, + "line": 870, "column": 12 }, "end": { - "line": 868, + "line": 870, "column": 16 } } @@ -55372,31 +55377,31 @@ "type": "Identifier", "name": "pgBefore", "range": [ - 26631, - 26639 + 26663, + 26671 ], "loc": { "start": { - "line": 868, + "line": 870, "column": 17 }, "end": { - "line": 868, + "line": 870, "column": 25 } } }, "range": [ - 26626, - 26639 + 26658, + 26671 ], "loc": { "start": { - "line": 868, + "line": 870, "column": 12 }, "end": { - "line": 868, + "line": 870, "column": 25 } } @@ -55412,16 +55417,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 26655, - 26664 + 26687, + 26696 ], "loc": { "start": { - "line": 869, + "line": 871, "column": 12 }, "end": { - "line": 869, + "line": 871, "column": 21 } } @@ -55433,16 +55438,16 @@ "object": { "type": "ThisExpression", "range": [ - 26665, - 26669 + 26697, + 26701 ], "loc": { "start": { - "line": 869, + "line": 871, "column": 22 }, "end": { - "line": 869, + "line": 871, "column": 26 } } @@ -55451,62 +55456,62 @@ "type": "Identifier", "name": "pgBefore", "range": [ - 26670, - 26678 + 26702, + 26710 ], "loc": { "start": { - "line": 869, + "line": 871, "column": 27 }, "end": { - "line": 869, + "line": 871, "column": 35 } } }, "range": [ - 26665, - 26678 + 26697, + 26710 ], "loc": { "start": { - "line": 869, + "line": 871, "column": 22 }, "end": { - "line": 869, + "line": 871, "column": 35 } } } ], "range": [ - 26655, - 26679 + 26687, + 26711 ], "loc": { "start": { - "line": 869, + "line": 871, "column": 12 }, "end": { - "line": 869, + "line": 871, "column": 36 } } }, "range": [ - 26655, - 26680 + 26687, + 26712 ], "loc": { "start": { - "line": 869, + "line": 871, "column": 12 }, "end": { - "line": 869, + "line": 871, "column": 37 } } @@ -55522,16 +55527,16 @@ "object": { "type": "ThisExpression", "range": [ - 26693, - 26697 + 26725, + 26729 ], "loc": { "start": { - "line": 870, + "line": 872, "column": 12 }, "end": { - "line": 870, + "line": 872, "column": 16 } } @@ -55540,31 +55545,31 @@ "type": "Identifier", "name": "pgBefore", "range": [ - 26698, - 26706 + 26730, + 26738 ], "loc": { "start": { - "line": 870, + "line": 872, "column": 17 }, "end": { - "line": 870, + "line": 872, "column": 25 } } }, "range": [ - 26693, - 26706 + 26725, + 26738 ], "loc": { "start": { - "line": 870, + "line": 872, "column": 12 }, "end": { - "line": 870, + "line": 872, "column": 25 } } @@ -55574,78 +55579,78 @@ "value": null, "raw": "null", "range": [ - 26709, - 26713 + 26741, + 26745 ], "loc": { "start": { - "line": 870, + "line": 872, "column": 28 }, "end": { - "line": 870, + "line": 872, "column": 32 } } }, "range": [ - 26693, - 26713 + 26725, + 26745 ], "loc": { "start": { - "line": 870, + "line": 872, "column": 12 }, "end": { - "line": 870, + "line": 872, "column": 32 } } }, "range": [ - 26693, - 26714 + 26725, + 26746 ], "loc": { "start": { - "line": 870, + "line": 872, "column": 12 }, "end": { - "line": 870, + "line": 872, "column": 33 } } } ], "range": [ - 26641, - 26724 + 26673, + 26756 ], "loc": { "start": { - "line": 868, + "line": 870, "column": 27 }, "end": { - "line": 871, + "line": 873, "column": 9 } } }, "alternate": null, "range": [ - 26622, - 26724 + 26654, + 26756 ], "loc": { "start": { - "line": 868, + "line": 870, "column": 8 }, "end": { - "line": 871, + "line": 873, "column": 9 } } @@ -55658,16 +55663,16 @@ "object": { "type": "ThisExpression", "range": [ - 26738, - 26742 + 26770, + 26774 ], "loc": { "start": { - "line": 873, + "line": 875, "column": 12 }, "end": { - "line": 873, + "line": 875, "column": 16 } } @@ -55676,31 +55681,31 @@ "type": "Identifier", "name": "pgAfter", "range": [ - 26743, - 26750 + 26775, + 26782 ], "loc": { "start": { - "line": 873, + "line": 875, "column": 17 }, "end": { - "line": 873, + "line": 875, "column": 24 } } }, "range": [ - 26738, - 26750 + 26770, + 26782 ], "loc": { "start": { - "line": 873, + "line": 875, "column": 12 }, "end": { - "line": 873, + "line": 875, "column": 24 } } @@ -55716,16 +55721,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 26766, - 26775 + 26798, + 26807 ], "loc": { "start": { - "line": 874, + "line": 876, "column": 12 }, "end": { - "line": 874, + "line": 876, "column": 21 } } @@ -55737,16 +55742,16 @@ "object": { "type": "ThisExpression", "range": [ - 26776, - 26780 + 26808, + 26812 ], "loc": { "start": { - "line": 874, + "line": 876, "column": 22 }, "end": { - "line": 874, + "line": 876, "column": 26 } } @@ -55755,62 +55760,62 @@ "type": "Identifier", "name": "pgAfter", "range": [ - 26781, - 26788 + 26813, + 26820 ], "loc": { "start": { - "line": 874, + "line": 876, "column": 27 }, "end": { - "line": 874, + "line": 876, "column": 34 } } }, "range": [ - 26776, - 26788 + 26808, + 26820 ], "loc": { "start": { - "line": 874, + "line": 876, "column": 22 }, "end": { - "line": 874, + "line": 876, "column": 34 } } } ], "range": [ - 26766, - 26789 + 26798, + 26821 ], "loc": { "start": { - "line": 874, + "line": 876, "column": 12 }, "end": { - "line": 874, + "line": 876, "column": 35 } } }, "range": [ - 26766, - 26790 + 26798, + 26822 ], "loc": { "start": { - "line": 874, + "line": 876, "column": 12 }, "end": { - "line": 874, + "line": 876, "column": 36 } } @@ -55826,16 +55831,16 @@ "object": { "type": "ThisExpression", "range": [ - 26803, - 26807 + 26835, + 26839 ], "loc": { "start": { - "line": 875, + "line": 877, "column": 12 }, "end": { - "line": 875, + "line": 877, "column": 16 } } @@ -55844,31 +55849,31 @@ "type": "Identifier", "name": "pgAfter", "range": [ - 26808, - 26815 + 26840, + 26847 ], "loc": { "start": { - "line": 875, + "line": 877, "column": 17 }, "end": { - "line": 875, + "line": 877, "column": 24 } } }, "range": [ - 26803, - 26815 + 26835, + 26847 ], "loc": { "start": { - "line": 875, + "line": 877, "column": 12 }, "end": { - "line": 875, + "line": 877, "column": 24 } } @@ -55878,78 +55883,78 @@ "value": null, "raw": "null", "range": [ - 26818, - 26822 + 26850, + 26854 ], "loc": { "start": { - "line": 875, + "line": 877, "column": 27 }, "end": { - "line": 875, + "line": 877, "column": 31 } } }, "range": [ - 26803, - 26822 + 26835, + 26854 ], "loc": { "start": { - "line": 875, + "line": 877, "column": 12 }, "end": { - "line": 875, + "line": 877, "column": 31 } } }, "range": [ - 26803, - 26823 + 26835, + 26855 ], "loc": { "start": { - "line": 875, + "line": 877, "column": 12 }, "end": { - "line": 875, + "line": 877, "column": 32 } } } ], "range": [ - 26752, - 26833 + 26784, + 26865 ], "loc": { "start": { - "line": 873, + "line": 875, "column": 26 }, "end": { - "line": 876, + "line": 878, "column": 9 } } }, "alternate": null, "range": [ - 26734, - 26833 + 26766, + 26865 ], "loc": { "start": { - "line": 873, + "line": 875, "column": 8 }, "end": { - "line": 876, + "line": 878, "column": 9 } } @@ -55962,16 +55967,16 @@ "object": { "type": "ThisExpression", "range": [ - 26847, - 26851 + 26879, + 26883 ], "loc": { "start": { - "line": 878, + "line": 880, "column": 12 }, "end": { - "line": 878, + "line": 880, "column": 16 } } @@ -55980,31 +55985,31 @@ "type": "Identifier", "name": "pgCont", "range": [ - 26852, - 26858 + 26884, + 26890 ], "loc": { "start": { - "line": 878, + "line": 880, "column": 17 }, "end": { - "line": 878, + "line": 880, "column": 23 } } }, "range": [ - 26847, - 26858 + 26879, + 26890 ], "loc": { "start": { - "line": 878, + "line": 880, "column": 12 }, "end": { - "line": 878, + "line": 880, "column": 23 } } @@ -56020,16 +56025,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 26874, - 26883 + 26906, + 26915 ], "loc": { "start": { - "line": 879, + "line": 881, "column": 12 }, "end": { - "line": 879, + "line": 881, "column": 21 } } @@ -56041,16 +56046,16 @@ "object": { "type": "ThisExpression", "range": [ - 26884, - 26888 + 26916, + 26920 ], "loc": { "start": { - "line": 879, + "line": 881, "column": 22 }, "end": { - "line": 879, + "line": 881, "column": 26 } } @@ -56059,62 +56064,62 @@ "type": "Identifier", "name": "pgCont", "range": [ - 26889, - 26895 + 26921, + 26927 ], "loc": { "start": { - "line": 879, + "line": 881, "column": 27 }, "end": { - "line": 879, + "line": 881, "column": 33 } } }, "range": [ - 26884, - 26895 + 26916, + 26927 ], "loc": { "start": { - "line": 879, + "line": 881, "column": 22 }, "end": { - "line": 879, + "line": 881, "column": 33 } } } ], "range": [ - 26874, - 26896 + 26906, + 26928 ], "loc": { "start": { - "line": 879, + "line": 881, "column": 12 }, "end": { - "line": 879, + "line": 881, "column": 34 } } }, "range": [ - 26874, - 26897 + 26906, + 26929 ], "loc": { "start": { - "line": 879, + "line": 881, "column": 12 }, "end": { - "line": 879, + "line": 881, "column": 35 } } @@ -56130,16 +56135,16 @@ "object": { "type": "ThisExpression", "range": [ - 26910, - 26914 + 26942, + 26946 ], "loc": { "start": { - "line": 880, + "line": 882, "column": 12 }, "end": { - "line": 880, + "line": 882, "column": 16 } } @@ -56148,31 +56153,31 @@ "type": "Identifier", "name": "pgCont", "range": [ - 26915, - 26921 + 26947, + 26953 ], "loc": { "start": { - "line": 880, + "line": 882, "column": 17 }, "end": { - "line": 880, + "line": 882, "column": 23 } } }, "range": [ - 26910, - 26921 + 26942, + 26953 ], "loc": { "start": { - "line": 880, + "line": 882, "column": 12 }, "end": { - "line": 880, + "line": 882, "column": 23 } } @@ -56182,78 +56187,78 @@ "value": null, "raw": "null", "range": [ - 26924, - 26928 + 26956, + 26960 ], "loc": { "start": { - "line": 880, + "line": 882, "column": 26 }, "end": { - "line": 880, + "line": 882, "column": 30 } } }, "range": [ - 26910, - 26928 + 26942, + 26960 ], "loc": { "start": { - "line": 880, + "line": 882, "column": 12 }, "end": { - "line": 880, + "line": 882, "column": 30 } } }, "range": [ - 26910, - 26929 + 26942, + 26961 ], "loc": { "start": { - "line": 880, + "line": 882, "column": 12 }, "end": { - "line": 880, + "line": 882, "column": 31 } } } ], "range": [ - 26860, - 26939 + 26892, + 26971 ], "loc": { "start": { - "line": 878, + "line": 880, "column": 25 }, "end": { - "line": 881, + "line": 883, "column": 9 } } }, "alternate": null, "range": [ - 26843, - 26939 + 26875, + 26971 ], "loc": { "start": { - "line": 878, + "line": 880, "column": 8 }, "end": { - "line": 881, + "line": 883, "column": 9 } } @@ -56266,16 +56271,16 @@ "object": { "type": "ThisExpression", "range": [ - 26953, - 26957 + 26985, + 26989 ], "loc": { "start": { - "line": 883, + "line": 885, "column": 12 }, "end": { - "line": 883, + "line": 885, "column": 16 } } @@ -56284,31 +56289,31 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 26958, - 26975 + 26990, + 27007 ], "loc": { "start": { - "line": 883, + "line": 885, "column": 17 }, "end": { - "line": 883, + "line": 885, "column": 34 } } }, "range": [ - 26953, - 26975 + 26985, + 27007 ], "loc": { "start": { - "line": 883, + "line": 885, "column": 12 }, "end": { - "line": 883, + "line": 885, "column": 34 } } @@ -56326,16 +56331,16 @@ "object": { "type": "ThisExpression", "range": [ - 26991, - 26995 + 27023, + 27027 ], "loc": { "start": { - "line": 884, + "line": 886, "column": 12 }, "end": { - "line": 884, + "line": 886, "column": 16 } } @@ -56344,94 +56349,94 @@ "type": "Identifier", "name": "removeResultsPerPage", "range": [ - 26996, - 27016 + 27028, + 27048 ], "loc": { "start": { - "line": 884, + "line": 886, "column": 17 }, "end": { - "line": 884, + "line": 886, "column": 37 } } }, "range": [ - 26991, - 27016 + 27023, + 27048 ], "loc": { "start": { - "line": 884, + "line": 886, "column": 12 }, "end": { - "line": 884, + "line": 886, "column": 37 } } }, "arguments": [], "range": [ - 26991, - 27018 + 27023, + 27050 ], "loc": { "start": { - "line": 884, + "line": 886, "column": 12 }, "end": { - "line": 884, + "line": 886, "column": 39 } } }, "range": [ - 26991, - 27019 + 27023, + 27051 ], "loc": { "start": { - "line": 884, + "line": 886, "column": 12 }, "end": { - "line": 884, + "line": 886, "column": 40 } } } ], "range": [ - 26977, - 27029 + 27009, + 27061 ], "loc": { "start": { - "line": 883, + "line": 885, "column": 36 }, "end": { - "line": 885, + "line": 887, "column": 9 } } }, "alternate": null, "range": [ - 26949, - 27029 + 26981, + 27061 ], "loc": { "start": { - "line": 883, + "line": 885, "column": 8 }, "end": { - "line": 885, + "line": 887, "column": 9 } } @@ -56449,16 +56454,16 @@ "object": { "type": "ThisExpression", "range": [ - 27039, - 27043 + 27071, + 27075 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 8 }, "end": { - "line": 887, + "line": 889, "column": 12 } } @@ -56467,31 +56472,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 27044, - 27051 + 27076, + 27083 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 13 }, "end": { - "line": 887, + "line": 889, "column": 20 } } }, "range": [ - 27039, - 27051 + 27071, + 27083 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 8 }, "end": { - "line": 887, + "line": 889, "column": 20 } } @@ -56500,31 +56505,31 @@ "type": "Identifier", "name": "off", "range": [ - 27052, - 27055 + 27084, + 27087 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 21 }, "end": { - "line": 887, + "line": 889, "column": 24 } } }, "range": [ - 27039, - 27055 + 27071, + 27087 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 8 }, "end": { - "line": 887, + "line": 889, "column": 24 } } @@ -56538,32 +56543,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 27057, - 27074 + 27089, + 27106 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 26 }, "end": { - "line": 887, + "line": 889, "column": 43 } } } ], "range": [ - 27056, - 27075 + 27088, + 27107 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 25 }, "end": { - "line": 887, + "line": 889, "column": 44 } } @@ -56580,16 +56585,16 @@ "object": { "type": "ThisExpression", "range": [ - 27083, - 27087 + 27115, + 27119 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 52 }, "end": { - "line": 887, + "line": 889, "column": 56 } } @@ -56598,47 +56603,47 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 27088, - 27103 + 27120, + 27135 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 57 }, "end": { - "line": 887, + "line": 889, "column": 72 } } }, "range": [ - 27083, - 27103 + 27115, + 27135 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 52 }, "end": { - "line": 887, + "line": 889, "column": 72 } } }, "arguments": [], "range": [ - 27083, - 27105 + 27115, + 27137 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 52 }, "end": { - "line": 887, + "line": 889, "column": 74 } } @@ -56646,47 +56651,47 @@ "generator": false, "expression": true, "range": [ - 27077, - 27105 + 27109, + 27137 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 46 }, "end": { - "line": 887, + "line": 889, "column": 74 } } } ], "range": [ - 27039, - 27106 + 27071, + 27138 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 8 }, "end": { - "line": 887, + "line": 889, "column": 75 } } }, "range": [ - 27039, - 27107 + 27071, + 27139 ], "loc": { "start": { - "line": 887, + "line": 889, "column": 8 }, "end": { - "line": 887, + "line": 889, "column": 76 } } @@ -56704,16 +56709,16 @@ "object": { "type": "ThisExpression", "range": [ - 27116, - 27120 + 27148, + 27152 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 8 }, "end": { - "line": 888, + "line": 890, "column": 12 } } @@ -56722,31 +56727,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 27121, - 27128 + 27153, + 27160 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 13 }, "end": { - "line": 888, + "line": 890, "column": 20 } } }, "range": [ - 27116, - 27128 + 27148, + 27160 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 8 }, "end": { - "line": 888, + "line": 890, "column": 20 } } @@ -56755,31 +56760,31 @@ "type": "Identifier", "name": "off", "range": [ - 27129, - 27132 + 27161, + 27164 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 21 }, "end": { - "line": 888, + "line": 890, "column": 24 } } }, "range": [ - 27116, - 27132 + 27148, + 27164 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 8 }, "end": { - "line": 888, + "line": 890, "column": 24 } } @@ -56793,32 +56798,32 @@ "value": "change-page", "raw": "'change-page'", "range": [ - 27134, - 27147 + 27166, + 27179 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 26 }, "end": { - "line": 888, + "line": 890, "column": 39 } } } ], "range": [ - 27133, - 27148 + 27165, + 27180 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 25 }, "end": { - "line": 888, + "line": 890, "column": 40 } } @@ -56831,16 +56836,16 @@ "type": "Identifier", "name": "tf", "range": [ - 27163, - 27165 + 27195, + 27197 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 13 }, "end": { - "line": 889, + "line": 891, "column": 15 } } @@ -56849,16 +56854,16 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 27167, - 27177 + 27199, + 27209 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 17 }, "end": { - "line": 889, + "line": 891, "column": 27 } } @@ -56872,16 +56877,16 @@ "object": { "type": "ThisExpression", "range": [ - 27182, - 27186 + 27214, + 27218 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 32 }, "end": { - "line": 889, + "line": 891, "column": 36 } } @@ -56890,31 +56895,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 27187, - 27194 + 27219, + 27226 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 37 }, "end": { - "line": 889, + "line": 891, "column": 44 } } }, "range": [ - 27182, - 27194 + 27214, + 27226 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 32 }, "end": { - "line": 889, + "line": 891, "column": 44 } } @@ -56924,32 +56929,32 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 27195, - 27205 + 27227, + 27237 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 45 }, "end": { - "line": 889, + "line": 891, "column": 55 } } } ], "range": [ - 27182, - 27206 + 27214, + 27238 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 32 }, "end": { - "line": 889, + "line": 891, "column": 56 } } @@ -56957,47 +56962,47 @@ "generator": false, "expression": true, "range": [ - 27162, - 27206 + 27194, + 27238 ], "loc": { "start": { - "line": 889, + "line": 891, "column": 12 }, "end": { - "line": 889, + "line": 891, "column": 56 } } } ], "range": [ - 27116, - 27207 + 27148, + 27239 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 8 }, "end": { - "line": 889, + "line": 891, "column": 57 } } }, "range": [ - 27116, - 27208 + 27148, + 27240 ], "loc": { "start": { - "line": 888, + "line": 890, "column": 8 }, "end": { - "line": 889, + "line": 891, "column": 58 } } @@ -57015,16 +57020,16 @@ "object": { "type": "ThisExpression", "range": [ - 27217, - 27221 + 27249, + 27253 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 8 }, "end": { - "line": 890, + "line": 892, "column": 12 } } @@ -57033,31 +57038,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 27222, - 27229 + 27254, + 27261 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 13 }, "end": { - "line": 890, + "line": 892, "column": 20 } } }, "range": [ - 27217, - 27229 + 27249, + 27261 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 8 }, "end": { - "line": 890, + "line": 892, "column": 20 } } @@ -57066,31 +57071,31 @@ "type": "Identifier", "name": "off", "range": [ - 27230, - 27233 + 27262, + 27265 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 21 }, "end": { - "line": 890, + "line": 892, "column": 24 } } }, "range": [ - 27217, - 27233 + 27249, + 27265 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 8 }, "end": { - "line": 890, + "line": 892, "column": 24 } } @@ -57104,32 +57109,32 @@ "value": "change-page-results", "raw": "'change-page-results'", "range": [ - 27235, - 27256 + 27267, + 27288 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 26 }, "end": { - "line": 890, + "line": 892, "column": 47 } } } ], "range": [ - 27234, - 27257 + 27266, + 27289 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 25 }, "end": { - "line": 890, + "line": 892, "column": 48 } } @@ -57142,16 +57147,16 @@ "type": "Identifier", "name": "tf", "range": [ - 27272, - 27274 + 27304, + 27306 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 13 }, "end": { - "line": 891, + "line": 893, "column": 15 } } @@ -57160,16 +57165,16 @@ "type": "Identifier", "name": "pageLength", "range": [ - 27276, - 27286 + 27308, + 27318 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 17 }, "end": { - "line": 891, + "line": 893, "column": 27 } } @@ -57183,16 +57188,16 @@ "object": { "type": "ThisExpression", "range": [ - 27291, - 27295 + 27323, + 27327 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 32 }, "end": { - "line": 891, + "line": 893, "column": 36 } } @@ -57201,31 +57206,31 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 27296, - 27316 + 27328, + 27348 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 37 }, "end": { - "line": 891, + "line": 893, "column": 57 } } }, "range": [ - 27291, - 27316 + 27323, + 27348 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 32 }, "end": { - "line": 891, + "line": 893, "column": 57 } } @@ -57235,32 +57240,32 @@ "type": "Identifier", "name": "pageLength", "range": [ - 27317, - 27327 + 27349, + 27359 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 58 }, "end": { - "line": 891, + "line": 893, "column": 68 } } } ], "range": [ - 27291, - 27328 + 27323, + 27360 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 32 }, "end": { - "line": 891, + "line": 893, "column": 69 } } @@ -57268,47 +57273,47 @@ "generator": false, "expression": true, "range": [ - 27271, - 27328 + 27303, + 27360 ], "loc": { "start": { - "line": 891, + "line": 893, "column": 12 }, "end": { - "line": 891, + "line": 893, "column": 69 } } } ], "range": [ - 27217, - 27329 + 27249, + 27361 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 8 }, "end": { - "line": 891, + "line": 893, "column": 70 } } }, "range": [ - 27217, - 27330 + 27249, + 27362 ], "loc": { "start": { - "line": 890, + "line": 892, "column": 8 }, "end": { - "line": 891, + "line": 893, "column": 71 } } @@ -57324,16 +57329,16 @@ "object": { "type": "ThisExpression", "range": [ - 27340, - 27344 + 27372, + 27376 ], "loc": { "start": { - "line": 893, + "line": 895, "column": 8 }, "end": { - "line": 893, + "line": 895, "column": 12 } } @@ -57342,31 +57347,31 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 27345, - 27354 + 27377, + 27386 ], "loc": { "start": { - "line": 893, + "line": 895, "column": 13 }, "end": { - "line": 893, + "line": 895, "column": 22 } } }, "range": [ - 27340, - 27354 + 27372, + 27386 ], "loc": { "start": { - "line": 893, + "line": 895, "column": 8 }, "end": { - "line": 893, + "line": 895, "column": 22 } } @@ -57376,46 +57381,46 @@ "value": null, "raw": "null", "range": [ - 27357, - 27361 + 27389, + 27393 ], "loc": { "start": { - "line": 893, + "line": 895, "column": 25 }, "end": { - "line": 893, + "line": 895, "column": 29 } } }, "range": [ - 27340, - 27361 + 27372, + 27393 ], "loc": { "start": { - "line": 893, + "line": 895, "column": 8 }, "end": { - "line": 893, + "line": 895, "column": 29 } } }, "range": [ - 27340, - 27362 + 27372, + 27394 ], "loc": { "start": { - "line": 893, + "line": 895, "column": 8 }, "end": { - "line": 893, + "line": 895, "column": 30 } } @@ -57431,16 +57436,16 @@ "object": { "type": "ThisExpression", "range": [ - 27371, - 27375 + 27403, + 27407 ], "loc": { "start": { - "line": 894, + "line": 896, "column": 8 }, "end": { - "line": 894, + "line": 896, "column": 12 } } @@ -57449,31 +57454,31 @@ "type": "Identifier", "name": "nbPages", "range": [ - 27376, - 27383 + 27408, + 27415 ], "loc": { "start": { - "line": 894, + "line": 896, "column": 13 }, "end": { - "line": 894, + "line": 896, "column": 20 } } }, "range": [ - 27371, - 27383 + 27403, + 27415 ], "loc": { "start": { - "line": 894, + "line": 896, "column": 8 }, "end": { - "line": 894, + "line": 896, "column": 20 } } @@ -57483,46 +57488,46 @@ "value": 0, "raw": "0", "range": [ - 27386, - 27387 + 27418, + 27419 ], "loc": { "start": { - "line": 894, + "line": 896, "column": 23 }, "end": { - "line": 894, + "line": 896, "column": 24 } } }, "range": [ - 27371, - 27387 + 27403, + 27419 ], "loc": { "start": { - "line": 894, + "line": 896, "column": 8 }, "end": { - "line": 894, + "line": 896, "column": 24 } } }, "range": [ - 27371, - 27388 + 27403, + 27420 ], "loc": { "start": { - "line": 894, + "line": 896, "column": 8 }, "end": { - "line": 894, + "line": 896, "column": 25 } } @@ -57537,16 +57542,16 @@ "object": { "type": "ThisExpression", "range": [ - 27397, - 27401 + 27429, + 27433 ], "loc": { "start": { - "line": 895, + "line": 897, "column": 8 }, "end": { - "line": 895, + "line": 897, "column": 12 } } @@ -57555,62 +57560,62 @@ "type": "Identifier", "name": "disable", "range": [ - 27402, - 27409 + 27434, + 27441 ], "loc": { "start": { - "line": 895, + "line": 897, "column": 13 }, "end": { - "line": 895, + "line": 897, "column": 20 } } }, "range": [ - 27397, - 27409 + 27429, + 27441 ], "loc": { "start": { - "line": 895, + "line": 897, "column": 8 }, "end": { - "line": 895, + "line": 897, "column": 20 } } }, "arguments": [], "range": [ - 27397, - 27411 + 27429, + 27443 ], "loc": { "start": { - "line": 895, + "line": 897, "column": 8 }, "end": { - "line": 895, + "line": 897, "column": 22 } } }, "range": [ - 27397, - 27412 + 27429, + 27444 ], "loc": { "start": { - "line": 895, + "line": 897, "column": 8 }, "end": { - "line": 895, + "line": 897, "column": 23 } } @@ -57626,16 +57631,16 @@ "object": { "type": "ThisExpression", "range": [ - 27421, - 27425 + 27453, + 27457 ], "loc": { "start": { - "line": 896, + "line": 898, "column": 8 }, "end": { - "line": 896, + "line": 898, "column": 12 } } @@ -57644,31 +57649,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 27426, - 27437 + 27458, + 27469 ], "loc": { "start": { - "line": 896, + "line": 898, "column": 13 }, "end": { - "line": 896, + "line": 898, "column": 24 } } }, "range": [ - 27421, - 27437 + 27453, + 27469 ], "loc": { "start": { - "line": 896, + "line": 898, "column": 8 }, "end": { - "line": 896, + "line": 898, "column": 24 } } @@ -57678,62 +57683,62 @@ "value": false, "raw": "false", "range": [ - 27440, - 27445 + 27472, + 27477 ], "loc": { "start": { - "line": 896, + "line": 898, "column": 27 }, "end": { - "line": 896, + "line": 898, "column": 32 } } }, "range": [ - 27421, - 27445 + 27453, + 27477 ], "loc": { "start": { - "line": 896, + "line": 898, "column": 8 }, "end": { - "line": 896, + "line": 898, "column": 32 } } }, "range": [ - 27421, - 27446 + 27453, + 27478 ], "loc": { "start": { - "line": 896, + "line": 898, "column": 8 }, "end": { - "line": 896, + "line": 898, "column": 33 } } } ], "range": [ - 25430, - 27452 + 25462, + 27484 ], "loc": { "start": { - "line": 827, + "line": 829, "column": 14 }, "end": { - "line": 897, + "line": 899, "column": 5 } } @@ -57741,16 +57746,16 @@ "generator": false, "expression": false, "range": [ - 25427, - 27452 + 25459, + 27484 ], "loc": { "start": { - "line": 827, + "line": 829, "column": 11 }, "end": { - "line": 897, + "line": 899, "column": 5 } } @@ -57758,16 +57763,16 @@ "kind": "method", "computed": false, "range": [ - 25420, - 27452 + 25452, + 27484 ], "loc": { "start": { - "line": 827, + "line": 829, "column": 4 }, "end": { - "line": 897, + "line": 899, "column": 5 } }, @@ -57776,16 +57781,16 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 25375, - 25415 + 25407, + 25447 ], "loc": { "start": { - "line": 824, + "line": 826, "column": 4 }, "end": { - "line": 826, + "line": 828, "column": 7 } } @@ -57796,7 +57801,7 @@ ], "range": [ 395, - 27454 + 27486 ], "loc": { "start": { @@ -57804,14 +57809,14 @@ "column": 36 }, "end": { - "line": 898, + "line": 900, "column": 1 } } }, "range": [ 366, - 27454 + 27486 ], "loc": { "start": { @@ -57819,7 +57824,7 @@ "column": 7 }, "end": { - "line": 898, + "line": 900, "column": 1 } }, @@ -57849,7 +57854,7 @@ "source": null, "range": [ 359, - 27454 + 27486 ], "loc": { "start": { @@ -57857,7 +57862,7 @@ "column": 0 }, "end": { - "line": 898, + "line": 900, "column": 1 } }, @@ -57886,7 +57891,7 @@ "sourceType": "module", "range": [ 0, - 27454 + 27486 ], "loc": { "start": { @@ -57894,7 +57899,7 @@ "column": 0 }, "end": { - "line": 898, + "line": 900, "column": 1 } }, @@ -59271,16 +59276,16 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 24436, - 24485 + 24468, + 24517 ], "loc": { "start": { - "line": 790, + "line": 792, "column": 4 }, "end": { - "line": 792, + "line": 794, "column": 7 } } @@ -59289,16 +59294,16 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 24843, - 24902 + 24875, + 24934 ], "loc": { "start": { - "line": 806, + "line": 808, "column": 4 }, "end": { - "line": 808, + "line": 810, "column": 7 } } @@ -59307,16 +59312,16 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 25375, - 25415 + 25407, + 25447 ], "loc": { "start": { - "line": 824, + "line": 826, "column": 4 }, "end": { - "line": 826, + "line": 828, "column": 7 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 6f79e0cb..b2b227f9 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@