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 @@ - Emitter | tablefilter v0.5.3 API Document + Emitter | tablefilter v0.5.4 API Document diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index efd4476b..75ca9c02 100644 --- a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html +++ b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html @@ -3,7 +3,7 @@ - AdapterEzEditTable | tablefilter v0.5.3 API Document + AdapterEzEditTable | tablefilter v0.5.4 API Document diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 9eb8e373..20aa5088 100644 --- a/docs/class/src/extensions/colOps/colOps.js~ColOps.html +++ b/docs/class/src/extensions/colOps/colOps.js~ColOps.html @@ -3,7 +3,7 @@ - ColOps | tablefilter v0.5.3 API Document + ColOps | tablefilter v0.5.4 API Document diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index 15ffd3a8..1367a64d 100644 --- a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html +++ b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html @@ -3,7 +3,7 @@ - ColsVisibility | tablefilter v0.5.3 API Document + ColsVisibility | tablefilter v0.5.4 API Document diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index e65f8194..8b7f2ef5 100644 --- a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html +++ b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html @@ -3,7 +3,7 @@ - FiltersVisibility | tablefilter v0.5.3 API Document + FiltersVisibility | tablefilter v0.5.4 API Document diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index d2e01252..75261e69 100644 --- a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html +++ b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html @@ -3,7 +3,7 @@ - AdapterSortableTable | tablefilter v0.5.3 API Document + AdapterSortableTable | tablefilter v0.5.4 API Document diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 49845b0e..ddfe5861 100644 --- a/docs/class/src/feature.js~Feature.html +++ b/docs/class/src/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.5.3 API Document + Feature | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 92b9b77b..e9514dec 100644 --- a/docs/class/src/modules/alternateRows.js~AlternateRows.html +++ b/docs/class/src/modules/alternateRows.js~AlternateRows.html @@ -3,7 +3,7 @@ - AlternateRows | tablefilter v0.5.3 API Document + AlternateRows | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index a1b58567..f17c1f68 100644 --- a/docs/class/src/modules/checkList.js~CheckList.html +++ b/docs/class/src/modules/checkList.js~CheckList.html @@ -3,7 +3,7 @@ - CheckList | tablefilter v0.5.3 API Document + CheckList | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 54148853..e43b8d62 100644 --- a/docs/class/src/modules/clearButton.js~ClearButton.html +++ b/docs/class/src/modules/clearButton.js~ClearButton.html @@ -3,7 +3,7 @@ - ClearButton | tablefilter v0.5.3 API Document + ClearButton | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html index 6ea2c7e3..24738c96 100644 --- a/docs/class/src/modules/dateType.js~DateType.html +++ b/docs/class/src/modules/dateType.js~DateType.html @@ -3,7 +3,7 @@ - DateType | tablefilter v0.5.3 API Document + DateType | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 1feb24d5..8301a8a8 100644 --- a/docs/class/src/modules/dropdown.js~Dropdown.html +++ b/docs/class/src/modules/dropdown.js~Dropdown.html @@ -3,7 +3,7 @@ - Dropdown | tablefilter v0.5.3 API Document + Dropdown | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 1cacee8c..832cf139 100644 --- a/docs/class/src/modules/gridLayout.js~GridLayout.html +++ b/docs/class/src/modules/gridLayout.js~GridLayout.html @@ -3,7 +3,7 @@ - GridLayout | tablefilter v0.5.3 API Document + GridLayout | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index 815811e3..2517c72b 100644 --- a/docs/class/src/modules/hash.js~Hash.html +++ b/docs/class/src/modules/hash.js~Hash.html @@ -3,7 +3,7 @@ - Hash | tablefilter v0.5.3 API Document + Hash | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index f9e16808..16e1bd49 100644 --- a/docs/class/src/modules/help.js~Help.html +++ b/docs/class/src/modules/help.js~Help.html @@ -3,7 +3,7 @@ - Help | tablefilter v0.5.3 API Document + Help | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index 98fc9d86..fa514c67 100644 --- a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html +++ b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html @@ -3,7 +3,7 @@ - HighlightKeyword | tablefilter v0.5.3 API Document + HighlightKeyword | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index db358faa..551e8b57 100644 --- a/docs/class/src/modules/loader.js~Loader.html +++ b/docs/class/src/modules/loader.js~Loader.html @@ -3,7 +3,7 @@ - Loader | tablefilter v0.5.3 API Document + Loader | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index d1d39b8c..8f83c8f6 100644 --- a/docs/class/src/modules/noResults.js~NoResults.html +++ b/docs/class/src/modules/noResults.js~NoResults.html @@ -3,7 +3,7 @@ - NoResults | tablefilter v0.5.3 API Document + NoResults | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index f1e61082..5f6f8c40 100644 --- a/docs/class/src/modules/paging.js~Paging.html +++ b/docs/class/src/modules/paging.js~Paging.html @@ -3,7 +3,7 @@ - Paging | tablefilter v0.5.3 API Document + Paging | tablefilter v0.5.4 API Document @@ -2990,7 +2990,7 @@ Refresh paging select according to number of pages

- source + source @@ -3322,7 +3322,7 @@ Refresh paging select according to number of pages

- source + source @@ -3363,7 +3363,7 @@ Refresh paging select according to number of pages

- source + source diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index f79d227e..80bd2ee6 100644 --- a/docs/class/src/modules/popupFilter.js~PopupFilter.html +++ b/docs/class/src/modules/popupFilter.js~PopupFilter.html @@ -3,7 +3,7 @@ - PopupFilter | tablefilter v0.5.3 API Document + PopupFilter | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index b5faeb0b..084b5dd8 100644 --- a/docs/class/src/modules/rowsCounter.js~RowsCounter.html +++ b/docs/class/src/modules/rowsCounter.js~RowsCounter.html @@ -3,7 +3,7 @@ - RowsCounter | tablefilter v0.5.3 API Document + RowsCounter | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index b5f5b5b5..35b33717 100644 --- a/docs/class/src/modules/state.js~State.html +++ b/docs/class/src/modules/state.js~State.html @@ -3,7 +3,7 @@ - State | tablefilter v0.5.3 API Document + State | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 9457fb91..eea31c33 100644 --- a/docs/class/src/modules/statusBar.js~StatusBar.html +++ b/docs/class/src/modules/statusBar.js~StatusBar.html @@ -3,7 +3,7 @@ - StatusBar | tablefilter v0.5.3 API Document + StatusBar | tablefilter v0.5.4 API Document diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index 65059218..49137288 100644 --- a/docs/class/src/modules/storage.js~Storage.html +++ b/docs/class/src/modules/storage.js~Storage.html @@ -3,7 +3,7 @@ - Storage | tablefilter v0.5.3 API Document + Storage | tablefilter v0.5.4 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index a0b34989..616b7d0c 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.5.3 API Document + TableFilter | tablefilter v0.5.4 API Document diff --git a/docs/dump.json b/docs/dump.json index 0e022f7f..317683a5 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -11797,7 +11797,7 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, createText, elm, removeElm} from '../dom';\nimport {isArray, isFn, isNull, EMPTY_FN} from '../types';\nimport {addEvt, keyCode, removeEvt} from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\n/**\n * Paging UI component\n * @export\n * @class Paging\n * @extends {Feature}\n */\nexport class Paging extends Feature {\n\n /**\n * Creates an instance of Paging\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n /**\n * Css class for the paging buttons (previous, next, etc.)\n * @type {String}\n */\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n\n /**\n * Main select DOM element\n * @type {DOMElement}\n */\n this.pagingSlc = null;\n\n /**\n * Results per page select DOM element\n * @type {DOMElement}\n */\n this.resultsPerPageSlc = null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.pagingTgtId = f.paging_target_id || null;\n\n /**\n * Number of rows contained in a page\n * @type {Number}\n */\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n\n /**\n * ID of custom container element for the results per page selector\n * @type {String}\n */\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n\n /**\n * Css class for the paging select element\n * @type {String}\n */\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n\n /**\n * Css class for the paging input element\n * @type {String}\n */\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n\n /**\n * Label and values for the results per page select, example of usage:\n * ['Records: ', [10,25,50,100]]\n * @type {Array}\n */\n this.resultsPerPage = f.results_per_page || null;\n\n /**\n * Determines if results per page is configured\n * @type {Boolean}\n */\n this.hasResultsPerPage = isArray(this.resultsPerPage);\n\n /**\n * Css class for the results per page select\n * @type {String}\n */\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n\n /**\n * Css class for the label preceding results per page select\n * @type {String}\n */\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n\n /**\n * Index of the first row of current page\n * @type {Number}\n * @private\n */\n this.startPagingRow = 0;\n\n /**\n * Total number of pages\n * @type {Number}\n * @private\n */\n this.nbPages = 0;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.currentPageNb = 1;\n\n /**\n * Next page button text\n * @type {String}\n */\n this.btnNextPageText = f.btn_next_page_text || '>';\n\n /**\n * Previous page button text\n * @type {String}\n */\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n\n /**\n * Last page button text\n * @type {String}\n */\n this.btnLastPageText = f.btn_last_page_text || '>|';\n\n /**\n * First page button text\n * @type {String}\n */\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n\n /**\n * Next page button HTML\n * @type {String}\n */\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Previous page button HTML\n * @type {String}\n */\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * First page button HTML\n * @type {String}\n */\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Last page button HTML\n * @type {String}\n */\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Text preceeding page selector drop-down\n * @type {String}\n */\n this.pageText = f.page_text || ' Page ';\n\n /**\n * Text after page selector drop-down\n * @type {String}\n */\n this.ofText = f.of_text || ' of ';\n\n /**\n * Css class for the span containing total number of pages\n * @type {String}\n */\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n\n /**\n * Determines if paging buttons are enabled (default: true)\n * @type {Boolean}\n */\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n\n /**\n * Defines page selector type, two possible values: 'select', 'input'\n * @type {String}\n */\n this.pageSelectorType = f.page_selector_type || SELECT;\n\n /**\n * Callback fired before the page is changed\n * @type {Function}\n */\n this.onBeforeChangePage = isFn(f.on_before_change_page) ?\n f.on_before_change_page : EMPTY_FN;\n\n /**\n * Callback fired after the page is changed\n * @type {Function}\n */\n this.onAfterChangePage = isFn(f.on_after_change_page) ?\n f.on_after_change_page : EMPTY_FN;\n\n /**\n * Label preciding results per page select\n * @type {DOMElement}\n * @private\n */\n this.slcResultsTxt = null;\n /**\n * Span containing next page button\n * @type {DOMElement}\n * @private\n */\n this.btnNextCont = null;\n /**\n * Span containing previous page button\n * @type {DOMElement}\n * @private\n */\n this.btnPrevCont = null;\n /**\n * Span containing last page button\n * @type {DOMElement}\n * @private\n */\n this.btnLastCont = null;\n /**\n * Span containing first page button\n * @type {DOMElement}\n * @private\n */\n this.btnFirstCont = null;\n /**\n * Span for tot nb pages\n * @type {DOMElement}\n * @private\n */\n this.pgCont = null;\n /**\n * Span preceding pages select (contains 'Page')\n * @type {DOMElement}\n * @private\n */\n this.pgBefore = null;\n /**\n * Span following pages select (contains ' of ')\n * @type {DOMElement}\n * @private\n */\n this.pgAfter = null;\n\n var start_row = tf.refRow;\n var nrows = tf.getRowsNb(true);\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n var o = this;\n /**\n * Paging DOM events handlers\n * @type {String}\n * @private\n */\n this.evt = {\n slcIndex() {\n return (o.pageSelectorType === SELECT) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10) - 1;\n },\n nbOpts() {\n return (o.pageSelectorType === SELECT) ?\n parseInt(o.pagingSlc.options.length, 10) - 1 :\n (o.nbPages - 1);\n },\n next() {\n var nextIndex = o.evt.slcIndex() < o.evt.nbOpts() ?\n o.evt.slcIndex() + 1 : 0;\n o.changePage(nextIndex);\n },\n prev() {\n var prevIndex = o.evt.slcIndex() > 0 ?\n o.evt.slcIndex() - 1 : o.evt.nbOpts();\n o.changePage(prevIndex);\n },\n last() {\n o.changePage(o.evt.nbOpts());\n },\n first() {\n o.changePage(0);\n },\n _detectKey(e) {\n var key = keyCode(e);\n if (key === ENTER_KEY) {\n if (tf.sorted) {\n tf.filter();\n o.changePage(o.evt.slcIndex());\n } else {\n o.changePage();\n }\n this.blur();\n }\n },\n slcPagesChange: null,\n nextEvt: null,\n prevEvt: null,\n lastEvt: null,\n firstEvt: null\n };\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n var slcPages;\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.initialized) {\n return;\n }\n\n // Check resultsPerPage is in expected format and initialise the\n // results per page component\n if (this.hasResultsPerPage) {\n if (this.resultsPerPage.length < 2) {\n this.hasResultsPerPage = false;\n } else {\n this.pagingLength = this.resultsPerPage[1][0];\n this.setResultsPerPage();\n }\n }\n\n evt.slcPagesChange = (event) => {\n var slc = event.target;\n this.changePage(slc.selectedIndex);\n };\n\n // Paging drop-down list selector\n if (this.pageSelectorType === SELECT) {\n slcPages = createElm(SELECT);\n slcPages.className = this.pgSlcCssClass;\n addEvt(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === INPUT) {\n slcPages = createElm(INPUT, ['value', this.currentPageNb]);\n slcPages.className = this.pgInpCssClass;\n addEvt(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = createElm('span');\n var btnPrevSpan = createElm('span');\n var btnLastSpan = createElm('span');\n var btnFirstSpan = createElm('span');\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btnNext = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btnNext.className = this.btnPageCssClass;\n addEvt(btnNext, 'click', evt.next);\n btnNextSpan.appendChild(btnNext);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n addEvt(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btnPrev = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btnPrev.className = this.btnPageCssClass;\n addEvt(btnPrev, 'click', evt.prev);\n btnPrevSpan.appendChild(btnPrev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n addEvt(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btnLast = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btnLast.className = this.btnPageCssClass;\n addEvt(btnLast, 'click', evt.last);\n btnLastSpan.appendChild(btnLast);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n addEvt(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btnFirst = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btnFirst.className = this.btnPageCssClass;\n addEvt(btnFirst, 'click', evt.first);\n btnFirstSpan.appendChild(btnFirst);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n addEvt(btnFirstSpan, 'click', evt.first);\n }\n }\n\n // paging elements (buttons+drop-down list) are added to defined element\n if (!this.pagingTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = createElm('span');\n pgBeforeSpan.appendChild(createText(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = createElm('span');\n pgAfterSpan.appendChild(createText(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgSpan = createElm('span');\n pgSpan.className = this.nbPgSpanCssClass;\n pgSpan.appendChild(createText(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgSpan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n\n this.btnNextCont = btnNextSpan;\n this.btnPrevCont = btnPrevSpan;\n this.btnLastCont = btnLastSpan;\n this.btnFirstCont = btnFirstSpan;\n this.pgCont = pgSpan;\n this.pgBefore = pgBeforeSpan;\n this.pgAfter = pgAfterSpan;\n this.pagingSlc = slcPages;\n\n this.setPagingInfo();\n\n if (!tf.fltGrid) {\n tf.validateAllRows();\n this.setPagingInfo(tf.validRowsIndex);\n }\n\n this.emitter.on(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.on(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.on(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n */\n reset(filterTable = false) {\n var tf = this.tf;\n if (this.isEnabled()) {\n return;\n }\n this.enable();\n this.init();\n\n if (filterTable) {\n tf.filter();\n }\n }\n\n /**\n * Reset paging info from scratch after a filtering process\n */\n resetPagingInfo() {\n this.startPagingRow = 0;\n this.currentPageNb = 1;\n this.setPagingInfo(this.tf.validRowsIndex);\n }\n\n /**\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n */\n setPagingInfo(validRows) {\n var tf = this.tf;\n var mdiv = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n\n //store valid rows indexes\n tf.validRowsIndex = validRows || tf.getValidRows(true);\n\n //calculate nb of pages\n this.nbPages = Math.ceil(tf.validRowsIndex.length / this.pagingLength);\n //refresh page nb span\n this.pgCont.innerHTML = this.nbPages;\n //select clearing shortcut\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.innerHTML = '';\n }\n\n if (this.nbPages > 0) {\n mdiv.style.visibility = 'visible';\n if (this.pageSelectorType === SELECT) {\n for (var z = 0; z < this.nbPages; z++) {\n var opt = createOpt(z + 1, z * this.pagingLength, false);\n this.pagingSlc.options[z] = opt;\n }\n } else {\n //input type\n this.pagingSlc.value = this.currentPageNb;\n }\n\n } else {\n /*** if no results paging select and buttons are hidden ***/\n mdiv.style.visibility = 'hidden';\n }\n this.groupByPage(tf.validRowsIndex);\n }\n\n /**\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n */\n groupByPage(validRows) {\n var tf = this.tf;\n var rows = tf.tbl.rows;\n var startPagingRow = parseInt(this.startPagingRow, 10);\n var endPagingRow = startPagingRow + parseInt(this.pagingLength, 10);\n\n //store valid rows indexes\n if (validRows) {\n tf.validRowsIndex = validRows;\n }\n\n //this loop shows valid rows of current page\n for (var h = 0, len = tf.getValidRowsNb(true); h < len; h++) {\n var validRowIdx = tf.validRowsIndex[h];\n var r = rows[validRowIdx];\n var isRowValid = r.getAttribute('validRow');\n var rowDisplayed = false;\n\n if (h >= startPagingRow && h < endPagingRow) {\n if (isNull(isRowValid) || Boolean(isRowValid === 'true')) {\n r.style.display = '';\n rowDisplayed = true;\n }\n } else {\n r.style.display = NONE;\n }\n this.emitter.emit('row-paged', tf, validRowIdx, h, rowDisplayed);\n }\n\n // broadcast grouping by page\n this.emitter.emit('grouped-by-page', tf, this);\n }\n\n /**\n * Return the current page number\n * @return {Number} Page number\n */\n getPage() {\n return this.currentPageNb;\n }\n\n /**\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n */\n setPage(cmd) {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (cmd.toLowerCase()) {\n case 'next':\n btnEvt.next();\n break;\n case 'previous':\n btnEvt.prev();\n break;\n case 'last':\n btnEvt.last();\n break;\n case 'first':\n btnEvt.first();\n break;\n default:\n btnEvt.next();\n break;\n }\n }\n else if (cmdtype === 'number') {\n this.changePage(cmd - 1);\n }\n }\n\n /**\n * Generates UI elements for the number of results per page drop-down\n */\n setResultsPerPage() {\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n\n evt.slcResultsChange = (ev) => {\n this.onChangeResultsPerPage();\n ev.target.blur();\n };\n\n var slcR = createElm(SELECT);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = createElm('span');\n slcRSpan.className = this.resultsSpanCssClass;\n\n // results per page select is added to external element\n if (!this.resultsPerPageTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.resultsPerPageTgtId ?\n tf.rDiv : elm(this.resultsPerPageTgtId);\n slcRSpan.appendChild(createText(slcRText));\n\n var help = tf.feature('help');\n if (help && help.btn) {\n help.btn.parentNode.insertBefore(slcRSpan, help.btn);\n help.btn.parentNode.insertBefore(slcR, help.btn);\n } else {\n targetEl.appendChild(slcRSpan);\n targetEl.appendChild(slcR);\n }\n\n for (var r = 0; r < slcROpts.length; r++) {\n var currOpt = new Option(slcROpts[r], slcROpts[r], false, false);\n slcR.options[r] = currOpt;\n }\n addEvt(slcR, 'change', evt.slcResultsChange);\n this.slcResultsTxt = slcRSpan;\n this.resultsPerPageSlc = slcR;\n }\n\n /**\n * Remove number of results per page UI elements\n */\n removeResultsPerPage() {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.resultsPerPageSlc ||\n !this.resultsPerPage) {\n return;\n }\n if (this.resultsPerPageSlc) {\n removeElm(this.resultsPerPageSlc);\n }\n if (this.slcResultsTxt) {\n removeElm(this.slcResultsTxt);\n }\n this.resultsPerPageSlc = null;\n this.slcResultsTxt = null;\n }\n\n /**\n * Change the page based on passed index\n * @param {Number} index Index of the page (0-n)\n */\n changePage(index) {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-change', tf, (index + 1));\n\n if (index === null) {\n index = this.pageSelectorType === SELECT ?\n this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1;\n }\n if (index >= 0 && index <= (this.nbPages - 1)) {\n this.onBeforeChangePage(this, (index + 1));\n\n this.currentPageNb = parseInt(index, 10) + 1;\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.options[index].selected = true;\n } else {\n this.pagingSlc.value = this.currentPageNb;\n }\n\n this.startPagingRow = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.value : (index * this.pagingLength);\n\n this.groupByPage();\n\n this.onAfterChangePage(this, (index + 1));\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\n\n /**\n * Change the number of results per page based on passed value\n * @param {String} val The number of results per page\n */\n changeResultsPerPage(val) {\n if (!this.isEnabled() || isNaN(val)) {\n return;\n }\n\n this.resultsPerPageSlc.value = val;\n this.onChangeResultsPerPage();\n }\n\n /**\n * Change rows according to page results drop-down\n */\n onChangeResultsPerPage() {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-length-change', tf);\n\n var slcR = this.resultsPerPageSlc;\n var slcIndex = slcR.selectedIndex;\n var slcPagesSelIndex = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.selectedIndex :\n parseInt(this.pagingSlc.value - 1, 10);\n this.pagingLength = parseInt(slcR.options[slcIndex].value, 10);\n this.startPagingRow = this.pagingLength * slcPagesSelIndex;\n\n if (!isNaN(this.pagingLength)) {\n if (this.startPagingRow >= tf.nbFilterableRows) {\n this.startPagingRow = (tf.nbFilterableRows - this.pagingLength);\n }\n this.setPagingInfo();\n\n if (this.pageSelectorType === SELECT) {\n var slcIdx =\n (this.pagingSlc.options.length - 1 <= slcPagesSelIndex) ?\n (this.pagingSlc.options.length - 1) : slcPagesSelIndex;\n this.pagingSlc.options[slcIdx].selected = true;\n }\n }\n\n this.emitter.emit('after-page-length-change', tf, this.pagingLength);\n }\n\n /**\n * Re-set page nb at page re-load\n */\n resetPage() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page', tf);\n var pgNb = tf.feature('store').getPageNb();\n if (pgNb !== '') {\n this.changePage((pgNb - 1));\n }\n this.emitter.emit('after-reset-page', tf, pgNb);\n }\n\n /**\n * Re-set page length value at page re-load\n */\n resetPageLength() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page-length', tf);\n var pglenIndex = tf.feature('store').getPageLength();\n\n if (pglenIndex !== '') {\n this.resultsPerPageSlc.options[pglenIndex].selected = true;\n this.changeResultsPerPage();\n }\n this.emitter.emit('after-reset-page-length', tf, pglenIndex);\n }\n\n /**\n * Remove paging feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === SELECT) {\n removeEvt(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n removeEvt(this.pagingSlc, 'keypress', evt._detectKey);\n }\n removeElm(this.pagingSlc);\n }\n\n if (this.btnNextCont) {\n removeEvt(this.btnNextCont, 'click', evt.next);\n removeElm(this.btnNextCont);\n this.btnNextCont = null;\n }\n\n if (this.btnPrevCont) {\n removeEvt(this.btnPrevCont, 'click', evt.prev);\n removeElm(this.btnPrevCont);\n this.btnPrevCont = null;\n }\n\n if (this.btnLastCont) {\n removeEvt(this.btnLastCont, 'click', evt.last);\n removeElm(this.btnLastCont);\n this.btnLastCont = null;\n }\n\n if (this.btnFirstCont) {\n removeEvt(this.btnFirstCont, 'click', evt.first);\n removeElm(this.btnFirstCont);\n this.btnFirstCont = null;\n }\n\n if (this.pgBefore) {\n removeElm(this.pgBefore);\n this.pgBefore = null;\n }\n\n if (this.pgAfter) {\n removeElm(this.pgAfter);\n this.pgAfter = null;\n }\n\n if (this.pgCont) {\n removeElm(this.pgCont);\n this.pgCont = null;\n }\n\n if (this.hasResultsPerPage) {\n this.removeResultsPerPage();\n }\n\n this.emitter.off(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.off(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.off(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n this.pagingSlc = null;\n this.nbPages = 0;\n this.disable();\n this.initialized = false;\n }\n}\n" + "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, createText, elm, removeElm} from '../dom';\nimport {isArray, isFn, isNull, EMPTY_FN} from '../types';\nimport {addEvt, keyCode, removeEvt} from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\n/**\n * Paging UI component\n * @export\n * @class Paging\n * @extends {Feature}\n */\nexport class Paging extends Feature {\n\n /**\n * Creates an instance of Paging\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n /**\n * Css class for the paging buttons (previous, next, etc.)\n * @type {String}\n */\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n\n /**\n * Main select DOM element\n * @type {DOMElement}\n */\n this.pagingSlc = null;\n\n /**\n * Results per page select DOM element\n * @type {DOMElement}\n */\n this.resultsPerPageSlc = null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.pagingTgtId = f.paging_target_id || null;\n\n /**\n * Number of rows contained in a page\n * @type {Number}\n */\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n\n /**\n * ID of custom container element for the results per page selector\n * @type {String}\n */\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n\n /**\n * Css class for the paging select element\n * @type {String}\n */\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n\n /**\n * Css class for the paging input element\n * @type {String}\n */\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n\n /**\n * Label and values for the results per page select, example of usage:\n * ['Records: ', [10,25,50,100]]\n * @type {Array}\n */\n this.resultsPerPage = f.results_per_page || null;\n\n /**\n * Determines if results per page is configured\n * @type {Boolean}\n */\n this.hasResultsPerPage = isArray(this.resultsPerPage);\n\n /**\n * Css class for the results per page select\n * @type {String}\n */\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n\n /**\n * Css class for the label preceding results per page select\n * @type {String}\n */\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n\n /**\n * Index of the first row of current page\n * @type {Number}\n * @private\n */\n this.startPagingRow = 0;\n\n /**\n * Total number of pages\n * @type {Number}\n * @private\n */\n this.nbPages = 0;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.currentPageNb = 1;\n\n /**\n * Next page button text\n * @type {String}\n */\n this.btnNextPageText = f.btn_next_page_text || '>';\n\n /**\n * Previous page button text\n * @type {String}\n */\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n\n /**\n * Last page button text\n * @type {String}\n */\n this.btnLastPageText = f.btn_last_page_text || '>|';\n\n /**\n * First page button text\n * @type {String}\n */\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n\n /**\n * Next page button HTML\n * @type {String}\n */\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Previous page button HTML\n * @type {String}\n */\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * First page button HTML\n * @type {String}\n */\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Last page button HTML\n * @type {String}\n */\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Text preceeding page selector drop-down\n * @type {String}\n */\n this.pageText = f.page_text || ' Page ';\n\n /**\n * Text after page selector drop-down\n * @type {String}\n */\n this.ofText = f.of_text || ' of ';\n\n /**\n * Css class for the span containing total number of pages\n * @type {String}\n */\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n\n /**\n * Determines if paging buttons are enabled (default: true)\n * @type {Boolean}\n */\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n\n /**\n * Defines page selector type, two possible values: 'select', 'input'\n * @type {String}\n */\n this.pageSelectorType = f.page_selector_type || SELECT;\n\n /**\n * Callback fired before the page is changed\n * @type {Function}\n */\n this.onBeforeChangePage = isFn(f.on_before_change_page) ?\n f.on_before_change_page : EMPTY_FN;\n\n /**\n * Callback fired after the page is changed\n * @type {Function}\n */\n this.onAfterChangePage = isFn(f.on_after_change_page) ?\n f.on_after_change_page : EMPTY_FN;\n\n /**\n * Label preciding results per page select\n * @type {DOMElement}\n * @private\n */\n this.slcResultsTxt = null;\n /**\n * Span containing next page button\n * @type {DOMElement}\n * @private\n */\n this.btnNextCont = null;\n /**\n * Span containing previous page button\n * @type {DOMElement}\n * @private\n */\n this.btnPrevCont = null;\n /**\n * Span containing last page button\n * @type {DOMElement}\n * @private\n */\n this.btnLastCont = null;\n /**\n * Span containing first page button\n * @type {DOMElement}\n * @private\n */\n this.btnFirstCont = null;\n /**\n * Span for tot nb pages\n * @type {DOMElement}\n * @private\n */\n this.pgCont = null;\n /**\n * Span preceding pages select (contains 'Page')\n * @type {DOMElement}\n * @private\n */\n this.pgBefore = null;\n /**\n * Span following pages select (contains ' of ')\n * @type {DOMElement}\n * @private\n */\n this.pgAfter = null;\n\n var start_row = tf.refRow;\n var nrows = tf.getRowsNb(true);\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n var o = this;\n /**\n * Paging DOM events handlers\n * @type {String}\n * @private\n */\n this.evt = {\n slcIndex() {\n return (o.pageSelectorType === SELECT) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10) - 1;\n },\n nbOpts() {\n return (o.pageSelectorType === SELECT) ?\n parseInt(o.pagingSlc.options.length, 10) - 1 :\n (o.nbPages - 1);\n },\n next() {\n var nextIndex = o.evt.slcIndex() < o.evt.nbOpts() ?\n o.evt.slcIndex() + 1 : 0;\n o.changePage(nextIndex);\n },\n prev() {\n var prevIndex = o.evt.slcIndex() > 0 ?\n o.evt.slcIndex() - 1 : o.evt.nbOpts();\n o.changePage(prevIndex);\n },\n last() {\n o.changePage(o.evt.nbOpts());\n },\n first() {\n o.changePage(0);\n },\n _detectKey(e) {\n var key = keyCode(e);\n if (key === ENTER_KEY) {\n if (tf.sorted) {\n tf.filter();\n o.changePage(o.evt.slcIndex());\n } else {\n o.changePage();\n }\n this.blur();\n }\n },\n slcPagesChange: null,\n nextEvt: null,\n prevEvt: null,\n lastEvt: null,\n firstEvt: null\n };\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n var slcPages;\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.initialized) {\n return;\n }\n\n // Check resultsPerPage is in expected format and initialise the\n // results per page component\n if (this.hasResultsPerPage) {\n if (this.resultsPerPage.length < 2) {\n this.hasResultsPerPage = false;\n } else {\n this.pagingLength = this.resultsPerPage[1][0];\n this.setResultsPerPage();\n }\n }\n\n evt.slcPagesChange = (event) => {\n var slc = event.target;\n this.changePage(slc.selectedIndex);\n };\n\n // Paging drop-down list selector\n if (this.pageSelectorType === SELECT) {\n slcPages = createElm(SELECT);\n slcPages.className = this.pgSlcCssClass;\n addEvt(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === INPUT) {\n slcPages = createElm(INPUT, ['value', this.currentPageNb]);\n slcPages.className = this.pgInpCssClass;\n addEvt(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = createElm('span');\n var btnPrevSpan = createElm('span');\n var btnLastSpan = createElm('span');\n var btnFirstSpan = createElm('span');\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btnNext = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btnNext.className = this.btnPageCssClass;\n addEvt(btnNext, 'click', evt.next);\n btnNextSpan.appendChild(btnNext);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n addEvt(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btnPrev = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btnPrev.className = this.btnPageCssClass;\n addEvt(btnPrev, 'click', evt.prev);\n btnPrevSpan.appendChild(btnPrev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n addEvt(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btnLast = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btnLast.className = this.btnPageCssClass;\n addEvt(btnLast, 'click', evt.last);\n btnLastSpan.appendChild(btnLast);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n addEvt(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btnFirst = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btnFirst.className = this.btnPageCssClass;\n addEvt(btnFirst, 'click', evt.first);\n btnFirstSpan.appendChild(btnFirst);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n addEvt(btnFirstSpan, 'click', evt.first);\n }\n }\n\n // paging elements (buttons+drop-down list) are added to defined element\n if (!this.pagingTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = createElm('span');\n pgBeforeSpan.appendChild(createText(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = createElm('span');\n pgAfterSpan.appendChild(createText(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgSpan = createElm('span');\n pgSpan.className = this.nbPgSpanCssClass;\n pgSpan.appendChild(createText(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgSpan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n\n this.btnNextCont = btnNextSpan;\n this.btnPrevCont = btnPrevSpan;\n this.btnLastCont = btnLastSpan;\n this.btnFirstCont = btnFirstSpan;\n this.pgCont = pgSpan;\n this.pgBefore = pgBeforeSpan;\n this.pgAfter = pgAfterSpan;\n this.pagingSlc = slcPages;\n\n this.setPagingInfo();\n\n if (!tf.fltGrid) {\n tf.validateAllRows();\n this.setPagingInfo(tf.validRowsIndex);\n }\n\n this.emitter.on(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.on(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.on(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n */\n reset(filterTable = false) {\n var tf = this.tf;\n if (this.isEnabled()) {\n return;\n }\n this.enable();\n this.init();\n\n if (filterTable) {\n tf.filter();\n }\n }\n\n /**\n * Reset paging info from scratch after a filtering process\n */\n resetPagingInfo() {\n this.startPagingRow = 0;\n this.currentPageNb = 1;\n this.setPagingInfo(this.tf.validRowsIndex);\n }\n\n /**\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n */\n setPagingInfo(validRows) {\n var tf = this.tf;\n var mdiv = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n\n //store valid rows indexes\n tf.validRowsIndex = validRows || tf.getValidRows(true);\n\n //calculate nb of pages\n this.nbPages = Math.ceil(tf.validRowsIndex.length / this.pagingLength);\n //refresh page nb span\n this.pgCont.innerHTML = this.nbPages;\n //select clearing shortcut\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.innerHTML = '';\n }\n\n if (this.nbPages > 0) {\n mdiv.style.visibility = 'visible';\n if (this.pageSelectorType === SELECT) {\n for (var z = 0; z < this.nbPages; z++) {\n var opt = createOpt(z + 1, z * this.pagingLength, false);\n this.pagingSlc.options[z] = opt;\n }\n } else {\n //input type\n this.pagingSlc.value = this.currentPageNb;\n }\n\n } else {\n /*** if no results paging select and buttons are hidden ***/\n mdiv.style.visibility = 'hidden';\n }\n this.groupByPage(tf.validRowsIndex);\n }\n\n /**\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n */\n groupByPage(validRows) {\n var tf = this.tf;\n var rows = tf.tbl.rows;\n var startPagingRow = parseInt(this.startPagingRow, 10);\n var endPagingRow = startPagingRow + parseInt(this.pagingLength, 10);\n\n //store valid rows indexes\n if (validRows) {\n tf.validRowsIndex = validRows;\n }\n\n //this loop shows valid rows of current page\n for (var h = 0, len = tf.getValidRowsNb(true); h < len; h++) {\n var validRowIdx = tf.validRowsIndex[h];\n var r = rows[validRowIdx];\n var isRowValid = r.getAttribute('validRow');\n var rowDisplayed = false;\n\n if (h >= startPagingRow && h < endPagingRow) {\n if (isNull(isRowValid) || Boolean(isRowValid === 'true')) {\n r.style.display = '';\n rowDisplayed = true;\n }\n } else {\n r.style.display = NONE;\n }\n this.emitter.emit('row-paged', tf, validRowIdx, h, rowDisplayed);\n }\n\n // broadcast grouping by page\n this.emitter.emit('grouped-by-page', tf, this);\n }\n\n /**\n * Return the current page number\n * @return {Number} Page number\n */\n getPage() {\n return this.currentPageNb;\n }\n\n /**\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n */\n setPage(cmd) {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (cmd.toLowerCase()) {\n case 'next':\n btnEvt.next();\n break;\n case 'previous':\n btnEvt.prev();\n break;\n case 'last':\n btnEvt.last();\n break;\n case 'first':\n btnEvt.first();\n break;\n default:\n btnEvt.next();\n break;\n }\n }\n else if (cmdtype === 'number') {\n this.changePage(cmd - 1);\n }\n }\n\n /**\n * Generates UI elements for the number of results per page drop-down\n */\n setResultsPerPage() {\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n\n evt.slcResultsChange = (ev) => {\n this.onChangeResultsPerPage();\n ev.target.blur();\n };\n\n var slcR = createElm(SELECT);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = createElm('span');\n slcRSpan.className = this.resultsSpanCssClass;\n\n // results per page select is added to external element\n if (!this.resultsPerPageTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.resultsPerPageTgtId ?\n tf.rDiv : elm(this.resultsPerPageTgtId);\n slcRSpan.appendChild(createText(slcRText));\n\n var help = tf.feature('help');\n if (help && help.btn) {\n help.btn.parentNode.insertBefore(slcRSpan, help.btn);\n help.btn.parentNode.insertBefore(slcR, help.btn);\n } else {\n targetEl.appendChild(slcRSpan);\n targetEl.appendChild(slcR);\n }\n\n for (var r = 0; r < slcROpts.length; r++) {\n var currOpt = new Option(slcROpts[r], slcROpts[r], false, false);\n slcR.options[r] = currOpt;\n }\n addEvt(slcR, 'change', evt.slcResultsChange);\n this.slcResultsTxt = slcRSpan;\n this.resultsPerPageSlc = slcR;\n }\n\n /**\n * Remove number of results per page UI elements\n */\n removeResultsPerPage() {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.resultsPerPageSlc ||\n !this.resultsPerPage) {\n return;\n }\n if (this.resultsPerPageSlc) {\n removeElm(this.resultsPerPageSlc);\n }\n if (this.slcResultsTxt) {\n removeElm(this.slcResultsTxt);\n }\n this.resultsPerPageSlc = null;\n this.slcResultsTxt = null;\n }\n\n /**\n * Change the page based on passed index\n * @param {Number} index Index of the page (0-n)\n */\n changePage(index) {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-change', tf, (index + 1));\n\n if (index === null) {\n index = this.pageSelectorType === SELECT ?\n this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1;\n }\n if (index >= 0 && index <= (this.nbPages - 1)) {\n this.onBeforeChangePage(this, (index + 1));\n\n this.currentPageNb = parseInt(index, 10) + 1;\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.options[index].selected = true;\n } else {\n this.pagingSlc.value = this.currentPageNb;\n }\n\n this.startPagingRow = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.value : (index * this.pagingLength);\n\n this.groupByPage();\n\n this.onAfterChangePage(this, (index + 1));\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\n\n /**\n * Change the number of results per page based on passed value\n * @param {String} val The number of results per page\n */\n changeResultsPerPage(val) {\n if (!this.isEnabled() || isNaN(val)) {\n return;\n }\n\n this.resultsPerPageSlc.value = val;\n this.onChangeResultsPerPage();\n }\n\n /**\n * Change rows according to page results drop-down\n */\n onChangeResultsPerPage() {\n let tf = this.tf;\n\n if (!this.isEnabled() || tf.getValidRowsNb() === 0) {\n return;\n }\n\n let {\n resultsPerPageSlc: slcR, pageSelectorType, pagingSlc, emitter\n } = this;\n\n emitter.emit('before-page-length-change', tf);\n\n let slcIndex = slcR.selectedIndex;\n let slcPagesSelIndex = (pageSelectorType === SELECT) ?\n pagingSlc.selectedIndex : parseInt(pagingSlc.value - 1, 10);\n this.pagingLength = parseInt(slcR.options[slcIndex].value, 10);\n this.startPagingRow = this.pagingLength * slcPagesSelIndex;\n\n if (!isNaN(this.pagingLength)) {\n if (this.startPagingRow >= tf.nbFilterableRows) {\n this.startPagingRow = (tf.nbFilterableRows - this.pagingLength);\n }\n this.setPagingInfo();\n\n if (pageSelectorType === SELECT) {\n let slcIdx =\n (pagingSlc.options.length - 1 <= slcPagesSelIndex) ?\n (pagingSlc.options.length - 1) : slcPagesSelIndex;\n pagingSlc.options[slcIdx].selected = true;\n }\n }\n\n emitter.emit('after-page-length-change', tf, this.pagingLength);\n }\n\n /**\n * Re-set page nb at page re-load\n */\n resetPage() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page', tf);\n var pgNb = tf.feature('store').getPageNb();\n if (pgNb !== '') {\n this.changePage((pgNb - 1));\n }\n this.emitter.emit('after-reset-page', tf, pgNb);\n }\n\n /**\n * Re-set page length value at page re-load\n */\n resetPageLength() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page-length', tf);\n var pglenIndex = tf.feature('store').getPageLength();\n\n if (pglenIndex !== '') {\n this.resultsPerPageSlc.options[pglenIndex].selected = true;\n this.changeResultsPerPage();\n }\n this.emitter.emit('after-reset-page-length', tf, pglenIndex);\n }\n\n /**\n * Remove paging feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === SELECT) {\n removeEvt(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n removeEvt(this.pagingSlc, 'keypress', evt._detectKey);\n }\n removeElm(this.pagingSlc);\n }\n\n if (this.btnNextCont) {\n removeEvt(this.btnNextCont, 'click', evt.next);\n removeElm(this.btnNextCont);\n this.btnNextCont = null;\n }\n\n if (this.btnPrevCont) {\n removeEvt(this.btnPrevCont, 'click', evt.prev);\n removeElm(this.btnPrevCont);\n this.btnPrevCont = null;\n }\n\n if (this.btnLastCont) {\n removeEvt(this.btnLastCont, 'click', evt.last);\n removeElm(this.btnLastCont);\n this.btnLastCont = null;\n }\n\n if (this.btnFirstCont) {\n removeEvt(this.btnFirstCont, 'click', evt.first);\n removeElm(this.btnFirstCont);\n this.btnFirstCont = null;\n }\n\n if (this.pgBefore) {\n removeElm(this.pgBefore);\n this.pgBefore = null;\n }\n\n if (this.pgAfter) {\n removeElm(this.pgAfter);\n this.pgAfter = null;\n }\n\n if (this.pgCont) {\n removeElm(this.pgCont);\n this.pgCont = null;\n }\n\n if (this.hasResultsPerPage) {\n this.removeResultsPerPage();\n }\n\n this.emitter.off(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.off(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.off(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n this.pagingSlc = null;\n this.nbPages = 0;\n this.disable();\n this.initialized = false;\n }\n}\n" }, { "__docId__": 536, @@ -13268,7 +13268,7 @@ "longname": "src/modules/paging.js~Paging#pagingLength", "access": null, "description": null, - "lineNumber": 770, + "lineNumber": 772, "undocument": true, "type": { "types": [ @@ -13286,7 +13286,7 @@ "longname": "src/modules/paging.js~Paging#startPagingRow", "access": null, "description": null, - "lineNumber": 771, + "lineNumber": 773, "undocument": true, "type": { "types": [ @@ -13304,7 +13304,7 @@ "longname": "src/modules/paging.js~Paging#startPagingRow", "access": null, "description": null, - "lineNumber": 775, + "lineNumber": 777, "undocument": true, "type": { "types": [ @@ -13322,7 +13322,7 @@ "longname": "src/modules/paging.js~Paging#resetPage", "access": null, "description": "Re-set page nb at page re-load", - "lineNumber": 793, + "lineNumber": 795, "params": [], "generator": false }, @@ -13336,7 +13336,7 @@ "longname": "src/modules/paging.js~Paging#resetPageLength", "access": null, "description": "Re-set page length value at page re-load", - "lineNumber": 809, + "lineNumber": 811, "params": [], "generator": false }, @@ -13350,7 +13350,7 @@ "longname": "src/modules/paging.js~Paging#destroy", "access": null, "description": "Remove paging feature", - "lineNumber": 827, + "lineNumber": 829, "params": [], "generator": false }, @@ -13364,7 +13364,7 @@ "longname": "src/modules/paging.js~Paging#btnNextCont", "access": null, "description": null, - "lineNumber": 847, + "lineNumber": 849, "undocument": true, "type": { "types": [ @@ -13382,7 +13382,7 @@ "longname": "src/modules/paging.js~Paging#btnPrevCont", "access": null, "description": null, - "lineNumber": 853, + "lineNumber": 855, "undocument": true, "type": { "types": [ @@ -13400,7 +13400,7 @@ "longname": "src/modules/paging.js~Paging#btnLastCont", "access": null, "description": null, - "lineNumber": 859, + "lineNumber": 861, "undocument": true, "type": { "types": [ @@ -13418,7 +13418,7 @@ "longname": "src/modules/paging.js~Paging#btnFirstCont", "access": null, "description": null, - "lineNumber": 865, + "lineNumber": 867, "undocument": true, "type": { "types": [ @@ -13436,7 +13436,7 @@ "longname": "src/modules/paging.js~Paging#pgBefore", "access": null, "description": null, - "lineNumber": 870, + "lineNumber": 872, "undocument": true, "type": { "types": [ @@ -13454,7 +13454,7 @@ "longname": "src/modules/paging.js~Paging#pgAfter", "access": null, "description": null, - "lineNumber": 875, + "lineNumber": 877, "undocument": true, "type": { "types": [ @@ -13472,7 +13472,7 @@ "longname": "src/modules/paging.js~Paging#pgCont", "access": null, "description": null, - "lineNumber": 880, + "lineNumber": 882, "undocument": true, "type": { "types": [ @@ -13490,7 +13490,7 @@ "longname": "src/modules/paging.js~Paging#pagingSlc", "access": null, "description": null, - "lineNumber": 893, + "lineNumber": 895, "undocument": true, "type": { "types": [ @@ -13508,7 +13508,7 @@ "longname": "src/modules/paging.js~Paging#nbPages", "access": null, "description": null, - "lineNumber": 894, + "lineNumber": 896, "undocument": true, "type": { "types": [ @@ -13526,7 +13526,7 @@ "longname": "src/modules/paging.js~Paging#initialized", "access": null, "description": null, - "lineNumber": 896, + "lineNumber": 898, "undocument": true, "type": { "types": [ diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index c878a7d5..45dd6109 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.5.3 API Document + src/array.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index 938b919f..1825e100 100644 --- a/docs/file/src/const.js.html +++ b/docs/file/src/const.js.html @@ -3,7 +3,7 @@ - src/const.js | tablefilter v0.5.3 API Document + src/const.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 7026cbec..a0dfa6ae 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.5.3 API Document + src/cookie.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index b6a9ed83..5ef1bfc4 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.5.3 API Document + src/dom.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index 96159f75..1308a2ce 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.5.3 API Document + src/emitter.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 28c973c4..15af7eef 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.5.3 API Document + src/event.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 458df2e9..217b2b70 100644 --- a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html +++ b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html @@ -3,7 +3,7 @@ - src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.5.3 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index 450e5fb1..1192647c 100644 --- a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html +++ b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html @@ -3,7 +3,7 @@ - src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.5.3 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index b50ddafa..1a8e9421 100644 --- a/docs/file/src/extensions/colOps/colOps.js.html +++ b/docs/file/src/extensions/colOps/colOps.js.html @@ -3,7 +3,7 @@ - src/extensions/colOps/colOps.js | tablefilter v0.5.3 API Document + src/extensions/colOps/colOps.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index d0eb2ff3..8620b658 100644 --- a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html +++ b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html @@ -3,7 +3,7 @@ - src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.5.3 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index 08e50b27..0ca946b1 100644 --- a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html +++ b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html @@ -3,7 +3,7 @@ - src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.5.3 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index bb71da93..d95f5ca0 100644 --- a/docs/file/src/extensions/sort/adapterSortabletable.js.html +++ b/docs/file/src/extensions/sort/adapterSortabletable.js.html @@ -3,7 +3,7 @@ - src/extensions/sort/adapterSortabletable.js | tablefilter v0.5.3 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index c9b6477d..ab864712 100644 --- a/docs/file/src/extensions/sort/sort.js.html +++ b/docs/file/src/extensions/sort/sort.js.html @@ -3,7 +3,7 @@ - src/extensions/sort/sort.js | tablefilter v0.5.3 API Document + src/extensions/sort/sort.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index 5f251752..bb44e85c 100644 --- a/docs/file/src/feature.js.html +++ b/docs/file/src/feature.js.html @@ -3,7 +3,7 @@ - src/feature.js | tablefilter v0.5.3 API Document + src/feature.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index 7c604f3e..bc0c2424 100644 --- a/docs/file/src/modules/alternateRows.js.html +++ b/docs/file/src/modules/alternateRows.js.html @@ -3,7 +3,7 @@ - src/modules/alternateRows.js | tablefilter v0.5.3 API Document + src/modules/alternateRows.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index fd1ea7a0..f6b2218d 100644 --- a/docs/file/src/modules/checkList.js.html +++ b/docs/file/src/modules/checkList.js.html @@ -3,7 +3,7 @@ - src/modules/checkList.js | tablefilter v0.5.3 API Document + src/modules/checkList.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index e8b4ce64..6a2a96f5 100644 --- a/docs/file/src/modules/clearButton.js.html +++ b/docs/file/src/modules/clearButton.js.html @@ -3,7 +3,7 @@ - src/modules/clearButton.js | tablefilter v0.5.3 API Document + src/modules/clearButton.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html index 4a1782d0..818ac4fe 100644 --- a/docs/file/src/modules/dateType.js.html +++ b/docs/file/src/modules/dateType.js.html @@ -3,7 +3,7 @@ - src/modules/dateType.js | tablefilter v0.5.3 API Document + src/modules/dateType.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index bd57afa5..53c18c0a 100644 --- a/docs/file/src/modules/dropdown.js.html +++ b/docs/file/src/modules/dropdown.js.html @@ -3,7 +3,7 @@ - src/modules/dropdown.js | tablefilter v0.5.3 API Document + src/modules/dropdown.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index 3f0b4b5b..f4285b72 100644 --- a/docs/file/src/modules/gridLayout.js.html +++ b/docs/file/src/modules/gridLayout.js.html @@ -3,7 +3,7 @@ - src/modules/gridLayout.js | tablefilter v0.5.3 API Document + src/modules/gridLayout.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 4ccf0cf0..31c4d1b2 100644 --- a/docs/file/src/modules/hash.js.html +++ b/docs/file/src/modules/hash.js.html @@ -3,7 +3,7 @@ - src/modules/hash.js | tablefilter v0.5.3 API Document + src/modules/hash.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index 5c6d8698..fc0b72a2 100644 --- a/docs/file/src/modules/help.js.html +++ b/docs/file/src/modules/help.js.html @@ -3,7 +3,7 @@ - src/modules/help.js | tablefilter v0.5.3 API Document + src/modules/help.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index 11c9a0d8..5ae4890c 100644 --- a/docs/file/src/modules/highlightKeywords.js.html +++ b/docs/file/src/modules/highlightKeywords.js.html @@ -3,7 +3,7 @@ - src/modules/highlightKeywords.js | tablefilter v0.5.3 API Document + src/modules/highlightKeywords.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index 48f509fb..bf2704fc 100644 --- a/docs/file/src/modules/loader.js.html +++ b/docs/file/src/modules/loader.js.html @@ -3,7 +3,7 @@ - src/modules/loader.js | tablefilter v0.5.3 API Document + src/modules/loader.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index 64ca7231..0be65adf 100644 --- a/docs/file/src/modules/noResults.js.html +++ b/docs/file/src/modules/noResults.js.html @@ -3,7 +3,7 @@ - src/modules/noResults.js | tablefilter v0.5.3 API Document + src/modules/noResults.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index c0350d42..61da6cb7 100644 --- a/docs/file/src/modules/paging.js.html +++ b/docs/file/src/modules/paging.js.html @@ -3,7 +3,7 @@ - src/modules/paging.js | tablefilter v0.5.3 API Document + src/modules/paging.js | tablefilter v0.5.4 API Document @@ -876,19 +876,21 @@ export class Paging extends Feature { * Change rows according to page results drop-down */ onChangeResultsPerPage() { - var tf = this.tf; + let tf = this.tf; - if (!this.isEnabled()) { + if (!this.isEnabled() || tf.getValidRowsNb() === 0) { return; } - this.emitter.emit('before-page-length-change', tf); + let { + resultsPerPageSlc: slcR, pageSelectorType, pagingSlc, emitter + } = this; - var slcR = this.resultsPerPageSlc; - var slcIndex = slcR.selectedIndex; - var slcPagesSelIndex = (this.pageSelectorType === SELECT) ? - this.pagingSlc.selectedIndex : - parseInt(this.pagingSlc.value - 1, 10); + emitter.emit('before-page-length-change', tf); + + let slcIndex = slcR.selectedIndex; + let slcPagesSelIndex = (pageSelectorType === SELECT) ? + pagingSlc.selectedIndex : parseInt(pagingSlc.value - 1, 10); this.pagingLength = parseInt(slcR.options[slcIndex].value, 10); this.startPagingRow = this.pagingLength * slcPagesSelIndex; @@ -898,15 +900,15 @@ export class Paging extends Feature { } this.setPagingInfo(); - if (this.pageSelectorType === SELECT) { - var slcIdx = - (this.pagingSlc.options.length - 1 <= slcPagesSelIndex) ? - (this.pagingSlc.options.length - 1) : slcPagesSelIndex; - this.pagingSlc.options[slcIdx].selected = true; + if (pageSelectorType === SELECT) { + let slcIdx = + (pagingSlc.options.length - 1 <= slcPagesSelIndex) ? + (pagingSlc.options.length - 1) : slcPagesSelIndex; + pagingSlc.options[slcIdx].selected = true; } } - this.emitter.emit('after-page-length-change', tf, this.pagingLength); + emitter.emit('after-page-length-change', tf, this.pagingLength); } /** diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index 9318e75a..921cee0f 100644 --- a/docs/file/src/modules/popupFilter.js.html +++ b/docs/file/src/modules/popupFilter.js.html @@ -3,7 +3,7 @@ - src/modules/popupFilter.js | tablefilter v0.5.3 API Document + src/modules/popupFilter.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index 5a1e0af2..8b9245e1 100644 --- a/docs/file/src/modules/rowsCounter.js.html +++ b/docs/file/src/modules/rowsCounter.js.html @@ -3,7 +3,7 @@ - src/modules/rowsCounter.js | tablefilter v0.5.3 API Document + src/modules/rowsCounter.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 1ac8e04f..3d4f1649 100644 --- a/docs/file/src/modules/state.js.html +++ b/docs/file/src/modules/state.js.html @@ -3,7 +3,7 @@ - src/modules/state.js | tablefilter v0.5.3 API Document + src/modules/state.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index a2313e4c..53c97b89 100644 --- a/docs/file/src/modules/statusBar.js.html +++ b/docs/file/src/modules/statusBar.js.html @@ -3,7 +3,7 @@ - src/modules/statusBar.js | tablefilter v0.5.3 API Document + src/modules/statusBar.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 64d7a001..a3ff1957 100644 --- a/docs/file/src/modules/storage.js.html +++ b/docs/file/src/modules/storage.js.html @@ -3,7 +3,7 @@ - src/modules/storage.js | tablefilter v0.5.3 API Document + src/modules/storage.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html index af23b9f0..5a69cfde 100644 --- a/docs/file/src/number.js.html +++ b/docs/file/src/number.js.html @@ -3,7 +3,7 @@ - src/number.js | tablefilter v0.5.3 API Document + src/number.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index b1c01ad4..2766cf98 100644 --- a/docs/file/src/root.js.html +++ b/docs/file/src/root.js.html @@ -3,7 +3,7 @@ - src/root.js | tablefilter v0.5.3 API Document + src/root.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 3d6fef86..7a1b02e4 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.5.3 API Document + src/sort.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index 28f5cf1d..7c3cd59f 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.5.3 API Document + src/string.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 36997999..fd7b4207 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.5.3 API Document + src/tablefilter.js | tablefilter v0.5.4 API Document diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index d6faf256..df788d87 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.5.3 API Document + src/types.js | tablefilter v0.5.4 API Document diff --git a/docs/function/index.html b/docs/function/index.html index 939411fb..c495a409 100644 --- a/docs/function/index.html +++ b/docs/function/index.html @@ -3,7 +3,7 @@ - Function | tablefilter v0.5.3 API Document + Function | tablefilter v0.5.4 API Document diff --git a/docs/identifiers.html b/docs/identifiers.html index fc12750f..fbfe458d 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.5.3 API Document + Index | tablefilter v0.5.4 API Document diff --git a/docs/index.html b/docs/index.html index d2d42d14..b7aa3e71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.5.3 API Document + tablefilter v0.5.4 API Document diff --git a/docs/package.json b/docs/package.json index 067b2553..7108f313 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.5.3", + "version": "0.5.4", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { @@ -40,7 +40,7 @@ "devDependencies": { "babel-core": "^6.24.0", "babel-eslint": "7.2.1", - "babel-loader": "^6.3.2", + "babel-loader": "^6.4.1", "babel-plugin-transform-es2015-classes": "^6.23.0", "babel-preset-es2015": "^6.24.0", "clean-webpack-plugin": "^0.1.16", @@ -65,7 +65,7 @@ "script-loader": "^0.7.0", "string-replace-webpack-plugin": "^0.0.5", "sugar-date": "2.0.4", - "webpack": "^2.2.1", + "webpack": "^2.3.2", "webpack-dev-server": "^2.4.2" }, "dependencies": {}, diff --git a/docs/source.html b/docs/source.html index 3987354c..a63a4656 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.5.3 API Document + Source | tablefilter v0.5.4 API Document @@ -140,7 +140,7 @@ 100 %1/1 545 byte 22 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/const.js @@ -165,7 +165,7 @@ 100 %18/18 1536 byte 118 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/cookie.js @@ -173,7 +173,7 @@ - 1412 byte 57 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/dom.js @@ -192,7 +192,7 @@ 100 %12/12 4767 byte 191 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/emitter.js @@ -200,7 +200,7 @@ 100 %6/6 1323 byte 53 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/event.js @@ -213,7 +213,7 @@ 100 %6/6 2384 byte 101 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/advancedGrid/adapterEzEditTable.js @@ -221,7 +221,7 @@ 100 %13/13 18904 byte 504 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/advancedGrid/advancedGrid.js @@ -229,7 +229,7 @@ - 90 byte 2 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/colOps/colOps.js @@ -237,7 +237,7 @@ 100 %26/26 14428 byte 482 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/colsVisibility/colsVisibility.js @@ -245,7 +245,7 @@ 100 %49/49 20964 byte 739 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/filtersVisibility/filtersVisibility.js @@ -253,7 +253,7 @@ 100 %25/25 7784 byte 307 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/sort/adapterSortabletable.js @@ -261,7 +261,7 @@ 100 %23/23 16452 byte 532 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/extensions/sort/sort.js @@ -269,7 +269,7 @@ - 204 byte 8 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/feature.js @@ -277,7 +277,7 @@ 100 %14/14 1864 byte 97 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/alternateRows.js @@ -285,7 +285,7 @@ 100 %9/9 3644 byte 140 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/checkList.js @@ -293,7 +293,7 @@ 100 %17/17 18974 byte 590 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/clearButton.js @@ -301,7 +301,7 @@ 100 %10/10 3129 byte 128 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/dateType.js @@ -309,7 +309,7 @@ 100 %11/11 3997 byte 147 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/dropdown.js @@ -317,7 +317,7 @@ 100 %14/14 13704 byte 442 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/gridLayout.js @@ -325,7 +325,7 @@ 100 %16/16 14075 byte 494 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/hash.js @@ -334,7 +334,7 @@ 100 %10/10 2981 byte 126 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/help.js @@ -342,7 +342,7 @@ 100 %17/17 6516 byte 232 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/highlightKeywords.js @@ -350,7 +350,7 @@ 100 %10/10 5405 byte 179 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/loader.js @@ -358,7 +358,7 @@ 100 %14/14 4005 byte 173 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/noResults.js @@ -366,15 +366,15 @@ 100 %17/17 4809 byte 198 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/paging.js Paging 100 %45/45 - 27455 byte - 898 - 2017-03-05 20:41:02 (UTC) + 27487 byte + 900 + 2017-03-07 04:32:10 (UTC) src/modules/popupFilter.js @@ -382,7 +382,7 @@ 100 %26/26 12712 byte 446 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/rowsCounter.js @@ -390,7 +390,7 @@ 100 %13/13 5643 byte 197 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/state.js @@ -398,7 +398,7 @@ 100 %24/24 14771 byte 541 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/statusBar.js @@ -406,7 +406,7 @@ 100 %22/22 8485 byte 299 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/modules/storage.js @@ -415,7 +415,7 @@ 100 %10/10 3544 byte 162 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/number.js @@ -423,7 +423,7 @@ 100 %1/1 998 byte 29 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/root.js @@ -431,7 +431,7 @@ 100 %1/1 235 byte 6 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/sort.js @@ -441,7 +441,7 @@ 100 %3/3 930 byte 33 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/string.js @@ -453,7 +453,7 @@ 100 %5/5 2082 byte 76 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/tablefilter.js @@ -461,7 +461,7 @@ 100 %170/170 90769 byte 3027 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) src/types.js @@ -477,7 +477,7 @@ 100 %9/9 1565 byte 73 - 2017-03-05 20:41:02 (UTC) + 2017-03-07 04:32:10 (UTC) diff --git a/docs/variable/index.html b/docs/variable/index.html index 9aeb1f5d..12999b52 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.5.3 API Document + Variable | tablefilter v0.5.4 API Document